cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Cloning

SAPSupport
Employee
Employee
0 Kudos
180

Hello Team,

Business requirement to CLONE the sales order with all the information (including promotions, pricing, customer PO etc.,) which was already processed. I know we can use Copy controls for OR ->OR.
Business want to have both options. Cloning as well as Copying.

Any suggestions? or any fiori app is available?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
edina_j0zs4
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

You can use the function module BAPI_SALESDOCUMENT_COPY that has not been released to create a 1:1 copy of sales documents.

Or if you want to change certain fields you could try creating a sales document with reference to an existing document with 'BAPISDORDER_GETDETAILEDLIST' and 'BAPI_SALESORDER_CREATEFROMDAT2'.

With the BAPI options the system will not read settings in copy control.

For further reference see SAP Note 370988 - BAPIs in SD: Create with reference

Otherwise as you also mentioned you could create a "template" sales order and use the 'Create with reference' functionality which would consider the copy control between e.g. OR -> OR document types.

Finally, you could maybe even use the app Import Sales Documents and just create multiple documents with the same input data. App F6192

Best regards,

Edina

SAP