cancel
Showing results for 
Search instead for 
Did you mean: 

VF31 Issue

Former Member
0 Kudos

In transaction VF31 once the user inputs the appropriate value and executes he gets an o/p list.

I want to know if we can create a warning message before it is sent to the User in the form of Printout/Mail/Internet.

I couldnt locate any user exit in VF31 as such.

If anyone can tell me as to wheteher this finctionality is possible in VF31 or not?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For VF31 Transaction; we have the following enhancement spots:

VCOM0001

VCOM0002

VCOM0003

VCOM0004

VN000001

Following are the user exits available:

EXIT_SAPLVCOM_001

EXIT_SAPLVCOM_002

EXIT_SAPLVCOM_003

EXIT_SAPLVCOM_004

EXIT_SAPLVCOM_005

EXIT_SAPLVCOM_006

EXIT_SAPLVCOM_007

EXIT_SAPLVCOM_008

EXIT_SAPLV61B_001

EXIT_SAPLV61B_002

You can check with an ABAPer and find out the appropriate spot where you would like to add your enhancement. Select an exit from the above list and make the appropriate code changes to send details to the customer.

Hope this helps;

Regards,

Syed Nasir

Answers (2)

Answers (2)

former_member206976
Active Contributor
0 Kudos

Hi

Try this EXIT_SAPLV61B_002

bvdv

Former Member
0 Kudos

Is there any Userexit taht can be called to send a popup while we are executing from the O/P screen of VF31