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

Generate screen at runtime

Former Member
0 Likes
322

Hello,

I have an editable ALV Grid, which can handle multiple tables to edit. I would like to use the clasic way of updating with ALV grid, select a row, transfer the data to a screen, update that row, save in the database. The problem is that the structure of the tables is unknown, i have the tablenames and fieldnames in another z configuration tables. In this case, I have to generate that screen dynamicly, at run time. Is that possible? To indicate at runtime, an internal table , and a screen with those fields to be generated?

Thank you!

1 REPLY 1
Read only

Former Member
0 Likes
286

Hi,

Regarding the dynamic internal table refer,

(for creating it)

For the dynamic screens, this is what I can get,

Hope it helps.

Regards,

Hema.

    • Reward points if it is useful.