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

Authentication to custom database table.

Former Member
0 Likes
1,100

Hi,

My requirement is-

I created a custom database table and after activation when i want to open the same table by se11 , It should be show a message in message bar that "you don't have proper authentication to see the contains of the table. ".

So how to put this authentication in ztable so that it will generate a message ?

regards,

Ajit

6 REPLIES 6
Read only

0 Likes
1,034

Hi Ajit,

I believe it is possible to be implemented by using authroization objects S_TABU_NAM, S_TABU_LIN, and S_TABU_DIS  . You can assing an authorization group to the table and add these authorizations to users he want to allow these operations. To include authorization group to the table customer can use SE11 -> Edit table and then go to Utilities -> Assign Authorization Group.

SAP Notes 546797 and 763269 may help with more details about these authorizations.

Best regards,

Mauricio Grisa.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,034
Read only

0 Likes
1,034

Hello Raymond,

Its asking for authentication user id and pwd.

Regards,

Ajit

Read only

0 Likes
1,034

Hello Ajit,

you need a SAP Marketplace-Account to access this page.

If you dont have one you maybe can download the note in your development system.

Transaction is SNOTE.

CTRL+F8 opens the Popup for notes download.

Dont forget the leading zeros for your note number.

Regards Nico

Read only

0 Likes
1,034

Try with SNOTE (as or ask basis guys either to download the document in pdf or to create a S-Id for you.

Regards,

Raymond

Read only

Former Member
0 Likes
1,034

Thanks to all...