2024 Aug 21 10:03 AM
I want to change master data in Equipment master in PM module. is there any change mode in "Migration Cockpit" ? , so that i can change the whichever data i want to
Eg. in LSMW we can do tcode wise recordig and create/change data as per owr comfort
#migrationcockpit #publiccolud
2024 Aug 22 8:53 AM
Hello,
migration cockpit is intended for initial data load - not for change.
please you change functionality from the application itself.
regards, Sybille
2024 Aug 27 10:08 AM
Agreed, but case is:- i have uploaded Equipment Master data and now i need to update/change model of all equipment's (model name may differ for individual equipment). now in private cloud, we can use LSMW for specific Tcode and record the migration program and update the necessary values which we want to. But in public cloud--> Migration cockpit has not feature to mass update or change the values is existing Equipment master data.
please can you guide the possible options in public cloud
2024 Aug 27 7:58 PM - edited 2024 Aug 27 7:59 PM
It is not the migration cockpit that does not have the feature for update. Each data migration object must pass the data to the database using an API. For equipments the used API only supports CREATE. If there would be object available that uses an API to Update the data then it would be possible. So the limitation is not with the tool migration cockpit. It is a missing object. SAP recommends to use the mass update functionality that is provided by the application. Here it is the "Find technical object" app that @mvunsharma already mentioned. Information on the app and the mass editing can be found in the help portal: https://help.sap.com/docs/SAP_S4HANA_CLOUD/2dfa044a255f49e89a3050daf3c61c11/3affff95fad94b9fb3b81730...
BR
Frank
2024 Aug 22 9:19 AM
2024 Aug 27 10:10 AM
hello, Thankyou
IE05 works in SAP Private cloud, IE05 feature not available in public cloud
2024 Aug 27 11:09 AM
There are two options:
1. Use 'Mass Edit Technical Objects' action in the Find Technical Objects app
2. You can use OData API to update the model number of the Equipment. Please see Overview | Equipment | SAP Business Accelerator Hub
We recommend using OData API if the data set is large.