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

BAPIACITOT 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_BAPIACITOT TYPE BAPIACITOT.

The BAPIACITOT 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. .

BAPIACITOT structure Technical Details:

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


SAP BAPIACITOT 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 BAPIACITOT 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_FIXFixed Quantity MEFXXXQUAN15(3) MENGV8
DIST_KEY_QUAN_FIXDistribution Key: Fixed Plan Quantity CO_FCMEFCHAR4T821SSPRED
QUANTITY_VARVariable quantity MEVXXXQUAN15(3) MENGV8
DIST_KEY_QUAN_VARDistribution Key: Variable Plan Quantity CO_FCMEVCHAR4T821SSPRED
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 BAPIACITOT using ABAP code?

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

How to access SAP table BAPIACITOT

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

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