问题描述
小弟最近在研究sap的出口增强,,有哪位高手能够指点下,在标准程序里debug找第二代出口是的要点呢,,谢谢各位啦!!!
解决方案
解决方案二:
使用SMOD和CMOD事务代码查看
解决方案三:
不用DEBUG。你把如下代码写成一个程序,就可以通过TCODE查出口,很方便的。reportzuserexitnostandardpageheading.tables:tstc,tadir,modsapt,modact,trdir,tfdir,enlfdir.tables:tstct.data:jtabliketadiroccurs0withheaderline.data:field1(30).data:v_devclassliketadir-devclass.parameters:p_tcodeliketstc-tcodeobligatory.selectsingle*fromtstcwheretcodeeqp_tcode.ifsy-subrceq0.selectsingle*fromtadirwherepgmid='R3TR'andobject='PROG'andobj_name=tstc-pgmna.move:tadir-devclasstov_devclass.ifsy-subrcne0.selectsingle*fromtrdirwherename=tstc-pgmna.iftrdir-subceq'F'.selectsingle*fromtfdirwherepname=tstc-pgmna.selectsingle*fromenlfdirwherefuncname=tfdir-funcname.selectsingle*fromtadirwherepgmid='R3TR'andobject='FUGR'andobj_nameeqenlfdir-area.move:tadir-devclasstov_devclass.endif.endif.select*fromtadirintotablejtabwherepgmid='R3TR'andobject='SMOD'anddevclass=v_devclass.selectsingle*fromtstctwheresprsleqsy-languandtcodeeqp_tcode.formatcolorcol_positiveintensifiedoff.write:/(19)'TransactionCode-',20(20)p_tcode,45(50)tstct-ttext.skip.ifnotjtab[]isinitial.write:/(95)sy-uline.formatcolorcol_headingintensifiedon.write:/1sy-vline,2'ExitName',21sy-vline,22'Description',95sy-vline.write:/(95)sy-uline.loopatjtab.selectsingle*frommodsaptwheresprsl=sy-languandname=jtab-obj_name.formatcolorcol_normalintensifiedoff.write:/1sy-vline,2jtab-obj_namehotspoton,21sy-vline,22modsapt-modtext,95sy-vline.endloop.write:/(95)sy-uline.describetablejtab.skip.formatcolorcol_totalintensifiedon.write:/'NoofExits:',sy-tfill.else.formatcolorcol_negativeintensifiedon.write:/(95)'NoUserExitexists'.endif.else.formatcolorcol_negativeintensifiedon.write:/(95)'TransactionCodeDoesNotExist'.endif.atline-selection.getcursorfieldfield1.checkfield1(4)eq'JTAB'.setparameterid'MON'fieldsy-lisel+1(10).calltransaction'SMOD'andskipfirstscreen.
解决方案四:
引用2楼sunrisehy2003的回复:
不用DEBUG。你把如下代码写成一个程序,就可以通过TCODE查出口,很方便的。reportzuserexitnostandardpageheading.tables:tstc,tadir,modsapt,modact,trdir,tfdir,enlfdir.tables:tstct.data:jtabliketadirocc……
这段代码我已经在用了,,只是想多了解几种找出口的方法。。debug标准程序应该是最保险的,敢问阁下可有什么心得体会啊,,另外通过开发类去找出口时怎么找的啊
解决方案五:
我用SAP也不久,知道的不多。
解决方案六:
该回复于2010-11-02 10:18:21被版主删除
解决方案七:
sap的增强方式挺多的,比如有校验替代(FICO),增强(CMOD),BTE,BADI,Enhancmentpoint(从NetWever7.0的新功能)等。具体用什么方式要具体分析。
解决方案八:
该回复于2010-12-21 09:55:07被版主删除
解决方案九:
引用6楼paulchen258的回复:
sap的增强方式挺多的,比如有校验替代(FICO),增强(CMOD),BTE,BADI,Enhancmentpoint(从NetWever7.0的新功能)等。具体用什么方式要具体分析。
这位兄台可有相关的资料。。方便的话能发到我的邮箱嘛?chencheng2240@yahoo.cn谢谢
解决方案十:
该回复于2010-12-27 12:47:47被版主删除
解决方案十一:
网上多的是查找的方法啊