SAP Reports / Programs

WDY_VIEW_MD_MIGRATION SAP ABAP Report - Convert Obsolete View Elements, Properties, and Enumeration Values







WDY_VIEW_MD_MIGRATION 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_VIEW_MD_MIGRATION 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_VIEW_MD_MIGRATION. "Basic submit
SUBMIT WDY_VIEW_MD_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT WDY_VIEW_MD_MIGRATION 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: AUTHOR = Author
Selection Text: COMPO = Component Name
Selection Text: PACKAGE = Package
Selection Text: SAVE = Save Changes
Title: Convert Obsolete View Elements, Properties, and Enumeration Values
Text Symbol: 001 = Use this Report to Migrate Deprecated UIElements, Properties, and Enum-Values


INCLUDES used within this REPORT WDY_VIEW_MD_MIGRATION

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 percentage = progress text = 'Analyzing components'. "#EC NOTEXT

DB_COMMIT * call function 'DB_COMMIT'.

RS_INACTIVE_OBJECTS_IN_OBJECT * call function 'RS_INACTIVE_OBJECTS_IN_OBJECT' * exporting * obj_name = obj_name * object = 'WDYN' * tables * inactive_objects = actkeys.

RS_MASS_ACTIVATION * call function 'RS_MASS_ACTIVATION' * exporting * p_wb_manager = dummy * tables * objects = actkeys.

RS_INACTIVE_OBJECTS_IN_OBJECT call function 'RS_INACTIVE_OBJECTS_IN_OBJECT' exporting obj_name = l_name object = 'WDYN' * GLOBAL_CHECK = 'X' * IMPORTING * INACTIVE_INCLUDE_EXISTS = tables inactive_objects = l_objlist exceptions object_not_found = 1 others = 2.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting authority_check = ' ' global_lock = 'X' mode = 'MODIFY' object = p_component_name object_class = 'WDYN' suppress_language_check = ' ' genflag = ' ' importing devclass = p_devclass tadire = l_tadir * MODIFICATION_LANGUAGE = modification_language exceptions others = 1.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = p_component_name object_class = 'WDYN' mode = 'MODIFY' global_lock = 'X' * KORRNUM = l_corrnr devclass = p_devclass genflag = ' ' importing korrnum = g_corrnr * DEVCLASS = me->devclass exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting mode = 'FREE' object = p_component_name object_class = 'WDYN'.

WDY_WB_UPDATE_CIF_INTERFACE call function 'WDY_WB_UPDATE_CIF_INTERFACE' exporting p_ref_controller = l_ref_controller p_call_on_activation = ' ' p_corrnr = g_corrnr p_version = 'I' exceptions no_global_interface = 1 if_not_generated = 2 others = 3.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = 'WDYV' obj_name = l_obj_name exceptions others = 1.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = 'WDYC' obj_name = l_obj_name exceptions others = 1.

WDY_WB_DELETE_LOAD call function 'WDY_WB_DELETE_LOAD' exporting p_component = p_component_name.



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