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

Refresh Idoc Problems

Former Member
0 Likes
1,974

After a refresh what are the critical objects to check besides Partner Profiles for Idocs. We have an issue that we thought we changed everything necassary, but we still have an issue in the outbound SAP idoc that says stat 26 first:EDI:Syntax error in Idoc segment, then stat 29: entry in outbound table not found - refers to EDP13. Also, the idoc heirarchy of segments is coming in at the same level instead of parents and child segments.

Any suggestions? Thank-You.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,496

Hi,

Please check whether the partner profile is in active status or not.

Go to classification tab and check partner status. Perhaps it was set to 'I' (inactive).

This is one of the common happened prior to system refresh. The ALE admin. usually set all partner profile to I.

Are there any user exits involved in your IDoc? Perhaps you may want to reactive them (just to be sure).

Also please check the distribution model (BD64), IDoc Ports (WE21) and RFC (SM59) as well perhaps they are still pointed to copy system (PROD)?

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
1,496

Hi,

Do you use an IDoc extension?

If you do, please check the partner profile (WE20) and make sure the extension is specified.

Regards,

Ferry Lianto

Read only

0 Likes
1,496

Yes, we do use an extension and it is in the Partner profile.

Read only

former_member194669
Active Contributor
0 Likes
1,496

I have issue with partner profiles. Every time refresh happening from production box to lower boxes (unit testing) the partner profiles for lower boxes never copying properly.

Due to this we usually recreate all partner profiles for lower boxes mannually.

Any info on this?

aRs

Read only

former_member187255
Active Contributor
0 Likes
1,496

Tom,

Genereally Status 29 will come when you are not defined the right Port in we20.

Rgds.

Read only

Former Member
0 Likes
1,497

Hi,

Please check whether the partner profile is in active status or not.

Go to classification tab and check partner status. Perhaps it was set to 'I' (inactive).

This is one of the common happened prior to system refresh. The ALE admin. usually set all partner profile to I.

Are there any user exits involved in your IDoc? Perhaps you may want to reactive them (just to be sure).

Also please check the distribution model (BD64), IDoc Ports (WE21) and RFC (SM59) as well perhaps they are still pointed to copy system (PROD)?

Regards,

Ferry Lianto

Read only

0 Likes
1,496

Ah yes, the good old Distribution Model! Thank-You this was the problem!