CNFM_FMHBL SAP (Extension table for table FMHBL (localization PSM China)) Table details

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




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




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

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

The CNFM_FMHBL table consists of various fields, each holding specific information or linking keys about Extension table for table FMHBL (localization PSM China) data available in SAP. These include CLIENT (Client), FM_AREA (Financial Management Area), CRTUSER (User Who Created or Updated the Object), DOCNR (Temporary Document Number (for Incomplete Documents )).. 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_FMHBL 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
CRTUSERUser Who Created or Updated the Object BUKU_CRTUSERCHAR12USERNAME
DOCNRTemporary Document Number (for Incomplete Documents ) TEMPNCHAR10ALPHABELNR
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_FMHBL using ABAP code

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

SELECT SINGLE *
FROM CNFM_FMHBL
INTO CORRESPONDING FIELDS OF WA_CNFM_FMHBL
WHERE...

How to access SAP table CNFM_FMHBL

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