Hi guys,
I had mounted with SAP XI an interface with SYSTAT01 Idoc for outbound and inbound information.
For the IDOCS from FILE to SAP R/3 we need to manage the idoc status of the other interfaces.
How can i determine, and send to SAP, the new code number of the failed Idoc?
SYSTAT01 has this segments:
mriRel.node = "E1STATS";
mriRel.parents[0] = "IDOC";
mriRel.elements[0] = "SEGMENT";
mriRel.elements[1] = "MANDT";
mriRel.elements[2] = "DOCNUM";
mriRel.elements[3] = "LOGDAT";
mriRel.elements[4] = "LOGTIM";
mriRel.elements[5] = "STATUS";
mriRel.elements[6] = "STATXT";
I understood that Status 60 is used for delete?
Thanks a lot for your help,
regards
pd: anyone has the Idoc status code list?