WSSOAPPROP_DARK SAP (Transport Table as Replacement fo WSSOAPPROP (Only Transp.)) Table details

Dictionary Type: Table
Description: Transport Table as Replacement fo WSSOAPPROP (Only Transp.)




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




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

WSSOAPPROP_DARK is a standard SAP Table which is used to store Transport Table as Replacement fo WSSOAPPROP (Only Transp.) data and is available within R/3 SAP systems depending on the version and release level.

The WSSOAPPROP_DARK table consists of various fields, each holding specific information or linking keys about Transport Table as Replacement fo WSSOAPPROP (Only Transp.) data available in SAP. These include VERSION (ABAP: Program Status (Active, Saved, Transported...)), WSNAME (Configuration Name), FEATURE (WS: Namespace of SOAP Application Features), SOAPAPP (Object Type of Reference Object (Function, BAPI, IDOC)).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WSSOAPPROP_DARK 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
VEPNAMEName of a Service Definition VEPNAMECHAR30SHLP_ER_WEBSERVICE_NAME
VERSIONABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
WSNAMEConfiguration Name WEBSNAMECHAR30
FEATUREWS: Namespace of SOAP Application Features WSSOAPFEATNAMECHAR128
SOAPAPPObject Type of Reference Object (Function, BAPI, IDOC) VEPREFTYPECHAR4Assigned to domainVEPREFTYPE
FUNCREFNew Name of a Function in a Service Definition VEPFUNCMAPCHAR120VIMAPPEDNAME
PROPNUMFour-digit number NUM4NUMC4NUM04
PROPNAMEWS: Name of SOAP Application Feature Property WSSOAPPROPNAMECHAR128
VALUEWS: Value of Property in SOAP Feature WSSOAPPROPVALUECHAR128
PROFILE_URIURI of a Web Service Comunication or Security Profile WSPROFILE_URICHAR255CHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSSOAPPROP_DARK
INTO CORRESPONDING FIELDS OF WA_WSSOAPPROP_DARK
WHERE...

How to access SAP table WSSOAPPROP_DARK

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