cancel
Showing results for 
Search instead for 
Did you mean: 

working with webdesigner.

Former Member
0 Kudos

Dear experts,

I have to integrate some queries in the enterprise portal. For this I need to assign template IDs for the queries, I want to open in the portal. I have designed the Queries. Now, I want to assign template Ids to them so as to open in portal. Please explain me on how I go about this. I open Web application designer, create a new template and have the following code.Can you tell me what I am missing in the following code. How can I assign the Query and the template ID.

<object>

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="SET_PROPERTIES"/>

<param name="TEMPLATE_ID" value="value1"/>

<param name="DATA_PROVIDER" value="corresponding data provider"/>

TEMPLATE PROPERTIES

Accepted Solutions (1)

Accepted Solutions (1)

former_member188975
Active Contributor
0 Kudos

Hi Shravan,

I have not worked with EP, but I know that the web application designer can be used to create IViews which are then used in the portal. In the Template that you see, you woud have to include some web items, just a table at least and then assign your query as tha data provider for this table. The you can save as IView. For more info you can also go through the following:

http://help.sap.com/saphelp_nw04/helpdata/en/44/b26a3b74a4fc31e10000000a114084/content.htm

Hope this helps...

Former Member
0 Kudos

Thanks Bhanu. Forget about EP, how I can create a template ID. If I have a template ID assigned to a Query or a web report then I can use the following URL to work:

http://cdcso047.mch.bshg.com:8423/SAP/BW/BEx?CMD=LDOC&template_id=?

What all I need is to assign a template ID. Can you help me with this. Mean while I will have a look at the link.

Kind Regards,

Shravan

former_member188975
Active Contributor
0 Kudos

ok...So once you add a table (for example) and give your query as the data provider, and then simply Save, you will be asked to give a technical name and description. That technical name is the Template ID that you are looking for. When you publish this to the web, it will generate the URL like you have shown. So if for each query, you need a template ID, then you will have to create 5 templates. Or you can also combine them on one using 5 tables and generate the Template ID...depends on the presentation that you are looking for.

Hope this helps...

Former Member
0 Kudos

Thank you so much. I was able to do it. I will reward points...

Answers (0)