SAP Reports / Programs

GRPORT_0 SAP ABAP Report - Portfolio Graphics Presentation







GRPORT_0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter GRPORT_0 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT GRPORT_0. "Basic submit
SUBMIT GRPORT_0 AND RETURN. "Return to original report after report execution complete
SUBMIT GRPORT_0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Portfolio Graphics Presentation
Text Symbol: X03 = Dogs
Text Symbol: X04 = Cash-cows
Text Symbol: X05 = Rel. market share
Text Symbol: X06 = Growth in %
Text Symbol: X07 = Trend - share
Text Symbol: X08 = Trend - growth
Text Symbol: X09 = Cost/Time difference analysis
Text Symbol: X10 = Risk area
Text Symbol: X11 = Critical area
Text Symbol: X12 = Normal area
Text Symbol: X13 = Time difference
Text Symbol: X14 = Cost difference
Text Symbol: X15 = Time difference -trend
Text Symbol: X16 = Cost difference - trend
Text Symbol: X17 = Sales costs
Text Symbol: X18 = Budget - plan
Text Symbol: X19 = Budget - actual
Text Symbol: X20 = Source: Gardner Group Conference Presentation, 1993
Text Symbol: X21 = Challengers
Text Symbol: X22 = Leaders
Text Symbol: X23 = Niche
Text Symbol: X24 = Visionaries
Text Symbol: X25 = Completeness of vision
Text Symbol: X26 = Ability to fulfill vision
Text Symbol: X27 = with trend representation and segmentation
Text Symbol: X28 = Portfolio
Text Symbol: X29 = R O I in %
Text Symbol: X02 = Stars
Text Symbol: D01 = Dimension 1
Text Symbol: D02 = Dimension 2
Text Symbol: D03 = Dimension 3
Text Symbol: M01 = Maggi Fondor
Text Symbol: M02 = Maggi Würze
Text Symbol: M03 = Maggi Fertigsuppen
Text Symbol: M04 = Maggi Würzmischungen
Text Symbol: N01 = Schokolade Nestle
Text Symbol: N02 = Nesquick





Text Symbol: N03 = Nescaffee
Text Symbol: N04 = Chocolate-Chips
Text Symbol: NES = Some NESTLE products
Text Symbol: OB2 = Object
Text Symbol: OBJ = Objekte :
Text Symbol: P01 = Project 1
Text Symbol: P02 = Project 2
Text Symbol: P03 = Project 3
Text Symbol: P04 = Project 4
Text Symbol: S01 = Segmentation 1
Text Symbol: S02 = Segmentation 2
Text Symbol: T01 = Trend - Dimension 1
Text Symbol: T02 = Trend - Dimension 2
Text Symbol: UMS = Sales 1992
Text Symbol: V01 = Packaging 1
Text Symbol: V02 = Packaging 2
Text Symbol: V03 = Packaging 3
Text Symbol: V04 = Packaging 4
Text Symbol: X01 = Question marks


INCLUDES used within this REPORT GRPORT_0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

GRAPH_PORT CALL FUNCTION 'GRAPH_PORT' EXPORTING TITLE_WINDOW = 'Demo-Portfolio' TITLE_TITLE = TITLE1 TITLE_INFO = TITLE2 TITLE_TEXTCLR = 'YELLOW' TITLE_BACKCLR = 'DARKGRAY' TITLE_SIZE = '6' FRM_BACKCLR = 'GRAY' FRM_SCALCLR = 'WHITE' FRM_SCALMOD = 'LONGDASH' * FRM_GRIDX = '10' * FRM_GRIDY = '10' FRM_SHADOW = 'X' OBJ_XVAL = '0' OBJ_YVAL = '1' OBJ_SVAL = '2' OBJ_SIZE = OBJEKTGR OBJ_XARR = TRENDX OBJ_YARR = TRENDY * IMPORTING * CUA_ID = SPACE * M_TYP = SPACE * P_TYP = SPACE * RBUFF = SPACE * RWNID = SPACE TABLES AXIS = AXIS COL_TEXT = COL_TEXT OBJT = OBJT VALUES = VALUES LINES = LINES "// new 12.09.96



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name GRPORT_0 or its description.