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: 

Selection screen for Table Maitainence for SM30

Former Member
0 Kudos

Hi all,

I have created table and table maintainence generator for it and created a transaction code for it.

When i have to maintain data through SM30, i need selection screen with key fields

that is not possible in my case .

Will anybody help me how to create selection screen for Table Maintainece Generator.

Regards,

Madhavi

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

there are two ways . i am familiar with this approach and it is simple also.

after creating the table maintenance you can create a report program with some selection screen .

inside the program you can call the function to maintain the data VIEW_MAINTENANCE_CALL

populate the selection screen values to the DBA_SELLIST

search the forum with the function name for sample code .

Edited by: Vijay Babu Dudla on Oct 10, 2008 4:14 AM

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

there are two ways . i am familiar with this approach and it is simple also.

after creating the table maintenance you can create a report program with some selection screen .

inside the program you can call the function to maintain the data VIEW_MAINTENANCE_CALL

populate the selection screen values to the DBA_SELLIST

search the forum with the function name for sample code .

Edited by: Vijay Babu Dudla on Oct 10, 2008 4:14 AM