cancel
Showing results for 
Search instead for 
Did you mean: 

Matchcode F4 HELP displays OK code through Portal

abhishek_nms
Participant
0 Kudos

Hi,

solution provided above is for https://<webasserver>:<port>/default_host/sap/bc/gui/sap/its/

Im having the same issue as above but the problem is Im going through the SAP portal (our own company portal having Ess & MSS Ex - www.ourcompanyname.com ) not through https://<webasserver>:<port>/default_host/sap/bc/gui/sap/its/

we are Using ECC6.0 (Integrated ITS )

Problem 1:

The problem I am facing is the following scenarios:

1) when the user press the ENTER key

2) when the user performs a search with the matchcode (F4)

3) when the user executes the report

then the OKCode field is displayed (even after closing the popup).

Im trying to set the parameters in the SICF > GUI Configuration

~webgui =1

~singletransaction=1

~webgui_simple_toolbar=32

and also using IAC views passing the same values again in Application parameter

problem2 :

If i dont pass values through Application parameter at the time of Creation of IViews, the code doesnot work

Let me know how to solve both the Issues

Please Help me

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi

The WIKI:

[Article - Employ SAP GUI for HTML instead of an Internet service |http://wiki.sdn.sap.com/wiki/x/i50 ]

goes through these parameters you have mentioned.

If you test the Service you have created directly - is the correct behaviour observed? i.e if you select the ITS Service that you have created i.e "my_service" and right click on it when viewing it within the tree nodes of services in transaction SICF

Perhaps trace using HTTPWatch when testing directly and via the Portal and you can observe the parameters that are being passed. This may give you a clue as to what is going on here.

Regards

Oisin

abhishek_nms
Participant
0 Kudos

Ya.. Looking at the HTTPWATCH

Observed the parameters for both the Service (Right click and click on Test Service) and the portal

Reason for not getting output after initial time:

For portal the Parameters are called only once and the Configuration values are getting overwritten because

I did same configuration at two spot ( at the SICF service & the Iview application parameter).

Solution

Cleared one configuration and given the Right IAC(Internet Application component ) in IVIEW that would be your transaction instead of WEBGUI.

wohla !!! It works perfect . !!!

Cheers for the Clue !