/XLSO/S_DEL_METHOD_DETAILS SAP (Structure for delivery method details for WEC initialize) Structure details

Dictionary Type: Structure
Description: Structure for delivery method details for WEC initialize




ABAP Code to SELECT data from /XLSO/S_DEL_METHOD_DETAILS
Related tables to /XLSO/S_DEL_METHOD_DETAILS
Access table /XLSO/S_DEL_METHOD_DETAILS




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

/XLSO/S_DEL_METHOD_DETAILS 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 "Structure for delivery method details for WEC initialize" 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_/XLSO/S_DEL_METHOD_DETAILS TYPE /XLSO/S_DEL_METHOD_DETAILS.

The /XLSO/S_DEL_METHOD_DETAILS table consists of various fields, each holding specific information or linking keys about Structure for delivery method details for WEC initialize data available in SAP. These include OBJTYPE (Object Type), OBJTYPETYPE (Object Type), TXTSHORT (Delivery Method - Short Name), TXTSING (Delivery Method Text).. 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: Can be enhanced (character-type or numeric)


SAP /XLSO/S_DEL_METHOD_DETAILS 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
TFORMDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
OBJTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJTYPETYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
TXTSHORTDelivery Method - Short Name LSO_TFORMTSHORT_CCHAR20LSO_TFORMTSHORT_C
TXTSINGDelivery Method Text LSO_TFORMT_CCHAR40LSO_TFORMT_C
SCHEDULE_DEPIndicator 'Time-Specific' LSO_SCHEDULE_CCHAR1LSO_X_C
LOCATION_DEPIndicator 'Location-Specific' LSO_LOCATION_CCHAR1LSO_X_C
CMD_BOOKBEIndicator 'Booking Possible' LSO_OP_BOOKCHAR1BOOLE
CMD_PREBOOKBEIndicator: 'Prebook Possible' LSO_OP_PREBOOKCHAR1BOOLE
CMD_CANCELBEIndicator 'Cancel Course Possible' LSO_OP_CANCELCHAR1BOOLE
COURSE_XCheckbox XFELDCHAR1XFELD
CONFIGURABLE_XCheckbox XFELDCHAR1XFELD
DEL_MET_IMGImage for Delivery method /XLSO/E_DELMET_IMGCHAR40/XLSO/D_DELMET_IMG

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_DEL_METHOD_DETAILS using ABAP code?

As /XLSO/S_DEL_METHOD_DETAILS 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 /XLSO/S_DEL_METHOD_DETAILS as there is no data to select.

How to access SAP table /XLSO/S_DEL_METHOD_DETAILS

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