SAP BAPIACIVAL CO Planning: Total Values for Plan Activity Input BAPIs Table data and field list

BAPIACIVAL 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 "CO Planning: Total Values for Plan Activity Input BAPIs" 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_BAPIACIVAL TYPE BAPIACIVAL.

The BAPIACIVAL table consists of various fields, each holding specific information or linking keys about CO Planning: Total Values for Plan Activity Input BAPIs data available in SAP. These include SEND_CCTR (Sender cost center), SEND_ACTIVITY (Sender activity type), SENBUSPROC (Sender Business Process), ORDER_CELEM (Cost Element)... 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. .

BAPIACIVAL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIACIVAL structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIACIVAL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
VALUE_INDEXValue Index VAL_INDXNUMC6INDEX6
SEND_CCTRSender cost center SKOSTCHAR10CSKSALPHAKOSTLKSK
SEND_ACTIVITYSender activity type SLSTACHAR6CSLALSTARKSA
SENBUSPROCSender Business Process SPRZNRCHAR12CBPRALPHACO_PRZNR
ORDER_CELEMCost Element KSTARCHAR10CSKAALPHAKSTARKAT
QUANTITY_FIX_PER01Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER02Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER03Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER04Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER05Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER06Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER07Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER08Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER09Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER10Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER11Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER12Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER13Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER14Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER15Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_FIX_PER16Fixed Quantity MEFXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER01Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER02Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER03Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER04Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER05Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER06Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER07Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER08Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER09Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER10Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER11Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER12Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER13Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER14Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER15Variable quantity MEVXXXQUAN15(3) MENGV8
QUANTITY_VAR_PER16Variable quantity MEVXXXQUAN15(3) MENGV8
SEND_FUNDSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
REC_FUNDReceiver fund FM_EFONDSCHAR10Assigned to domainBP_GEBERRECEIVER_FUND
SEND_FUNCTIONSending Functional Area SFKTBERCHAR16Assigned to domainFKBER
REC_FUNCTIONReceiving Functional Area EFKTBERCHAR16Assigned to domainFKBER
SEND_GRANTSender Grant GM_GRANT_SENDERCHAR20ALPHAGM_GRANT_NBR
REC_GRANTReceiver Grant GM_GRANT_RECEIVERCHAR20ALPHAGM_GRANT_NBR
UNIT_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
UNIT_OF_MEASUREUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
SEND_BUDGET_PERIODFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
REC_BUDGET_PERIODFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table BAPIACIVAL

Within an ECC or HANA version of SAP you can also view further information about BAPIACIVAL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).