SAML2_SESSION SAP (SAML2 Session Context) Table details

Dictionary Type: Table
Description: SAML2 Session Context




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




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

SAML2_SESSION is a standard SAP Table which is used to store SAML2 Session Context data and is available within R/3 SAP systems depending on the version and release level.

The SAML2_SESSION table consists of various fields, each holding specific information or linking keys about SAML2 Session Context data available in SAP. These include SECURITY_CONTEXT (Internal Reference to Security Context (Time-Invariant)), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), IDP_KEY (SAML2 Entity ID Key), SP_KEY (SAML2 Entity ID Key).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAML2_SESSION 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SECURITY_CONTEXTInternal Reference to Security Context (Time-Invariant) SECURITY_CONTEXT_REFRAW16SYSUUID
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
IDP_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
SP_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
SPNAMEQUAL_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
SESSION_INDEX_HHash Value of the SAML2 Session Index SAML2_SESSION_HASHRAW20SAML2_HASH
SESSION_INDEXID of an SAML2 Session SAML2_SESSION_INDEXSTRG0SAML2_SESSION_INDEX
IDP_NAME_FORMATSAML2 Logon Format SAML2_NAMEID_KEYINT25Assigned to domainSAML2_NAMEID_KEYSAML2_NAMEID_FORMAT
IDP_NAME_ID_HSAML2 Hash Value of the Identity Provider User Name SAML2_NAMEID_HASHRAW20SAML2_HASH
IDP_NAME_IDSAML2 Name at Identity Provider SAML2_NAMEID_IDPSTRG0SAML2_NAMEID_VALUE
NAMEQUALSAML2 NameQualifier SAML2_NAME_QUALIFIERSTRG0
SPNAMEQUALSAML2 SPNameQualifier SAML2_SPNAME_QUALIFIERSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAML2_SESSION
INTO CORRESPONDING FIELDS OF WA_SAML2_SESSION
WHERE...

How to access SAP table SAML2_SESSION

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