SAP Reports / Programs

RSCDOK99 SAP ABAP Report - Delete Change Documents







RSCDOK99 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for All change documents of OBJECTCLAS are deleted...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 RSCDOK99 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 RSCDOK99. "Basic submit
SUBMIT RSCDOK99 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCDOK99 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: UZEIT = To Time
Selection Text: TO_DATE = To Date
Selection Text: TESTRUN = Test Run
Selection Text: TCODE = Transaction Code
Selection Text: SHOW_OLD = Old Display of Header Info
Selection Text: SHOW_NO = No Display of Header Info
Selection Text: SHOW_NEW = ALV Display of Header Info
Selection Text: P_USER = User
Selection Text: OBJECTID = Object Value
Selection Text: OBJECT = Change Document Object
Selection Text: COMCOUNT = Commit Counter
Title: Delete Change Documents
Text Symbol: 500 = There are $ change documents
Text Symbol: 430 = displayed in test run:
Text Symbol: 420 = deleted:
Text Symbol: 410 = Runtime (in seconds)
Text Symbol: 400 = Delete change documents
Text Symbol: 310 = to be deleted?
Text Symbol: 300 = Do you want change documents
Text Symbol: 270 = not displayed in test run.
Text Symbol: 260 = up to $ not displayed in test run.;;
Text Symbol: 250 = displayed in test run.
Text Symbol: 240 = up to $ displayed in test run.;;
Text Symbol: 230 = deleted.
Text Symbol: 220 = up to $ deleted.;;
Text Symbol: 030 = Counting data in test run...
Text Symbol: 020 = Deleting data...
Text Symbol: 010 = Selecting header information...
Text Symbol: 004 = User ID
Text Symbol: 003 = Preparing ALV...
002 Doc. No. Changed by Date Time
001 Object Object ID


INCLUDES used within this REPORT RSCDOK99

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:

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

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden gelöscht...'(020).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden im Testlauf gezählt...'(030).

CHANGEDOCU_HAS_GUID CALL FUNCTION 'CHANGEDOCU_HAS_GUID' EXPORTING is_cdhdr = IMPORTING has_guid = lv_has_guid has_string = lv_has_string.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title text_question = lv_text IMPORTING answer = pv_answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'ALV wird vorbereitet...'(003).

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_var_cbprogram is_layout = l_var_layout it_fieldcat = l_tab_fieldcat[] is_variant = l_str_variant TABLES t_outtab = iobj.



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