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

IWDY_COMPARE_VERSION SAP ABAP INCLUDE - IWDYCOMPAREVERSION







IWDY_COMPARE_VERSION 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 IWDY_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 IWDY_COMPARE_VERSION. "Basic submit
SUBMIT IWDY_COMPARE_VERSION AND RETURN. "Return to original report after report execution complete
SUBMIT IWDY_COMPARE_VERSION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT IWDY_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:

SVRS_GET_VERSION_WDYC_40 CALL FUNCTION 'SVRS_GET_VERSION_WDYC_40' EXPORTING DESTINATION = p_log_dest object_name = p_objname versno = p_versno * IV_NO_RELEASE_TRANSFORMATION = * IMPORTING * INFO_LINE = TABLES CATTR_TAB = M_CATTR_TAB CCOMP_TAB = M_CCOMP_TAB CCOMS_TAB = M_CCOMS_TAB CCOMT_TAB = M_CCOMT_TAB CMAPP_TAB = M_CMAPP_TAB CNODE_TAB = M_CNODE_TAB CPARA_TAB = M_CPARA_TAB CPART_TAB = M_CPART_TAB CUSAG_TAB = M_CUSAG_TAB DEFIN_TAB = M_DEFIN_TAB DESCR_TAB = M_DESCR_TAB EXCEPTIONS OTHERS = 1.

SVRS_GET_VERSION_WDYV_40 CALL FUNCTION 'SVRS_GET_VERSION_WDYV_40' EXPORTING DESTINATION = p_log_dest object_name = p_objname versno = p_versno * IV_NO_RELEASE_TRANSFORMATION = * IMPORTING * INFO_LINE = TABLES * VSMODISRC = DEFIN_TAB = V_DEFIN_TAB DESCR_TAB = V_DESCR_TAB IBPLG_TAB = V_IBPLG_TAB IBPLT_TAB = V_IBPLT_TAB NAVIL_TAB = V_NAVIL_TAB NAVIT_TAB = V_NAVIT_TAB PLPAR_TAB = V_PLPAR_TAB PLPRT_TAB = V_PLPRT_TAB UICON_TAB = V_UICON_TAB UIDDC_TAB = V_UIDDC_TAB UIELE_TAB = V_UIELE_TAB UIEVT_TAB = V_UIEVT_TAB UIPRP_TAB = V_UIPRP_TAB * VCNTT_TAB = V_VCNTT_TAB * VCONT_TAB = V_VCONT_TAB VIEWS_TAB = V_VIEWS_TAB VSHNO_TAB = V_VSHNO_TAB VSHPL_TAB = V_VSHPL_TAB EXCEPTIONS OTHERS = 1.



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