
SAP Gateway Service Validation Tool validates the runtime for all the SAP Gateway services to ensure that all the services work fine. Service Validation tool runs without user intervention and performs the runtime validation on a single service document.
Runtime validation ensures that the runtime is behaving as intended and there are no issues with it (like syntax errors in programs, RFC authorization issues, and so on). It involves executing Read and Query operations on the collections exposed via a service document and checking the HTTP response code.
For Read operation, the tool also takes care of executing the self links for all the collections and all the navigation properties in a recursive manner.
Choose the option Compatibility Mode SP02 for validating/displaying services under ICF node sdata and the option Standard Mode for validating/displaying services under ICF node odata.
To validate a service:
In transaction SPRO open the SAP Reference IMG and navigate to: and click the Activity icon or go to transaction /IWFND/SRV_VALIDATE.
Enter the service document identifier in the Service Document Name field. For example, /IWFND/SG_SAMPLE_RMT_SFLIGHT_0001.
Select Validate Service and choose Execute.
To display the result of the last run validation:
In transaction SPRO open the SAP Reference IMG and navigate to: and click the Activity icon or go to transaction /IWFND/SRV_VALIDATE.
Enter the service document identifier in the Service Document Name field. For example, /IWFND/SG_SAMPLE_RMT_SFLIGHT_0001.
Select Display Last Run Results and choose Execute.
The result displays the execution status of the URIs of all the collections and their navigation properties. The collections which appear as a folder can be expanded to see the result of checks run on the navigation properties and self links. You can also double-click the value in the Long Text field to display the XML document.
You can perform the following actions from the result screen:
Provide Filter criteria and save a Filter variant
Navigate to the Error Log in case of errors
Copy the complete URI to the clip board
Navigate to the SAP Gateway Service Explorer