WSS_STS_URL_TAB SAP (STS Url) Table details

Dictionary Type: Table
Description: STS Url




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




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

WSS_STS_URL_TAB is a standard SAP Table which is used to store STS Url data and is available within R/3 SAP systems depending on the version and release level.

The WSS_STS_URL_TAB table consists of various fields, each holding specific information or linking keys about STS Url data available in SAP. These include STS_ID (STS ID), SAML_ENTITY (SAML2 Entity ID Key), SAML_TYPE (STS SAML type), SAML_VERSION (SAML Version Specification).. 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 WSS_STS_URL_TAB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
STS_IDSTS ID WSS_STS_IDCHAR32
SAML_ENTITYSAML2 Entity ID Key SAML2_ENTITY_KEYRAW16SYSUUIDSAML2_ENTITY
SAML_TYPESTS SAML type WSS_STS_SAML_TYPECHAR1WSS_STS_SAML_TYPE
SAML_VERSIONSAML Version Specification SAML_VERSIONCHAR5SAML_VERSION
STS_URLSTS URL WSS_STS_URLCHAR512WSS_URL
STS_MEX_URLSTS MEX URL WSS_STS_MEX_URLCHAR512WSS_URL
SAML_POLICYName of SAML2 Policy SAML2_POLICY_NAMECHAR32Assigned to domainSAML2_POLICY_NAMESAML2_POLICY
SAML_AUTH_CNTXTS Standard authentication contexts0
SAML_AUTH_CTX_CT Custom Authentication contexts0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSS_STS_URL_TAB
INTO CORRESPONDING FIELDS OF WA_WSS_STS_URL_TAB
WHERE...

How to access SAP table WSS_STS_URL_TAB

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