cancel
Showing results for 
Search instead for 
Did you mean: 

Template interpretation failed error

former_member184111
Active Contributor
0 Kudos

Hello Experts,

The requierment was to display a Z report in portal using a link, so I created a transaction out of the report and it was displayed in portal Now the issue is that users can see and access SAP Easy Access menu and command field inside portal in the transaction.

I searched for a solution and found that using the parameter ~webgui_simple_toolbar, SAP Easy access menu can be hidden.

So I changed the transaction settings for my Z transaction to...

Transaction Classification  = Easy Web Transaction
Service = my its service name

Created an ITS service using this transaction and I can see a node in SICF with the same name as ITS service.

I added parameters

~transaction = my Z transaction
~webgui_simple_toolbar = 0

to the service.

Now when I test this template I get the Template interpretation failed dump .

Please guide me how to hide SAP Easy Access menu and command field in the portal link..?

Do I really need an ITS Service?

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anubav.

1. Go to your transaction

2. Open Corresponding Program in se80.

3 .Open Screen in Repository

4. *Select all your screen*

5. Right Click Other Function -- > Create Temlpate

6. Internet Service : your service name

Theme : your theme wat you have set in parametrs of its eg: 99

Generating Style : WEBGUI

7.Go To SE80 --> Internet Service

8. publish -- > service ,complete

9. Now Go TO SICF and Test Service

Regards

Rajashiva Ramalingam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anubhav,

after all the things have been done Rajashiva worte in his message, please have a look at the Service Data at the SICF Service. There you find the GUI LINK at the bottom. This have to be set to Y . Initial this parameter is blank. This is one of the traps of configurate an its service. I missed this more than one time and wonder why my templates are not to be displayed.

best regards

Thorsten

former_member184111
Active Contributor
0 Kudos

Hi,

My current settings are....

1. Internet service with a template created from SCREEN of executable report using the method explained in reply one.

2. Created a transaction for this report. In SICF created a node with same name as ITS service. This node has the following parameters:

~TRANSACTION	ZVENDORBIDHISTORY
~FLICKERFREE	0
~DISCONNECTONCLOSE	0
~COOKIES	1
~THEME	99
~WEBGUI_SIMPLE_TOOLBAR	0

and yes I have set GUI Link as Y .

Now the issue is that I don't see execute button when the transaction (ITS service) is displayed in portral.

This problem is there even if I remove the parameter ~WEBGUI_SIMPLE_TOOLBAR 0 .

Please advice how to show the execute button or at least execute report if user presses F8 key.

Many Thanks For The Help,

Anubhav

former_member194364
Active Contributor
0 Kudos

Hi Anubhav,

From your last post, I believe you want to have the functionality of the "WEBGUI" service.

You should set the parameter:

~webgui 1

Note - Also without above parameter; then setting ~WEBGUI_SIMPLE_TOOLBAR

it should not work correctly - as this parameter presumes that the WEBGUI is being used when set.

Regards,

Oisin