cancel
Showing results for 
Search instead for 
Did you mean: 

EDI idoc inbound statuses

Former Member
0 Kudos

We're running SAP in a different partition from EDI (TrustedLink) on an iSeries. I'm getting inbound documents just fine, but no inbound statuses. I see that the status documents make it over to the SAP partition but they're not visible in WE05 - so all of my successful outbound 850s are at at status of 18 & that's it. I've looked at authorities etc but am still missing something. Thanks in advance if anyone can point me in the right direction. Susan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try this

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)

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.

regards,

sapsd