CFBZD01 SAP (Number format in info system) Structure details

Dictionary Type: Structure
Description: Number format in info system




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




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

CFBZD01 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 "Number format in info system" 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_CFBZD01 TYPE CFBZD01.

The CFBZD01 table consists of various fields, each holding specific information or linking keys about Number format in info system data available in SAP. These include TABL_X (X coordinates for row/column str.), TABL_Y (Y coordinates for row/column str.), ROUNDU (Rounding factor values in the overview list), ROUNDD (Rounding factor values in the detail list).. 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: Not classified


SAP CFBZD01 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
MWKZQuantity/value flag RKE_MWKZCHAR1RKE_MWKZ
TABL_XX coordinates for row/column str. RKE_TABL_XINT410INT4
TABL_YY coordinates for row/column str. RKE_TABL_YINT410INT4
ROUNDURounding factor values in the overview list RKE_ROUNUNUMC1NUMC1
ROUNDDRounding factor values in the detail list RKE_ROUDNUMC1NUMC1
ROUNDAValue display factor RKE_ROUNWNUMC1NUMC1
ROUNDUPRounding factor in the overview list when prinitng RKE_ROUNUPNUMC1NUMC1
ROUNDDPRounding factor values in the detail list when printing RKE_ROUNDPNUMC1NUMC1
DECIMUCURRFlag: decimal places for currency CFDECIM_CURRCHAR1FLAG
DECIMUPCURRFlag: decimal places for currency (print, drilldown list) CFDECIM_CURR_UPCHAR1FLAG
DECIMDCURRFlag: Decimal places for currency (detail list) CFDECIM_CURR_DCHAR1FLAG
DECIMDPCURRFlag; decimal places for currency (print, detail list) CFDECIM_CURR_DPCHAR1FLAG
DECIMUDecimal places in the overview list RKE_DECIUINT410INT4
DECIMDDecimal places in the detail list RKE_DECIDINT410INT4
DECIMADecimal places for values RKE_DECIWNUMC1NUMC1
DECIMUPDecimal places in the overview list when printing RKE_DECIUPINT410INT4
DECIMDPDecimal places in the detail list when printing RKE_DECIDPINT410INT4
QUNRUSource number for number display in the overview list RKE_QUNRUCHAR1RKE_QUNR
QUNRDSource number for number display in detail list RKE_QUNRDCHAR1RKE_QUNR
QUNRUPPrint source number for no. display in overview list RKE_QUNRUPCHAR1RKE_QUNR
QUNRDPPrint source number for number display in detail list RKE_QUNRDPCHAR1RKE_QUNR
PROZPercentage display in drill-down list active CFPROZCHAR1XFELD
UNITUnit Display (Currency Unit/Unit of Measure) CFDISPUNITCHAR1XFELD
UNITLENGTHOutput length of unit CFUNITLENGTHINT410CFINT4

Key field Non-key field



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

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

How to access SAP table CFBZD01

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