Question:
Hi Gurus,
Can you tell what are named user tables in security perspective.
How to handle named user tables with custom built application.
Would appreciate any help.
Thanks,
sapadmin1
Answer:
Use SAP functionality not the table. Most anything you want to do is covered in SAP tcodes or prebuilt function module so you do not have to know the tables or their interations...
In general though,
Most all USxxx tables
The AGR_xxx
The Authxxx Tables and structure
the ADxx tables
Then there is a long list of Txxx tables.
And the list goes on...
Answer:
Is handling SAP named user tables same as handling custom tables
I mean using se93
creating auth group using se54 for auth object s_tabu_dis
or is it something different.
This the requirement for my client: handling named user tables.
I am confused is he referering to handling custom tables or something different.
Can any one please clarify.
Regards,
sapadmin1
Answer:
You will have to get clarification form you client.
In general there are two ways SAP allows you to change tables, Via a tcode-application or direct table maintenance using ( mostly) SM30.
If you use SAP functionality the controls are built in, example SUCU or SE54 or SE93. When SAP allows direct table maintenance it is often considered configuration which is controlled via S_TCODE to the configuration transaction code and S_TABU_DIS the table maintenance authorization object.