2008 May 21 7:30 AM
2008 May 21 7:34 AM
Hi,
Templates
Purpose
This process describes the use of a template. You can use templates:
● As a customer:
○ You create a template and use it in one or more implementation projects as the basis of the Business Blueprint.
○ You create a template in a system and transport it into other systems as the basis for the Business Blueprint of a project, e.g. in a Global Rollout.
● As a partner:
You can create templates and deliver them as partner templates for customer projects.
You can base new templates on any other template, whether delivered by SAP or created yourself.
Prerequisites
You have setup your system landscape.
For further information about restrictions in the use of templates and template projects, see the SAP note 603336.
Process Flow
Define a template
...
1.Create a project of type Template Project in the Solution Manager Project Administration.
Assign a name in the customer namespace to your templates. We recommend the namespace /u2026/. You should only use one namespace for the objects in a project.
2. You can base your new template on an existing template in the Scope tab in the Project Administration.
3 Create a project structure in the transaction Business Blueprint, and assign transactions, URLs, documentation and (only if you use the SAP Quality Center by HP) busness test requirements, to project structure elements.
4.To reuse documents in other projects, assign them in the Gen. Documentation tab.
The Project Documentation tab is only part of the current project, and not part of the template. Documents in the Project Documentation tab are not put in the template, and can therefore not be reused in other projects.
5. Assign, for example, BC Sets, IMG activities and test cases, to project structure elements, in the Configuration transaction.
Other objects are created in the component systems by the Solution Manager. These include BC Sets, user transactions, programs and CATTs. Proceed as follows in the component systems:
6. Create a transportable package with transport recording, for each template and logical system.
Assign names in the /.../ namespace, if it exists. Use the same namespace when naming your packages.
7Create a separate package and a separate transport request for objects which are to be used in several templates.
8. Assign the objects to the package as they are created.
9. Create a transport request for each template and logical system, and record the objects in them, so that you can transport them into the correct component systems later.
6.Create one or more templates in this template project, in the Templates tab in the Project Administration.
7.Assign templates to the scenarios with the possible entries help in the Structure tab in the Business Blueprint transaction, to copy the scenario structures into your template. You can assign several templates per scenario.
8. Set the visibility of the template in the Project Administration to Public in the Templates tab, to make them visible system-wide.
9. Deliver your template in the Templates tab in the Project Administration.
This is not necessary if you reuse the template in the Solution Manger in which you created it.
10. Create a new version of the template in the Project Administration, to further develop it.
Reward If Helpfull,
Naresh.
2008 May 21 9:58 AM
hi,
A template as the name suggests allows to print data in a particular format. It contains placeholders for printing the data. The data is ultimately printed using Text nodes. The main features of a Template are:
Tabular layout for printing data (tabs in SAP Script)
Static - number of rows & columns are known before runtime and are fixed.
The structure of the row of the template is defined using a Line type. The height of a line and number of columns that will occur in the line are defined using the Line type. The rows that will use the specified structure of line is also specified. The width of the line type (sum of width of all cells in line type) should be the same as the total width of the template.
The Line Type can be built graphically using the Table Painter. The pattern of the grid to be drawn around the template (if required) can also be selected.
pls reward if helpful.
2008 May 21 10:14 AM
hi,
Template : Displays texts for table cells of a static table
Displaying a static table
Use node type template to display a table To create a template define a table layout to determine the cell structure for each line. The cells are used to display the cell structure for each line. The cells are used to display the contents of the successor nodes of the template node.This allows one to position text and a graphic side by side.
The template node is also used for label printing.
thanks and regards