FIKZ_S_DATA_DISPLAY SAP (Material movements report data for display) Structure details

Dictionary Type: Structure
Description: Material movements report data for display




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




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

FIKZ_S_DATA_DISPLAY 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 "Material movements report data for display" 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_FIKZ_S_DATA_DISPLAY TYPE FIKZ_S_DATA_DISPLAY.

The FIKZ_S_DATA_DISPLAY table consists of various fields, each holding specific information or linking keys about Material movements report data for display data available in SAP. These include DOC_YEAR (Material Document Year), POST_DATE (Posting Date in the Document), DOC_DATE (Document Date in Document), PLANT (Plant).. 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: Can be enhanced (character-type or numeric)


SAP FIKZ_S_DATA_DISPLAY 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
DOC_NUMBERNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
POST_DATEPosting Date in the Document BUDATDATS8DATUM
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TAXABLETaxable FIKZ_TAXABLECHAR1XFIELD
MAT_NUMMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAT_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
AMOUNTAmount in Local Currency DMBTRCURR13(2) WERT7
AMOUNT_SAmount with +/- sign FIKZ_AMOUNT_SCURR17(2) WERTV9
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
STANDARD_PRICEStandard price STPRSCURR11(2) WERT11V
MOVEMENT_PRICEMovement price FIKZ_MOVEMENT_PRICECURR13(2) WERT7
ACTUAL_PRICEMoving Average Price/Periodic Unit Price VERPRCURR11(2) WERT11V
ACTUAL_AMOUNTActual amount FIKZ_ACTUAL_AMOUNTCURR13(2) WERT7
ACT_AMOUNT_SActual amount with +/- sign FIKZ_ACT_AMOUNT_SCURR17(2) WERTV9
MOVEMENT_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MOV_TYPE_DESCMovement Type Text (Inventory Management) BWTXTCHAR20BTEXT
DEBIT_CREDITDebit/Credit Indicator SHKZGCHAR1SHKZG
MAT_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MAT_GROUP_DESCMaterial Group Description WGBEZCHAR20TEXT20
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
COST_CENT_DESCGeneral Name KTEXTCHAR20TEXT20
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
WBS_EL_DESCPS: Short description (1st text line) PS_POST1CHAR40TEXT40
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROF_CENT_DESCGeneral Name KTEXTCHAR20TEXT20
ORDER_NUMOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_DESCDescription AUFTEXTCHAR40TEXT40
ORDER_TYPEOrder category AUFTYPNUMC2AUFTYP
STOR_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
STOR_LOC_DESCDescription of Storage Location LGOBECHAR16TEXT16
STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ACCOUNT_NUMCost element SAKTOCHAR10Assigned to domainALPHASAKNR
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FUNC_AREA_DESCName of the functional area FKBTXCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table FIKZ_S_DATA_DISPLAY

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