ENT5440 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

ENT5440 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The ENT5440 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BZOBJ (Reference Object), KALNR (Cost Estimate Number - Product Costing), KALKA (Costing Type), KADKY (Costing Date (Key)).. 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 ENT5440 table view 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
MANDTClient MANDTCLNT3MANDT
BZOBJReference Object CK_OBJCHAR1CK_OBJ
KALNRCost Estimate Number - Product Costing CK_KALNR1NUMC12CKHSCK_KALNRKNE
KALKACosting Type CK_KALKACHAR2CK_KALKAKKA
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BWVARValuation Variant in Costing CK_BWVARCHAR3TCK05CK_BWVARBWV
KKZMACosts Entered Manually in Additive or Automatic Cost Est. CK_KKZMACHAR1XFELDKKM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KADATCosting Date From CK_ABDATDATS8CK_KADATKDA
BIDATCosting Date To CK_BIDATDATS8CK_KADATKDB
KADAMCosting Date From CK_ABDATDATS8CK_KADATKDA
BIDAMCosting Date To CK_BIDATDATS8CK_KADATKDB
BWDATValuation Date of a Cost Estimate CK_BWDATDATS8CK_KADAT
ALDATQuantity Structure Date for Costing CK_BRDATDATS8CK_KADAT
BEDATRequirements Date CK_BEDATDATS8CK_KADAT
LOEKZDeletion Indicator for Product Costing CK_LOEKZCHAR1XFELD
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
MEINSValuation Unit of Measure CK_MEINH_BEWUNIT3T006CUNITMEINS
ERFNMCosted by User CK_KALKUSRCHAR12USNAM
ERFMAUser ID of Person Who Created Additive Cost Estimate CK_ERFMACHAR12USNAM
CPUDTDate on Which Cost Estimate Was Created CK_CPUDTDATS8DATUM
CPUDMDate on Which Additive Cost Estimate Was Saved CK_CPUDMDATS8DATUM
FEH_ANZNo. System Messages in Selection/Qty Structure Determination CK_FEH_ANZINT410CK_INT4
FEH_K_ANZNumber of System Messages in Costing CK_FEH_ANKINT410CK_INT4
FEH_STACosting Status CK_FEH_STACHAR2CK_STATUSFEHSTA
FREIGRelease of Standard Cost Estimate CK_FREIGCHAR1XFELD
MKALKMixed Costing Indicator CK_MKALKCHAR1XFELD
SOBESSpecial procurement type SOBESCHAR1SOBES
SOWRKSpecial Procurement Plant - Costing CK_SOWRKCHAR4WERKS
SOBWTValuation Type from Special Procurement CK_SOBWTCHAR10BWTAR
KALSMCosting Sheet for Calculating Overhead CK_KALSMCHAR6T683KALSM
AUFZAOverhead type AUFZACHAR1AUFZAOVERHEAD_TYPE
BWSMRValuation Strategy for Raw Materials and Purchased Parts CK_BWSMRCHAR1CK_BWSMA
KLVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
KOSGRCosting Overhead Group CK_KOSGRCHAR10TCK14CK_KOSGR
ZSCHLOverhead key AUFZSCHLCHAR6TKZSLCHAR6
POPERPosting period POPERNUMC3POPERPOPR
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
STKOZInternal counter CIM_COUNTNUMC8CIM_COUNT
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
CMF_NRError Management Number CMF_NRNUMC12NUMC12
OCS_COUNTNumber of OCS Messages Sent CMF_OCSCNTNUMC5NUMC
OBJNRObject number J_OBJNRCHAR22J_OBJNRONR
ERZKACost Estimate Created with Product Costing CK_ERZKACHAR1XFELD
LOSAULot Size Taking Scrap into Account CK_LOSAUQUAN13(3) MENG13
SAPRLRelease the document as it was last saved KK_SAPRLCHAR4CHAR4
KZROHMaterial Component CK_KZROHCHAR1XFELD
AUFPLRouting No. for Operations with Non-Order-Related Production CK_AUFPLNUMC10AUFPL
CUOBJObject Number for Conf. Objects CK_CUOBJNUMC18CUOBJ
CUOBJIDIndicator for Configurable Objects CK_CUOBJIDCHAR1CK_CUOBJID
TYPEConfigured Material (Variant) CK_TYPECHAR18MARAMATN1MATNR

Key field Non-key field



How do I retrieve data from SAP table ENT5440 using ABAP code

The following ABAP code Example will allow you to do a basic selection on ENT5440 to SELECT all data from the table
DATA: WA_ENT5440 TYPE ENT5440.

SELECT SINGLE *
FROM ENT5440
INTO CORRESPONDING FIELDS OF WA_ENT5440
WHERE...

How to access SAP table ENT5440

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