‎2008 Apr 01 6:40 PM
Hi Guys,
Can anybody tell me where to store the Field Exit function module i mean in which function goup becoz i am creating a field Exit for a particular tr code FF68.So how to find in which function group it must be stored?
Thanks,
Gopi.
‎2008 Apr 01 6:42 PM
You can create your own function group and attach it to the field exit function module.
Thanks,
Srinivas
‎2008 Apr 01 7:10 PM
Hi Srinivas,
can u tell me how to activate the Field Exit.?i am getting in PRFB as inactive i mean in Status Column.And how to Assign the field Exit while i am assigning program and Screen number?
Thanks,
Gopi .
‎2008 Apr 01 8:01 PM
Go to transaction SE38
Give the program name as RSMODPRF and then Execute
And then in the next screen execute it without giving any values for the data element and number of field exit.
then it shows you the field exits that you created.
Then select the check box of your field exit and click menu FIELDEXIT -> ACTIVATE.
To assign the program / screen,
In the same screen select the checkbox and click on the button Assign Prog./Screen and give the details.
Thanks,
Srinivas
‎2008 Apr 01 8:17 PM
Customer developments must be well structured from package level only which is normally not a case. Had this been a case then you must store all field exits in a customer-specific enhancement function group.
In other cases, you must keep in mind that a function group is designed after considering a fact that all the like functions must be grouped under it so that runtime memory is not utilized unneccesarily.