‎2007 Jul 02 6:59 AM
Hi,
please tell me the process for activating a field exit for an application.
thanks& Regards
‎2007 Jul 02 7:12 AM
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
‎2007 Jul 02 7:03 AM
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
‎2007 Jul 02 7:04 AM
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
‎2007 Jul 02 7:12 AM
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