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

Sub Screen Radio button

0 Likes
632

Hi,

Calling sub screen based on alv record.

In ALV record Field had values like x or y  or z. User will select record and data will be display in sub screen.

sunscreen contain 3 radio buttons for value X and Y and Z and grouped.

While displaying data in sub screen based on value X Y Z How to populate radio buttons. 

EX: ALV record field contain value Z so need to populate radio button Z in sub screen.

Thanks

RK

Hi,

Calling sub screen based on alv record.

In ALV record Field had values like x or y  or z. User will select record and data will be display in sub screen.

sunscreen contain 3 radio buttons for value X and Y and Z and grouped.

While displaying data in sub screen based on value X Y Z How to populate radio buttons. 

EX: ALV record field contain value Z so need to populate radio button Z in sub screen.

Thanks

RK

2 REPLIES 2
Read only

former_member187748
Active Contributor
0 Likes
529

Hi RK,

please see this wiki help for using radiobutton in alv report,

hoping it will serve your purpose.

ABAP- Radio Buttons in ALV GRID REPORT - Code Gallery - SCN Wiki

Read only

Former Member
0 Likes
529

Hi, for 3 grouping radiobuttons you need to declare 3 variable with type flag(char 1, values: '' or 'X'),

    

     and take care in program logic for only one variable is  eq 'X'