2006 Nov 30 9:53 AM
Hi All,
I want to create Function Exit.Can any body tel me how to create the fuction exit with code and anybody send me the steps to create the function exits.
Thanks & Regards,
Swapna.M
Hi All,
I want to create Function Exit.Can any body tel me how to create the fuction exit with code and anybody send me the steps to create the function exits.
Thanks & Regards,
Swapna.M
2006 Nov 30 10:06 AM
Hi Swapna,
Basically function exits are meant for the modification of the SAP standard functionality. we cannot create our own function exists, we can only implement the function exist/user exits which are provied by the SAP in the standard coding.
so provide the scenario where you wants to implement the function exit. say VA01, MM01 etc..
2006 Nov 30 3:12 PM
Hi Swapna,
I got your question,
<u>Steps</u>
1). Go to transaction code for which ur trying to do enhancement.
2). Now go to create/change screen(second screen) of the transaction. Click on System (menu path) and status.
3) Now double click ok the program name in the popup. Once u go to the program, then GOTO->Attributes (menu path). and make a note of the development class.
4) now go to tcode SMOD. Press F4 help on the field there.
5) Now in the infomation systems give the development class which u have noted earliour in development class field. Press Enter.
6) Now u can see the user exits available folr that transaction.
7) Give the value one by one and click on test button and double click in each function exit. Here u can see one include ZXXXXXX (where XXXXXX is some name).
😎 Double click on that include and create it. And here is where u can add ur code for enhancement.
Thats it.:-)
Is this what ur looking for??
Sharat.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |