明天花30分 再研究下这个:

如果你知道一个BADI名称,可以:

1)使用SE18,输入该BADI名称后,选择Interface,然后查看对应的接口实施样例代码(Example implementation clasee)

2)使用SE19,对该BADI接口实现(第一次实现接口要选择创建Create Implementation)

SE18 is used  for creating BADI Definition

SE 19 is used for implementing BADI

i.e BADI Implementation

The definition can be created through SE18

Implementation will be done through SE19.

*

BADI Definition.

1).Start transaction SE18 and give the BADI name.

2)Now you will see the methods and parameters used in that BADI.

3)Now you have to choose the appropriate method in the BADI.

4)The import parameters within the methods will contain the runtime values.

BADI Implementation

1)Now start transaction SE19 and give the implementation name.

2)Now you can see implementation linked with the BADI and also the class for the implementation will be displayed.

3)When you double click on the method it will take you to the editor where you will be coding.

4)Now the BADI should be activated.

5)Also the BADI can be deactivated using deactivate button.

最新文章

  1. NXP恩智浦P89V51RB2/RC2/RD2单片机解密芯片破解方法!
  2. 开源战棋 SLG 游戏框架设计思考(二)规则系统要考虑的因素
  3. 特别实用而且功能强大的attributedText属性
  4. MVC模式下向qq邮箱发送邮件
  5. BufferHelp byte[] Stream string FileStream Image Bitmap
  6. Sublime Text 收藏笔记
  7. [Jetty] jetty 内存调优
  8. ASP.NET Session的七点认识
  9. SharePoint 学习记事(三)
  10. FFT小结
  11. 在html页面中利用ftp访问协议格式载入服务器图片
  12. HDFS操作--文件上传/创建/删除/查询文件信息
  13. Appium介绍
  14. Java中的框架基础面试知识
  15. Merge Two Binary Trees
  16. Android应用程序如何使用Internet资源?
  17. Far manager界面混乱问题解决
  18. 数据量你造吗-JAVA分页
  19. KFCM算法的matlab程序
  20. sublime 3的破解和安装

热门文章

  1. Laravel 5.1 框架返回状态拦截
  2. hdu 5461(分类讨论)
  3. Android 防护扫盲篇
  4. DNS重绑定DNS Rebinding攻击
  5. 某考试 T3 sine
  6. Android onCreate 的savedInstanceState 作用
  7. 【maven】架包下载失败,maven引入架包失败,pom文件未报错,但是引用的注解找不到
  8. CNN网络--VGGNet
  9. 百科知识 ass文件如何打开
  10. react 通过 classnames 处理 多个class 的问题