BAPICONFCO SAP (BAPI confirmation: Confirmations) Structure details

Dictionary Type: Structure
Description: BAPI confirmation: Confirmations




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




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

BAPICONFCO 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 "BAPI confirmation: Confirmations" 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_BAPICONFCO TYPE BAPICONFCO.

The BAPICONFCO table consists of various fields, each holding specific information or linking keys about BAPI confirmation: Confirmations data available in SAP. These include ORDER (Order Number), ACTIVITY (Operation/Activity Number), SUB_ACTIVITY (Suboperation), CONF_NO (Completion confirmation number for the operation).. 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 BAPICONFCO 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
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
CONF_NOCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
CAP_TYPECapacity category KAPARCHAR3CHAR3
SPLITSplit number CY_SPLITINT13INT1
PROCSS_DEGConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
CLEAR_RESClear Open Reservations AUSBUCHAR1XFELD
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
UN_ACT_DURUnit for actual duration IDAUREUNIT3Assigned to domainCUNITMEINS
ACTUAL_DURActual Duration for Confirmation IDAURQUAN5(1) DAUER_4_1
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
ACT_WORKActual work ISMNWQUAN7(1) ARBEIT
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
REM_DURRemaining duration of activity ODAURQUAN5(1) DAUER_4_1
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3Assigned to domainCUNITMEINS
REM_WORKRemaining work REMNWQUAN7(1) ARBEIT
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
CATS_DOC_NODocument Number CATSBELNRCHAR10ALPHABELNR
PRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
TRANS_CURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
PRICE_UNITPrice Unit PEINHDEC5PACK3
FIN_CONF_RIndicator: Partial confirmation ERUZUCHAR1XFELD
CREATE_DATCreated On ERSDADATS8DATUM
CREATE_TIMTime of Entry CATS_CPUTMTIMS6UZEIT
CALC_MOTIVEAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
SEND_CCTRSender Cost Center SKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
UN_WORK_DIAUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
CONF_CNTConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL

Key field Non-key field



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

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

How to access SAP table BAPICONFCO

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