cancel
Showing results for 
Search instead for 
Did you mean: 

Error in creating IAC iviews

Sudip1
Participant
0 Kudos

Dear All,

We are trying to create IAC iviews but getting error.

Environment details:

OS: AIX 5.3

DB Oracle 10.2.0.2(UC)

Application EP7.0 (SPS14)

Backend ECC 6.0 SR3

We followed the below mentioned steps:

01) Created one Internet Service ziactest in se80 with the parameters -

~transaction = tcode and ~generatedynpro = 1

02) Published the 'complete service' to the site INTERNAL.

03) Created one sub element under /sap/bc/gui/sap/its as ziactest

04) Modified the service ziactest as :

- specified "GUI Link" = Yes

- specified following GUI Configuration parameters:

~WEBGUI = 1

~SINGLETRANSACTION = 1

~NOHEADEROKCODE = 1

~TRANSACTION = tcode

~GENERATEDYNPRO = 1

- specifed handler as CL_HTTP_EXT_ITS

05) save & activated the service

When trying to test the service, we are getting a script error "Error on Page": wgu_global_eventhandler is null or not an object and the page displayed - is getting distorted . Also, system is specifying that: "The URL

http://gcbeccd:/sap/public/bc/its/mimes/system/page/menubase.html was not called due to an error."

When tried directly with the above url, the following error is getting displayed:

"The following error text was processed in the system RD3: The theme extracted from PAGE/MENUBASE.HTML has more than 2 characters."

Please note that: The SAP GUI for HTML has been configured and working properly. Also, the SAP note 790727 has been applied to resolve this problem but no result.

Any help in this regard will be highly appriciated.

Thanks & Regards

Sudip

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudip Ghosh,

I think transaction "tcode" doesn't exit. Please, verify your transaction code. Maybe that's the error.

Best regards, Ivá

former_member316351
Active Contributor
0 Kudos

Hello Sudip,

If the webgui service is working then there should be no reason for this to not work. By specifying ~webgui 1 you're actually not using any template you've created for the ziactest service. The URL should be:

http://gcbeccd:/sap/bc/gui/sap/its/ziactest

Please also try:

http://gcbeccd:/sap/bc/gui/sap/its/webgui?~transaction=tcode

Please also publish the IAC, WEBGUI and SYSTEM Internet Services from SE80 to the Internal ITS.

You should look at the developer trace (dev_w#) for the Dialog Workprocess that is used and reporting the error for more information.

Edgar