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: 

Status 54 and 55 in IDoc mean?

former_member1109645
Participant
0 Kudos

Hi ,

Could you please tel me as to what the status 54 and 55 mean ?

Well I know

54 : Error during formal application check

55 : Formal application check OK

But my question is what does it mean ?

Is it the transfer between ALE and application layer ?

How does it happen and when it happens ?

And at which point of time the status of 54 and 55 get populated.

Thanks

Kannan

4 REPLIES 4

Former Member
0 Kudos

I have dealt with IDocs for 15 years and never come across a 54 or 55 status being assigned to an IDoc before.

It will all depend on what process in SAP the IDoc is trying to do. An INVOIC IDoc for example may not have logic in place to assigned a status 54 or 55, whereas another message type may have.

Thanks

Martin

0 Kudos

Ok .

But any idea as to why this 54 and 55 occur ? and what could be the reason behind it to have status 54 and 55 ?

Thnaks

Kannan

0 Kudos

hello,

There are three parts in the Idoc processing SAP application, Idoc interface and External system or EDI system. Both of below occur in SAP application.

54 might occur if there is some issue with the SAP application check. This is like a pre check in SAP before the Idoc is brought in.

55 occurs when the actual Idoc is send to the application. This is just a status and does not mean anything and does not occur so often.

54 - Error

55 - Warning

best regards,

swanand

0 Kudos

Hi Natrajan,

I have faced this error in one of my project. This was happened when we developed a custom  function module to send an outbound idoc . The FM was developed to update a service order and send the status as outbound idocs .But the database commit was not happened properly. So I have added a wait and commit statement, then it worked fine.

Hope this helps.

Rgds,

Siva