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: 

MASS UPDATE POD Auth Group field: EUITRANS-BEGRU field change

LeeFung
Participant
0 Kudos

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:

  1. BDS
  2. EMIGALL
  3. ABAP

So if I use EMIGALL, then the PODCHANGE object does not have the BEGRU field.  What should I do in this situation?  Thanks!!!

1 REPLY 1

mohammedmuzammil
Participant
0 Kudos

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.