2006 Mar 15 4:15 PM
Guy's there are some exit ,called form exit ,which are
different form user exit ,menu exit and screen exit,
how to find form exit ,is there any Tcode like smod or
cmod to find form exit for given transcation,
absolutely that what i was looking for
thanks'
2006 Mar 15 4:26 PM
Hi Sanju,
I've not heard of FORM EXITS..
what does that mean and what is it used for...
All i know was Screen Exits, Menu Exits
Field Exits and Function Module Exits ..
regards
satesh
2006 Mar 15 4:26 PM
A form exit is a form or subroutine that is provided by sap for doing custom logic. It is implemented as a FORM...ENDFORM. These forms are called at specific times in the processing of the transaction, you have no control when they are fired. To add custom code to these, you will need to get an access key for the program where the FORMs are located. Usually this is an INCLUDE program. Then it is just a matter of add the logic in the form. Check out include MV45AFZZ. These are FORM exits for sales document processing.
Regards,
Rich Heilman
2006 Mar 15 4:27 PM
Do tou mean ROUTINES in ABAP where various checks during Document processing are carried out.
Have a look at this documentation provided by SAP under section ROUTINES.
http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
2006 Mar 15 4:58 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |