‎2006 Jun 08 11:01 AM
Hello all,
I receive an incoming IDOC for creation of ORDERS. Upon creation, I need to return the created Order Number.
1. Do I maintain Basic type SYSTAT01 (message type STATUS) in my Partner Profile Outbound Parameters? So that the information can be sent back to the middleware?
2. Tried inbound processing using WE19 but an outbound SYSTAT01 doesn't seem to be created.
Looking forward to your replies. Thanks.
regards,
Daniel
‎2006 Jun 08 8:24 PM
After an inbound IDOC is created, IDOc Status Records (Table EDIDS, Idoc Status 53) will have a field i think, either "Parameter 1" or "Parameter 2" populated with Order # info. so if IDoc Status record is visible to Middleware they can grab the info from there.
‎2006 Jun 08 8:24 PM
After an inbound IDOC is created, IDOc Status Records (Table EDIDS, Idoc Status 53) will have a field i think, either "Parameter 1" or "Parameter 2" populated with Order # info. so if IDoc Status record is visible to Middleware they can grab the info from there.
‎2006 Jun 09 2:38 AM
Thanks. Precisely, I'd like to send the status record out to the middleware. But I can't seem to find a status-related process code in the list of outbound process codes.
‎2006 Jun 08 8:26 PM
Hi khoo,
one way you can achive this is you could implement ALE Audit technology so the sender get to know the status of the processing in the receiving system..
Cheers,
Abdul
Mark all useful answers..
‎2006 Jun 09 2:39 AM
‎2006 Jun 08 9:12 PM
Hi Daniel,
Please check this link.
http://help.sap.com/saphelp_nw04/helpdata/en/75/4b3c1cd14811d289810000e8216438/content.htm
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Jun 09 2:03 AM
Hello Ferry,
Thanks for the information, it confirms what I have done for RECEIVING Statuses from an external system. But what my question really means is, I need to send a status OUT to the external system. Just like a BAPI would, return a status in the RETURN structure. I have not been able to see any status-related process codes in WE41. What's your advice?
regards,
Daniel