Application Development 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: 

Dynamic Radio Button Selection option in reports

former_member656787
Discoverer
0 Kudos

Hello Friends !

Here is my strange requirement.

Table Name: Z1, Fields are Material, Type

Contents will be like under:

Material Type

-


M1 A

M2 A

M2 B

M3 X

M4 X

M4 Y

M4 Z

-


The report has the following Parameters:

Material

Plant

If the user enters say M1 then the radio buttons should get generated like under:

o - A

If the user enters say M2 then the radio buttons should get generated like under:

o - A

o - B

If the user enteres M4 then 3 radio buttons should get generated

o-X

o-Y

o-Z

Once the radio buttons comeup then the user will select any of them and then update the same.

I will have a maximum of 5 different values for a material.

Can you please suggest a way out for this. I want to do this in a report selection screen

Thanks

Narayanan P

2 REPLIES 2

Former Member
0 Kudos

Hi,

For this requirement you need to use the 'at selection-screen on radiobutton group G' statement and loop at the table SCREEN to get the desired number of radiobuttons.

Regards,

Pramod

Former Member
0 Kudos

Hi

You can think of different approach, instead of radio button.

Create a module pool program

In the first screen, user will enter Material / Plant and in the second screen, create a table control and shows the details of Material / Plant combination.

User can select a line and do furthe processing

Regards

Madhan