FMBLEXTBS SAP (Source for Budgets in Derivation Tool for BL Extensions) Structure details

Dictionary Type: Structure
Description: Source for Budgets in Derivation Tool for BL Extensions




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




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

FMBLEXTBS 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 "Source for Budgets in Derivation Tool for BL Extensions" 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_FMBLEXTBS TYPE FMBLEXTBS.

The FMBLEXTBS table consists of various fields, each holding specific information or linking keys about Source for Budgets in Derivation Tool for BL Extensions data available in SAP. These include FISC_YEAR (Fiscal Year), CASH_YEAR (Year of Cash Effectivity), CATEGORY (Budget Category in Funds Management), TRANSAC (Budgeting Process).. 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)


SAP FMBLEXTBS 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
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CASH_YEARYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
CATEGORYBudget Category in Funds Management FM_BUCATNUMC1FM_BUCAT
TRANSACBudgeting Process BUKU_PROCESS_UICHAR4BUPROCESS_UIBUKU_PROCESS_UI
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUE_TYPEBCS Value Type BUKU_VALTYPECHAR2BUVALTYPEBUKU_VALTYPE
BDGT_SUBTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
CISTRIDCommitment Item Subdivision ID FM_CISTRIDCHAR10FMMDSTRIDCHAR10
CISUB1Substring 1 of Commitment Item FM_CISUB1CHAR10CHAR10
CISUB2Substring 2 of Commitment Item FM_CISUB2CHAR10CHAR10
CISUB3Substring 3 of Commitment Item FM_CISUB3CHAR10CHAR10
CISUB4Substring 4 of Commitment Item FM_CISUB4CHAR10CHAR10
CISUB5Substring 5 of Commitment Item FM_CISUB5CHAR10CHAR10
FCSTRIDFunds Center Subdivision ID FM_FCSTRIDCHAR10FMMDSTRIDCHAR10
FCSUB1Substring 1 of Funds Center FM_FCSUB1CHAR10CHAR10
FCSUB2Substring 2 of Funds Center FM_FCSUB2CHAR10CHAR10
FCSUB3Substring 3 of Funds Center FM_FCSUB3CHAR10CHAR10
FDSTRIDFund Subdivision ID FM_FDSTRIDCHAR10FMMDSTRIDCHAR10
FDSUB1Substring 1 of Fund FM_FDSUB1CHAR10CHAR10
FDSUB2Substring 2 of Fund FM_FDSUB2CHAR10CHAR10
FNSTRIDFunctional Area Subdivision ID FM_FNSTRIDCHAR10FMMDSTRIDCHAR10
FNSUB1Substring 1 of Functional Area FM_FNSUB1CHAR10CHAR10
FNSUB2Substring 2 of Functional Area FM_FNSUB2CHAR10CHAR10
FNSUB3Substring 3 of Functional Area FM_FNSUB3CHAR10CHAR10
BLDOCSEQSequence of Budgetary Ledger Documents FMBLDOCSEQNUMC2NUM02
TARGET1First Intermediate Target for Derivation Tool FMBLTARGET1CHAR30CHAR30
TARGET2Second Intermediate Target for Derivation Tool FMBLTARGET2CHAR30CHAR30
DIFF_CASHFISCDifference between Year of Cash Effectivity and Fiscal Year FMBLEXTCFYNUMC2NUMC2
AMTSIGNAmount Sign ( + or - ) FMBLEXTSIGNCHAR1FMBLEXTSIGN

Key field Non-key field



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

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

How to access SAP table FMBLEXTBS

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