‎2008 Apr 11 12:53 PM
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.
‎2008 Apr 11 1:31 PM
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
‎2008 Apr 11 5:40 PM
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