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

EDI Inbound Idoc problem

Former Member
0 Likes
2,221

Hi,

We are facing an issue with Inbound IDoc.

We have a PO inbound idoc which is in status '53' but the PO document did not get created.

Can you please help us if anyone faced similar issue.

Thanks,

Anil

1 ACCEPTED SOLUTION
Read only

ralf_schfer
Explorer
0 Likes
1,794

Hello,

sounds strange.

1. check the status record of 53 Idocs you should find a message like: Standard oder nnnnnnnnnn has been saved.

2. If order number nnnnnnnnnnn does not exists check transaction SM13, ST22 for errors.

3. for testing change inbound options in WE20 to <trigger by background programm> and book the idoc in forground.

HI,

Take the IDOc number and use the WE19 testing tool and try to debug it by giving the Function module , WE19 will create the another idoc number.

Regards,

Bharani.

13 REPLIES 13
Read only

Former Member
0 Likes
1,794

Anil,

what is the status message on the 53 Status idoc...

Thanks

Ramesh

Read only

0 Likes
1,794

53 - Apllication document posted.

When i check the status message in WE02, it says extension does not exists.

But when i check the other idoc ( which has the same issue) , status message in WE02 says "***** Messages for input and outbound processing *****"

Edited by: Anil Kandikonda on Feb 15, 2010 12:28 PM

Read only

ralf_schfer
Explorer
0 Likes
1,794

Which message type do you use ?

Read only

0 Likes
1,794

message type is ORDERS

Read only

BH2408
Active Contributor
0 Likes
1,794

HI,

Take the IDOc number and use the WE19 testing tool and try to debug it by giving the Function module , WE19 will create the another idoc number.

Regards,

Bharani.

Read only

Former Member
0 Likes
1,794

i tried WE19 and it created new idoc.. but the problem remains the same... Status is 53 but document is not posted.

Read only

BH2408
Active Contributor
0 Likes
1,794

hi,

check in the FM for call transaction and look for weather is it creation correctly or not in debug....

Regards,

Bharani

Read only

ralf_schfer
Explorer
0 Likes
1,794

Hi,

Please note:

if you create an ORDERS Idoc from a PO than you we have to expect a sales order on the other side.

Check your process code in inbound partner profile. It should be ORDE.

Ralf

Read only

0 Likes
1,794

Hi Ralf,

We are not using a standard process code.

It was working fine previously but all of a sudden documents are not getting posted

Read only

ralf_schfer
Explorer
0 Likes
1,795

Hello,

sounds strange.

1. check the status record of 53 Idocs you should find a message like: Standard oder nnnnnnnnnn has been saved.

2. If order number nnnnnnnnnnn does not exists check transaction SM13, ST22 for errors.

3. for testing change inbound options in WE20 to <trigger by background programm> and book the idoc in forground.

Read only

0 Likes
1,794

Hi,

We are using a custom Function module which is a copy of 'IDOC_INPUT_ORDERS'.

This function module processes using workflow. can there be any problem in this workflow. please give us any inputs regarding this and how to check.

Read only

0 Likes
1,794

hi,

do you try to create a Purchase Order (MM side) or SalesOrder (SD side) ?

im not sure that the IDOC_INPUT_ORDERS is correct for using PurchaseOrder creation.

What about the "extension error" ?

Can you explain more detailed ?

Read only

0 Likes
1,794

Hi Gordon,

We are gettin message as '***** Messages for input and outbound processing *****'.

Status is 53.

Idoc has data records.

i have reprocessed the idocs aswell but of no use.

Its a MM purchase order.

Inbound idoc is coming from SAP system to another SAP system.