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 Exit : Excise screen has four fields with same Data element..

Former Member
0 Likes
364

Hello,

I am trying to create a field exit for MIGO Screen. in one of Excise screen I have to populate data for four different fields.

The problem is that all of them have the same Data Element in the same screen..

How do i go forward now..

I have heard this can happen through feild-symbols,,but have not done that..

Points will be rewareded for Quick Solution.

Scenario.

Screen A.

Fields : BED, SED, ECS, SECESS.

DATA ELEMENT : one for all of them.

2 REPLIES 2
Read only

Former Member
0 Likes
343

Hi,

If you are in 4.7 and up follow this

1. Run report RSMODPRF

2. Run on the selection screen

3. In list Field Exit > Create

4. Give your data element

5.System will generate the FM FIELD_EXIT_XXXXX

6. Activate it.

7. Select your field exit and assign to your program and screen

8. Select again .. Field exit > Activate

If you are in version below 4.7

1. CMOD

2. Go to >Text enhancment > Field exit

then follow the same step from 3 onwards as given above.

Regards

Kiran

Read only

Former Member
0 Likes
343

while creating the field exit through the program RSMODPRF,

When you execute through se38 screen, in the next screen specify the data element and Number of Field exit (different number to different exit with the same data element). By giving this Number of the field exit

you can make fields on various screens branch to various function modules despite the same data element reference.

rest all is the same for creation and attach it to the screen/ program later.

Thanks,

Srinivas