SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | Graphic(BC-FES-GRA) SAP BC

GRSTRU00 SAP ABAP Report - SAP Structural Graphics: Model Graphic







GRSTRU00 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 GRSTRU00 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 GRSTRU00. "Basic submit
SUBMIT GRSTRU00 AND RETURN. "Return to original report after report execution complete
SUBMIT GRSTRU00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TXT_LOAD = Load texts
Selection Text: TRC_MODE = Trace mode
Selection Text: SOF_RECV = Recipient
Selection Text: SOF_FLAG = Send
Selection Text: PRF_LOAD = Load profiles
Selection Text: OBJ_NO = Number of objects
Selection Text: OBJ_LOAD = Load objects
Selection Text: MEN_NEWF = New menu format
Selection Text: MEN_LOAD = Load tools
Selection Text: FMT_R2 = R/2 format
Selection Text: BRK_MODE = Debugging mode
Title: SAP Structural Graphics: Model Graphic
Text Symbol: STA = St
Text Symbol: STB = Editing Structures
Text Symbol: T00 = Version:
Text Symbol: T01 = This is an
Text Symbol: T02 = explanatory
Text Symbol: T03 = model text
Text Symbol: T04 = to show the tester
Text Symbol: T05 = that this window is
Text Symbol: T06 = functioning.
Text Symbol: TES = Graphic
Text Symbol: THX = Documentation
Text Symbol: TOL = Tools
Text Symbol: TOT = Functions
Text Symbol: TRM = Trace mode
Text Symbol: TST = Areas
Text Symbol: TYP = Type
Text Symbol: AAG = Task completed
Text Symbol: ADD = Object inserted
Text Symbol: BSP = Model structure generated
Text Symbol: DAT = Display data
Text Symbol: DBM = Debugging mode
Text Symbol: FR2 = R/2 format
Text Symbol: GST = Entire structure
Text Symbol: INS = Insert object
Text Symbol: LME = Load tools
Text Symbol: LOB = Load objects





Text Symbol: LOP = Load options
Text Symbol: LPR = Load profiles
Text Symbol: MEX = Extend menu
Text Symbol: MOP = Open at start
Text Symbol: MOV = Reassign Object
Text Symbol: NOB = New object
Text Symbol: NOM = Again
Text Symbol: OBB = Object editing
Text Symbol: OBJ = Object
Text Symbol: OFO = Mandatory
Text Symbol: PPR = With priority
Text Symbol: PRI = Pr
Text Symbol: PST = Status-oriented
Text Symbol: PTY = Type-oriented
Text Symbol: REF = Update
Text Symbol: REL = R
Text Symbol: SAP = Test SAP Structural Graphics
Text Symbol: SEN = Send to


INCLUDES used within this REPORT GRSTRU00

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_STRU_SET_TOOLBOX CALL FUNCTION 'GRAPH_STRU_SET_TOOLBOX' TABLES TOOLBOX = TRF_TOOLBOX.

GRAPH_STRU_SET_PROFILES CALL FUNCTION 'GRAPH_STRU_SET_PROFILES' TABLES PROFILES = TRF_PROFILES.

GRAPH_STRU_SET_DISPLAY CALL FUNCTION 'GRAPH_STRU_SET_DISPLAY' TABLES DISPLAY = TEXTS.

GRAPH_STRU_SET_MESSAGE CALL FUNCTION 'GRAPH_STRU_SET_MESSAGE' EXPORTING MESSAGE = 'Test SAP-Strukturgrafik'(SAP).

GRAPH_STRU_SET_OPTIONS CALL FUNCTION 'GRAPH_STRU_SET_OPTIONS' EXPORTING FORCE = OPT_FORC COLBACK = COLBACK COLSHADOW = COLSHADOW PROFILE = 'TY'.

GRAPH_STRUCTURAL CALL FUNCTION 'GRAPH_STRUCTURAL' EXPORTING ADDSHAPES = 'X' EDITABLE = 'X' EXTACTBAR = MEN_EXTD FOCUS = 'X' NEWFORMAT = FMT_R3 PATTERN = ' ' PWDID = ' ' REFRESH = ' ' SO_CONTENTS = TEXT-BSP SO_RECEIVER = SOF_RECV SO_SEND = SOF_FLAG SO_TITLE = 'TEST'(TES) STATUS = DLG_STAT SUPER = ' ' TBOXOPEN = MEN_OPEN * TBOXPOSX = 'L' * TBOXPOSY = 'T' * TBOXSIZEX = '20' * TBOXSIZEY = '40' TBOXTITLE = 'Werkzeuge'(TOL) THELPTEXT = 'Dokumentation'(THX) APPLTITLE = 'Generierte Beispielstruktur'(BSP) TOOLSTITLE = 'Funktionen'(TOT) TSETSTITLE = 'Teilgebiete'(TST) VERSION30A = FMT_R3 VIEWTITLE = 'Ganze Struktur'(GST) WINID = ' ' * WINPOSX = 'C' * WINPOSY = 'C' * WINSIZEX = '80' * WINSIZEY = '80' IMPORTING M_TYP = RET_MTYP RWNID = RET_RWNID TABLES OBJECTS = TRF_OBJECTS EXCEPTIONS OTHERS = 3.

GET_STRU_PARAM CALL FUNCTION 'GET_STRU_PARAM' IMPORTING C_TYP = RET_CTYP ITEM = RET_ITEM TABLES OBJECTS = RET_OBJECTS.

GRAPH_STRU_SET_DISPLAY CALL FUNCTION 'GRAPH_STRU_SET_DISPLAY' TABLES DISPLAY = TEXTS.

GRAPH_STRU_SET_MESSAGE CALL FUNCTION 'GRAPH_STRU_SET_MESSAGE' EXPORTING MESSAGE = 'Objekt eingefügt.'(ADD).






GRAPH_STRU_SET_MESSAGE CALL FUNCTION 'GRAPH_STRU_SET_MESSAGE' EXPORTING MESSAGE = 'Aufgabe ausgeführt.'(AAG).



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 GRSTRU00 or its description.