SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

IUUC_CDOK_CLEANUP SAP ABAP Report - IUUC: Delete Change-Documents by Document-No.







IUUC_CDOK_CLEANUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for * Der Benutzer benötigt die Berechtigung fuer das Berechtigungsobjekt S_SCD0 ..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 IUUC_CDOK_CLEANUP 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 IUUC_CDOK_CLEANUP. "Basic submit
SUBMIT IUUC_CDOK_CLEANUP AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_CDOK_CLEANUP 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: TESTRUN = Testrun
Selection Text: S_BELEG = Change document number
Selection Text: SHOW_OLD = Protocol Old-style
Selection Text: SHOW_NO = Do not show protocol
Selection Text: SHOW_NEW = Protokoll New-style
Selection Text: OBJECT = Change document object
Title: IUUC: Delete Change-Documents by Document-No.
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: 110 = of object $ / $ ;;
Text Symbol: 030 = Counting data in test run...
Text Symbol: 020 = Deleting data...
Text Symbol: 010 = Select headerinformation...
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 IUUC_CDOK_CLEANUP

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 geloescht...'(020).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Counting data in test run...'(030).

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

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = ls_spop-diagnose1 diagnosetext2 = ls_spop-diagnose2 diagnosetext3 = ls_spop-diagnose3 textline1 = ls_spop-textline1 textline2 = ls_spop-textline2 titel = lv_title IMPORTING answer = pv_answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Preparing ALV...'(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 = lt_cdhdr.



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