2016 Mar 08 4:25 PM
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.
2016 Mar 08 7:15 PM
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