- 0
- 0
- 约3.66千字
- 约 5页
- 2017-01-26 发布于江苏
- 举报
用户出口教材[精选]
增强包括3种:
1\USER-EXIT 用户出口
2\BADI 用户增强
3\替代
BADI所用事务码:SE18 查看
SE19 激活并实现
USER-EXIT所用事务码:SMOD查看
CMOD 激活并实现
查找用户出口代码:
可以用以下程序实现:
Finding the user-exits of a SAP transaction code
*
* Enter the transaction code in which you are looking for the user-exit
* and it will list you the list of user-exits in the transaction code.
* Also a drill down is possible which will help you to branch to SMOD.
*
* Written by : SAP Basis, ABAP Programming and Other IMG Stuff
* *
report zuserexit no standard page heading.
tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfd
原创力文档

文档评论(0)