Application Development 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: 

Dynamic Slection Screen Without Table Maintenance Generator

former_member355937
Participant
0 Kudos

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

Former Member
0 Kudos

Hi,

See this thread

Thanks & Regards,

Judith.

andreas_mann3
Active Contributor
0 Kudos

Hi Jeff,

look to transactions: SE16, SE16N, SE17

->you can adopt the logic from that programs

regards Andreas

0 Kudos

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