I am facing issue while I am creating the Pack Specification from Standard Tcode "/o/SCWM/IPU"
In an excel sheet I gave multiple Pack Specification records and tried creating it.
But the issue happening is:
1. If there is an error for one of the level, the record is still created instead of the program stopping.
2. And, even if I resolve the error in the Excel file and then reupload the same file, it is creating a new duplicate record instead of Changing the existing record that was created
Is there any other method to load Mass Pack Specification instead of using the Standard Report?
The Standard Report that the Tcode calls is "/SCWM/R_PS_DATA_LOAD"
Request clarification before answering.
Dear @Vedant_Chaudhari,
The standard SAP-supported approach in this area is Packing Instruction maintenance through the standard apps, plus the released Packing Instruction Read, Create (A2X) API. SAP documents Manage Packing Instructions Master Data for searching existing packing instructions and navigating to create/edit and it documents the Create Packing Instruction process in Public Cloud as well. For the specific issue with /o/SCWM/IPU and report /SCWM/R_PS_DATA_LOAD this means that in Public Cloud this upload should not be positioned as the standard tool for ongoing mass change or upsert of existing records
The key point is that the released API is documented as Read, Create (A2X) and its documented operations are creation-oriented. Accordingly the standard Public Cloud design supports:
As a result this process should not be positioned in Public Cloud as a standard mass maintenance mechanism with full rollback or stop-on-error behavior. Likewise, re-uploading corrected data should not be treated as a standard method to change an existing record so creation of a duplicate is consistent with a create-oriented process
More details below:
The recommended workaround is:
Summary:
In Public Cloud, the supported model for this object is standard app maintenance for changes and Read/Create API for new records. Therefore the recommended design is API-based creation for new packing instructions and app-based correction of existing ones, rather than file-based mass upsert through /SCWM/R_PS_DATA_LOAD
Best Regards,
Dawid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.