2016 May 05 8:45 PM
I have a requirement to mass update the Auth Group field of the PoD.
See image below. I thought this field is EUITRANS-BEGRU ? OR am I wrong ? as I don't see the value persisted in the field, when populated.
To mass update, there are different options:
So if I use EMIGALL, then the PODCHANGE object does not have the BEGRU field. What should I do in this situation? Thanks!!!
2016 May 06 11:40 AM
Dear David,
The header table for the point of delivery is EUIHEAD. So if you check in the EUIHEAD-BEGRU you can see the value you have updated against the point of delivery.
I would recommend to develop a ABAP program, since its an update to already existing data in the system. Use the class CL_ISU_POD to perform the update.
Call the methods in the below sequence,
OPEN
SAVE
CLOSE
Alternatively, you can use the function ISU_DB_EUIHEAD_UPDATE.
Thanks.
Regards,
Mohammed Muzammil.