TWPSSO2ACL SAP (Workplace Single Sign-On 2 Access Control List) Table details

Dictionary Type: Table
Description: Workplace Single Sign-On 2 Access Control List




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




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

TWPSSO2ACL is a standard SAP Table which is used to store Workplace Single Sign-On 2 Access Control List data and is available within R/3 SAP systems depending on the version and release level.

The TWPSSO2ACL table consists of various fields, each holding specific information or linking keys about Workplace Single Sign-On 2 Access Control List data available in SAP. These include WPS_SYSID (Workplace Server System Identification), WPS_MANDT (Workplace Server client), DN_SUBJECT (Subject name), DN_ISSUER (Issuer name).. 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: Not classified


SAP TWPSSO2ACL 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 MANDTCLNT3T000MANDT
WPS_SYSIDWorkplace Server System Identification WPS_SYSIDCHAR8SYCHAR08
WPS_MANDTWorkplace Server client WPS_MANDTCLNT3Assigned to domainMANDT
DN_SUBJECTSubject name DN_255CHAR255TEXT255
DN_ISSUERIssuer name DN_CA_200CHAR200TEXT200
SERIALNOSerial number SERIALNO32CHAR32TEXT32

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWPSSO2ACL
INTO CORRESPONDING FIELDS OF WA_TWPSSO2ACL
WHERE...

How to access SAP table TWPSSO2ACL

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