‎2006 Oct 17 3:04 PM
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
‎2006 Oct 17 3:11 PM
Hi
Yes you can do that enhancement, exit should be EXIT_SAPLSEDTATTR_010
Max
‎2006 Oct 17 3:19 PM
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
‎2006 Oct 17 3:23 PM
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