Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User-Exit Delete Button VT02N and Save Button VF11

aztlan
Explorer
0 Kudos

Hi everyone, have a nice day.

I have a requeriment where we need to put a validation when the user push the delete button for the transaction VT02N and other validation when the user push the save button for the transaction VF11.

The question is, ¿Is it an user-exit or another way to put a "z" code to make this validation?

1 ACCEPTED SOLUTION

thanga_prakash
Active Contributor
0 Kudos

Hi,

Try implementing BADI_LE_SHIPMENT_DEL or Enhancement V56AFCCH for transaction VT02N.

For VF11 try with below user exits in function pool SAPLV60A.

  include rv60afzz.                " FORM's Userexit's

  include rv60afza.                " FORM's Userexit's

  include rv60afzb.                " FORM's Userexit's

  include rv60afzc.                " FORM's Userexit's

  include rv60afzd.                " FORM's Userexit's

Regards,

TP

2 REPLIES 2

thanga_prakash
Active Contributor
0 Kudos

Hi,

Try implementing BADI_LE_SHIPMENT_DEL or Enhancement V56AFCCH for transaction VT02N.

For VF11 try with below user exits in function pool SAPLV60A.

  include rv60afzz.                " FORM's Userexit's

  include rv60afza.                " FORM's Userexit's

  include rv60afzb.                " FORM's Userexit's

  include rv60afzc.                " FORM's Userexit's

  include rv60afzd.                " FORM's Userexit's

Regards,

TP

Venkat_Sesha
Advisor
Advisor
0 Kudos

http://scn.sap.com/docs/DOC-33611Hi Adolfo,

Try checking this document and find the right place to enhance