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: 

By default table maintenance screen will open in change mode, can it be changed to display mode by default?

sureshkumar_pnv
Participant
0 Kudos
1,202

By default table maintenance screen will open in change mode, can it be changed to display mode by default?

1 ACCEPTED SOLUTION

keyur_pawar
Active Participant
0 Kudos
511

Hi,

Prepare T-code for your Table maint genreator

SE93 -> Trans with parameter option (Parameter Transaction)

-> Specify Transaction SM30

-> Check on Skip first screen

->Go below Default value secton

     - Viewname - <your table name>

     - SHOW = 'X'

Save Tcode.

Run Tcode.

your table maint view will be in by default Display mode.

Regards,

Keyur Pawar

2 REPLIES 2

keyur_pawar
Active Participant
0 Kudos
512

Hi,

Prepare T-code for your Table maint genreator

SE93 -> Trans with parameter option (Parameter Transaction)

-> Specify Transaction SM30

-> Check on Skip first screen

->Go below Default value secton

     - Viewname - <your table name>

     - SHOW = 'X'

Save Tcode.

Run Tcode.

your table maint view will be in by default Display mode.

Regards,

Keyur Pawar

0 Kudos
511

Thank Pawar, you've given me right solution. thank you very much.