RGRDCJ00 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 RGRDCJ00 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: CRE_DATE = Created on
Selection Text: CRE_NAME = Created by
Selection Text: GEN_DATE = Generated on
Selection Text: GEN_NAME = Generated by
Selection Text: JOB_NAME = Report Group
Selection Text: JOB_TEXT = Description
Selection Text: LIB_NAME = Library
Selection Text: P_VARIA = D Layout
Selection Text: RW_TABLE = Table
Selection Text: UPD_DATE = Last changed on
Selection Text: UPD_NAME = Last changed by
Title: Report Writer: Report Group Directory
Text Symbol: 001 = Selection criteria
Text Symbol: 002 = Calls
Text Symbol: A00 = Delete report groups
Text Symbol: A01 = Do you really want to
Text Symbol: A02 = delete the selected report groups?
Text Symbol: DEL = *** Deleted ***
Text Symbol: H01 = | |RGrp|Description |Table |Lib|Last changed |Last selected |
Text Symbol: H02 = Last selected | Calls |
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_MAINTAIN_REPORT_DOCU * CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' * EXPORTING * display = '2' * id = text-id * language = sy-langu * lib = report_groups-lib * name = text-name * d_type = text-type * editor_title = t803t-jtext(30) * EXCEPTIONS * not_found = 1.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * titel = text-a00 * textline1 = text-a01 * textline2 = text-a02 * IMPORTING * answer = answer.
G_RW_PROGRAM_CREATE_JOB CALL FUNCTION 'G_RW_PROGRAM_CREATE_JOB' "#EC * EXPORTING i_t_jobstep = l_t_jobstep EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 job_create_canceled = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_structname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
G_MAINTAIN_REPORT_DOCU CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' EXPORTING display = '2' id = text-id language = sy-langu lib = gt_output-lib "report_groups-lib name = text-name d_type = text-type editor_title = t803t-jtext(30) EXCEPTIONS not_found = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING titel = text-a00 textline1 = text-a01 textline2 = text-a02 IMPORTING answer = answer.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gv_save CHANGING cs_variant = xs_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = gv_save IMPORTING e_exit = gv_exit es_variant = gs_variant EXCEPTIONS not_found = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = it_layout it_fieldcat = it_fieldcat * IT_EXCLUDING = i_save = gc_save_all is_variant = is_variant it_events = it_events TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGRDCJ00 - Report Writer: Report Group Directory RGRDCJ00 - Report Writer: Report Group Directory RGRC_LOG - Display Error Log for Goods Receipt Costing RGRC_LOG - Display Error Log for Goods Receipt Costing RGRCUA01 - Report Writer: CUA Interface of the Edition RGRCUA01 - Report Writer: CUA Interface of the Edition