CNFM_FMBL SAP (Extension table for table FMBL (localization PSM China)) Table details

Dictionary Type: Table
Description: Extension table for table FMBL (localization PSM China)




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




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

CNFM_FMBL is a standard SAP Table which is used to store Extension table for table FMBL (localization PSM China) data and is available within R/3 SAP systems depending on the version and release level.

The CNFM_FMBL table consists of various fields, each holding specific information or linking keys about Extension table for table FMBL (localization PSM China) data available in SAP. These include CLIENT (Client), FM_AREA (Financial Management Area), DOCYEAR (Document Year), DOCNR (Budget entry document number).. 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: Can be enhanced (character-type or numeric)


SAP CNFM_FMBL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
DOCYEARDocument Year BUKU_DOCYEARNUMC4GJAHRGJAHRBUKU_DOCYEAR
DOCNRBudget entry document number BUED_DOCNRCHAR10ALPHABELNRBUED_DOCNR
DOCLNBudget entry document line BUED_DOCLNCHAR6DOCLN6
RPMAXPeriod RPMAXNUMC3RPMAX
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 table CNFM_FMBL using ABAP code

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

SELECT SINGLE *
FROM CNFM_FMBL
INTO CORRESPONDING FIELDS OF WA_CNFM_FMBL
WHERE...

How to access SAP table CNFM_FMBL

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