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

Search for User Exit

Former Member
0 Likes
632

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

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.

1 REPLY 1
Read only

Former Member
0 Likes
455

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,