IFM_FYC_VA_DISPLAY SAP (Output Structure for Document Changes) Structure details

Dictionary Type: Structure
Description: Output Structure for Document Changes




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




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

IFM_FYC_VA_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 "Output Structure for Document Changes" 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_IFM_FYC_VA_DISPLAY TYPE IFM_FYC_VA_DISPLAY.

The IFM_FYC_VA_DISPLAY table consists of various fields, each holding specific information or linking keys about Output Structure for Document Changes data available in SAP. These include INTNR (Numeric Character Field, Length 10), INTNR_PRED (Numeric Character Field, Length 10), INTNR_ROOT (Numeric Character Field, Length 10), FLG_ROOT (Single-Character 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: Can Be Enhanced (Deep)


SAP IFM_FYC_VA_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
CHECKBCheckbox XFELDCHAR1XFELD
INTNRNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
INTNR_PREDNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
INTNR_ROOTNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
FLG_ROOTSingle-Character Indicator CHAR1CHAR1CHAR1
COLORColor of Line Item in the List COL_ITEMCHAR3COL_ITEM
STATUSStatus of Line Item (Traffic Light Icon) FM_ST_ICONCHAR16CHAR16
CHAIN_HIERHierarchy Level in a Document Chain FM_CHAIN_HIERARCHYCHAR10CHAR10
VA_OPTIONAmount Adjustment Type for Document Chains FM_CCF_OPTION_CHAININT13FM_CCF_OPTION_CHAIN
REFBNDocument Number of a Commitment or FI Document FM_FYC_REFBNCHAR10ALPHABELNR
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
REFBN_ROOTDocument Number of Chain Origin FM_FYC_REFBN_ROOTCHAR10ALPHABELNR
RFPOS_ROOTItem Number of Chain Origin FM_FYC_RFPOS_ROOTNUMC5NUMC05
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
WRTTPTVal.type name FM_WRTTPTCHAR40TEXT40
TRBTROverall Amount in Transaction Currency FM_TRBTR_TOTCURR15(2) WERTV8
FKBTRTotal Value in Local Currency FM_HWBTR_TOTCURR15(2) WERTV8
TRBTR_REDReduced Amount in Transaction Currency FM_TRBTR_REDCURR15(2) WERTV8
FKBTR_REDReduced Amount in Local Currency FM_HWBTR_REDCURR15(2) WERTV8
TRBTR_VAChange Amount in Transaction Currency FM_TRBTR_ADJCURR15(2) WERTV8
FKBTR_VAChange Amount in Local Currency FM_HWBTR_ADJCURR15(2) WERTV8
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FDATKCosts due on KBLFDATKDATS8DATUM
MSGTYPMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MESSAGEMessage Text MSGTXTCHAR100TEXT100
MORE_ERRAdditional messages FM_CCF_MORE_ERRCHAR12CHAR12
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table IFM_FYC_VA_DISPLAY

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