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

Radio Buttons

Former Member
0 Likes
356

Hi,

I have a table with 5 entries. How can I create radiobuttons(5) based on these values. Is there any option for that in ABAP?

Thanking you in advance

Vinay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
341

Hi,

In the table entry u have, for key fields u can create radio buttons. Group these radio buttons together. When u click on particular radio button, the details regarding that record should be displayed. Using this logic u can create.

U can get the document related to this in ABAPDOCU tcode.

Try and reward if found useful.

Hi,

I have a table with 5 entries. How can I create radiobuttons(5) based on these values. Is there any option for that in ABAP?

Thanking you in advance

Vinay.

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi,

In the table entry u have, for key fields u can create radio buttons. Group these radio buttons together. When u click on particular radio button, the details regarding that record should be displayed. Using this logic u can create.

U can get the document related to this in ABAPDOCU tcode.

Try and reward if found useful.