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

Inbound IDOC

Former Member
0 Likes
1,767

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
Read only

Former Member
0 Likes
1,543

Hi,

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

Thanks,

Naren

10 REPLIES 10
Read only

Former Member
0 Likes
1,544

Hi,

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

Thanks,

Naren

Read only

0 Likes
1,543

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

Read only

0 Likes
1,543

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

[email protected]

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

Read only

0 Likes
1,543

it processed succesfully when i stop it.

Read only

Former Member
0 Likes
1,543

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

Read only

0 Likes
1,543

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

Read only

0 Likes
1,543

it is a zidoc that i created

Read only

0 Likes
1,543

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

Read only

0 Likes
1,543

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.

Read only

Former Member
0 Likes
1,543

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?