CFBVP01 SAP (Description of report variables) Structure details

Dictionary Type: Structure
Description: Description of report variables




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




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

CFBVP01 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 "Description of report variables" 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_CFBVP01 TYPE CFBVP01.

The CFBVP01 table consists of various fields, each holding specific information or linking keys about Description of report variables data available in SAP. These include FSKZ (SEIG FORM_TAB flag), FNAM (Field Name), VNAM (Variable Name), VID (Drilldown: Technical ID of the variables).. 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 CFBVP01 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
VARTYPType of variable CFVARTYPCHAR1CFVARTYP
FSKZSEIG FORM_TAB flag CFSFKZCHAR1CFSFKZ
FNAMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VNAMVariable Name CFVNAMCHAR10Assigned to domainCFVNAM
VIDDrilldown: Technical ID of the variables CFVIDNUMC4NUMC4
VARRARTInfo system: Replacement type for variable CFVARRARTCHAR1CFVARRART
KEYIDCharacteristic value CFKEYID_LCHAR50KEYID
SETFLAGFlag: Low field contains name of a set RKE_SETFLGCHAR1XFLAG
TYPENode type SEU_TYPECHAR4SEU_TYPE
HWAHLNumber of hierarchy CFHWAHLNUMC4NUMC4
HCLASSBRST Class of hierarchies (Sets, etc.) RSTHCLASSCHAR4Assigned to domainRSTHCLASS
DEPENDHierarchy depends on data CFDEPENDCHAR1FLAG
FLSTARTEnter Variable CFINPUTFLCHAR1CFINPUTFL
BBINPUTInputable variable in report portfolio CFBBINPUTCHAR1XFLAG
VNOOBLOptional entry for variables CFPAOBLCHAR1CFPAOBL
TLENGTHLength of entry/output field RKE_LENGTHNUMC4NUM4
FLAGRCO-PA: Replace function (Text/Characteristic value) RKE_FLAGRCHAR1RKE_FLAGR
QFNAMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FLAGLHFrom/to flag RKE_FLAGLHCHAR1RKE_FLAGLH
FOFFSETField offset RKE_FOFFSNUMC4NUMC4
FLENGTHLength of entry/output field RKE_LENGTHNUMC4NUM4
LHKZUpper or lower limit CFLHKZCHAR1CFLHKZ
ACTIVEFunction/field active CFACTIVECHAR1CHAR1
TXTINIndex of text table TEXTE_TAB CFTXTININT410CFINT4
STABIXCurrent numbering of characteristics/key figures CFSWAHLINT410CFINT4
SVARTYPSort field CFSORTCCHAR1CHAR1
MWKZQuantity/currency indicator RKD_MWKZCHAR1RKD_MWKZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EMEEHTUnit CGSUNITUNIT3Assigned to domainCUNITMEINS
SVNOOBLOptional entry for variables CFPAOBLCHAR1CFPAOBL
VPARSELParameter or select option CFVPARSELCHAR1CFVPARSEL
SORTInternal field RKE_INTERNINT410INT4
MODIDID of a modification group on the selection screen CFMODIDCHAR3CHAR3
RES1General Flag FLAGCHAR1FLAG
RES2General Flag FLAGCHAR1FLAG
RES3General Flag FLAGCHAR1FLAG
INTRESCondition Column in PRINT CFBPRINTINT410CFINT4
VDEFAULTInformation System: Type of Default Value CFDEFAULTCHAR1CFDEFAULT

Key field Non-key field



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

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

How to access SAP table CFBVP01

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