cancel
Showing results for 
Search instead for 
Did you mean: 

EDI-IDOC

Former Member
0 Kudos

Hello All,

1. Any user exits & Function modules involved in EDI - IDOC outbound and inbound processing?

If involved could you provide list of user exits and Function moules.

Thanks in advance,

Vamsi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Technically all EDI-IDOC inbound and outbound programs are wirtten as FUCNTION MODUELS.In the every fucntion moudle you can find large number of user-exits.For outbound idoc after filling every segment you have a user exit like CALL CUSTOMER FUNCITON '001'.You can find by using the keyword search CALL CUSTOMER FUNCITON in that funciton module.

In inbound also you can find after every segment you can find user-exit.

For funciton module search you can search in se37 by using idoc type,For example ORDERS01 search in se37 by using *ORDERS8.

Thanks,

radha.

Former Member
0 Kudos

Hi,

You can try in this way,

eg. you want to know user exit for idoc, for idoc generation tcode is we21

enter tcode we21,

Go to system , click on status

Then you can see the programe name , Double click on programe name, you can see ABAP editior screen.

Then you can see go to tan and click on object directry Tab.

You can see package for which object is created.

Now use tocde Smod, select F4 for enchancement , in package you can enter SED.

You can get follwing user exit

Exit name Short text

SIDOC001 Customer function for module pool EDI1

SIDOC002 CA-EDI: Exits in Function Group EDI6 (Partner Profile)

Hope this will be helpful to you. If any issue , pl communicate.

If feel useful. pl award.

Rajesh

former_member70391
Contributor
0 Kudos

Hi Vamshi,

You can check this via tcode SMOD. Go to SMOD and search for description 'IDOC ' or EDI by clicking F4 button. It will list out the enhancement. Check the compenent of each enhancement for function module name.

Thanks & Regards,

Nagaraj Kalbavi