RSECUSERAUTH_CL SAP (BI AS Authorizations: Assignment of User Auth (Change Log)) Table details

Dictionary Type: Table
Description: BI AS Authorizations: Assignment of User Auth (Change Log)




ABAP Code to SELECT data from RSECUSERAUTH_CL
Related tables to RSECUSERAUTH_CL
Access table RSECUSERAUTH_CL




Table field list including key, data, relationships and ABAP select examples

RSECUSERAUTH_CL is a standard SAP Table which is used to store BI AS Authorizations: Assignment of User Auth (Change Log) data and is available within R/3 SAP systems depending on the version and release level.

The RSECUSERAUTH_CL table consists of various fields, each holding specific information or linking keys about BI AS Authorizations: Assignment of User Auth (Change Log) data available in SAP. These include NUMMER (Natural Number), UNAME (User Name in User Master Record), AUTH (Authorization name in user master maintenance), CHTIME (Last Changed at).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSECUSERAUTH_CL table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SESSIONIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
NUMMERNatural Number INT4INT410INT4
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
AUTHAuthorization name in user master maintenance XUAUTHCHAR12Assigned to domainXUAUTHXUAUSR12
CHTIMELast Changed at RSEC_CHANGTIMETIMS6SYTIME
RECORDMODEBW Delta Process: Record Mode RSEC_RODMUPDMODCHAR1RSEC_RODMUPDMOD
TIMESTAMPTime stamp OLAP local time RSTSTAMPAPNUMC14RSTSTP

Key field Non-key field



How do I retrieve data from SAP table RSECUSERAUTH_CL using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSECUSERAUTH_CL to SELECT all data from the table
DATA: WA_RSECUSERAUTH_CL TYPE RSECUSERAUTH_CL.

SELECT SINGLE *
FROM RSECUSERAUTH_CL
INTO CORRESPONDING FIELDS OF WA_RSECUSERAUTH_CL
WHERE...

How to access SAP table RSECUSERAUTH_CL

Within an ECC or HANA version of SAP you can also view further information about RSECUSERAUTH_CL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!