KALKACT SAP (Activity concerning fields from KALKTAB) Structure details

Dictionary Type: Structure
Description: Activity concerning fields from KALKTAB




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




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

KALKACT 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 "Activity concerning fields from KALKTAB" 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_KALKACT TYPE KALKACT.

The KALKACT table consists of various fields, each holding specific information or linking keys about Activity concerning fields from KALKTAB data available in SAP. These include ARBID (Object ID of the resource), SPLIT (Split number), MANUR (Indicator for type of confirmation), APLZL (General counter for order).. 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: Not classified


SAP KALKACT 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
UVORNSuboperation UVORNCHAR4NUMCVVORNR
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
SPLITSplit number CY_SPLITINT13INT1
MANURIndicator for type of confirmation MANURCHAR1MANUR
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
BUDATPosting date BUCHDATUMDATS8DATUM
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHL_MSTConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
RUECK_MSTCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
CATSPRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
CATSTCURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
CATSPEINHUnit to be rounded up to REINHNUMC4NUM04
LEARRActivity Type for Confirmation LEARRCHAR6Assigned to domainLSTAR
STZHLConfirmation counter of cancelled confirmation CO_STZHLNUMC8CIM_COUNT
ISMNWActual work ISMNWQUAN7(1) ARBEIT
ISMNEUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
MEEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SAKTOCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PREISPrice in Transaction Currency CK_TPTCURR15(2) WERTV8
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LTXA1Operation short text LTXA1CHAR40TEXT40
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP

Key field Non-key field



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

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

How to access SAP table KALKACT

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