2010 Jun 21 8:25 AM
Hi,
I was trying to record on an ABAP WD application. On starting to record after providing Application and Parameters I get an error popup" An error probably occured during logon. I checked the logon details in RFC and did connection test as well. It went fine. I raised a ticket against eCATT component. I was told that the problem was not with eCATT but with the setup of target system. Could some one please help me with target system setup details for eCATT WD automation.
Best Regards
Stephen
2010 Jun 21 9:03 AM
Hello Stephen,
you have to distinguish mainly two scenarios - with and without https.
1. For Web Dynpro applications without https, e.g. http://my_server.wdf.sap.corp:12345/sap/bc/webdynpro/sap/my_app, you have to use the following data in your HTTP destination:
Target Host: my_server.wdf.sap.corp
Service No: 12345
Logon Procedure: "SAP Standard"
SSL: "Inactive"
In area "Logon": logon data for the target system
2. For Web Dynpro applications with https, two things will be different:
- The Service No will be a different one, e.g. 54321
- You have to set SSL to "Active"
I hope this helps.
Best regards,
Markus
2010 Jun 21 9:03 AM
Hello Stephen,
you have to distinguish mainly two scenarios - with and without https.
1. For Web Dynpro applications without https, e.g. http://my_server.wdf.sap.corp:12345/sap/bc/webdynpro/sap/my_app, you have to use the following data in your HTTP destination:
Target Host: my_server.wdf.sap.corp
Service No: 12345
Logon Procedure: "SAP Standard"
SSL: "Inactive"
In area "Logon": logon data for the target system
2. For Web Dynpro applications with https, two things will be different:
- The Service No will be a different one, e.g. 54321
- You have to set SSL to "Active"
I hope this helps.
Best regards,
Markus
2010 Jun 21 9:49 AM
Hi Markus,
It worked. Thanks for your support.
Best Regards
Stephen