Skip to Content
0
Former Member
Oct 04, 2009 at 12:53 PM

Selection screen refresh

318 Views

HI,

my question here is related to selection screen refresh.

in the program one parameter is defined like below.

PARAMETERS :P_EINT LIKE YFR1FIT_SALE_REF-POST_CODE DEFAULT 'EINT' OBLIGATORY VALUE CHECK.

In the table YFR1FIT_SALE_REF table the field POST_CODE the values were maintained at domain level. So, when i selected the F4 help on this field, all the domain values are appearing in the pop-up and also the validation of the data.

Now i have changed that, instead of domain, i have given the check table for this field. Though i did this change at table level, it looks these changes are not reflecting in the program. The program still showing the values maintained at the domain level, but not from the check table.

When i went to SE51 and given this program and 1000 as screen no, i noticed that the flow logic is not updated as per the latest changes. its still refering to the domain level values for validation..

So, to overcome this problem, it looks i have to update the flow logic of the screen 1000, which is created by default. Do you have any idea on how to correct this or refreshing the flow logic for the screen 1000.

Thanks for your time.

Regards,

Srikanth