KALKCOM SAP (Component concerning data from KALKTAB for actual operation) Structure details

Dictionary Type: Structure
Description: Component concerning data from KALKTAB for actual operation




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




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

KALKCOM 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 "Component concerning data from KALKTAB for actual operation" 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_KALKCOM TYPE KALKCOM.

The KALKCOM table consists of various fields, each holding specific information or linking keys about Component concerning data from KALKTAB for actual operation data available in SAP. These include SANKA (Indicator for Relevancy to Costing), STLKN (BOM item node number), BWART (Movement Type (Inventory Management)), SHKZG (Debit/Credit Indicator).. 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 KALKCOM 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
KZKUPIndicator: co-product KZKUPCHAR1XFELD
SANKAIndicator for Relevancy to Costing CK_SELKZCHAR1Assigned to domainCK_SELKZ
STLKNBOM item node number STLKNNUMC8KNTNR
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FMENGQuantity is Fixed FMENGCHAR1XFELD
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
AMGLGScrap quantity AUMNGQUAN13(3) MENGV13
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
AMGKOScrap quantity AUMNGQUAN13(3) MENGV13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
KZWSOUnits of measure usage KZWSOCHAR1KZWSO
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
BDTERRequirement Date for the Component BDTERDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
MATXTShort Text for Task MATXTCHAR40TEXT40
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GPREISPrice in Controlling Area Currency CK_KPTCURR15(2) WERTV8
PEINHPrice Unit PEINHDEC5PACK3
FPREISFixed Price in Controlling Area Currency CK_KPFCURR15(2) WERTV8
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
HKMATMaterial-related origin HKMATCHAR1HKMAT
KZKFGConfigurable Material KZKFGCHAR1XFELD
FLGEXIndicator: External procurement FLGEXCHAR1XFELD
DBSKZDirect procurement indicator DBSKZCHAR1DBSKZ
PEINH_2Price Unit PEINHDEC5PACK3
GPREIS_2Total Price in Local Currency PPGXXXCURR15(2) WERTV8
FPREIS_2Fixed Price in Local Currency PPFXXXCURR15(2) WERTV8
NET_AUFNROrder NET_AUFNRCHAR12Assigned to domainALPHAAUFNR

Key field Non-key field



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

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

How to access SAP table KALKCOM

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