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

Field exits

Former Member
0 Likes
499

Hi,

please tell me the process for activating a field exit for an application.

thanks& Regards

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
469

HI,

Field exits are only taken into account during screen execution if the R/3 profile parameter abap/fieldexit = YES has been set for all application servers. (This profile parameter is set to NO by default).

You must activate the field exit as well as the function module

Read note 29377 about field exits.

Then you can activate the field exits from the Data element.

Regards,

Sesh

3 REPLIES 3
Read only

Former Member
0 Likes
469

Hi,

Run this program - RSMODPRF and execute, you will get list of data elements, check your data element and assign it to the program. it will take you the function mdule, there you can write your code.

Before check whwhter Field exit is activated or not in your system - RZ10.if not ask Basis to do it.

THanks,

Anitha

Read only

Former Member
0 Likes
469

Hi,

hi,

Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

9. Goto transaction CMOD, create a new project, and

click the button "Enhancement assignments" and

specify your enhancements that you got in SMOD.

10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.

run this program. RSMODPRF

u get the field exit for perticular dataeliment . do the coding and u get the desire output

check out this to learn about it.

http://www.sapgenie.com/abap/fieldexits.htm

For more details checkmout this link.

http://www.sappoint.com/abap/userexit.pdf.

<b>Reward points</b>

Regards

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
470

HI,

Field exits are only taken into account during screen execution if the R/3 profile parameter abap/fieldexit = YES has been set for all application servers. (This profile parameter is set to NO by default).

You must activate the field exit as well as the function module

Read note 29377 about field exits.

Then you can activate the field exits from the Data element.

Regards,

Sesh