FMBLFIELDMOVEMENT SAP (Field Movement for Budgetary Ledger Core) Structure details

Dictionary Type: Structure
Description: Field Movement for Budgetary Ledger Core




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




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

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. .

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

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).


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!