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: 

function module exit

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Yes you can do that enhancement, exit should be EXIT_SAPLSEDTATTR_010

Max

0 Kudos

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

0 Kudos

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