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
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.
Title: Get XSLT Program for Version Management
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 * 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_XSLT_VERSION_RESTORE - Get XSLT Program for Version Management RS_XSLT_VERSION_RESTORE - Get XSLT Program for Version Management RS_XSLT_VERSION_DISPLAY - Display XSLT Programs for Version Management RS_XSLT_VERSION_DISPLAY - Display XSLT Programs for Version Management RS_XSLT_VERSION_COMPARE - Compare XSLT Programs for Version Management RS_XSLT_VERSION_COMPARE - Compare XSLT Programs for Version Management