O2_WAPD_COMPARE_VERSION 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 O2_WAPD_COMPARE_VERSION 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.
Selection Text: VERSNO2 = D Version Number
Selection Text: VERSNO1 = D Version Number
Selection Text: REM_SYST = D Original System
Selection Text: OBJNAME = D Object name
Selection Text: OBJNAM2 = D Object name
Selection Text: LOG_DEST = D RFC destination
Title: 02: Program to Compare Two Versions
Text Symbol: 002 = Navigation Modeler
Text Symbol: 001 = Nodes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting mode = 'SHOW' object = objname object_class = 'WAPD' suppress_upgrade_check = 'X' importing devclass = devclass_1 new_master_language = master_language_1 exceptions canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 others = 10.
SVRS_GET_VERSION_WAPD_40 call function 'SVRS_GET_VERSION_WAPD_40' exporting object_name = objname versno = versno1 tables appl = appls1 applt = applts1 navgraph = navgraph1[] navmap = navmaps1[] exceptions no_version = 1 system_failure = 2 communication_failure = 3 others = 4.
RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting mode = 'SHOW' object = objnam2 object_class = 'WAPD' suppress_upgrade_check = 'X' importing devclass = devclass_2 new_master_language = master_language_2 exceptions canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 others = 10.
SVRS_GET_VERSION_WAPD_40 call function 'SVRS_GET_VERSION_WAPD_40' exporting object_name = objnam2 versno = versno2 tables appl = appls2 applt = applts2 navgraph = navgraph2[] navmap = navmaps2[] exceptions no_version = 1 system_failure = 2 communication_failure = 3 others = 4.
RS_VERS_DISPLAY_INIT call function 'RS_VERS_DISPLAY_INIT' exceptions others = 0.
RS_VERS_TITEL_DEF call function 'RS_VERS_TITEL_DEF' exporting objname1 = objname objname2 = objnam2 versno1 = versno1 versno2 = versno2 infoln1b = infoln1b infoln2b = infoln2b log_dest = log_dest rem_syst = rem_syst exceptions others = 0.
RS_VERS_BLOCK_DEF call function 'RS_VERS_BLOCK_DEF' exporting block_info = block_info tables obj1_tab = navgraph_obj1 obj2_tab = navgraph_obj2 display_tab = navgraph_list key_fields = key_fields tech_fields = tech_fields opt_fields = opt_fields exceptions others = 0.
RS_VERS_DISPLAY_PROCESS call function 'RS_VERS_DISPLAY_PROCESS' exporting compare = compare exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
O2_WAPD_COMPARE_VERSION - 02: Program to Compare Two Versions O2_WAPD_COMPARE_VERSION - 02: Program to Compare Two Versions O2_THEME_UPDATE_O2THEMEREL - O2THEMEUPDATEO2THEMEREL O2_THEME_UPDATE_O2THEMEREL - O2THEMEUPDATEO2THEMEREL O2_SHOW_PAGE_STRUCTURE - 02: Display Page Structure (DO NOT USE) O2_SHOW_PAGE_STRUCTURE - 02: Display Page Structure (DO NOT USE)