LOP_S_LIST_HD_COM SAP (Embedded option list header communication structure) Structure details

Dictionary Type: Structure
Description: Embedded option list header communication structure




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




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

LOP_S_LIST_HD_COM 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 "Embedded option list header communication structure" 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_LOP_S_LIST_HD_COM TYPE LOP_S_LIST_HD_COM.

The LOP_S_LIST_HD_COM table consists of various fields, each holding specific information or linking keys about Embedded option list header communication structure data available in SAP. These include CLIENT (Client), LIST_GUID (Option List GUID), EXT_REF (External Reference), LOP_GROUP (Logistical Option Group).. 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 LOP_S_LIST_HD_COM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LIST_GUIDOption List GUID LOP_LIST_GUIDRAW16WLF_GUID
EXT_REFExternal Reference LOP_EXT_REFCHAR32LOP_EXT_REF
LOP_GROUPLogistical Option Group LOP_GROUPCHAR4LOP_C_GRPALPHALOP_GROUP
LOP_CATLogistical Option Category LOP_CATCHAR4LOP_C_CATLOP_CAT
LOP_TYPELogistical Option Type LOP_TYPECHAR2LOP_TYPE
OWNERHolder of a Logistical Option LOP_OWNERCHAR2LOP_OWNER
OPT_EXECUTEDOption Exercised LOP_OPT_EXECUTEDCHAR1BVALD
LOP_IDLogistical Option List Name LOP_IDCHAR30LOP_ID
DOC_TYPEDocument Type LOP_DOC_TYPECHAR2LOP_DOC_TYPE
DOC_NODocument Number LOP_DOC_NOCHAR20LOP_DOC_NO
DOC_ITEM_NOItem Number LOP_DOC_ITEM_NONUMC10LOP_DOC_ITEM_NO
REF_GUIDReference GUID LOP_REF_GUIDRAW16WLF_GUID
SIDESide LOP_SIDECHAR1LOP_SIDE
CARDINALITYNumber of Options That Can Be Maintained in a List LOP_CARDINALITYCHAR1LOP_CARDINALITY
TXT_GROUPGroup for Header Text LOP_HEAD_TEXT_GROUPCHAR4LOP_C_TXTGRPALPHALOP_TEXT_GROUP
TXT_GROUP_ITGroup for Item Text LOP_ITEM_TEXT_GROUPCHAR4LOP_C_TXTGRPALPHALOP_TEXT_GROUP
DECL_STATUSStatus of the Declaration Date LOP_DECL_STATUSCHAR2LOP_DECL_STATUS
TEXT_EXISTTexts Exist LOP_TEXT_EXISTCHAR1XFELD
MASTER_NOLogistical Option: Master List Number LOP_MASTER_NOCHAR10ALPHALOP_NO
DECL_GROUPGroup for Declaration Date Category LOP_DECL_GROUPCHAR4LOP_C_DECL_GRPALPHALOP_DECL_GROUP
DECL_CATDeclaration Date Category LOP_DECL_CATCHAR4LOP_DECL_CAT
DECL_RULEDeclaration Date Rule LOP_DECL_RULECHAR2LOP_DECL_RULE
EVENTBusiness Event PPE_EVENTCHAR4PPE_C_EVENTSALPHAPPE_EVENT
EVENT_DATEEvent Date LOP_EVENT_DATEDATS8DATUM
ORIGINOrigin of the Event Date LOP_ORIGIN_EVENT_DATECHAR1LOP_ORIGIN_EVENT_DATE
EXPIRE_DATEDeclaration Date LOP_EXPIRATION_DATEDATS8DATUM
CAL_ID_RESULTCalendar for Declaration Date LOP_CAL_IDCHAR2TFACDWFCID
FIX_DATEFixed Date LOP_FIX_DATEDATS8DATUM
DATE_TYPEDate Type LOP_DATE_TYPECHAR1LOP_DATE_TYPE
NUM_OFFSETOffset with Sign LOP_OFFSETDEC3LOP_OFFSET
DATE_RULEDate Shift Rule LOP_DATE_CALC_RULECHAR2LOP_DATE_CALC_RULE
FIX_DAYFixed Day of Month LOP_FIX_DAYNUMC2LOP_FIX_DAY
PLACE_HOLDER 0
CR_NAMEName of Person Who Created the Object LOP_ERNAMCHAR12USNAM
CR_DATEDate on Which Record Was Created LOP_ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added LOP_ERZEITTIMS6UHRZT
CH_NAMEName of Person Who Changed Object LOP_AENAMCHAR12USNAM
CH_DATELast Changed On LOP_AEDATDATS8DATUM
CH_TIMETime of Change LOP_AEZEITTIMS6UHRZT
LOG_EXEC_DATEExercise Date LOP_EXEC_DATEDATS8DATUM
OWNER_EXECHolder Who Has Exercised the Option LOP_OWNER_EXECCHAR2LOP_OWNER
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table LOP_S_LIST_HD_COM

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