SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGUGRA03 SAP ABAP Report - Graphic Display of Table Installation







RGUGRA03 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 RGUGRA03 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GCD6 - Graphic Display of FI-SL Tables


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 RGUGRA03. "Basic submit
SUBMIT RGUGRA03 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGRA03 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: GL_TABLE = FI-SL table
Title: Graphic Display of Table Installation
Text Symbol: 032 = Key
Text Symbol: 031 = Description
Text Symbol: 030 = Field
Text Symbol: 020 = Indices
Text Symbol: 019 = Fields
Text Symbol: 018 = Details
Text Symbol: 017 = FI-SL tables
Text Symbol: 016 = for the table
Text Symbol: 015 = Index
Text Symbol: 014 = --------- -----------------------
Text Symbol: 013 = Position Field
Text Symbol: 012 = Indices for table
Text Symbol: 011 = Select a node
Text Symbol: 010 = Object table
Text Symbol: 009 = Display table installation
Text Symbol: 008 = Fields for table
Text Symbol: 007 = -------- --------------------- -------
Text Symbol: 006 = Field Description Key
Text Symbol: 005 = Object table 2 (trnsctn attributes)
Text Symbol: 004 = Plan line item table
Text Symbol: 003 = Line item table
Text Symbol: 002 = Summary table
Text Symbol: 001 = Object table 1 (acct assgnmt elmnts)


INCLUDES used within this REPORT RGUGRA03

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:

CNET_GRAPHIC_NETWORK CALL FUNCTION 'CNET_GRAPHIC_NETWORK' EXPORTING CONFIRM = CONFIRM ABAP_CMD = ABAP_CMD STAT = STAT PROFILE = PROFILE TITLEBAR = TITLEBAR * STATUS_TEXT = STATUS_TEXT IMPORTING GR_MES = GR_MES M_TYP = M_TYP TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB EXCEPTIONS INV_PROFILE = 01 INV_WINID = 02 ERR_IN_PROFILE = 03.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = GF_TABLE FTYPE = 'A' NO_GLX_OBJ_PROCESSING = 'X'.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.

CNET_GRAPH_ACTION CALL FUNCTION 'CNET_GRAPH_ACTION' TABLES ACTBAR = ACTBAR ACTION = ACTION HELP = HELP.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING FORMNAME = 'READ_INDEX' POPUP_TITLE = STRING PROGRAMNAME = 'RGUGRA03' IMPORTING RETURNCODE = OK-CODE TABLES FIELDS = POPUP_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01.

G_INDEX_READ CALL FUNCTION 'G_INDEX_READ' EXPORTING INDEXNAME = IND TABLE = SAVE_NVALS_TAB-VAL TABLES INDEX_FIELDS = INDEX_FIELDS EXCEPTIONS INDHEAD_NOT_FOUND = 01 NOT_FOUND = 02.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = FIELDS_TITLE SEL_TITLE2 = SPACE KEY_COLUMNS = 1 NUMBER_OF_ROWS = 20 START_ROW = 3 WITHOUT_SELECTION = 'X' TABLES SEL_TABLE = FIELDS.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = INDEX_TITLE SEL_TITLE2 = SPACE KEY_COLUMNS = 1 NUMBER_OF_ROWS = 20 START_ROW = 3 WITHOUT_SELECTION = 'X' TABLES SEL_TABLE = HELP_INDEX_FIELDS.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = T800A-TAB IMPORTING TABLE_ATTR = DD02V EXCEPTIONS NOT_FOUND = 01.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = T800A-OBJTABLE IMPORTING TABLE_ATTR = DD02V EXCEPTIONS NOT_FOUND = 01.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = T800A-OBJTABLE2 IMPORTING TABLE_ATTR = DD02V EXCEPTIONS NOT_FOUND = 01.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = RGSEL-SEL_TITLE1 SEL_TITLE2 = RGSEL-SEL_TITLE2 KEY_COLUMNS = 1 NUMBER_OF_ROWS = 20 START_ROW = 3 IMPORTING SEL_INDEX = SY-INDEX TABLES SEL_TABLE = GL_TABLES EXCEPTIONS NO_LINE_PICKED = 01.



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