SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EMIGALL "PoD Service" load in change mode

LeeFung
Participant
0 Kudos

I am trying to find an EMIGALL object   "PoD Service" load in change mode.  We have loaded  "PoD Service"  in create mode with some wrong data and now need to change the loaded data.  Anyone done this before, please share your experience? Thanks so much.

1 REPLY 1

Former Member
0 Kudos

David,

You can create a copy of the PODSERVICE migration object into ZPODSERVCH and make the following changes:

You can should create a copy of the FM ISU_M_PODSERVICE_CREATE into ZISU_M_PODSERVICE_CHANGE and instead of calling ISU_S_SERVICE_CREATE inside the Z FM you call ISU_S_SERVICE_CHANGE.

You should also change the processing type of field VERTRAG to Via KSM in order to call the conversion routine that gets the service number in SAP via the old legacy key in the file. The migration object for VERTRAG KSM should be PODSERVICE.

Hope this helps.

Daniel