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

In which Function group to store field Exit Function module

Former Member
0 Likes
550

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.

4 REPLIES 4
Read only

Former Member
0 Likes
506

You can create your own function group and attach it to the field exit function module.

Thanks,

Srinivas

Read only

0 Likes
506

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 .

Read only

0 Likes
506

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

Read only

Former Member
0 Likes
506

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.