Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change technical object migration cockpit

tusharganjave
Explorer
0 Kudos
1,342

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

6 REPLIES 6
Read only

Sybille
Product and Topic Expert
Product and Topic Expert
1,264

Hello,

migration cockpit is intended for initial data load - not for change.

please you change functionality from the application itself.

regards, Sybille 

Read only

0 Kudos
1,184

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

Read only

0 Kudos
1,121

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

Read only

RaymondGiuseppi
Active Contributor
1,260

Why don't you use IE05 ?

Read only

tusharganjave
Explorer
0 Kudos
1,184

hello, Thankyou

IE05 works in SAP Private cloud, IE05 feature not available in public cloud

Read only

mvunsharma
Product and Topic Expert
Product and Topic Expert
1,160

There are two options:
1. Use 'Mass Edit Technical Objects' action in the Find Technical Objects app

mvunsharma_0-1724753224773.png

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.