‎2005 Jun 03 5:59 AM
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
‎2005 Jun 03 6:26 AM
‎2005 Jun 03 6:44 AM
Hi Jeff,
look to transactions: SE16, SE16N, SE17
->you can adopt the logic from that programs
regards Andreas
‎2005 Jun 04 10:27 AM
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