cancel
Showing results for 
Search instead for 
Did you mean: 

Error coming while executing my first dynpro program....

Former Member
0 Kudos

Hi ,

I am new to this dynpro arena. I created my first test program and tried to execute it through SE80 but below error comes up. Can anyone help me in solving this error. If this is related to some configuration to be checked then please let me know the steps which i should follow to rectify it.

Thanks in Advance

-

-


Error when processing your request

What has happened?

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

Note

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

 The error occurred on the application server gcecc62_ECC_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: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

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

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

What can I do?

 If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system ECC in transaction ST22.

 If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server gcecc62_ECC_00 in transaction SM21.

 If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server gcecc62_ECC_00 . In some situations, you may also need to analyze the trace files of other work processes.

 If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http -c: 800 -u: SAPUSER -l: E -s: ECC -i: gcecc62_ECC_00 -w: 0 -d: 20080412 -t: 162409 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

It occurs because you don't have a FQDN configured at you server. To use web dynpros you must have it.

You can find how to configurate FQDN in the following links:

[http://help.sap.com/saphelp_nw2004s/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm], [http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm].

Regards,