BAPI2088_CONFIRMATION_DOC SAP (Time Confirmation) Structure details

Dictionary Type: Structure
Description: Time Confirmation




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




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

BAPI2088_CONFIRMATION_DOC 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_CONFIRMATION_DOC TYPE BAPI2088_CONFIRMATION_DOC.

The BAPI2088_CONFIRMATION_DOC table consists of various fields, each holding specific information or linking keys about Time Confirmation data available in SAP. These include CONF_CNT (Confirmation counter), CREATED_ON (Confirmation entry date), CREATED_BY (Name of the person who entered the confirmation), LAST_CHNGE (Date of Last Change).. 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_CONFIRMATION_DOC 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
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
CONF_CNTConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
CREATED_ONConfirmation entry date RU_ERSDADATS8DATUM
CREATED_BYName of the person who entered the confirmation RU_ERNAMCHAR12USNAM
LAST_CHNGEDate of Last Change LAEDADATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
ACT_WORKActual work ISMNWQUAN7(1) ARBEIT
UN_ACT_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_ACT_WORK_ISOUnit of Work in ISO Code ARBEITE_ISOCHAR3Assigned to domainISOCD_UNIT
ACT_TYPEActivity Type for Confirmation LEARRCHAR6Assigned to domainLSTAR
ACTUAL_DURActual Duration for Confirmation IDAURQUAN5(1) DAUER_4_1
UN_ACT_DURUnit for actual duration IDAUREUNIT3T006CUNITMEINS
UN_ACT_DUR_ISOUnit of Work in ISO Code IDAURE_ISOCHAR3Assigned to domainISOCD_UNIT
WAGETYPEWage Type LOHNARTCHAR4LOART
SUITABILITYSuitability QUALFCHAR2Assigned to domainQUALF
NO_OF_EMPLOYEENumber of employees ANZMSDEC5(2) ANZMA
WAGEGROUPWage group LOHNGRPCHAR3Assigned to domainLOHNGRP
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
EXEC_START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
EXEC_START_TIMEConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
EXEC_FIN_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
EXEC_FIN_TIMEConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
FCST_FIN_DATEForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
FCST_FIN_TIMEForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
REM_WORKRemaining work REMNWQUAN7(1) ARBEIT
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3T006CUNITMEINS
UN_REM_WRK_ISOUnit of Remaining Work in ISO Code OFMNE_ISOCHAR3Assigned to domainISOCD_UNIT
COMPLETEIndicator: No Remaining Work Expected LEKNWCHAR1XFELD
REM_DURRemaining duration of activity ODAURQUAN5(1) DAUER_4_1
UN_REM_DURUnit for remaining duration ODAUEUNIT3T006CUNITMEINS
UN_REM_DUR_ISOUnit of Remaining Duration in ISO Code ODAUE_ISOCHAR3Assigned to domainISOCD_UNIT
REVERSEDIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
REV_CONF_CNTConfirmation counter of cancelled confirmation CO_STZHLNUMC8CIM_COUNT
SPLITSplit number CY_SPLITINT13INT1
CALC_MOTIVEAccounting Indicator BEMOTCHAR2TBMOTBEMOT
WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP

Key field Non-key field



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

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

How to access SAP table BAPI2088_CONFIRMATION_DOC

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