BAPI2088_TIME_CONFIRMATION SAP (Time Confirmation) Structure details

Dictionary Type: Structure
Description: Time Confirmation




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




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

BAPI2088_TIME_CONFIRMATION 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 "Time Confirmation" 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_TIME_CONFIRMATION TYPE BAPI2088_TIME_CONFIRMATION.

The BAPI2088_TIME_CONFIRMATION table consists of various fields, each holding specific information or linking keys about Time Confirmation data available in SAP. These include SUB_ACTIVITY (Suboperation), CONF_NO (Completion confirmation number for the operation), SPLIT (Split Number (CHAR)), PROCSS_DEG (Confirmation: Degree of processing).. 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_TIME_CONFIRMATION 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
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
SPLITSplit Number (CHAR) CY_SPLIT_CHARCHAR3
PROCSS_DEGConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
CLEAR_RESClear Open Reservations AUSBUCHAR1XFELD
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
UN_ACT_DURUnit for actual duration IDAUREUNIT3Assigned to domainCUNITMEINS
UN_ACT_DUR_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
ACTUAL_DURDuration (CHAR) IDAUR_CHARCHAR7
END_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
END_TIMEConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
START_TIMEConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_WORK_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
ACT_WORKActual Labor ISMNW_CHARCHAR8CHAR8
ACT_TYPEActivity Type for Confirmation LEARRCHAR6Assigned to domainLSTAR
COMPLETEIndicator: No Remaining Work Expected LEKNWCHAR1XFELD
WAGE_TYPEWage Type LOHNARTCHAR4LOART
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
UN_REM_DURUnit for remaining duration ODAUEUNIT3Assigned to domainCUNITMEINS
UN_REM_DUR_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
REM_DURRemaining Duration of Operation ODAUR_CHARCHAR7
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3Assigned to domainCUNITMEINS
UN_REM_WRK_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
REM_WORKRemaining Work REMNW_CHARCHAR9CHAR9
FCSTFINDATForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
FCSTFINTIMForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CALC_MOTIVEAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT

Key field Non-key field



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

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

How to access SAP table BAPI2088_TIME_CONFIRMATION

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