WSURLREF SAP (Cross References: Web Services) Table details

Dictionary Type: Table
Description: Cross References: Web Services




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




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

WSURLREF is a standard SAP Table which is used to store Cross References: Web Services data and is available within R/3 SAP systems depending on the version and release level.

The WSURLREF table consists of various fields, each holding specific information or linking keys about Cross References: Web Services data available in SAP. These include URL_FIRST_PART (Relative URL (of ICF Node) of Web Service), URL_LAST_PART (Relative URL (of ICF Node) of Web Service).. 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 WSURLREF 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
WSNAMEConfiguration Name WEBSNAMECHAR30
URL_FIRST_PARTRelative URL (of ICF Node) of Web Service WSRELURL_250CHAR250
URL_LAST_PARTRelative URL (of ICF Node) of Web Service WSRELURL_37CHAR37

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSURLREF
INTO CORRESPONDING FIELDS OF WA_WSURLREF
WHERE...

How to access SAP table WSURLREF

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