2017 Mar 18 6:12 PM
Hello,
I used the sap IS-U and consulted t-code BD87 and had 2 idocs in error as was supposed. But when I access the transaction EDATEXMON01 the same 2 idocs have created about 2000 records each and continues to generate more.
Has anyone had this problem that can help me?
Thank you.
2017 Mar 19 8:29 PM
Check the IDOC status history, if it is being processed there should be logs to review.
2017 Mar 20 4:42 PM
2017 Mar 20 8:27 PM
try setting the status to 68 in RC1_IDOC_SET_STATUS
Thats a work around for the processing loop.
sounds like you have some custom workflow or program active.
2017 Mar 23 6:26 PM
Well, each processing of the IDOC will create entries within EDATEXMON01. In case it's some kind of "aggregated" idoc a single processing might already create a whole bunch of entries in EDATEXMON01. So you should check whether you can solve the issue which causes the IDOCs to run into error.
2017 Apr 20 12:01 PM
I've been parsing better and the error was supposed to have occurred because the linetype does not exist, but the idoc is toggling between states 51 and 55. What can cause an idoc to skip between state 51 and 55? And why is the idoc in the EDIDC table in state 51 and in the EDIQI table in status 75?