Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SRT_ADMIN - Administration Messages for SOAP Runtime
Message number: 010
Message text: Service RFC destination is not defined in central configuration
The system configuration is missing or incorrect after the system
installation.
The error is included in the list of ABAP runtime errors (transaction
ST22). The runtime error is assigned to the user SAPSYS and has the
short text CALL_FUNCTION_REMOTE_ERROR.
Use the program SRT_ADMIN_CHECK to check whether the error was actually
caused by a missing RFC destination. If so, proceed as follows:
Use transaction SU01 to create a user <user> of the type "Service".
Create a password for this user.
Use the profile SAP_BC_WEBSERVICE_SERVICE_USER as a template for
granting the required profile values and authorizations.
Use transaction SM59 to create an RFC destination <dest>.
You can give the RFC destination <dest> a name of your choice (in
accordance with RFC naming conventions). When you choose a name,
however, make sure it does not conflict with other system services (for
example, business workflow requires one RFC destination for each active
client).
The connection type must be 3.
The user <user> (see above) and its password must be entered under
"Logon & Security"
Start the report SRT_ADMIN, select the "Create Local ABAP Connection"
checkbox, and enter the name of the destination <dest> in the "Name of
ABAP Connection" field. Then run the report.
Check whether the report SAPMSSY6 includes the line "perform
submit_report using 'TASK_SYSTEM_START' 30 240". If not, the software
version is not up-to-date. Contact SAP Software Support.
Error message extract from SAP system. Copyright SAP SE.
SRT_ADMIN010
- Service RFC destination is not defined in central configuration ?The SAP error message SRT_ADMIN010 indicates that a Service RFC (Remote Function Call) destination is not defined in the Central Configuration for the SAP system. This error typically arises in scenarios involving SAP Process Integration (PI) or SAP Process Orchestration (PO) when the system is trying to access a service that requires a defined RFC destination.
Cause:
- Missing RFC Destination: The specified RFC destination for the service is not defined in the Central Configuration (CC) of the SAP system.
- Incorrect Configuration: The configuration for the service might be incorrect or incomplete.
- Transport Issues: There may be issues with the transport layer that prevent the RFC destination from being recognized.
- System Connectivity: The system may not be able to connect to the backend or the service provider due to network issues.
Solution:
To resolve the SRT_ADMIN010 error, follow these steps:
Check RFC Destination:
- Go to transaction SM59 in the SAP GUI.
- Check if the required RFC destination is defined and configured correctly.
- If it is missing, create a new RFC destination with the appropriate settings.
Central Configuration:
- Access the Central Configuration in transaction SRT_ADMIN.
- Navigate to the relevant service and check if the RFC destination is correctly assigned.
- If not, assign the correct RFC destination to the service.
Test the RFC Connection:
- In transaction SM59, test the RFC connection to ensure it is working properly.
- If the connection fails, troubleshoot the connection settings, including user credentials, network settings, and firewall rules.
Check Service Configuration:
- Ensure that the service you are trying to access is properly configured in the Central Configuration.
- Verify that all required parameters are set correctly.
Review Logs:
- Check the application logs (transaction SLG1) for any additional error messages that might provide more context about the issue.
Restart Services:
- Sometimes, restarting the relevant services or the entire SAP system can resolve transient issues.
Related Information:
By following these steps, you should be able to identify and resolve the cause of the SRT_ADMIN010 error in your SAP system.
Get instant SAP help. Sign up for our Free Essentials Plan.
SRT_ADMIN009
Service RFC destination & is operational
What causes this issue? The given service RFC destination is required for system processes of the SOAP Runtime Web service. This destination has been...
SRT_ADMIN008
Job & for SOAP runtime management is not active
What causes this issue? SOAP runtime management is responsible for the reorganization of data (payload trace) from the application.System Response S...
SRT_ADMIN011
Connection for service RFC destination & tested successfully
The connection test of the given RFC destination for Web services was successful.What causes this issue? The RFC destination required for the SOAP R...
SRT_ADMIN012
Connection test for service RFC destination & unsuccessful
The connection test of the RFC destination for Web services failed.What causes this issue? The name of the given RFC destination for Web services is...
Click on this link to search all SAP messages.