SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Web Screen Tools - ABAP(BC-DWB-WD-ABA) SAP BC

WDY_CLEANUP_COMPONENT SAP ABAP Report - WDA: Deletion of Obsolete Entries in Metadata Tables







WDY_CLEANUP_COMPONENT 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 WDY_CLEANUP_COMPONENT 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 WDY_CLEANUP_COMPONENT. "Basic submit
SUBMIT WDY_CLEANUP_COMPONENT AND RETURN. "Return to original report after report execution complete
SUBMIT WDY_CLEANUP_COMPONENT 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: TEST = Test Mode
Selection Text: WDA_CTLR = Controller (optional)
Selection Text: WDA_NAME = Component
Title: WDA: Deletion of Obsolete Entries in Metadata Tables


INCLUDES used within this REPORT WDY_CLEANUP_COMPONENT

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 = 'Delete WDA object' "#EC NOTEXT text_question = l_str text_button_1 = 'Yes' "#EC NOTEXT icon_button_1 = 'ICON_OKAY' "#EC NOTEXT text_button_2 = 'No' "#EC NOTEXT icon_button_2 = 'ICON_CANCEL' "#EC NOTEXT default_button = '1' display_cancel_button = '' importing answer = l_answer exceptions others = 1.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting * MODE = 'MODIFY' object = wda_name object_class = 'WDYN' exceptions others = 1.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = wda_name object_class = 'WDYN' global_lock = 'X' importing korrnum = g_trkorr exceptions others = 1.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting mode = 'FREE' object = wda_name object_class = 'WDYN' exceptions others = 0.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting mode = 'FREE' object = wda_name object_class = 'WDYN' exceptions others = 0.

DB_COMMIT call function 'DB_COMMIT'.

SEO_INTERFACE_DELETE_COMPLETE call function 'SEO_INTERFACE_DELETE_COMPLETE' exporting intkey = l_intkey changing corrnr = g_trkorr exceptions others = 1.

WDY_WB_DELETE_LOAD call function 'WDY_WB_DELETE_LOAD' exporting p_component = wda_name exceptions others = 0.

WDY_WB_GENERATE call function 'WDY_WB_GENERATE' exporting p_object_name = l_name P_WAIT_FOR_ENQUEUE = 'X' P_GEN_ABAP_LOAD = 'X' P_SUPPRESS_INDEX_UPD = ' ' EXCEPTIONS OTHERS = 0.

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