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

Need to show two rb data while executed

yugan-1
Discoverer
0 Likes
1,016

Hi all

I have a requirement that i need to show data of two saparate rb at once while executed the program. Here i used in the existing t.code logic in that logic they maintain logic individually for each raido button

But coming to my scenario i need to show that both raidobutton output as a single output when i execute my program

Hi all

I have a requirement that i need to show data of two saparate rb at once while executed the program. Here i used in the existing t.code logic in that logic they maintain logic individually for each raido button

But coming to my scenario i need to show that both raidobutton output as a single output when i execute my program

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
972

If a customer report convert Radio-Buttons to Check-Boxes

If a standard ALV report, create a wrapper that SUBMIT twice the report, once for each button, and get the ALV result itabs with class cl_salv_bs_runtime_info and display both tables (merging or splitting screen)

Read only

0 Likes
972

Thanks Alot it helps me