LOG_SERVICEORDERS_STY SAP (Line Type for Service Orders POWL) Structure details

Dictionary Type: Structure
Description: Line Type for Service Orders POWL




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




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

LOG_SERVICEORDERS_STY 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 "Line Type for Service Orders POWL" 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_LOG_SERVICEORDERS_STY TYPE LOG_SERVICEORDERS_STY.

The LOG_SERVICEORDERS_STY table consists of various fields, each holding specific information or linking keys about Line Type for Service Orders POWL data available in SAP. These include AUART (Order Type), AUTYP (Order category), KTEXT (Description), BUKRS (Company Code).. 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 LOG_SERVICEORDERS_STY 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
KTEXTDescription AUFTEXTCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
GLTRPBasic finish date CO_GLTRPDATS8DATUM
GSTRPBasic start date CO_GSTRPDATS8DATUM
FTRMSScheduled release date CO_FTRMSDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
GSTRSScheduled start CO_GSTRSDATS8DATUM
GSTRIActual start date CO_GSTRIDATS8DATUM
GETRIConfirmed Order Finish Date CO_GETRIDATS8DATUM
GLTRIActual finish date CO_GLTRIDATS8DATUM
FTRMIActual release date CO_FTRMIDATS8DATUM
FTRMPPlanned release date CO_FTRMPDATS8DATUM
RMANRSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNV_RMAItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
KUNUMCustomer Number KUNUMCHAR10Assigned to domainALPHAKUNNRKUN
ARBPLWork center ARBPLCHAR8ARBPLAGR
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
AUART_SDSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART

Key field Non-key field



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

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

How to access SAP table LOG_SERVICEORDERS_STY

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