SAP FMBLFIELDMOVEMENT Field Movement for Budgetary Ledger Core Table data and field list

FMBLFIELDMOVEMENT 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 "Field Movement for Budgetary Ledger Core" 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_FMBLFIELDMOVEMENT TYPE FMBLFIELDMOVEMENT.

The FMBLFIELDMOVEMENT table consists of various fields, each holding specific information or linking keys about Field Movement for Budgetary Ledger Core data available in SAP. These include CMMT_ITEM (Commitment Item), FUNDS_CTR (Funds Center), FUND (Fund), FUNC_AREA (Functional Area)... 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. .

FMBLFIELDMOVEMENT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMBLFIELDMOVEMENT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMBLFIELDMOVEMENT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDER_NUMOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BDGT_SUBTYPEBudget Subtype BP_SUBVOCHAR4Assigned to domainBP_SUBVO
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
FMCMMTSTRFM Commitment String For Budgetary Ledger FMCMMTSTRCHAR62FMCMMTSTR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMBLFIELDMOVEMENT

Within an ECC or HANA version of SAP you can also view further information about FMBLFIELDMOVEMENT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).