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: 

error on inbound side it is getting 51 & 59-status

Former Member
0 Kudos

Hello Friends,

I need suggestions for this typical issue

The business scenario is like that when we are creating material in one server it should create material in the another server automatically.

In the outbound it is moving without any error, and in the inbound side it is getting 51 & 59-status code after I am unable to solve this problem. pls. help me.

Arun

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai Arun

Inbound Status Codes

50 Error --> It will go for ALE Service Layer

56 Error --> Idoc with Errors added

51 Error --> Application Document not posted

65 Error --> Error in ALE Service Layer

for 51 or 56 Errors do the following steps

goto WE19 > give the IDOC Number and Execute>

Press on Inbound function Module select IDOC_INBOUND_MATMAS01

for 65 Error --> goto SE38 --> Execute the Program RBDAPP01 then your getting 51 Error

Regards

Sreeni

4 REPLIES 4

Former Member
0 Kudos

Hai Arun

Inbound Status Codes

50 Error --> It will go for ALE Service Layer

56 Error --> Idoc with Errors added

51 Error --> Application Document not posted

65 Error --> Error in ALE Service Layer

for 51 or 56 Errors do the following steps

goto WE19 > give the IDOC Number and Execute>

Press on Inbound function Module select IDOC_INBOUND_MATMAS01

for 65 Error --> goto SE38 --> Execute the Program RBDAPP01 then your getting 51 Error

Regards

Sreeni

0 Kudos

hi Sreeni,

Done.

Thanks..

Former Member
0 Kudos

it means there is some error when u r the idoc is getting picked up for posting by the application..

just see the error message ur receving?

and then just correct ur idoc data either at outboubn side or at inbound side..

use RSeout00 prg at outbound side to send idoc again

othersie use rbdapp01 at inbound side to change and post idoc again

Former Member
0 Kudos

hi

try with BD87

its a tcode to reprocess the inbound idoc which s failed for some reason