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

ERROR IN INBOUND IDOC

Former Member
0 Likes
860

Hi Expert ,

while i am prcoess a custom idoc ,

i am getting the following error

status no :53

Error Msg : Application document not Posted ,

( No status record was passed to ALE by the application )

data is comingin the receiving end ,pls help to solve the problem

points will be given to the solutions

thanks and regards

Renjith MP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

Hi ...

In WE19, Give the IDOC number & execute ... then put the cursor on the idoc control record . then click on the Standard Inbound push button on the application tool bar.it will show show all the details like partner no,type , message type , process code & function module name ...

now put a break point in the function module .. & debug .

if u r using customised inbound function module , then click on inbound function module .. there u will get a pop screen with FM name & debugging option in both background & foreground mode...

try & let us know ....

Reward Points if it is Useful.

Thanks,

Manjunath MS

Hi Expert ,

while i am prcoess a custom idoc ,

i am getting the following error

status no :53

Error Msg : Application document not Posted ,

( No status record was passed to ALE by the application )

data is comingin the receiving end ,pls help to solve the problem

points will be given to the solutions

thanks and regards

Renjith MP

4 REPLIES 4
Read only

Former Member
0 Likes
832

Hi, use WE19 to copy the IDOC and process it again in debugger.

Read only

Former Member
0 Likes
832

Hi,

Error Status shud be 51, if it is 53 then Application document will be posted.

Go to WE19 and pass all the mandatory segments and check the idoc in debugging mode.

Regards

Kannaiah

Read only

Former Member
0 Likes
833

Hi ...

In WE19, Give the IDOC number & execute ... then put the cursor on the idoc control record . then click on the Standard Inbound push button on the application tool bar.it will show show all the details like partner no,type , message type , process code & function module name ...

now put a break point in the function module .. & debug .

if u r using customised inbound function module , then click on inbound function module .. there u will get a pop screen with FM name & debugging option in both background & foreground mode...

try & let us know ....

Reward Points if it is Useful.

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
832

Problem solved