SAP Program SXMS_XPRA_XI30_CONFIG - XPRA Report to Adjust TUNING Configuration Parameters to XI 3.0

Purpose
In XI 3.0, a sender or receiver is no longer identified by an identifier
, but by a set of parameters. Therefore, the XI 2.0 configuration tablecan no longer store this information and cannot be extended to includeit since only the field SUBPARAMETER is available. Therefore, anadditional table is required, which has already been created in XI 3.0for another purpose, namely SXMSINTERFACE. The parameters are:

  • o,,EO_INBOUND_PARALLEL_SENDER

  • o,,EO_OUTBOUND_PARALLEL

  • o,,EO_OUTBOUND_PARALLEL_SPLIT

  • In XI 2.0, you can specify multiple subparameters for these parameters,which are then interpreted as business systems.
    The task of the XPRA report is to write the data from the configurationtable to the new table (Subparameter = Business System = Sender/ReceiverID) and to then adjust the entries in the configuration table so thatthey reference the entries in the new table. The entries only need to bechanged if a business system contains lower case characters. In thiscase, it cannot be used as a reference to SXMSINTERFACE since thereceiver/sender ID in the table only permits upper case characters. Theentry in the configuration is therefore replaced with a convertedsubparameter written in upper case.