ACITOTLINE_I SAP (CO Planning: Total Values for Plan Activity Input BAPIs) Structure details

Dictionary Type: Structure
Description: CO Planning: Total Values for Plan Activity Input BAPIs




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




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

ACITOTLINE_I 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_ACITOTLINE_I TYPE ACITOTLINE_I.

The ACITOTLINE_I 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 LSTAR (Activity Type), PRZNR (Business Process), AUFNR (Order Number), POSID (Work Breakdown Structure Element (WBS 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ACITOTLINE_I 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
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
P_KOSTLSender cost center SKOSTCHAR10Assigned to domainALPHAKOSTLKSK
P_LSTARSender activity type SLSTACHAR6Assigned to domainLSTARKSA
P_PRZNRSender Business Process SPRZNRCHAR12Assigned to domainALPHACO_PRZNR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
MEFBTRFixed Quantity MEFXXXQUAN15(3) MENGV8
FCMEFDistribution Key: Fixed Plan Quantity CO_FCMEFCHAR4Assigned to domainSPRED
MEVBTRVariable quantity MEVXXXQUAN15(3) MENGV8
FCMEVDistribution Key: Variable Plan Quantity CO_FCMEVCHAR4Assigned to domainSPRED
ROW_IDLines in parameter BAPI_LINEINT410INT4
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
SEND_BUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
REC_BUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table ACITOTLINE_I

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