SRT_WSP_ASSERTS SAP (SOAP Runtime Framework: WS-Policy Assertions) Table details

Dictionary Type: Table
Description: SOAP Runtime Framework: WS-Policy Assertions




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




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

SRT_WSP_ASSERTS is a standard SAP Table which is used to store SOAP Runtime Framework: WS-Policy Assertions data and is available within R/3 SAP systems depending on the version and release level.

The SRT_WSP_ASSERTS table consists of various fields, each holding specific information or linking keys about SOAP Runtime Framework: WS-Policy Assertions data available in SAP. These include PROP_NAME (Property Name for Database), PROP_NAMESPACE (Property Namespace for Database), PROP_VALUE (Property Value for Database for Shorter Values), SCOPE (WSP attachment point).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_WSP_ASSERTS 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
ID 0
PROP_NAMEProperty Name for Database SRT_WSP_DB_PROPERTY_NAMECHAR120SRT_WSP_DB_PROPERTY_NAME
PROP_NAMESPACEProperty Namespace for Database SRT_WSP_DB_PROPERTY_NAMESPACECHAR120SRT_WSP_DB_PROPERTY_NAMESPACE
PROP_VALUEProperty Value for Database for Shorter Values SRT_WSP_DB_PROPERTY_VALUECHAR255SRT_WSP_DB_PROPERTY_VALUE
SCOPEWSP attachment point SRT_WSP_ATTACHMENT_POINTCHAR10SRT_WSP_ATTACHMENT_POINT
IS_SAPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_OPTIONALBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_STATICBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ASSERTION_STRING 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRT_WSP_ASSERTS
INTO CORRESPONDING FIELDS OF WA_SRT_WSP_ASSERTS
WHERE...

How to access SAP table SRT_WSP_ASSERTS

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