2006 Apr 11 8:10 AM - last edited on 2024 Feb 03 6:53 PM by postmig_api_4
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
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
2006 Apr 11 8:14 AM
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
2006 Apr 11 8:18 AM
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.
2006 Apr 11 8:32 AM
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.
2006 Apr 11 9:34 AM
Is there any other way to accept the details in single screen.
Thanks
Ravi
2006 Apr 11 9:36 AM
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
2006 Apr 11 12:22 PM
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.
2006 Apr 11 12:25 PM
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
2006 Apr 11 1:01 PM
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