FMFG_YBA_AVC SAP (FMFG: Year of Budget Authority - AVC) Table details

Dictionary Type: Table
Description: FMFG: Year of Budget Authority - AVC




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




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

FMFG_YBA_AVC is a standard SAP Table which is used to store FMFG: Year of Budget Authority - AVC data and is available within R/3 SAP systems depending on the version and release level.

The FMFG_YBA_AVC table consists of various fields, each holding specific information or linking keys about FMFG: Year of Budget Authority - AVC data available in SAP. These include FM_AREA (Financial Management Area), TYPE (Year of Budget Authority - AVC type), RYEAR (Fiscal Year), RYEAR_CONSUMED (Year of Budget Authority - Consumed in Year).. 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 FMFG_YBA_AVC 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
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
TYPEYear of Budget Authority - AVC type FMFG_YBA_AVC_TYPECHAR1FMFG_YBA_AVC_TYPE
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RYEAR_CONSUMEDYear of Budget Authority - Consumed in Year FMFG_YBA_YR_CONSUMEDNUMC4GJAHRGJAHR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
YBA_CDIMYear of Budget Authority - Customer Dimension FMFG_YBA_CDIMCHAR24FMFG_YBA_CDIM
CURRENCYCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
AMOUNTYear of Budget Authority - Amount FMFG_YBA_AMOUNTCURR19(2) FMFG_YBA_AMOUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFG_YBA_AVC
INTO CORRESPONDING FIELDS OF WA_FMFG_YBA_AVC
WHERE...

How to access SAP table FMFG_YBA_AVC

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