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

Similar Functionality like SM30

Former Member
0 Likes
1,625

Hi,

I created a Z-Table. I don't want to generate Table maintenance. In Production System the Users don't have access to SM30 for insert/delete/modify the records in the table.

Is there any other way to give some program to the users for similar functionality like SM30?

anybody written any program on this issue?

any idea?

Thanks in advance,

fractal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
994

Hi Fractal,

Follow these steps:

1. Goto T-code (se93) and create a custom trasaction say ztest.

2. while creating give some short test and check the radio button

<b>Transaction with parameters(parameter transaction)</b>

3.In the next screen assign these values:

Transaction --> SM30

Screen --> Give the screen number which is seen in the table maintenence

screen in system--> status which you can directly go and find

through the T-code sm30.

And in the Name of the Screen field as VIEWNAME and Value as the name of

your Custom Table.

Now you can provide this T-Code for users to maintain the table.

Regards,

Vinod.

NOTE: PLZ close the issue if solved.

4 REPLIES 4
Read only

Former Member
0 Likes
994

hI,

You will have to create a custom dialog program to handle this. Create a screen with a table control and save buttons.

Check these SAP programs for reference.

DEMO_DYNPRO_TABCONT_LOOP_AT

DEMO_DYNPRO_TABCONT_LOOP

Regards,

Vara

Read only

Former Member
0 Likes
994

You can use SE16 transaction to look at the contents of the data.

Here you can only view the data.

Other wise, you can write a simple program to display the contents of the table.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
994

Hi,

Please check this FM VIEW_MAINTENANCE_CALL.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
995

Hi Fractal,

Follow these steps:

1. Goto T-code (se93) and create a custom trasaction say ztest.

2. while creating give some short test and check the radio button

<b>Transaction with parameters(parameter transaction)</b>

3.In the next screen assign these values:

Transaction --> SM30

Screen --> Give the screen number which is seen in the table maintenence

screen in system--> status which you can directly go and find

through the T-code sm30.

And in the Name of the Screen field as VIEWNAME and Value as the name of

your Custom Table.

Now you can provide this T-Code for users to maintain the table.

Regards,

Vinod.

NOTE: PLZ close the issue if solved.