BAPI_NETWORK_CONF_ADD SAP (BAPI Structure for Confirmation: Add) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Confirmation: Add




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




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

BAPI_NETWORK_CONF_ADD 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 Structure for Confirmation: Add" 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_BAPI_NETWORK_CONF_ADD TYPE BAPI_NETWORK_CONF_ADD.

The BAPI_NETWORK_CONF_ADD table consists of various fields, each holding specific information or linking keys about BAPI Structure for Confirmation: Add data available in SAP. These include SUB_ACTIVITY (Suboperation), CAPA_CATEGORY (Capacity category), SPLIT (Split number), WORK_CNTR (Work center).. 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 BAPI_NETWORK_CONF_ADD 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
CAPA_CATEGORYCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
SPLITSplit number CY_SPLITINT13INT1
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
WAGETYPEWage Type LOHNARTCHAR4LOART
DEV_REASONReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
PROCSS_DEGConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
NO_ACT_DATEDo not update actual date in the operation NODATCHAR1XFELD
COMPLETEIndicator: No Remaining Work Expected LEKNWCHAR1XFELD
CLEAR_RESClear Open Reservations AUSBUCHAR1XFELD
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
CO_BUSPROCBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
NO_REMN_BUS_PROCNo remaining quantity expected for business process RU_IPRZKCHAR1XFELD
ACT_TYPEActivity Type for Confirmation LEARRCHAR6Assigned to domainLSTAR
CONF_BUSINESS_PROCCurrent quantity to be confirmed for the business process RU_IPRZSQUAN13(3) MENGV13
CONF_BUS_PROC_UNITUnit of measurement for conf. quantity for business process RU_IPRZEUNIT3Assigned to domainCUNITMEINS
CONF_BUS_PROC_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CALC_MOTIVEAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
FORCAST_BUSINESS_PROCRemaining quantity for business process OPRZ1QUAN13(3) MENGV13
FORCAST_BUS_PROC_UNITUnit for remaining quantity of business process OPRE1UNIT3Assigned to domainCUNITMEINS
FORCAST_BUS_PROC_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
EXEC_START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
EXEC_FIN_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
ACTUAL_DURActual Duration for Confirmation IDAURQUAN5(1) DAUER_4_1
UN_ACT_DURUnit for actual duration IDAUREUNIT3Assigned to domainCUNITMEINS
UN_ACT_DUR_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACT_WORKActual work ISMNWQUAN7(1) ARBEIT
UN_ACT_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_ACT_WORK_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FCST_FIN_DATEForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
REM_DURRemaining duration of activity ODAURQUAN5(1) DAUER_4_1
UN_REM_DURUnit for remaining duration ODAUEUNIT3Assigned to domainCUNITMEINS
UN_REM_DUR_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
REM_WORKRemaining work REMNWQUAN7(1) ARBEIT
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3Assigned to domainCUNITMEINS
UN_REM_WORK_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
EX_CREATED_BYExternal creator of confirmation RU_EXNAMCHAR12USNAM
EX_CREATED_DATEExternal date of entry for confirmation RU_EXERDDATS8DATUM
EX_CREATED_TIMEExternal time of entry for confirmation RU_EXERZTIMS6UZEIT
EX_IDENTExternal key of a confirmation (for example from PDC system) RU_EXTID_CHARCHAR32SYSUUID_C
ACT_WORK_2Actual Work ISMNW_2QUAN8(2) ARBEIT_2
REM_WORK_2Remaining Work REMNW_2QUAN8(2) ARBEIT_2
EXEC_START_TIMEConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
EXEC_FIN_TIMEConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
FCST_FIN_TIMEForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME

Key field Non-key field



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

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

How to access SAP table BAPI_NETWORK_CONF_ADD

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