cancel
Showing results for 
Search instead for 
Did you mean: 

No TABLE in Template Wizard ( Apply Template) in Outline view ,

Former Member
0 Kudos

Hi ,

I am using Netweaver Developer Studio ( Java ).

in <b>Outline View " Root UI Element Container " ---> Apply Template ---> Template Wizard -


></b> i am <b>not</b> getting "Table" and "Form" options ,i am able to see only "Action Button" option.

I created a Context for component controller and i mapped the context with the view also.but still i am not getting table option.

rest is working properly

I even tried reinstalling the NETWEAVER DEVELOPER STUDIO.

can you please help me in solving the problem.

Chaitanya.

Accepted Solutions (1)

Accepted Solutions (1)

asif_hirani
Active Participant
0 Kudos

Hi Chaitanya

Its little strange that u are not able to see the Template for Table in ur view COZ Web Dynpro tool provides templates for making data available to forms and tables in a Web Dynpro application

there are actually 2 ways for using this templates

1) u already tried i.e Outline View " Root UI Element Container " ---> Apply Template ---> Template Wizard -


>

2) a) Open the Data Modeler by choosing the context menu entry Open Data Modeler for the component name in the Web Dynpro Explorer.

b) In the Data Modeler, place the cursor on the view for which you want to start a template and choose Apply Template in the context menu.

c) The main wizard is started. Choose the desired template type.

still if u cant see the template for table just try installing some higher version of NWDS

Regards

Asif

Answers (3)

Answers (3)

Former Member
0 Kudos

Got the Solution from other thread

Former Member
0 Kudos

Hi All

This is the solution for this THREAD

Warm Regards

Chaitanya.A

Former Member
0 Kudos

Hi,

go under the folder:

<b>C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.ide.webdynpro.template.wizards</b>

open the file <b>plugin.xml</b> and check if there'are the entries <b><i>extension </i></b>below:

<plugin id="com.sap.ide.webdynpro.template.wizards" name="%plugin.name" version="2.0.0" provider-name="SAP AG" class="com.sap.ide.webdynpro.template.wizards.plugin.TemplateWizardsPlugin">
&#8722;
	<runtime>
&#8722;
	<library name="SAPIdeWebDynproTemplateWizards.jar">
<export name="*"/>
</library>
</runtime>
&#8722;
	<requires>
<import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.jface"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.views"/>
<import plugin="org.eclipse.ui.workbench"/>
<import plugin="com.tssap.util"/>
<import plugin="com.sap.ide.metamodel.common.libs"/>
<import plugin="com.sap.ide.metamodel.core"/>
<import plugin="com.sap.ide.metamodel.core.libs"/>
<import plugin="com.sap.ide.metamodel.dictionary.libs"/>
<import plugin="com.sap.ide.metamodel.webdynpro"/>
<import plugin="com.sap.ide.metamodel.webdynpro.libs"/>
<import plugin="com.sap.ide.tools.core.patternfwk"/>
<import plugin="com.sap.ide.tools.core.template"/>
<import plugin="com.sap.ide.tools.core.template.service"/>
<import plugin="com.sap.ide.webdynpro.checklayer"/>
<import plugin="com.sap.ide.webdynpro.service.controllereditor"/>
<import plugin="com.sap.ide.webdynpro.controllereditor"/>
<import plugin="com.sap.ide.webdynpro.service.core"/>
<import plugin="com.sap.ide.webdynpro.template.wizards.generation"/>
<import plugin="com.sap.dictionary.designtime"/>
</requires>
&#8722;
	<extension point="com.sap.ide.tools.core.template.TemplateWizard">
<template name="Form" applicableClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewApplicable" wizardClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewWizard" dataClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewData" id="com.sap.ide.webdynpro.template.formview" type="WebDynpro" singleton="false" nature="MetaData" iconLarge="/com.sap.ide.webdynpro.template.wizards/resources/formview.gif">
      </template>
<template name="Table" applicableClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableViewApplicable" wizardClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableBindingWizard" dataClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableViewData" id="com.sap.ide.webdynpro.template.tableview" type="WebDynpro" singleton="false" nature="MetaData" iconLarge="/com.sap.ide.webdynpro.template.wizards/resources/tableview.gif">
      </template>
</extension>
</plugin>

<i></i>

Reward points for helpful answers.

Best regards,

Gianluca Barile