BAPI2088_HEADER SAP (Service Order Header) Structure details

Dictionary Type: Structure
Description: Service Order Header




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




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

BAPI2088_HEADER 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 "Service Order Header" 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_BAPI2088_HEADER TYPE BAPI2088_HEADER.

The BAPI2088_HEADER table consists of various fields, each holding specific information or linking keys about Service Order Header data available in SAP. These include ORDER_TYPE (Order Type), SHORT_TEXT (Description), PRIORITY (Priority), EQUIPMENT (Equipment Number).. 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: Cannot Be Enhanced


SAP BAPI2088_HEADER 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
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
SHORT_TEXTDescription AUFTEXTCHAR40TEXT40
PRIORITYPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
EQUIPMENTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ASSEMBLYAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
SYSTCONDSyst.Condition ANLZUCHAR1Assigned to domainANLZU
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PLANPLANTMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
CUSTOMERCustomer Number KUNUMCHAR10Assigned to domainALPHAKUNNRKUN
MAINTPLANMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
MAINTITEMMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
REVISIONRevision for Plant Maintenance and Customer Service REVNICHAR8Assigned to domainREVNI
FUNCT_LOCFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
FINISH_DATEBasic finish date CO_GLTRPDATS8DATUM
START_DATEBasic start date CO_GSTRPDATS8DATUM
S_STATUSSystem status line J_STEXTCHAR40TEXT40
U_STATUSUser Status Line J_ATEXTCHAR40TEXT40
REFERENCE_DATEPM Order: Reference Date ADDATDATS8DATUM
REFERENCE_TIMETime of Reference Date ADUHRTIMS6UZEIT
MAINTACTTYPEMaintenance activity type ILACHAR3Assigned to domainILARTH_T350I
NOTIF_NONotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
FINISH_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
START_TIMEBasic start time CO_GSUZPTIMS6UHRZT
SERMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERIALNOSerial Number GERNRCHAR18GERNRGERNRSER
DEVICEIDAdditional Device Data DEVICEIDCHAR40DEVICEID
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
RESP_WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
PLANGROUPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
NOTIF_TEXTShort Text QMTXTCHAR40TEXT40
EQUIDESCRDescription of technical object KTX01CHAR40TEXT40
FUNCLDESCRDescription of functional location PLTXTCHAR40TEXT40
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
CNTR_DESCRShort description CR_KTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BAPI2088_HEADER

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