‎2006 Nov 28 7:23 PM
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
‎2006 Nov 28 7:42 PM
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.
‎2006 Nov 28 7:28 PM
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
‎2006 Nov 28 7:28 PM
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
‎2006 Nov 28 7:29 PM
Hi,
Please check this FM VIEW_MAINTENANCE_CALL.
Regards,
Ferry Lianto
‎2006 Nov 28 7:42 PM
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.