cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion of shipping doc

Former Member
0 Kudos

Hi

we need find for any user exit or BADI available in the process of deletion of shipping doc through VT02N. I wasn debugging the transaction when delete happens .

In the program MV56AF0T in the form transport_loeschen there is a form create_badi_instance. In this form there is a piece of code

CALL METHOD cl_le_badi_manager=>get_instance

EXPORTING

im_exit_name = 'LE_SHPMNT_EXTENSION'

null_instance_accepted = 'X'

CHANGING

ch_if_ex_le_badi = gi_badi_shpmnt_extension.

does it mena there is a badi with the name LE_SHPMNT_EXTENSION? I went through the sap note 623533 also. In this note there is a mention of this BADI.

I went to se18 and entered this in BADI def fields, but the system says it does not exist, we are in ECC version.

please clarify.

thanks

sankar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved