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

maintenance view program for a table

Former Member
0 Likes
412

Hi All,

How can i create a maintenance view program for a table. i did maintenance view in sm30 for that table. now it needs a transaction code for maintenance. can somebody help me with this.

Thanks,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

Hi

Create a new transaction Z**** linked to SM30 for that table:

- trx SE93: while creating trx choose transaction with parameter and insert these data:

- TRANSACTION = SM30

- set the flag SKIP INITIAL SCREEN

At the end of screen, section Default Value, if you want to open dialog for updating:

NAME OF SCREEN FIELD VALUE

VIEWNAME <here insert the table name>

UPDATE X

...for displaying:

NAME OF SCREEN FIELD VALUE

VIEWNAME <here insert the table name>

SHOW X

Max

2 REPLIES 2
Read only

Former Member
0 Likes
390

Hi

Create a new transaction Z**** linked to SM30 for that table:

- trx SE93: while creating trx choose transaction with parameter and insert these data:

- TRANSACTION = SM30

- set the flag SKIP INITIAL SCREEN

At the end of screen, section Default Value, if you want to open dialog for updating:

NAME OF SCREEN FIELD VALUE

VIEWNAME <here insert the table name>

UPDATE X

...for displaying:

NAME OF SCREEN FIELD VALUE

VIEWNAME <here insert the table name>

SHOW X

Max

Read only

0 Likes
389

thanks a lot max....