‎2007 Aug 20 5:14 PM
My requirement is to modify the std code in include MF05AFA0 between the following routine:
Form abzuege_buchen
ENDFORM
The include is enclosed in another include SAPMF05A which is called by diff no of tcode fb01,f-22 fb03..etc.
i need to do my own logic here like comment the reason text(sgtext) based on company code value. line# 315 - 325.
I had placed a break point in the EXIT_SAPLFRAD_001 but seems to be not working .
Can anyone help me with this?
thanks
Dany
‎2007 Aug 20 5:18 PM
Hi,
You need to have the access key to modify this get the access key for this include. Activate the Enhancement under which this include lies..
Thanks,
Mahesh
‎2007 Aug 20 5:22 PM
Hi,
I think the exit EXIT_SAPLFRAD_001 has been called in fm REMADV_SAVE_DB instead of putting break-point in exit try to put break-point in fm REMADV_SAVE_DB and the following includes
LFRADU05
LFRADU14
LFRADU15
in which fm REMADV_SAVE_DB has been called.
aRs
‎2007 Aug 20 5:34 PM
Hi ARs,
Can you please tell me exactly which is the tcode that is appropriate for this?
One more important thing is am not 100% sure about this exit EXIT_SAPLFRAD_001 is being used for my requirment.
Please reply
thanks