cancel
Showing results for 
Search instead for 
Did you mean: 

Exit program/BADI on save of HSMD transaction in EHS

former_member625937
Participant
0 Kudos
483

Hi Team,

I have to handle the error message while save of hsmd transaction after change in additional data tab 2.

I dont find any customer exit for the transaction HSMD.

I could able to find HSM001_HAZSUB_UPDATE - function module which is updating the new changed data inside the standard...got the same after debugging the standard one.

Can i know the BADI to be used so that based on some condition, i want to restrict in saving the transaction.

could not able to find any smod or cmod for the package of HSMD tcode.

Regards,

Karthik S

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

for general guidance: check here:https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/

C.B.

PS: may be: https://www.sapdatasheet.org/abap/cus0/hsm_badi_003.html

could be of interest

We have here believe 3 BADis

HSM_BADI_001/002/003

former_member625937
Participant
0 Kudos

HI Christoph,

Thanks for the suggestion list.

I have tried the same on the below 3 BADI's but if i am making any change on the HSMD transaction...these badi's are not called.

HSM_BADI_001/002/003

There were no Exits too to handle some error message during save of HSMD tcode.

Can you guide me on the same and Is there an alternate way on this.

Regards,

Karthik S