Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Modify include MF05AFA0

Former Member
0 Likes
872

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

3 REPLIES 3
Read only

Former Member
0 Likes
765

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

Read only

former_member194669
Active Contributor
0 Likes
765

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

Read only

0 Likes
765

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