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

Replace SM30 with Transaction

bjorn-henrik_zink
Contributor
0 Likes
669

Hi,

for authorization reasons I would like to replace SM30 maintainance with a custom transaction. Is there any easy way to achieve this?

Thanks.

/Elvez

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

Create a transction of type variant transaction with the following paramters: -

Transaction - SM31

Skip initial screen - ticked

In the name of screen field enter

VIEWNAME = Name of your table

SHOW = 'X'

Hi,

for authorization reasons I would like to replace SM30 maintainance with a custom transaction. Is there any easy way to achieve this?

Thanks.

/Elvez

3 REPLIES 3
Read only

Former Member
0 Likes
607

Create a transction of type variant transaction with the following paramters: -

Transaction - SM31

Skip initial screen - ticked

In the name of screen field enter

VIEWNAME = Name of your table

SHOW = 'X'

Read only

0 Likes
606

Hi Martin,

great - that solved the problem.

/Elvez

Read only

Former Member
0 Likes
606

Hi,

Create a transaction for the table using the SM30.

How to create the transaction..

GOTO SE93

Give the transaction name..

Press create button

Enter the description..

Select the "Transaction with parameters (parameter transaction)"

Press enter.

In the transaction field give SM30..

Press enter..

Check the checkbox "Skip initial screen"

IN the bottom of the screen..

NAME OF SCREEN FIELD VALUE

-


-


VIEWNAME "Give your ztable name"

UPDATE X

Save the transaction..

Thanks,

Naren