cancel
Showing results for 
Search instead for 
Did you mean: 

RABAX_STATE

Former Member
0 Kudos

What has happened?

The URL http://sap-erp:8000/sap/bc/webdynpro/zz_01_sflight was not called due to an error.

Note

  • The following error text was processed in the system ER5 : WebDynpro Exception: Application /ZZ_01_SFLIGHT/ Does Not Exist

  • The error occurred on the application server sap-erp_ER5_00 and in the work process 0 .

  • The termination type was: RABAX_STATE

  • The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================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

<b>What is wrong? </b>

<b>My zz_01_sflight exists in SE80 and I made a service zz_01_sflight under sap/bc/webdynpro/.</b>

<b>Thank you.</b>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I also have the same problem as Anda.

The http link need a fully qualified domain name (FQDN).

You can do this:

1.in your PC's hosts file,add this line:your sap server's IP addressTABsap-erp.<domain>.<com>

example:192.168.0.15 sap-erp.test.com

(you can change the domain name as you want.)

2.then you can input follow link in IE:

http://sap-erp.test.com:8000/sap/bc/webdynpro/zz_01_sflight

3.add this parameter in your instance profile file as:

icm/host_name_full=sap-erp.test.com

It will work.

rainer_liebisch
Contributor
0 Kudos

Hello Anda,

the fully qualified domain name (FQDN) is missind. Have a look at http://help.sap.com/saphelp_nw70/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm.

Regards,

Rainer

Former Member
0 Kudos

Hi Anda,

You can go to ST22 and find out more information there. Maybe you created the application on another system (not ER5 as mentioned in the exception). Also check whether the component name, window name and startup plug name are correct in your application.

Regards,

Neha

Former Member
0 Kudos

The names you referred are the same.

This is the data from ST22, but I don't know to interpret it :

21.08.2007 13:20:58 sap-erp_ER5_00 BC400_02 001 C UNCAUGHT_EXCEPTION CX_WD_GENERAL 0

Suggestions?

Thank you.