SAP Reports / Programs

RSSCD_CHECK_GEN SAP ABAP Report - Change Documents: Check Report for Missing CHDO Generations







RSSCD_CHECK_GEN 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 RSSCD_CHECK_GEN 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 RSSCD_CHECK_GEN. "Basic submit
SUBMIT RSSCD_CHECK_GEN AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD_CHECK_GEN 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: DATEFROM = From Date
Selection Text: REPAIR = Generate
Selection Text: TEST = Display
Title: Change Documents: Check Report for Missing CHDO Generations
Text Symbol: 001 = Technical Control
Text Symbol: 006 = Start analysis and regeneration from date:
Text Symbol: 008 = Detail Log:
Text Symbol: 011 = Generation required
Text Symbol: 012 = No generation required
Text Symbol: 013 = Transport Request
Text Symbol: 014 = Import Date
Text Symbol: 015 = Change Document Object
Text Symbol: 016 = Generation Date
Text Symbol: 017 = Activity
Text Symbol: 018 = No generation required: Deletion
Text Symbol: 020 = Generation Information


INCLUDES used within this REPORT RSSCD_CHECK_GEN

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:

AFTER_IMP_CHDO CALL FUNCTION 'AFTER_IMP_CHDO' TABLES tt_e071 = gt_e071 tt_errormsg = gt_errs.

TR_REQUEST_TYPE_TEXT CALL FUNCTION 'TR_REQUEST_TYPE_TEXT' EXPORTING iv_request_type = ls_request-trfunction iv_request_status = ls_request-trstatus IMPORTING ev_request_type_text = lv_request_type_text ev_request_status_text = lv_request_status_text.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_grid_title = 'Generierungsinfo'(020) i_buffer_active = 'X' is_layout = l_layout it_fieldcat = l_fieldcat TABLES t_outtab = p_transports_write EXCEPTIONS program_error = 1 OTHERS = 2. "#EC FB_RC

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_structure_name = 'T100' i_grid_title = text-008 i_buffer_active = 'X' is_layout = l_layout it_fieldcat = l_fieldcat TABLES t_outtab = l_errors EXCEPTIONS program_error = 1 OTHERS = 2. "#EC FB_RC



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