EAM_IFCU SAP (Goods Movement for Technical Object) Table details

Dictionary Type: Table
Description: Goods Movement for Technical Object




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




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

EAM_IFCU is a standard SAP Table which is used to store Goods Movement for Technical Object data and is available within R/3 SAP systems depending on the version and release level.

The EAM_IFCU table consists of various fields, each holding specific information or linking keys about Goods Movement for Technical Object data available in SAP. These include OBJNR (Object number), POSTING_DATE (Date of the Measurement), POSTING_TIME (Time of Measurement), MBLNR (Number of Material Document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EAM_IFCU table 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 MANDTCLNT3Assigned to domainMANDT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
POSTING_DATEDate of the Measurement IMRC_IDATEDATS8DATUM
POSTING_TIMETime of Measurement IMRC_ITIMETIMS6UZEIT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
DOC_TYPEDocument Type for Technical Object in Consumption Recording EAM_IFCU_DOCUMENT_TYPECHAR1EAM_IFCU_DOCUMENT_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EAM_IFCU
INTO CORRESPONDING FIELDS OF WA_EAM_IFCU
WHERE...

How to access SAP table EAM_IFCU

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