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

variable declaration

Former Member
0 Likes
487

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..???

2 REPLIES 2
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

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.