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

ALV-Back from output to selection-screen problem ?

Former Member
0 Likes
775

Hi..

I have a report requirement which i have three radio buttons on the selection screen with the same radiobutton group... and based on the selection of either of these radio buttons.. i make user input possible on various combinations of the select-options present on the selection screen....

Ex.. i have 10 select options and 3 radio buttons...

If radio button 1 is selection 4 of the select option are enabled for input.. if radiobutton 2 is selected.. other 6 are available for input... and if radio button 3 is selected all the fields are available for input...

Now i am not making the fields invisible.. i am just greying out the fields.....

Now what is happenein is.. when i run the report.. say with radio button 3 selected.. the alv output comes.. and when i press BACK button..we get the selection screen.. the radio button 3 is still selected.. and the user input is also present ...but some of the fields are greyed..out.. which i do not what..

what could be the problem.....??

Hi..

I have a report requirement which i have three radio buttons on the selection screen with the same radiobutton group... and based on the selection of either of these radio buttons.. i make user input possible on various combinations of the select-options present on the selection screen....

Ex.. i have 10 select options and 3 radio buttons...

If radio button 1 is selection 4 of the select option are enabled for input.. if radiobutton 2 is selected.. other 6 are available for input... and if radio button 3 is selected all the fields are available for input...

Now i am not making the fields invisible.. i am just greying out the fields.....

Now what is happenein is.. when i run the report.. say with radio button 3 selected.. the alv output comes.. and when i press BACK button..we get the selection screen.. the radio button 3 is still selected.. and the user input is also present ...but some of the fields are greyed..out.. which i do not what..

what could be the problem.....??

5 REPLIES 5
Read only

Former Member
0 Likes
702

HI.

Clear all fields and radio button while come from BACK,After called the ALV functional module.

Regards,.

Jay

Read only

0 Likes
702

Well..

I have tried that.. that doesnt work..

Well..i need the user input to be present.. but the problem is with the greyed out fields... when radio button 3 is selected..i do not want any of the fields to be in greyed out state...

Read only

Former Member
0 Likes
702

Hi

When you comes back from ALV PBO of screen runs again.

So you need to modify your code at AT-selection screen output.

You have to check that the sy-ucomm when you press BACK button in alv and do the required changes.

Regards

Aditya

Read only

Former Member
0 Likes
702

Solved myself...

Read only

0 Likes
702

You could tell how you solved.

Others may have the same problem.