找到对应的程序,这种一看程序名:SAPLK23F1,必然对应的是FG: K23F1。(一般函数组对应的程序就是函数组前面加SAPL四个字母)当然,你也可以直接点进去,然后再一层层点到这一层 首先看看子程序,有没有userexit开头的,当然本例没有, 如果是sd模块,很多都是用的user_exit(下图为va03对应的
1,首先先找到ME23N所在的包 点击对象列表按钮,然后再点击上级对象,一直点呀点的就能看到所在的包了。。。 2,SE38,运行程序SNIF,输入包ME 如果勾上【也选择SAP实施业务加载项】就会把SAP标准的也显示出来。 运行后,可以点击各个tab页可以看到各种已经实现的自定义增强。。。 以上。
1,首先先找到ME23N所在的包 点击对象列表按钮,然后再点击上级对象,一直点呀点的就能看到所在的包了。。。 2,SE38,运行程序SNIF,输入包ME 如果勾上【也选择SAP实施业务加载项】就会把SAP标准的也显示出来。 运行后,可以点击各个tab页可以看到各种已经实现的自定义增强。。。 以上。
GETCURSORFIELD field1. CHECK field1(4)EQ'JTAB'. SETPARAMETERID'MON'FIELD sy-lisel+1(10). CALLTRANSACTION'SMOD'ANDSKIPFIRST SCREEN. 版本更新V0.2(附加了根据程序名查询UserExit的功能),代码: *** REPORT YLBTEST2. TABLES: TSTC, TADIR, MODSAPT, MODACT, TRDIR, TFDIR, ENLFDIR, SXS_ATTRT ...
Solved: Hello,everyone; I have to use T-code: MD12 and MD16 to change Planned Orders. After change the planned orders I want to save the planned order
Dear All, I want to check items Quantity in MIR7. I am using userexit - EXIT_SAPLMRMP_010 . It is working fine for MIRO and MIR4. but, it is not fired for MIR7. Please
Bellow are the steps to find the user exit for any T. Code: Process 1: Step 1: Go to T. Code: SE93. Enter the T. Code for which you want to search User Exit. In our
SAP Managed Tags: ABAP Development Hi friends , Can anyone help me in finding the User Exit / BADI for Transaction IMA11 (Create Appropriation Request , Module - FI ).I want to create search help for field "Partner" in table control "Person Involved" present in this transaction. Th...
Go to solution Former Member on2011 Sep 29 0Kudos 277 SAP Managed Tags: SAP ERP, MM (Materials Management) Dear Sir, I require user exit for T-code : cc32 ( ECM release ) Regards Vin Former Member 2011 Sep 30 Comments (3) ...
Accepted Solutions(1) Former Member 2007 May 18 Hi Satish, You need to use an user-exit for this. There are lots of user-exits in this transaction. Check which one cater for your requirements. Regards, Atish Former Member Ask a Question...