Application Development 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: 

Creation of Field Exit

Former Member
0 Kudos

I need to create a Field Exit. I know that it needs to be done using CMOD. I am struck at the initial point what should be the input.

Can someone give me the detail steps of creation of the Field Exit (starting from CMOD till Activation).

I will reward the people who will help me out.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Field exit needs to be created from SE38. May be the below steps might help U.

1) Goto SE38 - RSMODPRF...Execute..U will be on Field exits for data elements screen.

2) Press F4 and U will be in the list screen.

3) From menu use Create option to create a new field exit. Specify the Data Element & continue.

4) It generates a function module & U need to specify short text & enter. U can add the required code in the function module.

5) When U come back 2 function modules gets generated automatically.

6) From menu bar Activate the object.

The field exit is created which can be used.

Hope this will solve ur problem. If so, pl. reward the points.

4 REPLIES 4

athavanraja
Active Contributor
0 Kudos

which version of R/3 you are on.

from 4.7 you cannot do it from CMOD, you need to use program

RSMODPRF

Regards

Raja

0 Kudos

Hi

Raja is right!

The field-exit aren't supported by SAP from release 4.6C, but you can see and use it running directly the rfeport RSMODPRF by SE38.

But rember: they couldn't work for enjoy transaction.

Max

Former Member
0 Kudos

Hi prasanna,

You can create Field Exits using the program RSMODPRF. You need to pass the data element of the field as a paramater to it.

To know how to go about it have a glance at the Documentation of this program. You will find the detailed info.

Welcome to SDN.

Warm Regards,

Vinod.

Former Member
0 Kudos

Hi,

Field exit needs to be created from SE38. May be the below steps might help U.

1) Goto SE38 - RSMODPRF...Execute..U will be on Field exits for data elements screen.

2) Press F4 and U will be in the list screen.

3) From menu use Create option to create a new field exit. Specify the Data Element & continue.

4) It generates a function module & U need to specify short text & enter. U can add the required code in the function module.

5) When U come back 2 function modules gets generated automatically.

6) From menu bar Activate the object.

The field exit is created which can be used.

Hope this will solve ur problem. If so, pl. reward the points.