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

Dynamic Screen

former_member194669
Active Contributor
0 Likes
316

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

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi,

Try using the FM POPUP_GET_VALUES_DB_CHECKED

Thanks,

Naren