SAP Reports / Programs

RGSDCV00 SAP ABAP Report - Variable Directory







RGSDCV00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates a catalog of all variables that fulfill the restrictions entered on the initial screen...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RGSDCV00 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 RGSDCV00. "Basic submit
SUBMIT RGSDCV00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGSDCV00 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: USAGE = Display usage
Selection Text: UPD_NAME = D Changed by
Selection Text: UPD_DATE = D Changed on
Selection Text: TY_VAL = Value
Selection Text: TY_SET = Set
Selection Text: TY_FOR = Formula
Selection Text: DEF_VAR = D Variable
Selection Text: DEF_TAB = D Table
Selection Text: DEF_FLD = D Field name
Selection Text: CRE_NAME = D Created by
Selection Text: CRE_DATE = D Created on
Title: Variable Directory
Text Symbol: T03 = Formula ;;
Text Symbol: T02 = Value ;;
Text Symbol: T01 = Set ;;
Text Symbol: S04 = Output options
Text Symbol: S03 = Selection criteria
Text Symbol: S02 = Usage
Text Symbol: S01 = Variable types
Text Symbol: 001 = The variable is not used.
003 by on by on
002 Created................ Changed................
001 Variable Short description Table Field Type Set/val./formmula


INCLUDES used within this REPORT RGSDCV00

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:

G_VARIABLE_AUTHORITY_CHECK CALL FUNCTION 'G_VARIABLE_AUTHORITY_CHECK' EXPORTING actvt = '03'.

G_VARIABLE_MAINTENANCE * CALL FUNCTION 'G_VARIABLE_MAINTENANCE' * EXPORTING * function = 'DISPLAY' * variable = l_t802g-global.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventstab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_linsz.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_linsz.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = gc_structure CHANGING ct_fieldcat = xt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid i_callback_pf_status_set = gv_status is_layout = is_layout it_fieldcat = it_fieldcat it_events = it_eventstab i_save = 'X' TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

G_VARIABLE_MAINTENANCE CALL FUNCTION 'G_VARIABLE_MAINTENANCE' EXPORTING function = 'DISPLAY' variable = ls_selfield-def_var.



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