Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Target system setup for eCATT - Webdynpro Automation

CHERIANS
Product and Topic Expert
Product and Topic Expert
0 Kudos
254

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

1 ACCEPTED SOLUTION

markus_dinkel
Explorer
0 Kudos
185

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

2 REPLIES 2

markus_dinkel
Explorer
0 Kudos
186

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

CHERIANS
Product and Topic Expert
Product and Topic Expert
0 Kudos
185

Hi Markus,

It worked. Thanks for your support.

Best Regards

Stephen