SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | SAP Internet Transaction Server(BC-FES-ITS) SAP BC

RSW3COMPARE_TEMPLATES SAP ABAP Report - Report RSW3COMPARE_TEMPLATES







RSW3COMPARE_TEMPLATES 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 RSW3COMPARE_TEMPLATES 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 RSW3COMPARE_TEMPLATES. "Basic submit
SUBMIT RSW3COMPARE_TEMPLATES AND RETURN. "Return to original report after report execution complete
SUBMIT RSW3COMPARE_TEMPLATES 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: RFC_DEST = D .
Selection Text: THEMES = Themes
Selection Text: SERVICES = Internet Services
Selection Text: SCREENS = Dynpros
Selection Text: PACKAGES = Packages
Selection Text: NAMES = Template Names/Program Names
Title: Report RSW3COMPARE_TEMPLATES
Text Symbol: 029 = Changed On (Remote)
Text Symbol: 030 = On (Rem.)
Text Symbol: 031 = Changed At (Remote)
Text Symbol: 032 = Changed At (Remote)
Text Symbol: 033 = At (Rem.)
Text Symbol: 034 = Changed By (Remote)
Text Symbol: 035 = Changed By (Remote)
Text Symbol: 036 = By (Rem.)
Text Symbol: 037 = Dynpro Changed On (Local)
Text Symbol: 038 = Dynpro On (Local)
Text Symbol: 039 = DynOn Loc.
Text Symbol: 040 = Dynpro Changed At (Local)
Text Symbol: 041 = Dynpro At (Local)
Text Symbol: 042 = DynAt Loc.
Text Symbol: 043 = Dynpro Changed On (Remote)
Text Symbol: 044 = Dynpro On (Remote)
Text Symbol: 045 = DynOn Rem.
Text Symbol: 046 = Dynpro Changed At (Remote)
Text Symbol: 047 = Dynpro At (Remote)
Text Symbol: 048 = DynAt Rem.
Text Symbol: 001 = Name
Text Symbol: 002 = Name/Program
Text Symbol: 003 = Template Name/Program
Text Symbol: 004 = Not yet checked.
Text Symbol: 005 = Not Equal To
Text Symbol: 006 = Local
Text Symbol: 007 = Local and exists
Text Symbol: 008 = Local and exists
Text Symbol: 009 = Remote
Text Symbol: 010 = Remote and exists
Text Symbol: 011 = Remote and exists





Text Symbol: 012 = Status
Text Symbol: 013 = Status
Text Symbol: 015 = Equal To
Text Symbol: 016 = No authorization
Text Symbol: 017 = Authorization check error
Text Symbol: 018 = Error when getting template
Text Symbol: 019 = Changed On (Local)
Text Symbol: 020 = Changed On (Local)
Text Symbol: 021 = On (Local)
Text Symbol: 022 = Changed At (Local)
Text Symbol: 023 = Changed At (Local)
Text Symbol: 024 = At (Local)
Text Symbol: 025 = Changed By (Local)
Text Symbol: 026 = Changed By (Local)
Text Symbol: 027 = By (Local)
Text Symbol: 028 = Changed On (Remote)


INCLUDES used within this REPORT RSW3COMPARE_TEMPLATES

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:

IAC_RFC_GET_TEMPLATES CALL FUNCTION 'IAC_RFC_GET_TEMPLATES' DESTINATION im_destination TABLES service_range = _services theme_range = _themes screen_range = _screens name_range = _names package_range = _packages ex_templates = l_templates ex_screen_info = l_screen_info EXCEPTIONS system_failure = 2 MESSAGE l_message communication_failure = 3 MESSAGE l_message resource_failure = 4 OTHERS = 5.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = l_template_info-template-dynpro IMPORTING output = l_dynnr.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_INACTIVE' info = 'Noch nicht geprüft.'(004)

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' info = 'Gleich'(015) add_stdinf = ' ' IMPORTING result = status_equal.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' info = 'Ungleich'(005) add_stdinf = ' ' IMPORTING result = status_not_equal.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_YELLOW' info = 'Keine Berechtigung'(016) add_stdinf = ' ' IMPORTING result = status_no_authority.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_YELLOW' info = 'Fehler Berechtigungsprüfung'(017) add_stdinf = ' ' IMPORTING result = status_error_authority_check.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_YELLOW' info = 'Fehler Lesen Template'(018) add_stdinf = ' ' IMPORTING result = status_error_get_source.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percentage text = l_text.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'SHOW' global_lock = 'X' object = im_obj_name object_class = 'IATU' suppress_upgrade_check = 'X' * IMPORTING * tadire = l_tadir EXCEPTIONS permission_failure = 1 OTHERS = 9.






SVRS_GET_VERSION_IATU_40 CALL FUNCTION 'SVRS_GET_VERSION_IATU_40' EXPORTING destination = im_destination object_name = l_version_object versno = 0 TABLES iactc_tab = lt_iactu_c EXCEPTIONS no_version = 1 OTHERS = 4.

SVRS_RFC_SYSTEM_INFO CALL FUNCTION 'SVRS_RFC_SYSTEM_INFO' EXPORTING iv_destination = _rfc_dest IMPORTING es_rfcsi = l_rfc_info 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 RSW3COMPARE_TEMPLATES or its description.