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: 

get input for 100 dynamic fields in a single screen

Former Member
0 Kudos

Hi all

I got one requirement wherein i need to accept input for around 100 dynamic fields in a single screen. screen can scroll down if possible.

Can anyone tell me whether it is possible. if yes please let me have the sample code.

Thanks

Ravindra Suvarna

8 REPLIES 8

Former Member
0 Kudos

Ravi,

I don't think you can create fields on the screen dynamically.

Can you give us more details, what are you trying to achieve?

Regards,

Ravi

0 Kudos

Hi Ravi,

I need to accept input for around 100 fields in a single screen. Pratically it is not possible to fit in 100 fields in a single screen. i want to know whether there is any facility to create a big layout and have a facility to scroll down at runtime.

0 Kudos

Ravi,

Probably a TAB STRIP might help you.

Seggregate your 100 fields logically, say 5 groups.

Have a TAB STRIP CONTROL, with 5 tab strips and place 20 fields in each of the tabs. Each tab strip will have a sub screen.

Regards,

Ravi

Note : Please mark the helpful answers.

0 Kudos

Is there any other way to accept the details in single screen.

Thanks

Ravi

0 Kudos

Ravi,

It does not make sense to place 100 fields on one screen. I think TAB STRIP is the way to go.

If the answers help you, please mark them.

Regards,

Ravi

Former Member
0 Kudos

Hi suvarna,

I dont think there is restriction like that( u can create 100 fields in a single screen) using tab strips (or)individual fields.

Regards,

vasantha.

former_member181962
Active Contributor
0 Kudos

Hi Suvarna,

As others have already pointed out, i don't think it is user friendly to design such a screen.

Probably there is a restriction on such things because even in the se16/se11 selectin criteria, the maximum fields in a screen is only 40.

If a table has more than 40 fields, it gives a popup to choose the fields for selection.

Regards,

ravi

Former Member
0 Kudos

Hi,

You can dynamically hide the fields or entire block with help of a code if you want i can provide you the code.

You can use checkbox when check box is selected a block with field will be displayed otherwise not.

This achieve by using MODIF ID & AT SELECTION-SCREEN OUTPUT

Regards,

Manoj B Gupta