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

Problem while creating orders using IDOC_INPUT_ORDERS

Former Member
0 Likes
821

Hi All,

We aref acing unique problem while creating orders through IDOC_INPUT_ORDERS.

When we process the IDOC through WE19 one of the fields ZZxxxx is properly getting updated in the new order.But in real time scenario when there are multiple inbound ORDER idocs this particular field gets updated for all line items of first orders , but for second order it doesnt get updated for only first item, and for 3 rd order it doesnt get updated for first second items and so on..

Please suggest reason behind this issue. I checked the code, code is perfectly fine.

Thanks

Saurabh

3 REPLIES 3
Read only

Former Member
0 Likes
623

Check you code... or user exit where u are passing tyhe value to z field... you have giving some condtion i guesss... or your sales order may ref to contract or Quote...in which your data is not passing to your z field..... check once.

ramesh

Read only

Former Member
0 Likes
623

Some of the exits are ZXVEDU04, ZXVEDU05, ZXVEDU06, ZXVEDU11........depends on the SAP release.

thanq

Read only

Former Member
0 Likes
623

thx