LXE_WSPROXY SAP (Maintenance of Web Service Client for SLXE) Table details

Dictionary Type: Table
Description: Maintenance of Web Service Client for SLXE




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




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

LXE_WSPROXY is a standard SAP Table which is used to store Maintenance of Web Service Client for SLXE data and is available within R/3 SAP systems depending on the version and release level.

The LXE_WSPROXY table consists of various fields, each holding specific information or linking keys about Maintenance of Web Service Client for SLXE data available in SAP. These include RT_CONFIG_NAME (Runtime Name for a Web Service), DESTINATION (Destination for a 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LXE_WSPROXY 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
DT_OBJ_NAMEClass for a Web Service LXE_WS_DT_NAMECHAR30LXE_WS_DT_NAME
RT_CONFIG_NAMERuntime Name for a Web Service LXE_WS_RT_NAMECHAR32LXE_WS_RT_NAME
DESTINATIONDestination for a Web Service LXE_WS_DESTCHAR255LXE_WS_DEST

Key field Non-key field



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

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

SELECT SINGLE *
FROM LXE_WSPROXY
INTO CORRESPONDING FIELDS OF WA_LXE_WSPROXY
WHERE...

How to access SAP table LXE_WSPROXY

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