FMFCTRMV SAP (Store Bgt vals. returned before moving funds ctr.) Table details

Dictionary Type: Table
Description: Store Bgt vals. returned before moving funds ctr.




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




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

FMFCTRMV is a standard SAP Table which is used to store Store Bgt vals. returned before moving funds ctr. data and is available within R/3 SAP systems depending on the version and release level.

The FMFCTRMV table consists of various fields, each holding specific information or linking keys about Store Bgt vals. returned before moving funds ctr. data available in SAP. These include FIKRS (Financial Management Area), FISTL (Funds Center), VERSN (Planning/budgeting version), WRTTP (Value Type).. 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: Not classified


SAP FMFCTRMV 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FISTLFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
PROFILProfile BP_PROFILCHAR6Assigned to domainBP_PROFILBP1
FIPEXCommitment item (No longer in use -> FM_FIPEX) FIPEXCHAR24FIPEXFIPEXFPS
BUDGETTotal value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO1Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO2Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO3Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO4Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO5Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO6Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO7Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO8Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO9Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO10Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO11Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO12Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO13Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO14Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO15Total value in ledger currency BP_WGLCURR15(2) WERTV8
PERIO16Total value in ledger currency BP_WGLCURR15(2) WERTV8
STATUSStatus Transfer Budgeting BP_U_STATNUMC2RETCD
ERRTXTMessage Text NATXTCHAR73NATXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFCTRMV
INTO CORRESPONDING FIELDS OF WA_FMFCTRMV
WHERE...

How to access SAP table FMFCTRMV

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