2012 Aug 28 1:58 PM
Hi Friends
How we can create transaction code for sap standard table ..which will allow only display of records
Regards
Meeta
2012 Aug 28 2:06 PM
It's already there: SE16
Thomas
P.S. basic and/or vague -> un-marked as question
2012 Aug 28 2:19 PM
A custom tcode need to create which will allow only display of a perticuler standard table
2012 Aug 28 2:30 PM
Hi Meeta,
With SE16 you you can set S_TABU_DIS authorization object to control the Table Authorization Group the user can access
Hope this will help
Jean-Michel
2012 Aug 28 2:31 PM
Then create a parameter transaction that calls SE16 for the relevant tablename.
Please search for available information, and next time provide all relevant details in your first message.
Thomas
2012 Aug 28 3:16 PM
Hi Meta Nair,
U can use T code : SE16 for displaying Values directly from Standard Table.
Otherwise you want User Defined T code then U created in T code SE93 create New T code and assign the Transaction to SE16 and In NAME OF SCREEN FIELD = DATABROWSE-TABLENAME
And if your for particular table then VALUE = ' Table Name '.
If you want any default Table then keep Value field Empty.
Thanks & Regards,
MadhuKumar
2012 Aug 28 3:22 PM
2012 Aug 28 3:26 PM
Hi Meeta,
Create a parameter transaction in SE93 and 'Default Values' section, give the viewname = your table name, and SHOW = 'X' (instead of UPDATE = 'X'). Let us know if this helps.
Regards,
Gautam
2012 Aug 28 4:25 PM
Thanks Friends for quick response
I have created tcode ZTEST using SE16 and with Skip initial screen checked,
in last parameters i gave DATABROWSE-TABLENAME = my sap table .
when am executing its displaying entries of that table and in menu create option is disabled so till now its fine but ,i don't want anyone to change it by using debug method also so want to add
auth group S_TABU_DIS can some body pls let me know the process step by step
i used SU24 to add this auth group to my tcode ZTEST but it displaying huge list under this object too after this am confuse what to do next ?
Regards
Meeta
2023 Jun 19 10:30 AM
So i have to skip the SM30 screen and only display the table directly from the tcode. I Tried several ways but it goes to the display screen.
2012 Aug 28 5:39 PM
I created tcode using se16 and its only displaying records , but in debug mode i checked its still allowing to change or update record how i can stop that ?
can we control that using S_TABU_DIS if yes then how can i tag that with tcode ?
Regards
Meeta
2012 Aug 28 6:10 PM
2012 Aug 29 7:46 AM
How can we remove debug authorization from tcode .. i mean what is the process ?
Regards
Meeta
2012 Aug 29 8:04 AM
Hi Meeta nair,
Delete the authorization object. From the package where U have saved the T CODE , if u r using ($ TMP) Local Object then go to SE93 , type Ur t code and click to change and click on display button as show in below.
To delete authorization object refer the below image
I had refer to Local object here.
Thanks & Regards,
MadhuKumar