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

Regarding Customer Exit,

Former Member
0 Likes
523

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

2 REPLIES 2
Read only

srinivas_akiri
Active Participant
0 Likes
459

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..

Read only

Former Member
0 Likes
459

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.