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

SYSTAT01 for inbound processing

Former Member
0 Likes
1,246

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
926

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.

6 REPLIES 6
Read only

Former Member
0 Likes
927

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.

Read only

0 Likes
926

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.

Read only

abdul_hakim
Active Contributor
0 Likes
926

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..

Read only

0 Likes
926

Thanks Abdul. Could you elaborate further?

Read only

ferry_lianto
Active Contributor
0 Likes
926

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.

Read only

0 Likes
926

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