‎2007 Feb 02 10:01 PM
Hi,
I have a requirement to create dynamic screen.
This is my requirment : I have an dynamic internal table (fields may change every time when execution) have only one record.
For eg.
My internal table structure look like this way
NAME DESC NUMBER
ABC TEST 10.
I need to display the internal table data into a screen. like the following
NAME ABC
DESC TEST
NUMBER 10
My question is every time the structure of dynamic internal table changes, How we can display this into a screen .
Is there any function module available do this?
Thanks
aRs
‎2007 Feb 02 10:04 PM