SAP Reports / Programs

RS_XSLT_VERSION_RESTORE SAP ABAP Report - Get XSLT Program for Version Management







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


Text pool values


Title: Get XSLT Program for Version Management


INCLUDES used within this REPORT RS_XSLT_VERSION_RESTORE

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 * AUTHORITY_CHECK = 'X' * GLOBAL_LOCK = ' ' * LANGUAGE_UPD_EXIT = ' ' * MASTER_LANGUAGE = ' ' * MODE = 'MODIFY' object = objname object_class = 'XSLT' * TRDIR_INF = * REQUEST_LANGUAGE = ' ' * SUPPRESS_CORR_CHECK = ' ' * SUPPRESS_CORR_CHECK_ALTOGETHER = ' ' * SUPPRESS_LANGUAGE_CHECK = 'X' * SUPPRESS_EDITOR_LOCK_CHECK = ' ' * SUPPRESS_LANGUAGE_DIALOG = ' ' * SUPPRESS_EXTEND_DIALOG = 'X' * SUPPRESS_UPGRADE_CHECK = ' ' * GENFLAG = ' ' * DEVCLASS_GEN = ' ' * IMPORTING * DEVCLASS = * ERROR_INFO = * NEW_MASTER_LANGUAGE = * KORRNUM = * ORDERNUM = * TRANSPORT_KEY = * MODIFICATION_LANGUAGE = * EXTEND = * TADIRE = 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.

SVRS_GET_VERSION_XSLT_40 CALL FUNCTION 'SVRS_GET_VERSION_XSLT_40' EXPORTING * DESTINATION = object_name = objname versno = versno * IMPORTING * INFO_LINE = TABLES * VSMODISRC = xsatt_tab = attribut_tab xssrc_tab = source_tab xstxt_tab = text_tab EXCEPTIONS no_version = 1 system_failure = 2 communication_failure = 3.

XSLT_MAINTENANCE CALL FUNCTION 'XSLT_MAINTENANCE' EXPORTING i_operation = 'MODIFY' * I_STATE = i_xslt_attributes = attributes i_xslt_source = source_tab * I_TRANSPORT_REQUEST = * I_GEN_FLAG = * IMPORTING * E_STATE = * E_XSLT_ATTRIBUTES = * E_XSLT_SOURCE = * E_ERROR_LIST = * E_TRANSPORT_REQUEST = EXCEPTIONS invalid_name = 1 not_existing = 2 lock_failure = 3 permission_failure = 4 error_occured = 5 syntax_errors = 6 cancelled = 7 data_missing = 8 version_not_found = 9.



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