2008 Apr 23 7:52 PM
Hi All,
I am looking for the User Exit to add some code for an EXTENSION for an
IDOC. I am using the Message Type DELINS, the basic idoc type of DELFOR01
and the program I am running is: rm06elab.
Can you please help me find this User Exit.
2008 Apr 26 6:38 PM
The FM that is assigned to Message Type DELINS, and Basic Type DELFOR01 is
called 'IDOC_INPUT_DELINS_START'. Within this FM are several user exits
available at your disposal. To find them, do a search for
'customer-function' within the FM code. There should be about 4 user exits.
I hope this is what you're looking for.
Regards,
Hi All,
I am looking for the User Exit to add some code for an EXTENSION for an
IDOC. I am using the Message Type DELINS, the basic idoc type of DELFOR01
and the program I am running is: rm06elab.
Can you please help me find this User Exit.
2008 Apr 26 6:38 PM
The FM that is assigned to Message Type DELINS, and Basic Type DELFOR01 is
called 'IDOC_INPUT_DELINS_START'. Within this FM are several user exits
available at your disposal. To find them, do a search for
'customer-function' within the FM code. There should be about 4 user exits.
I hope this is what you're looking for.
Regards,