SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Web Application Builder(BC-DWB-TOO-WAB) SAP BC

O2_WAPD_COMPARE_VERSION SAP ABAP Report - 02: Program to Compare Two Versions







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


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 O2_WAPD_COMPARE_VERSION. "Basic submit
SUBMIT O2_WAPD_COMPARE_VERSION AND RETURN. "Return to original report after report execution complete
SUBMIT O2_WAPD_COMPARE_VERSION 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: 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


INCLUDES used within this REPORT O2_WAPD_COMPARE_VERSION

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:

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.



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