FMFGF2MAF SAP (FACTS2 MAF File for Edits) Table details

Dictionary Type: Table
Description: FACTS2 MAF File for Edits




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




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

FMFGF2MAF is a standard SAP Table which is used to store FACTS2 MAF File for Edits data and is available within R/3 SAP systems depending on the version and release level.

The FMFGF2MAF table consists of various fields, each holding specific information or linking keys about FACTS2 MAF File for Edits data available in SAP. These include DEPT_REG (Treasury Account Symbol - Department Regular), DEPT_TRAN (Treasury Account Symbol - Department Transfer), FISCAL_YR (Treasury Account Symbol - Fiscal Year), MAIN_ACCT (Treasury Account Symbol - Main Account).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMFGF2MAF 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
DEPT_REGTreasury Account Symbol - Department Regular FM_DEPT_REGCHAR2FM_DEPT_REG
DEPT_TRANTreasury Account Symbol - Department Transfer FM_DEPT_TRANCHAR2FM_DEPT_TRAN
FISCAL_YRTreasury Account Symbol - Fiscal Year FM_FISCAL_YRCHAR4FM_FISCAL_YR
MAIN_ACCTTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT
SPLIT_NUMTreasury Account Symbol - account split sequence number FM_SPLIT_NUMCHAR3FM_SPLIT_NUM
MAF_SEQMAF Sequence Number FM_MAF_SEQNUMC3
RT7RT7 Indicator FM_RT7CHAR3FM_RT7
FLG_MAST_PREPMaster Preparer Indicator FM_FLG_MAST_PREPCHAR1
SPLIT_ALLOCAccount Split Indicator FM_FLG_SPLIT_ALLOCCHAR1
PREPARERPreparer ID FM_PREPARERCHAR8
PRE_BALTransaction Amount FM_PRE_BALCURR15(2) FM_PRE_BAL_CURR
NET_OUTLAYSNet Outlays Amount FM_NET_OUTLAYSCURR18(2) FM_NET_OUTLAYS_CURR
CHAPTERChapter Number FM_CHAPTERCHAR2
FLG_GOALSGoals Flag FM_FLG_GOALSCHAR1
FLG_APPROPAppropriation Flag FM_FLG_APPROPCHAR1
FLG_CERTIFYBRB Certification Flag FM_FLG_CERTIFYCHAR1FMFG_YN
FLG_BORROWBorrowing Source FM_FLG_BORROWCHAR1FM_FLG_BORROW
FLG_BULKBulk / Non Bulk Flag FM_FLG_BULKCHAR1
FLG_FMSFMS Interface Indicator FM_FLG_FMSCHAR1
FLG_OMBOMB Interface Indicator FM_FLG_OMBCHAR1
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FINCODEFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10FMFUNDBPDFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFGF2MAF
INTO CORRESPONDING FIELDS OF WA_FMFGF2MAF
WHERE...

How to access SAP table FMFGF2MAF

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