2007 May 11 5:49 PM
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
2007 May 11 5:50 PM
Hi,
Expand the status 51 and check for the error messages...
Thanks,
Naren
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
2007 May 11 5:50 PM
Hi,
Expand the status 51 and check for the error messages...
Thanks,
Naren
2007 May 11 5:57 PM
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
2007 May 11 7:06 PM
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
Note: Don't forget to reward points if the answer is helpful.
2007 May 11 7:09 PM
2007 May 11 6:00 PM
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
2007 May 11 6:22 PM
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
2007 May 11 6:25 PM
2007 May 11 7:00 PM
what type of data r u inserting into it i mean what fields...??
2007 May 11 7:08 PM
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.
2007 May 11 6:46 PM
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?