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: 

Exit for Message Type

Former Member
0 Kudos

Hi,

My query is - how to find the<b> exit or enhanceme</b>nt for Message type MATMAS, CREMAS.

Please mention the <b>step by step procedure.</b>

Regards

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

1. Please find the corresponding FM for a given message type.

2. For example inbound MATMAS, the corresponding FM is IDOC_INPUT_MATMAS01.

3. Go to SE37 to display the source code of FM IDOC_INPUT_MATMAS01.

4. Find/Search for 'CUSTOMER-FUNCTION' in the main program.

5. System will display all user exits available for inbound MATMAS.

6. Find appropriate user exits to meet your requirement.

Regards,

Ferry Lianto

2 REPLIES 2

ferry_lianto
Active Contributor
0 Kudos

Hi,

1. Please find the corresponding FM for a given message type.

2. For example inbound MATMAS, the corresponding FM is IDOC_INPUT_MATMAS01.

3. Go to SE37 to display the source code of FM IDOC_INPUT_MATMAS01.

4. Find/Search for 'CUSTOMER-FUNCTION' in the main program.

5. System will display all user exits available for inbound MATMAS.

6. Find appropriate user exits to meet your requirement.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

1) go to the table EDIFCT and get the function module (FCTNAM) for the corresponding message type (MESTYP).

2) Then go the corresponding function module and search for the key word CUSTOMER-FUNCTION.

you will get the corresponding function exits available in the function module

Thanks

Naren