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: 

Inbound IDOC

Former Member
0 Kudos

Hi,

I am using call transaction method for an inbound IDOC. The configurations are correct as it works fine when we test in WE19 and also try to reprocess the error log in BD87. Status message received is 53.

When the IDOC comes for the first time from the server it fails and gives 51 status, while i reprocess it manually without even changing data it works fine. What could be the error?

Regards,

Ramya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Expand the status 51 and check for the error messages...

Thanks,

Naren

10 REPLIES 10

Former Member
0 Kudos

Hi,

Expand the status 51 and check for the error messages...

Thanks,

Naren

0 Kudos

This is the error for all records:

ILT: 030000003252 OPR: 0072 IPT: NA 10 999 CHR: 50000026 000002 0040 : Results were Processed with errors.

Its within the FM that I use, triggers when the number of records processed <> no.of records that flow through screen and even in the result nothing is processed.It never puts these messages when i try to run the same idoc in WE19 or reprocess the IDOC.

Regards,

Ramya

0 Kudos

Hi Ramya,

Can you please write a COMMIT WORK statement if the CALL TRANSCATION is successful in the inbound function module? Hope this should work. Just let me know once you get the output.

Thanks,

Adithya K

SAP Practise

askSAP@googlegroups.com

Note: Don't forget to reward points if the answer is helpful.

0 Kudos

it processed succesfully when i stop it.

Former Member
0 Kudos

hi,

si it an Master IDOC or an Transaction IDOC..?? if its transaction IDOC the reason can be due to dependent IDOC falilure i.e some IDOC which must be reached before this should be present the receiver otherwise it would fail so when u reporocess it should have received the othr dependent

reward if useful

ravi

0 Kudos

it is one basic ztype idoc that has 1 segments at next level and 3 other segments at same level next.

Message was edited by:

Ramya Kanakala

0 Kudos

it is a zidoc that i created

0 Kudos

what type of data r u inserting into it i mean what fields...??

0 Kudos

Ravi,

ok.i changed at processing code and tried to set it in background so that it sets as status 64.and then ran the program RBDAPP01. then it gave me that application document posted successfully, ie. data coming for the first time.

Then it processed successfully.

So, its something to do with business connector.

Thanks for ur help.

Former Member
0 Kudos

in we19, check out the function module u r giving to process the IDOC...and also u need to change some entry in the IDOC data to get it processed..is it replic IDOC or something else?