WDR_REC_PLUGIN_MAINTENANCE_F04 is a standard ABAP INCLUDE 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 WDR_REC_PLUGIN_MAINTENANCE_F04 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = ls_ko200 exceptions cancel_edit_other_error = 1 show_only_other_error = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-011 display_cancel_button = abap_false importing answer = answer.
TR_DEVCLASS_GET call function 'TR_DEVCLASS_GET' exporting iv_devclass = ls_tadir-devclass importing es_tdevc = ls_tdevc exceptions others = 1.
TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'WDRP' wi_tadir_obj_name = sobjname wi_read_only = 'X' importing new_tadir_entry = ls_tadir.
TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_delete_tadir_entry = 'X' wi_test_modus = space wi_tadir_pgmid = ls_tadir-pgmid wi_tadir_object = ls_tadir-object wi_tadir_obj_name = ls_tadir-obj_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WDR_REC_PLUGIN_MAINTENANCE_F04 - WDRRECPLUGINMAINTENANCEF04 WDR_REC_PLUGIN_MAINTENANCE_F03 - WDRRECPLUGINMAINTENANCEF03 WDR_REC_PLUGIN_MAINTENANCE_F02 - WDRRECPLUGINMAINTENANCEF02 WDR_REC_PLUGIN_MAINTENANCE_F01 - WDRRECPLUGINMAINTENANCEF01 WDR_REC_PLUGIN_MAINTENANCE - Web Dynpro: Maintenance of Recording Plug-Ins WDR_REC_PLUGIN_MAINTENANCE - Web Dynpro: Maintenance of Recording Plug-Ins