2012 Jul 03 1:00 PM
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.
2012 Jul 03 7:27 PM
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
2012 Jul 04 2:30 AM
Hi Mariusz,
Check this user exits
EXIT_SAPLEL01_004
EXIT_SAPLEL01_005
EXIT_SAPLEL33_001
Regards,
vishnu