Skip to Content
0
Former Member
Feb 25, 2009 at 05:51 PM

How to specify full host name in URL for ABAP WebDynpro test

195 Views

Hello,

I am trying to test a hello world ABAP WebDynpro in the Object Navigator and I am getting an error as follows:

The URL http://mercury:8000/sap/bc/webdynpro/sap/z_hello_wd4a_1_view was not called due to an error.

The following error text was processed in the system PIR : Die URL enthält keine vollständige Domainangabe (mercury statt mercury.).

The error occurred on the application server mercury_PIR_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CHECK of program CX_FQDN=======================CP

Method: STARTUP_CHECKS of program CL_WDR_UCF====================CP

Method: CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: CREATE of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

I understand that I need to specify the host name in the URL in full as "mercury.piret.com" instead of just "mercury" but the object navigator automatically puts just the short name in the test URL. How can I change this default behavior? The WebDynpro works fine if I manually specify the full URL in a browser outside of the SAP GUI client menu.

Thanks

Chris Piret