Do you have any question about this error?
Message type: E = Error
Message class: XT - Transport Management System
Message number: 725
Message text: Global parameter 'tp_version' set to &
This configuration requires the transport control program (tp) to have
a version of at least 266.
The parameter "tp_version" is set to the value &V1& in the transport
profile.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
XT725
- Global parameter 'tp_version' set to & ?The SAP error message XT725 indicates that there is an issue with the global parameter
tp_version
. This parameter is related to the transport management system (TMS) in SAP, which is responsible for managing the transport of changes between different SAP systems (like development, quality assurance, and production).Cause:
The error message "Global parameter 'tp_version' set to &" typically occurs when the
tp_version
parameter is not set correctly or is missing in the system profile. This can happen due to various reasons, such as:
- Incorrect Configuration: The transport directory or transport profile may not be configured correctly.
- Missing Parameter: The
tp_version
parameter may not be defined in the instance profile.- Version Mismatch: There may be a mismatch between the transport tool version and the SAP system version.
Solution:
To resolve the XT725 error, you can follow these steps:
Check Instance Profile:
- Go to transaction
RZ10
(Profile Maintenance).- Check the instance profile for the parameter
tp_version
.- If it is missing, you can add it. The value should typically be set to the version of the transport tool you are using (e.g.,
tp_version = 750
for SAP NetWeaver 7.5).Update the Profile:
- If you have made changes, save the profile and restart the SAP instance for the changes to take effect.
Check Transport Directory:
- Ensure that the transport directory is correctly set up and accessible. You can check the transport directory settings in transaction
STMS
.Check Transport Tool Version:
- Ensure that the transport tool version matches the version of your SAP system. You can check the version of the transport tool by running the command
tp -version
in the command line.Consult SAP Notes:
- If the issue persists, consult SAP Notes related to transport management and the specific error message. There may be specific patches or updates that address this issue.
System Restart:
- After making changes, it may be necessary to restart the SAP system to ensure that all parameters are loaded correctly.
Related Information:
RZ10
: Profile MaintenanceSTMS
: Transport Management SystemIf you continue to experience issues after following these steps, it may be beneficial to reach out to your SAP Basis administrator or SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
XT724
Parameter 'tp_version' must have a value of at least &
What causes this issue? This configuration requires the transport control program (tp) to have a version of at least 266.System Response The system ...
XT723
Unknown value &1 for parameter WF_DIRECT_TARGETS
What causes this issue? Value &V1& for parameter WF_DIRECT_TARGETS is not known to the TMS.System Response You cannot save the transport pro...
XT726
Global parameter 'tp_version' created in transport profile
What causes this issue? This configuration requires the transport control program (tp) to have a version of at least 266.System Response The global ...
XT728
Parameter &1 can be created only as a local parameter
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.