Application Development and Automation 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: 
Read only

Form exit

Former Member
0 Likes
422

Hi,

please send me some links on form exits and also give me some idea about it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

Hi Rakhi,

Please find the extract below

Userxits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

All Userexits start with the word USEREXIT_...

FORM USEREXIT_..

z..

ENDFORM.

The problem lies in finding the correct userexit and how to find it if one exists for the purpose. Once the correct userexit is found the necessary

customer code is inserted in the customer include starting with the z..

in the form routine.

Please check the link below for additional data

http://sap.niraj.tripod.com/id21.html

reward if helpful

Regards

Byju

2 REPLIES 2
Read only

Former Member
0 Likes
390

Hi Rakhi,

Please find the extract below

Userxits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

All Userexits start with the word USEREXIT_...

FORM USEREXIT_..

z..

ENDFORM.

The problem lies in finding the correct userexit and how to find it if one exists for the purpose. Once the correct userexit is found the necessary

customer code is inserted in the customer include starting with the z..

in the form routine.

Please check the link below for additional data

http://sap.niraj.tripod.com/id21.html

reward if helpful

Regards

Byju