‎2006 Mar 21 9:11 AM
Hi All,
My requirement is, Iam populating an internal table ITAB with some lookup logic. After the ITAB is populated, one of the ITAB's field entries, I have to take onto a selection screen with radio buttons.
that means, all that field's entries I want to declare as variables. How to declare the entries of ITAB's field as variables in the next level..???
‎2006 Mar 22 11:59 AM
i think you can try using the interactive reporting..After the selection screen, display basic report with check box option. based of on the check box selection, display the actual report as first level report.
Regards,
Bala
‎2006 Mar 22 12:14 PM
Hello Suman,
Are you saying that you want to determine the number of fields on your screen at run time? I'm afraid that is not so easy to accomplish. However, it's possible.
I have a strong feeling that you should rethink about your UI design. If you still want to go ahead with it, then you need to generate your screen dynamically. Look at <a href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db996135c111d1829f0000e829fbfe/frameset.htm">this link</a>.
Regards,
Kinshuk Saxena.