cancel
Showing results for 
Search instead for 
Did you mean: 

Error RABAX_STATE

Former Member
0 Kudos

Hello Every one,

I am trying to learn Web Dynpro and this is my first attemp at it. I am building a simple scenario like: To create and run a simple WebDynpro Application. We would accept an input value from the user on first screen and display the value entered on the second screen (http://saptechnical.com/articles/WebDynproABAP/SimpleApplication/SimpleApp1.htm).

I have done every thing as mentioned in the document. But when i execute the application i get the following error.

*----

-


The URL http://sap:8007/sap/bc/webdynpro/sap/zsaptechnical_demo was not called due to an error.

Note

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

The error occurred on the application server sap_IDS_07 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 actually does it mean and how to rectify it?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

did you carry out the necessary <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm">configuration</a> in your system? Note especially the need for fully qualified domain names (FQDN): <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm">FQDN</a>

Regards, Heidi

Former Member
0 Kudos

Hello Heidi,

I guess you are right. I am looking into the weblinks you have given, meanwhile if you give me step by step process as how to configre the things that will be of great help.

Regards

Former Member
0 Kudos

Hi,

just have a look at the section <i>Setting the FQDN</i> in the second link I provided. You can use transaction RZ11 to set icm/host_name_full

Regards, Heidi

Former Member
0 Kudos

Solved the problem.

As you mentioned the host name was not available in RZ10. I made my Basis guy to configure it. Its working now.

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai

Could you please help me regarding this related problem

Actually i am also getting the same error as u have faced..

What u have done to over come this problem..

Actully i don't know any basis people..so could you please guide me how to overcome this..

Thanks in advance..

Regards

Lakshmi P

Former Member
0 Kudos

You can solve this problem by performing the below steps.

Step1:

type DRIVERS in run command window->ETC->HOSTS

provide the below line after 127.0.0.1 localhost

127.0.0.1 localhost

IPAddressOfYourComputer ServernameofyourComputer.sap.com

Eg: 192.168.98.12 sridhar.sap.com

Then Save and Close.

Step2:

Go to properties of your computer click on COMPUTER NAME tab ->Change->More

provide Primary DNS Suffix of this Computer: sap.com then click on OK.

restart your system and check now.