SAP Reports / Programs | Basis Components | Exchange Infrastructure | Runtime Workbench/Monitoring(BC-XI-IS-WKB) SAP BC

SXMS_PF_GET_IS_CONF_DATA SAP ABAP Report - Programm SXMS_PF_GET_IS_CONF_DATA







SXMS_PF_GET_IS_CONF_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report transfers XI configuration data from the source system to the target system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SXMS_PF_GET_IS_CONF_DATA 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 SXMS_PF_GET_IS_CONF_DATA. "Basic submit
SUBMIT SXMS_PF_GET_IS_CONF_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT SXMS_PF_GET_IS_CONF_DATA 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: TESTMODE = Test Mode (Without Persist)
Selection Text: DEST = RFC Destination Source System
Title: Programm SXMS_PF_GET_IS_CONF_DATA
Text Symbol: 108 = No data transfer to lower release
Text Symbol: 107 = Error when determining release notes
Text Symbol: 106 = Report not started in client of Integration Server
Text Symbol: 105 = Report not started on an Integration Server
Text Symbol: 104 = Switching from Container 2 to Container 1
Text Symbol: 103 = Switching from Container 1 to Container 2
Text Symbol: 102 = Internal Error
Text Symbol: 101 = Client of RFC destination is not configured as Integration Server
Text Symbol: 100 = RFC destination does not point to an Integration Server
Text Symbol: 027 = Determining Release Notes
Text Symbol: 026 = Change delete procedure in target system
Text Symbol: 025 = Switch Procedure Deactivated
Text Symbol: 024 = Switch Procedure Activated
Text Symbol: 023 = Configuration in Target System:
Text Symbol: 022 = Configuration in Source System:
Text Symbol: 021 = Configurations match in source and target system
Text Symbol: 020 = Configuration for delete procedure adapted in target system
Text Symbol: 019 = Compare
Text Symbol: 018 = Test Mode (Without Persist)
Text Symbol: 017 = Selected Action
Text Symbol: 016 = Data records overwritten in target system
Text Symbol: 015 = Data records added to target system
Text Symbol: 014 = Transfer Data Records of Source System
Text Symbol: 013 = Transfer Configuration Data
Text Symbol: 012 = Check RFC Destination
Text Symbol: 011 = Configuration for Delete Procedure
Text Symbol: 010 = Interfaces for Archiving
Text Symbol: 009 = Jobs for Message Filter
Text Symbol: 008 = Message Filter
Text Symbol: 007 = Sender and Receiver Definitions
Text Symbol: 006 = Engine Configuration
Text Symbol: 005 = Overwrite/Adapt
Text Symbol: 004 = Add/Overwrite
Text Symbol: 003 = Add
Text Symbol: 002 = Skip





Text Symbol: 001 = Load Configuration Data


INCLUDES used within this REPORT SXMS_PF_GET_IS_CONF_DATA

INCLUDE GETISCONFDATATOP.
INCLUDE GETISCONFDATASCR.


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:

No SAP FUNCTION MODULES are executed within this report code!



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