‎2006 Feb 13 11:31 AM
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
‎2006 Feb 13 11:37 AM
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
‎2006 Feb 13 11:37 AM
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
‎2006 Feb 13 11:44 AM