ABAP绘图功能模块概观(转)

ABAP Graphics FM Overview
ABAP绘图功能模块概观

此处仅将功能模块及范例程序列出(若要列出详细参数篇幅过大)

2 Main Graphics Demo Program:

GRDEMO_D: Main menu link to program

BCGRDEMO: Through PushButton link to different graphics

[1]---------------------------------------------------------

PushButton Graphics (按钮数组或选单)

Common function:

1. CALL FUNCTION 'GRAPH_BUTTON_MATRIX’

2. CALL FUNCTION 'GRAPH_BUTTON_MENUE'

Demo Programs:

GRBMAT_1 Demo Program: Pushbutton Graphics

GRBMAT_2 Demo Program: Pushbutton Graphics - Menu

BCGRBM01 Test Report Graphic BMAT01

BCGRBM02 Test Report Graphic BMAT02

BCGRDIA1 Test Report Graphic DIA1

BCGRDIA2 Test Report Graphic DIA2

[2]---------------------------------------------------------

Business Graphics (二维,三维及四维统计图)

Common functions:

GRAPH_2D, GRAPH_3D, GRAPH_2D_MENUE

GRAPH_BUSG_COLOR_SET, GRAPH_BUSG_MENU_SET

GRAPH_MATRIX, GRAPH_MATRIX_2D, GRAPH_MATRIX_3D, GRAPH_MATRIX_4D

Demo Programs:

GRBUSGM3 Modify 3D Presentation Graphics

GRBUSGMN Modifying Presentation Graphics

GRBUSG_1 Demo Program: SAP Business Graphics 2D

GRBUSG_2 Demo Program: SAP Business Graphics 3D

GRBUSG_3 Demo Program: Business Graphics Sales Comparison

GRBUSG_4 Demo Program : Presentation Graphics 2D - 3D - 4D

GRBUSG_M Demo Program: Modifying Presentation Graphic

BCGRBU11 Test Report Graphic BUSG11

BCGRBU12 Tes Report Graphic BUSG12

BCGRBU13 Test Report Graphic BUSG13

BCGRBU99 Test Report Graphic BUSG99

[3]---------------------------------------------------------

Gantt Chart(甘特图, 项目计划及管理用)

Common functions:

GRAPH_GANTT

GRAPH_GANTT_COLOR_SET

Demo programs:

GRGANT_1 Demo Program: Gantt Chart

GRGANT_2 Demo Program: Gantt Chart / 2

GRGANT_3

GRGANT_C

BCGRGA01 Test Report Graphic GANT01

BCGRGA02 Test Report Graphic GANT02

[4]---------------------------------------------------------

Bar Charts (长条图)

Common Functions:

BARC_SET_TIME_AXIS

BARC_ADD_CHART

BARC_SET_COLUMN_WIDTH

BARC_SET_CHART_ATTRIB

BARC_ADD_SECTION

BARC_ADD_RIBBON

BARC_GRAPHIC_PBO

BARC_GRAPHIC_PAI

Demo Programs:

BARCBO01 Demo Program: Bar Chart in Display Mode

BARCBO02 Demo Program: Bar Chart in Maintenance Mode

BARCBO03 Demo Program: Bar Chart in Maintenance Mode (Planning Board)应用于项目计划

[5]---------------------------------------------------------

Hierarchy Graphics (阶层图或树形图)

Common Functions:

GRAPH_HIERARCHY

GRAPH_HIERARCHY_ALL

GRAPH_HIERARCHY_MENUE

Demo Programs:

GRHIER_1 Demo Program: Hierarchy Graphics

GRHIER_2 Demo Program: Hierarchy

GRHIER_3 Hierarchy representation

GRHIER_6 Hierarchy Representation

GRHIER_C Hierarchy representation

BCGRHI01 Test Report Graphic HIER01

BCGRHI02 Test Report Graphic HIER02

GR_CHECK Hierarchy Representation

[6]---------------------------------------------------------

Hierarchy Graphics (另一种阶层图或树形图, 可用于大型的组织结构, 有预览图, 可直接移动到大图的某一区域)

Common Functions:

CNET_GRAPHIC_HIERARCHY

Demo Programs:

HIER_BO1 Demo Program: Hierarchy Graphics in Display Mode

HIER_BO2 Demo Program: Hierarchy Graphics in Maintenance Mode

[7]---------------------------------------------------------

Statistical Graphics (统计图, 可用于预测, 数学公式图形, 如sin, cos)

Common Functions:

STAT_GRAPH

STAT_GRAPH_REF

Demo Programs:

GRSTAT_1 Demo: Trigonometric Functions in SAP Statistical Graphics

GRSTAT_2 Demo: Representing Functions in SAP Statistical Graphics

GRSTAT_3 Demo Program: Statistics Graphic

GRSTAT_4 Example: Statistics Graphic

GRSTAT_6 Example: Statistics Graphic

GRSTAT_C Example: Statistics Graphic

BCGRST01 Test Report Graphic STAT01

BCGRST02 Test Report Graphic STAT02

BCGRST03 Test Report Graphic STAT03

BCGRST04 Test Report Graphic STAT04

[8]---------------------------------------------------------

HPGL (指定点及点组成的线条或图形之绘图)

Common Functions:

GRAPH_HPGL

Demo Programs:

GRHPGL_1 Demo Program: HPGL Display

BCGRHP01 Test Report Graphic HPGL01

[9]---------------------------------------------------------

Cluster Graphics (丛集图, 实际执行看看Demo program您就知道是甚么, 好像可用在Memory Management, OS Level)

Common functions:

CNET_GRAPHIC_CLUSTER

Demo Programs:

GRCNETC1 Demo Program: Starting Cluster Editor in Display Mode

GRCNETC2 Demo Program: Activation of the Cluster Editor (Enhanced Version)

[10]--------------------------------------------------------

Network Graphics (显示两点间的routing - 路径图)

Common Functions:

CNET_GRAPHIC_NETWORK

Demo Programs:

NETZ_BO1 Demo Program: Network Graphics in Display Mode

NETZ_BO2 Demo Program: Network Graphics in Maintenance Mode

[11]--------------------------------------------------------

Portfolio Graphics (类似Gartner Group的竞争厂商分布图, 销售趋势图等)

Common functions:

GARPH_PORT

Demo Programs:

GRPORT_0 Portfolio Graphics Presentation

GRPORT_1 Sony / Clarion Sales Trend

[12]--------------------------------------------------------

Structural Graphics (组织结构图, 可以指定显示特定的子结构)

Common Functions:

GRAPH_STRUCTURAL

GRAPH_STRU_SET_MESSAGE

GRAPH_STRU_SET_DISPLAY

GRAPH_STRU_SET_TOOLBOX

GRAPH_STRU_SET_PROFILES

GRAPH_STRU_SET_OPTIONS

Demo Programs:

GRSTRU00 SAP Structural Graphics: Model Graphic

BCGRSU01 Text report graphic STRU

BCGRSUCO Structure Graphic: Copy Settings

BCGRSUDO Structure Graphic: Delete Settings

[13]--------------------------------------------------------

Graphical Pop-Up (图形式浮现式窗口)

Common Functions:

GRAPH_SNUM_TAB

GRAPH_POPUP

Demo Programs:

GRDIAL_1 Demo program: Graphics Pop-up

[14]--------------------------------------------------------

Graphical User-menu (图形式使用者选单)

Common Functions:

GRAPH_USER_MENU

Demo Programs:

SAPMS01T

[15]--------------------------------------------------------

Text Report Graphics (文字报告绘图窗口)

Common Functions:

TEXT_MATRIX

Demo Programs:

BCGRTE01 Test Report Graphic TEMA01

这些绘图功能模块都有很好的范例程序, 运用时可以直接参考使用.

透过这些绘图功能模块, 可以提升您系统的图表及分析功能.

原文地址:https://www.cnblogs.com/ruingy/p/3382340.html