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 Slection Screen Without Table Maintenance Generator

Former Member
0 Likes
612

Hello!

I want to create a program which is dynamically creating a selection screen based on a specified table name without using the standard table maintenance generator. Is this possible?

There are tables DD02L and DD03L which contains the tables and its fields information but I do not know how to deal with this.

Thank you very much,

Jeff

3 REPLIES 3
Read only

Former Member
0 Likes
423

Hi,

See this thread

Thanks & Regards,

Judith.

Read only

andreas_mann3
Active Contributor
0 Likes
423

Hi Jeff,

look to transactions: SE16, SE16N, SE17

->you can adopt the logic from that programs

regards Andreas

Read only

0 Likes
423

Use function module

RS_TABLE_LIST_CREATE

pass "ANZE" to action parameter and

the desired table name to the table_name parameter

or

use FM

VIEW_MAINTENANCE_CALL

with action parameter as 'U' for update

and view_name as the table name.

Regards

Raja