SAML2_FEDERATION SAP (Federation Information for a SAP User ID) Structure details

Dictionary Type: Structure
Description: Federation Information for a SAP User ID




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




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

SAML2_FEDERATION is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Federation Information for a SAP User ID" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SAML2_FEDERATION TYPE SAML2_FEDERATION.

The SAML2_FEDERATION table consists of various fields, each holding specific information or linking keys about Federation Information for a SAP User ID data available in SAP. These include LOGON_TYPE (Undefined User Assignment), NAMEID (SAML2 Name at Identity Provider), SPPROVIDEDID (SAML2 Name at Service Provider), IDP_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAML2_FEDERATION structure 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
NAMEID_KEYSAML2 Logon Format SAML2_NAMEID_KEYINT25Assigned to domainSAML2_NAMEID_KEYSAML2_NAMEID_FORMAT
LOGON_TYPEUndefined User Assignment SAML2_ID_MAPPING_UNSPECIFIEDCHAR1SAML2_USR_LOGON_TYPE
NAMEIDSAML2 Name at Identity Provider SAML2_NAMEID_IDPSTRG0SAML2_NAMEID_VALUE
SPPROVIDEDIDSAML2 Name at Service Provider SAML2_NAMEID_SPSTRG0SAML2_NAMEID_VALUE
IDP_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
SPNAMEQUAL_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
NAMEQUALIFIER 0

Key field Non-key field



How do I retrieve data from SAP structure SAML2_FEDERATION using ABAP code?

As SAML2_FEDERATION is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SAML2_FEDERATION as there is no data to select.

How to access SAP table SAML2_FEDERATION

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