RSECHIE_CL SAP (Authorization Hierarchies Changes Change Log) Table details

Dictionary Type: Table
Description: Authorization Hierarchies Changes Change Log




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




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

RSECHIE_CL is a standard SAP Table which is used to store Authorization Hierarchies Changes Change Log data and is available within R/3 SAP systems depending on the version and release level.

The RSECHIE_CL table consists of various fields, each holding specific information or linking keys about Authorization Hierarchies Changes Change Log data available in SAP. These include NUMMER (Natural Number), TCTAUTH (Authorization name in user master maintenance), TCTIOBJNM (InfoObject), OBJVERS (Object version).. 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 RSECHIE_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
TCTAUTHAuthorization name in user master maintenance XUAUTHCHAR12Assigned to domainXUAUTHXUAUSR12
TCTIOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
CHTIMELast Changed at RSEC_CHANGTIMETIMS6SYTIME
RECORDMODEBW Delta Process: Record Mode RSEC_RODMUPDMODCHAR1RSEC_RODMUPDMOD
HIESIDSID for Hierarchy ID RSRHIESIDINT410RSSID
HIEIDInternal hierarchy ID (unique ID) RSHIEIDCHAR25SYSUUID_25
TCTHIENMHierarchy name RSHIENMCHAR30RSHIENM
TCTHIEVERSHierarchy version RSVERSIONCHAR3RSVERSION
TCTHIEDATEValid-to date RSDATETODATS8DATUM
TCTNIOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
TCTNODEDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
TCTATYPEType of Authorization for a Hierarchy RSSAUTHHIERTYPENUMC1RSSAUTHHIERTYPE
TCTACOMPMBW Reporting Authorizations: Hierarchy Validity Area RSSBCOMPMODENUMC1RSSBCOMPMODE
TCTTLEVELHierarchy Level RSSBTLEVELNUMC2RSSBTLEVEL
TIMESTAMPTime stamp OLAP local time RSTSTAMPAPNUMC14RSTSTP
TCTHDATEQuery: Key date RSDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSECHIE_CL
INTO CORRESPONDING FIELDS OF WA_RSECHIE_CL
WHERE...

How to access SAP table RSECHIE_CL

Within an ECC or HANA version of SAP you can also view further information about RSECHIE_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!