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: 

AT SELECTION-SCREEN OUTPUT.

Former Member
0 Kudos

Hi All,

I have a selection screen which i need to influence before it is shown in the screen after the transaction is executed.

I want the user to influence one of the fields in selection screen by an user exit.So if in the user exit the parameter is set by the user ,then only that particular field should be enabled or else it should be disabled.

I know i can use AT SELECTION-SCREEN OUTPUT.

but i am not sure that i can influence it with an user exit.

Could anybody let me know the logic or code to write this.

It would be very much help full.

Regards,

Priya.

2 REPLIES 2

Former Member
0 Kudos

You can create a customizing table and TMG which will allow the user to set the property of your parametrs.

ie,

Parameter Readonly Editable Hide

So based on the value in this table you can make the property parameter using loop at screen.

Former Member
0 Kudos

Hi Priya,

you can make properly for loop at screen. with modify screen..

it applied for enabled or disabled screen proceed.

thx,

s.suresh