FM01CB SAP (Cash Budget Management Update Control) Table details

Dictionary Type: Table
Description: Cash Budget Management Update Control




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




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

FM01CB is a standard SAP Table which is used to store Cash Budget Management Update Control data and is available within R/3 SAP systems depending on the version and release level.

The FM01CB table consists of various fields, each holding specific information or linking keys about Cash Budget Management Update Control data available in SAP. These include FIKRS (Financial Management Area), FLG_NO_PO (Cash Budget Managment: No purchase orders), FLG_NO_PARKED (Cash Budget Management: No parked documents), FLG_SINGLE_LD (Cash Budget Management: FM area ledger only).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FM01CB 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
MANDTClient MANDTCLNT3T000MANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FLG_NO_POCash Budget Managment: No purchase orders CBM_NO_POCHAR1XFELD
FLG_NO_PARKEDCash Budget Management: No parked documents CBM_NO_PARKEDCHAR1XFELD
FLG_SINGLE_LDCash Budget Management: FM area ledger only CBM_SINGLE_LDCHAR1XFELD
FLG_BANK_PODTCash Budget Management: Bank lines for posting date CBM_BANK_PODTCHAR1XFELD
FLG_30_DENSECash Budget Management: Summarize expenditure/revenue CBM_30_DENSECHAR1XFELD
FLG_BTC_CLCash Budget Management: Clearing posted in batch CBM_BTC_CLCHAR1XFELD
FLG_SLEEP_FICash Budget Mgt: Online Update from FI Not Active CBM_SLEEP_FICHAR1XFELD
.INCLU--AP 0
FMPOTActual Transfer Postings: Commitment Item FM_NZFPTCHAR24Assigned to domainFMCILFM_FIPEX

Key field Non-key field



How do I retrieve data from SAP table FM01CB using ABAP code

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

SELECT SINGLE *
FROM FM01CB
INTO CORRESPONDING FIELDS OF WA_FM01CB
WHERE...

How to access SAP table FM01CB

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