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

Reg : Tcode for table maintance generator

Former Member
0 Likes
549

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
Read only

Former Member
0 Likes
519

Check below thread will be useful to you.

For more information:

Search sdn with key words tcode + table maintainence generator

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
520

Check below thread will be useful to you.

For more information:

Search sdn with key words tcode + table maintainence generator

Regards

Read only

naimesh_patel
Active Contributor
0 Likes
519

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

Read only

Former Member
0 Likes
519

thanks