SAP Reports / Programs

RSSCD_CHECK_CDHDR SAP ABAP Report - Change Document Headers Without Items







RSSCD_CHECK_CDHDR 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_CDHDR 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_CDHDR. "Basic submit
SUBMIT RSSCD_CHECK_CDHDR AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD_CHECK_CDHDR 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: DATE = Date
Selection Text: REPAIR = Repair Mode
Selection Text: TEST = Test Mode
Selection Text: OBJECTCL = D .
Title: Change Document Headers Without Items
Text Symbol: 001 = Technical Options
Text Symbol: 004 = Entries
Text Symbol: 005 = All inconsistent entries will be deleted. Do you want to continue?
Text Symbol: 006 = Yes
Text Symbol: 007 = No
Text Symbol: 008 = CDHDR Cleanup
Text Symbol: 009 = CDHDR, Deleted -
Text Symbol: 010 = Selecting data...
Text Symbol: 051 = CDHDR Test Run -


INCLUDES used within this REPORT RSSCD_CHECK_CDHDR

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 text_question = text-005 text_button_1 = 'Ja'(006) text_button_2 = 'Nein'(007) default_button = '1' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden selektiert...'(010).

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = g_repid i_grid_title = lv_title is_layout = gs_layout it_fieldcat = g_tab_fieldcat i_save = g_save it_sort = g_tab_sort is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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