IFMBWBLH SAP (BW: Extraction Structure for Entry Documents) Structure details

Dictionary Type: Structure
Description: BW: Extraction Structure for Entry Documents




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




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

IFMBWBLH 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 "BW: Extraction Structure for Entry Documents" 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_IFMBWBLH TYPE IFMBWBLH.

The IFMBWBLH table consists of various fields, each holding specific information or linking keys about BW: Extraction Structure for Entry Documents data available in SAP. These include DOCLN (Six-Character Posting Item for Ledger), DOCYEAR (Document Year), FM_AREA (Financial Management Area), FUND (Fund).. 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 IFMBWBLH 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
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
DOCYEARDocument Year BUKU_DOCYEARNUMC4GJAHRGJAHRBUKU_DOCYEAR
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNDSCTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CMMTITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNCAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
USERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
VALTYPEBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
BUCATBudget Category in Funds Management FM_BUCATNUMC1FM_BUCAT
FMTYPEValue Type in Funds Management (IS-PS) FM_VTYPE_ISPSNUMC2FM_VTYPE_ISPS
PROCESSInternal Budgeting Process BUKU_PROCESSCHAR4Assigned to domainBUKU_PROCESS
BUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
CEFFYEARYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
LTEXTItem Text SGTXTCHAR50TEXT50
DOCFAMDocument Family Number BUED_DOCFAMCHAR10ALPHABELNR
PROCESS_UIBudgeting Process BUKU_PROCESS_UICHAR4Assigned to domainBUKU_PROCESS_UI
VERSIONBudget version BUKU_VERSIONCHAR3Assigned to domainALPHACOVERSIBP2
CRTUSERUser Who Created or Updated the Object BUKU_CRTUSERCHAR12USERNAME
CRTDATEDate on which the object was created or updated BUKU_CRTDATEDATS8DATE
CRTTIMETime at which the object was created or updated BUKU_CRTTIMETIMS6TIME
DOCDATEDocument Date BP_BLDATDATS8DATUM
POSTDATEPosting Date in the Document BUDATDATS8DATUM
RESPPERSPerson Responsible for Planning/Budgeting BP_VERANTCHAR20VERABBPV
HTEXTHeader Text for Budget Entry Document BUED_HDTEXTCHAR50TEXT50
LTXT_INDLong Text Exists BP_LTEXTCHAR1XFELD
DOCSTATEStatus of a budget entry document BUED_DOCSTATECHAR1BUED_DOCSTATE
REVSTATEReversal status BP_RSTATCHAR1BP_RSTAT
REV_REFNRReversal Reference Document Number BUED_REV_REFNRCHAR10ALPHABELNR
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
COHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
PUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
LEGISType of Legislation FM_LEGISCHAR1FM_LEGIS
FMCURFM area currency FMWAERCUKY5Assigned to domainWAERS
AMOUNTAmount in FM area currency FM_FKBTR8CURR17(2) WERTV9
XARCHIndicator: Archived Data FM_XARCH_ISPSCHAR1XFELD
UPDMODBW Delta Procedure: Update Mode FM_RODMUPDMODCHAR1FM_RODMUPDMOD
FMAAObject number for FM budgeting and AVC BUBAS_OBJNRCHAR22BUBAS_OBJNR
TRANSFER_AGENCYTransfer Agency FMFG_TRANSFER_AGCYCHAR2Assigned to domainFMFG_TRANSFER
TRANSFER_ACCOUNTTransfer Account FMFG_TRANSFER_ACCTCHAR4Assigned to domainFMFG_TRAN_ACCT
RCOMPCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
REASON_REVReason for Reversal of Budget Document FMREV_STGRDCHAR2Assigned to domainSTGRDFSG
DUMMY_EXTGeneral Flag FLAGCHAR1FLAG
BGTSRCBudget Source CNFM_BGTSRCCHAR1CNFMC_BGTSRCCNFM_BGTSRC
BGTDTLBudget Usage CNFM_BGTDTLCHAR8CNFMC_BGTDTLCNFM_BGTDTL
PAYTYPPayment Type CNFM_PAYTYPCHAR1CNFMC_PAYTYPCNFM_PAYTYP
PAYKIDPurpose of Payment CNFM_PAYKIDCHAR1CNFMC_PAYKIDCNFM_PAYKID
PROCNOProcurement Document Number CNFM_PRONOCHAR24CHAR24

Key field Non-key field



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

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

How to access SAP table IFMBWBLH

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