on 2022 Feb 28 10:30 PM
How to identify that a sales order was created with a copy of another order in C4C?
Example: In this case I created a copy of the order 9000500021 which generated the new order 9000500023.Where can I see in the new order created 9000500023 that it was created as a copy? How to view this information?
Another example in SAP ECC, when creating an order with reference to tcode VA01, in document flow it links and signal that it was created based on another order.
Thanks for all,
Clóvis Müller
Request clarification before answering.
It might be a bit late, but I think it could be done via SDK.
If you create an SDK ID field "ReferenceOrderID" and copying the ID of each CustomerQuote instance to it (in before save: this.ReferenceOrderID = this.ID;), the copy logic from C4C will automatically take over this field to the copied order/quote and than you can create the business transaction document reference based on the field ReferenceOrderID.
Just need to keep the order of assignment and btdr reference creation in mind, first creating the btdr reference, if not yet there, and then updating the ReferenceOrderID to the current one. Else you will loose your ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.