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

create a selection screen dynamically

pradeep_grandhi
Active Participant
0 Likes
519

Hi all,

I need to create a selection screen dynamically from an excel sheet which i get.

The selection screen can contain elents such as select-options, parameters, radio buttons and check boxes.

the excel sheet looks like this:

text name ref_table ref_name type mandatory default

plant mara marc S M

checkbox cb c X

type refers to

s- select option

p- parameter

c- check box

r -radio button

please help

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi ,

Download all this values into one intertabl table by separating name wise.Loop this internal table and by checking the type keep selet-options ,parameters and radio buttions stateemnts for every statement.

Read only

0 Likes
479

this is what the error i am getting when i hav done the way u told for this:

select-options 'x' for table-field.

field 'x' has already been defined.

Read only

0 Likes
479

The message is self-explanatory. You already have a field with such name defined somewhere in your program. Use a different field name.