SAML2_RES_ARTFCT SAP (Storage table for resolved SAML2 artifacts from IdP) Table details

Dictionary Type: Table
Description: Storage table for resolved SAML2 artifacts from IdP




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




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

SAML2_RES_ARTFCT is a standard SAP Table which is used to store Storage table for resolved SAML2 artifacts from IdP data and is available within R/3 SAP systems depending on the version and release level.

The SAML2_RES_ARTFCT table consists of various fields, each holding specific information or linking keys about Storage table for resolved SAML2 artifacts from IdP data available in SAP. These include ARTIFACT (), IDP_KEY (SAML2 Entity ID Key), RESPONSE_IS_SIGNED (SAML2 Truth Value), NOTBEFORE (SAML2 (xs:dateTime)).. 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_RES_ARTFCT 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
ARTIFACT 0
IDP_KEYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
RESPONSE_IS_SIGNEDSAML2 Truth Value SAML2_BOOLEANCHAR1SAML2_BOOLEAN_D
NOTBEFORESAML2 (xs:dateTime) SAML2_DATETIMEDEC15XSDDATETIME_Z
NOTONORAFTERSAML2 (xs:dateTime) SAML2_DATETIMEDEC15XSDDATETIME_Z
RESPONSE SAML 2.0 response resolved from artifact from field ARTIFACT0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAML2_RES_ARTFCT
INTO CORRESPONDING FIELDS OF WA_SAML2_RES_ARTFCT
WHERE...

How to access SAP table SAML2_RES_ARTFCT

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