2014 Feb 20 10:50 AM
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
2014 Feb 20 11:12 AM
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
2014 Feb 20 12:13 PM
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'
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |