SAP WSS_PROFILE WS Security Profiles Table
Overview
WSS_PROFILE is a standard SAP S/4HANA table that stores WS Security Profiles data. There are total 7 fields in the WSS_PROFILE table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WSS_PROFILE belongs to Web Services Security for ABAP (BC-SEC-WSS) module and is located in the package SOAP Security (SOAP_SECURITY).
In addition, following links provide an overview of foreign key relationships, if any, that link WSS_PROFILE to other SAP tables and standard CDS views available based on WSS_PROFILE table in S/4HANA 2020.
Techincal Settings of WSS_PROFILE
Below are technical details of the table WSS_PROFILE
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WSS_PROFILE Fields
The following table gives you an overview of the fields available in WSS_PROFILE
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT | 3 |
| NAME | Web Services Security Profile | WSS_PROFILE_NAME | CHAR | 30 | |
| TEMPLATE | Web Services Security Profile | WSS_PROFILE_NAME | WSS_TEMPLATE | CHAR | 30 |
| TYPE | Web Services Security Profile Type | WSS_PROFILE_TYPE | CHAR | 1 | |
| STATUS | Status of the Web Services Security Profile | WSS_PROFILE_STAT | CHAR | 1 | |
| VERSION | Version of the Web Services Security Profile | WSS_PROFILE_VERS | INT4 | 10 | |
| DATA | Web Services Security Profile Data | WSS_PROFILE_DATA | STRG |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WSS_PROFILE
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WSS_PROFILE | TEMPLATE | 1: CN | WSS_TEMPLATE |