SAP ABAP Function Module GRAPH_HIERARCHY_ALL (General call up of Hierarchy Graphics)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRP (Package) ABAP Graphics Development
Basic Data
Function Module GRAPH_HIERARCHY_ALL General call up of Hierarchy Graphics  
Function Group HIER   SAP hierarchy graphics  
Program Name SAPLHIER    
INCLUDE Name LHIERU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting CUA_ID TYPE CUA event
Exporting H_MES TYPE Hierarchy message : Message type
Exporting H_NODE_2 TYPE Hierarchy message : Node ID 2
Exporting H_TEXT TYPE Hierarchy message : Node text
Exporting H_VAL1 TYPE Hierarchy message : key figure 1
Exporting H_VAL2 TYPE Hierarchy message : key figure 2
Exporting H_VAL3 TYPE Hierarchy message : key figure 3
Exporting H_VALCOUNT TYPE Hierarchy message : Number of key figures
Exporting MENNR TYPE Menu number
Exporting M_TYP TYPE Standard dialog parameters
Exporting NODES TYPE ID of the selected element
Exporting RWNID TYPE Standard dialog parameters
Importing BOXLN TYPE SPACE Node width
Importing COL11 TYPE SPACE Color 1 of key figure 1
Importing COL12 TYPE SPACE Color 2 of key figure 1
Importing COL13 TYPE SPACE Color 3 of key figure 1
Importing COL14 TYPE SPACE Color 4 of key figure 1
Importing COL15 TYPE SPACE Color 5 of key figure 1
Importing COL16 TYPE SPACE Color 6 of key figure 1
Importing COL21 TYPE SPACE Color 1 of key figure 2
Importing COL22 TYPE SPACE Color 2 of key figure 2
Importing COL23 TYPE SPACE Color 3 of key figure 2
Importing COL24 TYPE SPACE Color 4 of key figure 2
Importing COL25 TYPE SPACE Color 5 of key figure 2
Importing COL26 TYPE SPACE Color 6 of key figure 2
Importing COL31 TYPE SPACE Color 1 of key figure 3
Importing COL32 TYPE SPACE Color 2 of key figure 3
Importing COL33 TYPE SPACE Color 3 of key figure 3
Importing COL34 TYPE SPACE Color 4 of key figure 3
Importing COL35 TYPE SPACE Color 5 of key figure 3
Importing COL36 TYPE SPACE Color 6 of key figure 3
Importing COL_BACK TYPE SPACE Background color
Importing COL_LINE TYPE SPACE Line color
Importing COL_NODE TYPE SPACE Standard node color
Importing CONF TYPE SPACE Demand during manipulation
Importing DMODE TYPE SPACE Display mode for hierarchy graphic
Importing LMODE TYPE SPACE Line type
Importing MAIL_ALLOW TYPE SPACE Allow mail storage = 'X'
Importing MENPOS TYPE SPACE Position of the pop-up menu
Importing MODIF TYPE SPACE Activates extended hierarchy processing
Importing MTITL TYPE SPACE Menu title
Importing NDIMS TYPE SPACE 3-dimensional highlighting of pushbutton
Importing NLOOK TYPE SPACE Color display type
Importing NLVAL TYPE SPACE defines NLOOK = '7'
Importing NTEXT TYPE SPACE Text color on the hierarchy elements
Importing NTXHL TYPE SPACE Text color of the selected hierarchy elements
Importing ORDER TYPE SPACE Sequence definition
Importing PWDID TYPE SPACE Standard dialog parameters
Importing REGION TYPE SPACE Switch on fastpath for menu
Importing RELBOXHT TYPE 0 Define node size
Importing RELBOXWD TYPE 0 Define node size
Importing RELWD_HT TYPE 0 Define node size
Importing RMODE TYPE SPACE Initial rotation
Importing SET_FOCUS TYPE 'x' Set focus during reload
Importing SHAPE TYPE SPACE Node form
Importing SMODE TYPE SPACE Size of the hierarchy
Importing SO_CONTENTS TYPE SPACE Subtitle of generated SAPoffice document
Importing SO_RECEIVER TYPE SPACE Recipient of generated SAPoffice object
Importing SO_SEND TYPE SPACE Graphic storage in SAPoffice instead of display
Importing SO_TITLE TYPE SPACE Title of the generated SAPoffice document
Importing STAT TYPE SPACE Standard dialog parameters
Importing SUPER TYPE SPACE Standard dialog parameters
Importing TINDX TYPE SPACE Node labeling
Importing TTEXT TYPE SPACE Title of graphic
Importing USEHLE TYPE SPACE Display menu as help line
Importing U_COMMAND TYPE SPACE Single command to hierarchy : Command
Importing U_NODE_2 TYPE SPACE Single command to hierarchy : Node ID 2
Importing U_NODE_ID TYPE SPACE Single command to hierarchy : Node ID
Importing U_TEXT TYPE SPACE Single command to hierarchy : Node text
Importing U_VAL1 TYPE 0 Single command to hierarchy : key figure 1
Importing U_VAL2 TYPE 0 Single command to hierarchy : key figure 2
Importing U_VAL3 TYPE 0 Single command to hierarchy : key figure 3
Importing U_VAL_COUNT TYPE 0 Single command to hierarchy : Number of threshold values
Importing VAL11 TYPE 0 Threshold value 1 of key figure 1
Importing VAL12 TYPE 0 Threshold value 2 of key figure 1
Importing VAL13 TYPE 0 Threshold value 3 of key figure 1
Importing VAL14 TYPE 0 Threshold value 4 of key figure 1
Importing VAL15 TYPE 0 Threshold value 5 of key figure 1
Importing VAL21 TYPE 0 Threshold value 1 of key figure 2
Importing VAL22 TYPE 0 Threshold value 2 of key figure 2
Importing VAL23 TYPE 0 Threshold value 3 of key figure 2
Importing VAL24 TYPE 0 Threshold value 4 of key figure 2
Importing VAL25 TYPE 0 Threshold value 5 of key figure 2
Importing VAL31 TYPE 0 Threshold value 1 of key figure 3
Importing VAL32 TYPE 0 Threshold value 2 of key figure 3
Importing VAL33 TYPE 0 Threshold value 3 of key figure 3
Importing VAL34 TYPE 0 Threshold value 4 of key figure 3
Importing VAL35 TYPE 0 Threshold value 5 of key figure 3
Importing VALD1 TYPE 0 Minimum value of key figure 1
Importing VALD2 TYPE 0 Minimum value of key figure 2
Importing VALD3 TYPE 0 Minimum value of key figure 3
Importing VALU1 TYPE 100 Maximum value of key figure 1
Importing VALU2 TYPE 100 Maximum value of key figure 2
Importing VALU3 TYPE 100 Maximum value of key figure 3
Importing VINDX TYPE SPACE Active key figure
Importing VTXT1 TYPE SPACE Description of key figure 1
Importing VTXT2 TYPE SPACE Description of key figure 2
Importing VTXT3 TYPE SPACE Description of key figure 3
Importing WINID TYPE SPACE Standard dialog parameters
Importing WINPOS TYPE SPACE Window position
Importing WINSZX TYPE '50' Window size / X
Importing WINSZY TYPE '50' Window size / Y
Importing X_OPT TYPE SPACE extended options, INTERNAL USE ONLY
Importing ZOOMFAC TYPE 0 Zoom factor
Tables ATTRIB TYPE   Node attributes (form, subtree, order)
Tables BITMAP TYPE   Definition of icons
Tables DATA TYPE   Definition of tree structure and key figures
Tables FORMAT TYPE   Definition of node formats
Tables MENU TYPE   Table with menu lines
Exception INV_TABLE_STRUCTURE TYPE Table structure ATTRIB / FORMAT incorrect
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in