BAPI2088_OPERATION SAP (Operation for Service Order) Structure details

Dictionary Type: Structure
Description: Operation for Service Order




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




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

BAPI2088_OPERATION 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 "Operation for Service Order" 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_OPERATION TYPE BAPI2088_OPERATION.

The BAPI2088_OPERATION table consists of various fields, each holding specific information or linking keys about Operation for Service Order data available in SAP. These include SUB_ACTIVITY (Suboperation), CONTROL_KEY (Control key), STANDARD_TEXT_KEY (Standard text key), DESCRIPTION (Operation short text).. 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 BAPI2088_OPERATION 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
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
CONTROL_KEYControl key STEUSCHAR4Assigned to domainSTEUS
STANDARD_TEXT_KEYStandard text key KTSCHCHAR7Assigned to domainKTSCH
DESCRIPTIONOperation short text LTXA1CHAR40TEXT40
SORTED_BYSort Term for Non-Stock Info Records SORTICHAR10CHAR10
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PRICEPrice PREISCURR11(2) WERT11
PRICE_UNITPrice Unit PEINHDEC5PACK3
COST_ELEMCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
INFO_TYPEPurchasing info record category ESOKZCHAR1ESOKZESO
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PURCH_GROUPPurchasing group for external processing VG_EKGRPCHAR3Assigned to domainEKGRP
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ACTTYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
S_STATUSSystem status line J_STEXTCHAR40TEXT40
U_STATUSUser Status Line J_ATEXTCHAR40TEXT40
WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DURATION_NORMALNormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DURATION_NORMAL_UNITNormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
DURATION_NORMAL_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
WORK_ACTIVITYWork involved in the activity ARBEITQUAN7(1) ARBEIT
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_WORK_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
WORK_ACTUALActual work CO_ISMNWQUAN13(3) MENG13
EARL_SCHED_START_DATEEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
EARL_SCHED_START_TIMEEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
EARL_SCHED_FIN_DATEEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
EARL_SCHED_FIN_TIMEEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
LATE_SCHED_START_DATELatest scheduled start: Execution (date) SSAVDDATS8DATUM
LATE_SCHED_START_TIMELatest scheduled start: Execution (time) SSAVZTIMS6ATIME
LATE_SCHED_FIN_DATELatest scheduled finish: Execution (date) SSEDDDATS8DATUM
LATE_SCHED_FIN_TIMELatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
ACTUAL_START_DATEActual start: Execution (date) ISDDDATS8DATUM
ACTUAL_START_TIMEActual start: Execution/setup (time) ISDZTIMS6ATIME
ACTUAL_END_DATEActual finish: Execution (date) IEDDDATS8DATUMEDR
ACTUAL_END_TIMEActual finish: Execution (time) IEDZTIMS6ATIMEEZR
FCST_FIN_DATEForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
FCST_FIN_TIMEForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME

Key field Non-key field



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

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

How to access SAP table BAPI2088_OPERATION

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