Question:
Hi all,
In our 4.5B system ,for PO changes, IDoc is created using ORDERS04 with ORDCHG message type. Now the requirement is to generate all the segments even if any change happened. e.g at header level say incoterms has changed , then all item details related segments are also required.
Process code ME11 is assigned.
Please help is there anyway to get all the segments.
Regards
svk
Answer:
create entries in the message control of the partner profiles one with check box(change message) one without. Then use ME10 process code for boththese entries. This will trigger create purchase order fm which will create all the segments.
Ravi.
Answer:
Yes I agree with RAVI, use the PO instead to generate a PO Change IDOC.
To reflect changes (as per standard SAP Script), you need to do extensive customisation as well.