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

Function Exits

Former Member
0 Likes
392

Hi friends,

could any one of you please let me know how to create and implement function exits in an abap program

Thanks,

Prasanna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

Hi,

Do you want to know how implement function exits??

If you know the function exit..

Go in the display mode...

Double click on the include name..

Press create..And then add your code..

Then go to CMOD..Create a project and assign the enhancement name..

Then save the project and activate..Now the user exit is ready..

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
369

Hi,

Do you want to know how implement function exits??

If you know the function exit..

Go in the display mode...

Double click on the include name..

Press create..And then add your code..

Then go to CMOD..Create a project and assign the enhancement name..

Then save the project and activate..Now the user exit is ready..

Thanks,

Naren

Read only

former_member195032
Active Contributor
0 Likes
368

Hi Prasanna,

Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. When you add a new menu item to a standard pulldown menu, you use a function module exit to define the actions that should take place once your menu is activated. Function module exits also control the data flow between standard programs and screen exit fields.

For Function exits.

http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7ceb940e11d295df0000e82de14a/frameset.htm

Please see the link http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7ceb940e11d295df0000e82de14a/frameset.htm

This will give you all details.

please reward points if this helps.

regards,nishant