Application Development 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: 

ASAP:User exit

Former Member
0 Kudos

Hi,

Please explain me the following things

1)What is an user exit?

2)In my scenario the tax is not calculated in the invoice so now have to populate these 2 fields E_RBKPV-MWSKZ_BNK

E_RBKPV-TXJCD_BNK in the user exit EXIT_SAPLMRMH_014.How to do?

5 REPLIES 5

Former Member
0 Kudos

Hi Hema,

Please check this link

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.

Best regards,

raam

Former Member
0 Kudos

Hi,

1) The link provided in above thread will make you clear what is user exit.

2) In tcode se37 give EXIT_SAPLMRMH_014 . Whne u will open this there will be customized include where u have to write ur code to populate extra fields. After writin the code put etenal breakpoint and execute the invoice application and see whether cursor comes to the break point.If yes then you could put the two variables in the invoice form.

If this is useful please reward

Regards

Abhimanyu

0 Kudos

Hi,

I had set the breakpoint but when i tried to run its displaying as "the main pgm is not an online report"

Former Member
0 Kudos

Hi

you do not need to execute the program.

you need to run the invoice appication.

for eg: if you want to display the invoice for billing ....

go to tcode va03 and in the menu bar ......

sales document -


> issue output...

and if extrenal breakpoint is set in the code level (print program) the cursor will go there.

similarly you need to execute your invoice application

hope this help

regards

Abhimanyu