cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in ECC std web dynpro prog execution

Former Member
0 Kudos

Hi All,

On executing webdynpro application SALV_WD_TEST_TABLE_SIMPLE in transaction SE80 (or any other dynpro program ), SAP will start browser and ask for login. On login, it should display program output but we get RABAX_STATE error. It also displays message that if error is of type RABAX_STATE then find more details in transaction ST22. ST22 displays additional details on this dump.

Will appreciate your quick response.

Prashant.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The URL you are trying to access needs the host name in full,

please ask to sap basis team ,they need to maintained the profile parameter for the same but activation of the profile needs a SAP system restart.

If helpful, please reward points.

Thanks,

Rama

Former Member
0 Kudos

yaa i have tried this but its giving the same error ...i replaced the default host with full host name.

Thanks,

Prashant.

Former Member
0 Kudos

Hi Ram,

Where i can find profile parameter file............now i am getting an exception CX_FQDN

METHOD check.

DATA: lv_host TYPE string,

lv_port TYPE string. "#EC NEEDED

lv_host = request->get_header_field( name = 'host' ).

IF lv_host NA '.' OR lv_host CO '0123456789.:'.

IF NOT lv_host CS 'localhost'.

SPLIT lv_host AT ':' INTO lv_host lv_port.

RAISE EXCEPTION TYPE cx_fqdn

EXPORTING host = lv_host

domain = '.<domain>.<ext>'. "#EC NOTEXT recommend security group

ENDIF.

ENDIF.

ENDMETHOD.

Former Member
0 Kudos

Hi All,

Can nebody solve this problem why i am getting CX_FQDN error .....what could be the possible reason of Error?

what i can understand is that program code mentioned above is not able to fetch the host name of the system thats why its throwing this error.

ne comments on my view point.

Will appreciate ur quick answers.

Thanks,

Prashant.

Former Member
0 Kudos

What is the name of profile parameter which has to be maintained?

Thanks,

Prashant.

Former Member
0 Kudos

Hi,

see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm">documentation</a>

Regards, Heidi

Former Member
0 Kudos

Hi Heidi,

This documentation was really useful ......thanks a lot .

I want to know 1 more thing earlier i did the installaton of the SAP server without the Domain name but yesterday i added it in the Domain now if after adding profile parameter icm/host_name_full i restart the server ,is there any chance of server to get DOWN?

Please suggest me what all are the changes that needs to be performed at SAP level after adding the server in the Domain.

Thanks,

Prashant.

Former Member
0 Kudos

Hi,

the configuration settings for Web Dynpro ABAP are <a href="http://help.sap.com/saphelp_nw70/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm">here</a>

Regards, Heidi

Former Member
0 Kudos

Hi All,

I have moved 1 step further i made an enrty in the hosts file after that CX_FQDN error is not coming instead of that some internet browser error is coming and the screen is showing "Done" status.

I asked ma senior Basis guys they are saying that its an issue with internet explorer and we have to make some changes in the settings of IE.

Can nebody help me regarding this.

Please its very-2 urgent.

Thanks,

Prashant.

Former Member
0 Kudos

Hi,

have you checked your settings according to SAP note 1009930 ?

Regards,Heidi

Former Member
0 Kudos

Hi Heidi,

My login id for Service Market Place is not working .....so can you please send me this particular SAP note 1009930......at my email id prash.jiit@gmail.com.

Thanks,

Prashant.

Former Member
0 Kudos

Or provide that link here only.

Thanks,

Prashant.

Former Member
Former Member
0 Kudos

Hi Heidi ,

I saw this file, I am this type of error:

A Java Script error dialog box ("Object expected") appears immediately

after the loading process or when you switch to change mode.

And the solution given in this doc is:

This error stems from a timing problem between the View Designer and

HTML Control. The mode is changed before the preview is fully loaded. This

Java Script error therefore occurs during the reloading operation (which is

connected to the mode change). <b>No feasible options are available to solve

this problem.</b>

So please suggest me what should i do now?

Thanks,

Prashant.

Former Member
0 Kudos

Hi Heidi ,

I saw this file, I am facing this type of error only:

A Java Script error dialog box ("Object expected") appears immediately

after the loading process or when you switch to change mode.

And the solution given in this doc is:

This error stems from a timing problem between the View Designer and

HTML Control. The mode is changed before the preview is fully loaded. This

Java Script error therefore occurs during the reloading operation (which is

connected to the mode change). No feasible options are available to solve

this problem.

So please suggest me what should i do now?

Thanks,

Prashant.

Answers (0)