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: 

Reg : Tcode for table maintance generator

Former Member
0 Kudos

Hello,

I have created the Tcode for Table maintance generator of a table using SE93 which directly goes to the table maintaince generator. My requirement is if i open the tcode i need to display the custom selection screen before going to the table maintaince generator. How do i do it. please can give me the steps to fulfil the above req.

regards

haritha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check below thread will be useful to you.

For more information:

Search sdn with key words tcode + table maintainence generator

Regards

3 REPLIES 3

Former Member
0 Kudos

Check below thread will be useful to you.

For more information:

Search sdn with key words tcode + table maintainence generator

Regards

naimesh_patel
Active Contributor
0 Kudos

In this case, you need to create a Z report and call the FM VIEW_MAINTENANCE_CALL to call the table maintenance.

Give the VIEW_NAME as your Table name

Pass ACTION as 'U'

Fill your selection conditions in the TABLE parameter DBA_SELLIST.

Regards,

Naimesh Patel

Former Member
0 Kudos

thanks