SWLWPHND SAP (URLs for Workflow Launch and Callback Handler (Ext. Service)) Structure details

Dictionary Type: Structure
Description: URLs for Workflow Launch and Callback Handler (Ext. Service)




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




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

SWLWPHND is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "URLs for Workflow Launch and Callback Handler (Ext. Service)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWLWPHND TYPE SWLWPHND.

The SWLWPHND table consists of various fields, each holding specific information or linking keys about URLs for Workflow Launch and Callback Handler (Ext. Service) data available in SAP. These include MANDANT (Client ID), PROTCL (Log), SERVER (Server Names), PORTNUM (Port Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SWLWPHND structure 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
HANDKINDType of Handler (callback or Launch) SWLWPHKINCHAR1SWLWPHKIN
MANDANTClient ID SYMANDTCLNT3Assigned to domainMANDT
PROTCLLog SWLWPPROTCHAR5SWLWPPROT
SERVERServer Names SWLWPSRVRCHAR255SWLWPSRVR
PORTNUMPort Number SWLWPPORTNUMC16SWLWPPORT
PATHService path SWLWPPATHCHAR255SWLWPPATH
HANDNAMEHandler SWLWPHANDCHAR255SWLWPHAND
WPURLTYPEURL Type in the Workplace Server SWLWPUTYCHAR20SWLWPUTY
URI URI Handler String0

Key field Non-key field



How do I retrieve data from SAP structure SWLWPHND using ABAP code?

As SWLWPHND is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWLWPHND as there is no data to select.

How to access SAP table SWLWPHND

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