FIKZV_MAT_MOVE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

FIKZV_MAT_MOVE 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 FIKZV_MAT_MOVE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include COMPANY_CODE (Company Code), TECH_KEY (Number), DOC_YEAR (Material Document Year), MOVEMENT_TYPE (Movement Type (Inventory Management)).. 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 FIKZV_MAT_MOVE 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
COMPANY_CODECompany Code BUKRSCHAR4BUKRSBUKC_T001
TECH_KEYNumber NUMC_5NUMC5NUMC5
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MOVEMENT_TYPEMovement Type (Inventory Management) BWARTCHAR3BWARTBWA
DEB_CREDDebit/Credit Indicator SHKZGCHAR1SHKZG
MATERIAL_GROUPMaterial Group MATKLCHAR9MATKLMKLS_WBWG
COST_CENTERCost Center KOSTLCHAR10ALPHAKOSTLKOS
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8KONPRPS_POSNR
PROFIT_CENTERProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
ORDER_NUMOrder Number AUFNRCHAR12ALPHAAUFNRANR
ORDER_TYPEOrder category AUFTYPNUMC2AUFTYP
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
STORAGE_LOCATIONStorage Location LGORT_DCHAR4LGORTLAG
SPECIAL_STOCKSpecial Stock Indicator SOBKZCHAR1SOBKZ
COST_ACC_NUMBERGeneral Ledger Account HKONTCHAR10ALPHASAKNR
FUNCTIONAL_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIKZV_MAT_MOVE
INTO CORRESPONDING FIELDS OF WA_FIKZV_MAT_MOVE
WHERE...

How to access SAP table FIKZV_MAT_MOVE

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