LLGTK_INFO SAP (Task log information) Structure details

Dictionary Type: Structure
Description: Task log information




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




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

LLGTK_INFO 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 "Task log information" 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_LLGTK_INFO TYPE LLGTK_INFO.

The LLGTK_INFO table consists of various fields, each holding specific information or linking keys about Task log information data available in SAP. These include WRKER (Worker), TASKI (Task Number), TKSTS (Task Execution Status), ACTIV (Activity).. 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 LLGTK_INFO 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
LOCATSite LTRM_LOCATCHAR4Assigned to domainLTRM_LOCATLTRM_LOCATH_LTRM_LOCAT
WRKERWorker LTRS_WORKERCHAR20CHAR20
TASKITask Number LTRM_TASKNUMC12ALPHALTRM_TASK
TKSTSTask Execution Status LTRM_STATUSCHAR2LTRM_STATUS
ACTIVActivity LTRM_ACTVTCHAR2Assigned to domainLTRM_ACTIVH_LTRM_ACTIVITIES
ACTXTActivity text LTRM_ACTXTCHAR30TEXT30
DVICEDevice LTRS_DEVICECHAR20CHAR20
PDRTNPlanned duration LTRT_PDRTNQUAN10(3) LTRM_DURTN
ADRTNActual duration LTRT_ADRTNQUAN10(3) LTRM_DURTN
RSTYPResource Type LTRS_RSTYPCHAR20CHAR20
VELHZHorizontal Velocity LTRS_VELHZQUAN13(3) MENG13
RTSTMPResource creation time stamp LTRS_RTSTMPDEC15TSTRMLTRM_TSTMP
TTSTMPTime stamp when task assigned to the resource element LTRM_TTSTMPDEC15TSTRMLTRM_TSTMP
RZONESRCSource Zone LMON_ZONESRCCHAR10LTRM_ZONE
BINCXSRCX Coordinate LTRM_XCORDQUAN10(3) LTRM_COORD
BINCYSRCY Coordinate LTRM_YCORDQUAN10(3) LTRM_COORD
BINCZSRCZ Coordinate LTRM_ZCORDQUAN10(3) LTRM_COORD
RNODESRCSource Node LMON_NODESRCCHAR15LTRM_NODE
RZONEDSTDestination Zone LMON_ZONEDSTCHAR10LTRM_ZONE
BINCXDSTX Coordinate LTRM_XCORDQUAN10(3) LTRM_COORD
BINCYDSTY Coordinate LTRM_YCORDQUAN10(3) LTRM_COORD
BINCZDSTZ Coordinate LTRM_ZCORDQUAN10(3) LTRM_COORD
RNODEDSTDestination Node LMON_NODEDSTCHAR15LTRM_NODE
HUNUMSRCSource Handling Unit LTRM_HUNUM_SRCCHAR20ALPHALTRM_HUNUM
HUTYPSRCSource Handling Unit Type LTRM_HUTYP_SRCCHAR3LTRM_HUTYP
HUNUMDSTDestination Handling Unit LTRM_HUNUM_DSTCHAR20ALPHALTRM_HUNUM
HUTYPDSTDestination Handling Unit Type LTRM_HUTYP_DSTCHAR3LTRM_HUTYP
TKTYPTask type LTSK_TKTYPCHAR2LTRM_RQTYP
GRTYPGroup Type LTRM_GRPTYCHAR2LTRM_GRPTY
GRPRFGroup Reference LTRM_GRPRFCHAR22SYSUUID_22
MATNRMaterial Number LWMS_MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VSOLASource target quantity in alternate unit LWMS_VSOLAQUAN13(3) MENG13
NISTAActual destination quantity in alternative unit LWMS_NISTAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LWMS_ALTMEUNIT3Assigned to domainCUNITMEINS
TANUMTransfer Order Number LWMS_TANUMNUMC10TANUMTAN
TAPOSTransfer Order Item LWMS_TAPOSNUMC4TAPOSTAP
VLTYPSource Storage Type LWMS_VLTYPCHAR3Assigned to domainLGTYP
VLBERSource Storage Section LWMS_VLBERCHAR3Assigned to domainLGBER
VLPLASource Storage Bin LWMS_VLPLACHAR10Assigned to domainLGPLA
NLTYPDestination Storage Type LWMS_NLTYPCHAR3Assigned to domainLGTYP
NLBERDestination Storage Section LWMS_NLBERCHAR3Assigned to domainLGBER
NLPLADestination Storage Bin LWMS_NLPLACHAR10Assigned to domainLGPLA

Key field Non-key field



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

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

How to access SAP table LLGTK_INFO

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