‎2008 Mar 25 11:09 AM
Hi,
please send me some links on form exits and also give me some idea about it.
‎2008 Mar 25 11:18 AM
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
‎2008 Mar 25 11:18 AM
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
‎2008 Mar 25 11:27 AM