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

user exit / field exit

Former Member
0 Likes
1,145

hi friends,

can any explain me user exit, field exit with example

R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,066

hi Raju,

User-exit is the generic term used for Enhancement Exits provided by SAP.

it can contain any or some or all of the following component exits:

Function module Exits

Screen areas

Function codes

Hope this answers your question.

It is seen that you have marked the question as ANSWERED without rewarding points. May be since you are new to SDN, you are not aware of this point reward method.

Please reward points whenever you get a useful answer.

Sajan Joseph.

hi friends,

can any explain me user exit, field exit with example

R

8 REPLIES 8
Read only

abdul_hakim
Active Contributor
0 Likes
1,066

hi

user exits are actually empty subroutines that SAP developers have provided for you

with which you can add ur own source code.

field exits are used for valuating the SAP Standard screen fields.

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
1,066

Hi Raju,

Please find below, some useful documentations on field-exits and user-exits:

SAP Enhancements. Enter the exit name and press enter.

You will now come to a screen that shows the function module exits for the exit.

3. Using Project management of SAP Enhancements, we want to create a project to enahance trasnaction VA01 .

- Go to transaction CMOD

- Create a project called ZVA01

- Choose the Enhancement assign radio button and press the Change button

In the first column enter V45A0002 Predefine sold-to party in sales document.

Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed

Press Save

Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.

Now the function module is displayed. Double click on include ZXVVAU04 in the function module

Insert the following code into the include: E_KUNNR = '2155'.

Activate the include program. Go back to CMOD and activate the project.

Goto transaction VA01 and craete a salesorder.

Note that Sold-to-party now automatically is "2155"

Hope this helps,

Sajan Joseph.

Read only

0 Likes
1,066

Hi Sajan Joseph,

Thanks for ur Documentation, then what is an function exit

R

Read only

Former Member
0 Likes
1,067

hi Raju,

User-exit is the generic term used for Enhancement Exits provided by SAP.

it can contain any or some or all of the following component exits:

Function module Exits

Screen areas

Function codes

Hope this answers your question.

It is seen that you have marked the question as ANSWERED without rewarding points. May be since you are new to SDN, you are not aware of this point reward method.

Please reward points whenever you get a useful answer.

Sajan Joseph.

Read only

0 Likes
1,066

Hi Sajan Joseph,

thanks

R

Read only

0 Likes
1,066

hi friend,

if u dont mind could u plz.. give me over all idea about this customer exit, user exit, menu exit, function exit, screen exit( do we have any more exits). where do they fall.

can u suggest me a good book or any link for that.

Thanks in advance

R

Read only

0 Likes
1,066

Hi friend,

thnks alot.

R