CFPORTFO SAP (Popup for Portfolio Values) Structure details

Dictionary Type: Structure
Description: Popup for Portfolio Values




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




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

CFPORTFO 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 "Popup for Portfolio Values" 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_CFPORTFO TYPE CFPORTFO.

The CFPORTFO table consists of various fields, each holding specific information or linking keys about Popup for Portfolio Values data available in SAP. These include OBJFORM (Possible shapes of portfolio graphic element), FILLCLR (Filler color for portfolio graphic elements), TEXTCLR (Text color for portfolio graphic elements), WB_POS (Value Base for the Portfolio Graphics).. 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 CFPORTFO 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
EINSTELLSettings for portfolio graphics CFEINSTELLCHAR40TEXT40
OBJFORMPossible shapes of portfolio graphic element CFOBJFORMCHAR20TEXT20OFM
FILLCLRFiller color for portfolio graphic elements CFFILLCLRCHAR20TEXT20FLC
TEXTCLRText color for portfolio graphic elements CFTEXTCLRCHAR20TEXT20
WB_POSValue Base for the Portfolio Graphics CFWERTBEZCHAR1CFBEZUGWBE
WBNR_XACHSRow/column number of X-axis values CFSPNR_XINT410CFINT4NRX
NUM_XACHSRow/column number of X-axis values CFSPNR_X_NNUMC5NUM5
WBNR_YACHSRow/column number of Y-axis values CFSPNR_YINT410CFINT4NRY
NUM_YACHSRow/column number of Y-axis values CFSPNR_Y_NNUMC5NUM5
FIXGROESSEBasic size for portfolio objects CFFIXGRCHAR2CFFIXFIX
NUM_GRRef. row/column number for the size of the portfolio object CFSPNR_GRNNUMC5NUM5
WBNR_GRRef. row/column number for the size of the portfolio object CFSPNR_GRINT410INT4NRG
NUM_TRENDXX values for trend display CFTREND_XNNUMC5NUM5
TREND_XX values for trend display CFTREND_XINT410CFINT4TRX
NUM_TRENDYY values for trend display CFTREND_YNNUMC5NUM5
TREND_YY values for trend CFTREND_YINT410CFINT4TRY
WB_EINTValue Base for the Portfolio Graphics CFWERTBEZCHAR1CFBEZUGWBE
SEGMENT_1Row/column number for values in first segment CFSEGM_1INT410CFINT4SE1
NUM_SEGM_1Row/column number for values in first segment CFSEGM_1_NNUMC5NUM5
SEGMENT_2Row/column number for values in second segment CFSEGM_2INT410CFINT4SE2
NUM_SEGM_2Row/column number for values in second segment CFSEGM_2_NNUMC5NUM5
SEGMENT_3Row/column number for values in third segment CFSEGM_3INT410CFINT4SE3
NUM_SEGM_3Row/column number for values in third segment CFSEGM_3_NNUMC5NUM5
SEGMENT_4Row/column number for values in fourth segment CFSEGM_4INT410CFINT4SE4
NUM_SEGM_4Row/column number for values in fourth segment CFSEGM_4_NNUMC5NUM5
GRID_XHorizontal grid lines for X-axis CFGRID_XCHAR3CHAR3G_X
GRID_YVertical grid lines for Y-axis CFGRID_YCHAR3CHAR3G_Y
LOGSCALE_XSelection of a logscale CFLOGSCALECHAR1CFCROSS

Key field Non-key field



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

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

How to access SAP table CFPORTFO

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