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

EXIT_SAPLMLSR_021

Former Member
0 Likes
682

how i handle this user exit anyone know???

how i handle this user exit anyone know???

2 REPLIES 2
Read only

Former Member
0 Likes
527

for trigerring it at perticulat tcode

use if sy-tcode eq ' '.

and write ur piece of code as what u want this exit to do....

activate and use...

but b4 all this..create a project in cmod and assign the enhancement and write the code in this exit..

reward points if it helps

gunjan

Read only

0 Likes
527

Hi All,

I am having similar problem with ML81n. I need to add tab (along with few fields) on ML81N and need to pass the data in ESSR

table.

I am using enhancement - SRVEUSCR, thru which i am able to display tab on screen.

But i am not able to capture value enter on screen in function modules:

exit_saplmlsr_020 AND exit_saplmlsr_021.

I have added fields in structure - CI_ESSRDB and using the same fields in new customer screen in SE51(Screen fields named as

ESSR-Field1 (field1 is added in CI_ESSRDB )).

Please assist and let me know where i am going wrong.

Thanks

Rajesh