LSO_DELIVERY_METHOD_COMMANDS SAP (Possible Operations) Structure details

Dictionary Type: Structure
Description: Possible Operations




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




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

LSO_DELIVERY_METHOD_COMMANDS 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 "Possible Operations" 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_LSO_DELIVERY_METHOD_COMMANDS TYPE LSO_DELIVERY_METHOD_COMMANDS.

The LSO_DELIVERY_METHOD_COMMANDS table consists of various fields, each holding specific information or linking keys about Possible Operations data available in SAP. These include CMD_REBOOK (Indicator 'Rebook Possible'), CMD_PREBOOK (Indicator: 'Prebook Possible'), CMD_REPLACE (Indicator 'Replace Possible'), CMD_CANCEL (Indicator 'Cancel Course Possible').. 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 LSO_DELIVERY_METHOD_COMMANDS 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
CMD_BOOKIndicator 'Booking Possible' LSO_OP_BOOKCHAR1BOOLE
CMD_REBOOKIndicator 'Rebook Possible' LSO_OP_REBOOKCHAR1BOOLE
CMD_PREBOOKIndicator: 'Prebook Possible' LSO_OP_PREBOOKCHAR1BOOLE
CMD_REPLACEIndicator 'Replace Possible' LSO_OP_REPLACECHAR1BOOLE
CMD_CANCELIndicator 'Cancel Course Possible' LSO_OP_CANCELCHAR1BOOLE
CMD_BOOK_LISTIndicator 'Book List Possible' LSO_OP_BOOK_LISTCHAR1BOOLE
CMD_PREBK_LSTIndicator: 'Prebook List Possible' LSO_OP_PREBOOK_LISTCHAR1BOOLE
CMD_BK_ATTIndicator 'Book Participant List Possible' LSO_OP_BOOK_ATTENDEE_LISTCHAR1BOOLE
CMD_PREBK_TRNGIndicator 'Prebook List: Course Type' LSO_OP_PREBOOK_LIST_TTYPECHAR1BOOLE
CMD_CREATEIndicator: Create Course Possible LSO_OP_CREATECHAR1BOOLE
CMD_CRRP_HISTOIndicator 'Correspondence History' Supported LSO_OP_CORRES_HISTOCHAR1BOOLE
CMD_FOLLOWUPIndicator 'Follow-Up Possible' LSO_OP_FOLLOWUPCHAR1BOOLE
CMD_BILLINGIndicator 'Billing Supported' LSO_OP_BILLINGCHAR1BOOLE
CMD_ACTIVALLIndicator 'Activity Allocation Supported' LSO_OP_ACTIVALLCHAR1BOOLE
CMD_SCHEDULEIndicator: Course Schedule Display Supported LSO_OP_SCHEDULECHAR1BOOLE
CMD_MODIFYIndicator: Change Course Supported LSO_OP_MODIFYCHAR1BOOLEAN
CMD_PLANIndicator: Plan Course Supported LSO_OP_PLANCHAR1BOOLEAN
CMD_DISPLAYIndicator: Course Display Supported LSO_OP_DISPLAYCHAR1BOOLEAN
CMD_WEBLINKIndicator: Display Web Link Supported LSO_OP_WEBLINKCHAR1BOOLEAN
CMD_KNLLINKIndicator: Knowledge Link Display Supported LSO_OP_KNLLINKCHAR1BOOLEAN
CMD_CORRESPIndicator: Correspondence Supported LSO_OP_CORRESPCHAR1BOOLEAN
CMD_RESO_SHOWIndicator: Display Resource List Supported LSO_OP_RESO_SHOWCHAR1BOOLEAN
CMD_LOCKIndicator: Lock Course Supported LSO_OP_LOCKCHAR1BOOLEAN
CMD_FIXIndicator: Firmly Book Course Supported LSO_OP_FIXCHAR1BOOLEAN
CMD_COST_TRANIndicator: Cost Transfer Supported LSO_OP_CTRANSFERCHAR1BOOLEAN
CMD_PRICE_PROPIndicator: Price Determination Supported LSO_OP_PRICEPCHAR1BOOLEAN
CMD_INS_ALLOCIndicator: Activity Allocation for Instructors Supported LSO_OP_INSALLOCCHAR1BOOLEAN
CMD_MATERIALIndicator: Material Procurement Supported LSO_OP_MATERIALCHAR1BOOLEAN

Key field Non-key field



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

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

How to access SAP table LSO_DELIVERY_METHOD_COMMANDS

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