cancel
Showing results for 
Search instead for 
Did you mean: 

SOLMAN_EWA_ADMIN - HTTP Error

Former Member
0 Kudos

Hi Experts,

I am getting the following error when trying to open the transaction SOLMAN_EWA_ADMIN.

HTTP 500 - Internal server error

Internet Explorer

I had checked for Service activation in SICF and found that the service dswp_earlywatch_admin is active.

The server is also added in host file.

Please help.

Regards,

J.Prabananth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following site for HTTP Configuration.

http://help.sap.com --> serch for http configuration

This note creates new methods of class CL_GUI_HTML_VIEWER, whose

definitions cannot be delivered via correction instructions.

Maintain them either via the Support Package or by performing

the following manual modifications:

1. Run transaction SE24 for class CL_GUI_HTML_VIEWER.

Enter in the 'Change' mode.

2. Put the cursor on the empty line in the bottom of method list.

Press pushbutton 'Insert method' and fill the method data:

Method: 'ENABLE_SIMPLEBROWSING'

Level: 'Instance Method'

Visibility: 'Public'

Description: 'Enables or Disables SimpleBrowse in HTML Viewer'

3. Check. Save. Activate.

4. Maintain definition of the method 'ENABLE_SIMPLEBROWSING'.

Put the cursor on the method name and press pushbutton 'Parameters'.

a)Enter the following parameter:

Parameter: 'BENABLE'

Type: 'Importing'

Pass Value: select this check box.

Typing: 'Type'

Associated Type: 'I'

Description: 'set 0 to disable , 1 to enable.'

b) Press pushbutton 'Exceptions' and enter the following data:

Exception: 'CNTL_ERROR'

Description: 'Error in call from CFW.'

c) Check. Save.

5. Activate.

6. Implement the correction Instructions.

After performing the above steps, a new method ENABLE_SIMPLEBROWSING would be available in the class CL_GUI_HTML_VIEWER. Method ENABLE_SIMPLEBROWSING takes a single integer parameter BEnable. This method allows us to switch ON or switch OFF this new feature called SAPSimpleBrowse. When the SAPSimpleBrowse feature is set ON, any new window opened through:

a) With SHIFT key pressed + left Mouse Click on link.

b) Right Mouse click on URL and select 'open in new window ' from context menu.

c) Click on the Hyperlink in an HTML page that has the attribute target="_blank"

Will open the targeted URL in one of the SAP specified windows and no new IE Process will be created. To set this feature ON, call Method ENABLE_SIMPLEBROWSING with BEnable set to 1. To Switch OFF this feature call the method ENABLE_SIMPLEBROWSING with parameter BEnable set to 0.

Important:

1) By default SAPSimpleBrowse feature is switched OFF.

2)SAPSimpleBrowse feature is available only to systems that have minimum Frontend:

SAPGUI Frontend 620 PL 57.

SAPGUI Frontend 640 PL 13.

SAPGUI Frontend 700 PL < to be updated >.

3)This feature is only available in SAP GUI for Windows.

4)Any new window (especially Advertisement pop-ups) would get displayed in the SAP specified window when SAPSimpleBrowse feature is ON.

5)SAP Specified window is non-modal and non resizable in nature, and we intend to keep it as it is, however it can be minimized.

Regards,

Srini Nookala

Former Member
0 Kudos

Hi Srini,

I was looking for a solution to turn off the SAPSimpleBrowse feature in our ECC 6.0 (CRM5.0 system)

We upgraded to ECC recently and this new SAPSimpleBrowse seems to be enabled somehow. From transaction CIC0(specific to uitlities) when I launch a cutom link it used to show up in IE but now its the simplebrowse but the problem is the contects displayed are all messed up and we want to turn off this new feature and get back to IE.

You message as how to turn of the feature helps but not specific to our issue since the class CL_GUI_HTML_VIEWER doesn't seem to be called in the standard sap transaction CIC0. is there like a config to turn this off. Please Help.

Thanks.

Prem

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1. Check your Internet Explorer Propertis and Internet options.

2. You will have to do HTTP configuration for Proxy server

Regards,

Srini Nookala

Former Member
0 Kudos

Hi Srini,

Thanks for reply.

Can you please tell me how to do this Internet HTTP settings for Proxy.

Regards,

J.Prabananth