cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the action profile when I know a BADI?

former_member207732
Participant
0 Kudos

Hi,

I have a BADI ZS_ORDER_SAVE, but I don't know which action profile uses this BADI? How can I find it?

Thanks a lot!

Accepted Solutions (0)

Answers (1)

Answers (1)

Wolfgang_Mayer
Active Participant
0 Kudos

Hi Long,

take a look at the definition name of your badi implementation. If ORDER_SAVE, then the BADI is called during the save process of an one order object. If EXEC_METHODCALL_PPF, then it is used by an action; check table PPFTFLTVAT to determine the action.

Regards

Wolfgang