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

function module exit

Former Member
0 Likes
595

hi ABAPERs,

good day,

i have a query about function module exit,

create a function module exit to the ABAP program editor, so that,whenever the program attributes screen is opened an information message is popped to the user,

probably,this is the enhancement,SEU00001,

thanks,

kc

3 REPLIES 3
Read only

Former Member
0 Likes
550

Hi

Yes you can do that enhancement, exit should be EXIT_SAPLSEDTATTR_010

Max

Read only

0 Likes
550

hi max,

thanks for your reply,

in the function module EXIT_SAPLSEDTATTR_010(source code),

what changes i have to make,

i am totally new to this enhancements,

regards,

kc

Read only

0 Likes
550

Hi

By trx CMOD: create a new project and insert that enhancment, then go to the exit EXIT_SAPLSEDTATTR_010, and do a doubleclick on the line INCLUDE ZXSEUU20 .

The system'll create the include ZXSEUU20, here insert the code you need.

Max