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: 

Searching for user exit (EL37)

Former Member
0 Kudos

Hello,

I`m serching for user exit for EL37.

There is EDMLELSV but it is already used so we need something else.

During this Reverse Meter Reading Order Creation we need to do changes in our custom tables. The best one would be called at the end of EL37 transaction.

Thanks for any help.


2 REPLIES 2

0 Kudos

Hi Mariusz:

I suggest using a "business add-in":

BAdI Name: ISU_MR_EABL_UPD("Insert EABLs for Update in Meter Reading Data Processing").

Steps:
1. Implement BADI using tcode SE19.

2. Modify ADD_EABL_TO_OBJECT_UPD method, checking XT_DEL_EABL:

IF XT_DEL_EABL IS NOT INITIAL.
  "Here insert the ABAP coding for changed your custom tables.
ENDIF.

I hope this helps.

Regards,
David

saivishnu2
Participant
0 Kudos

Hi Mariusz,

Check this user exits

EXIT_SAPLEL01_004

EXIT_SAPLEL01_005

EXIT_SAPLEL33_001

Regards,

vishnu