Veteran's Guide. Visual Composer for. Document Version 2.00 March SAP NetWeaver 7.3

Size: px
Start display at page:

Download "Veteran's Guide. Visual Composer for. Document Version 2.00 March SAP NetWeaver 7.3"

Transcription

1 Veteran's Guide Visual Composer for SAP NetWeaver 7.3 Document Version 2.00 March 2011 SAP NetWeaver 7.3

2 Copyright 2011 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iseries, pseries, xseries, zseries, z/os, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, and Informix are trademarks or registered trademarks of IBM Corporation in the United States and/or other countries. Oracle is a registered trademark of Oracle Corporation. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. Disclaimer Some components of this product are based on Java. Any code change in these components may cause unpredictable and severe malfunctions and is therefore expressively prohibited, as is any decompilation of these components. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Any Java Source Code delivered with this product is only to be used by SAP s Support Services and may not be modified or altered in any way. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden.

3 Typographic Conventions Icons Type Style Example Text Example text EXAMPLE TEXT Example text Example text Represents Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names, menu paths, and menu options. Cross-references to other documentation. Emphasized words or phrases in body text, graphic titles, and table titles. Technical names of system objects. These include report names, program names, transaction codes, table names, and key concepts of a programming language when they are surrounded by body text, for example, SELECT and INCLUDE. Output on the screen. This includes file and directory names and their paths, messages, names of variables and parameters, source text, and names of installation, upgrade and database tools. Exact user entry. These are words or characters that you enter in the system exactly as they appear in the documentation. <Example text> Variable user entry. Angle brackets indicate that you replace these words and characters with appropriate entries to make entries in the system. EXAMPLE TEXT Keys on the keyboard, for example, F2 or ENTER. Icon Meaning Caution Example Note / Tip Recommendation Syntax

4 Contents VISUAL COMPOSER VETERAN'S GUIDE Componentization What is a Visual Composer Component? Components in Action Create a New Model Reuse Another Component in Your Model Concept of "Model" versus "Session" Export and Import Source Control Deploy Environment The New Modeling Flow Where Is the...? How Do I...? Did You Know That...? Tips for Rebuilding Models Related Content... 25

5 Visual Composer Veteran's Guide Purpose Visual Composer for SAP NetWeaver 7.3 is significantly more sophisticated than previous versions of the modeling tool. It has undergone major revisions both in functionality and in usability. With these major changes in mind, this guide was designed to assist modelers familiar with Visual Composer for SAP NetWeaver 7.0 (SAP NetWeaver 2004s) in learning to model with Visual Composer 7.3. You "Visual Composer veterans" can use this guide to understand the underlying technological changes between the versions and how they have affected functional implementation. How to Use this Guide Take the time to carefully read the first chapter of this guide: Componentization [Page 6]. This section describes the major underlying concepts that have driven many of the enhancements in Visual Composer. The next two chapters Source Control [Page 12] and Deploy Environment [Page 13] describe enhancements and changes implemented in Visual Composer. The New Modeling Flow [Page 15] section describes new functionality, such as support for clustered data and changes in managing data. It also compares the previous modeling flow and that in Visual Composer 7.3. Chapters 5, 6 and 7 have been designed to take you straight to potential sources of confusion: Where is the...? [Page 18] tells you where to find familiar items and dialog boxes that have been "relocated" in Visual Composer 7.3. How Do I...? [Page 20] explains how to perform tasks that have been redesigned in Visual Composer 7.3. Did You Know that...? [Page 23] points out new or changed functions that you may not be aware of. Finally, the Tips for Rebuilding Models [Page 24] section provides information to keep in mind when preparing models created in Visual Composer for SAP NetWeaver 7.0, for use with the new environment. Constraints This guide covers changes in functionality and does not list functions and items that may not be included in Visual Composer 7.3. For more information, see the Limitations Note for Visual Composer for 7.3.

6 1 Componentization The models that you create in Visual Composer 7.3 are single, reusable components. Components are self-contained modeling entities: either full or partial composite views, or service components. Components can be reused in other models. A model can contain references to other components, rather than actually embedding them. In this manner, both model maintenance and modeling efficiency are significantly streamlined. Through the use of components, modelers can leverage these same reusable assets in the design of other models with little or no modification necessary. Models and Components Models can contain packages and multiple iviews both separate and embedded one within the other. For detailed information, see: What is a Visual Composer Component? [Page 6] Components in Action [Page 7] Each model represents a single component. Embedding is implemented simply by inserting a reference to another component. 1.1 What is a Visual Composer Component? For Visual Composer, a component can be described as a basic unit of modularity, reusability and execution that has: An internal domain-specific implementation A well-defined external interface Known dependencies from/to other components A version (for interface and implementation) The use of standardized components in Visual Composer enables modelers to integrate components created in Storyboard and in other technologies ("black-box" components) into their models. This empowers Visual Composer modelers to create comprehensive composite applications. Types of components that can be integrated into Visual Composer models will include: Other components modeled in Visual Composer Web Dynpro components Data services: Web services, Enterprise services, CAF services, RFCs, BAPIs, JDBC, BI BPM processes

7 1.2 Components in Action When comparing the Visual Composer 7.3 Storyboard with that of Visual Composer for NetWeaver 7.0, note that the following changes have been implemented to accommodate componentization: Create a New Model [Page 7] Reuse Another Component in your Model [Page 8] Concept of "Model" versus "Session" [Page 9] Export and Import [Page 10] For more information about componentization, see: Concepts [External] in Modeling Composite Views with Visual Composer Reusing Components [External] in Modeling Composite Views with Visual Composer Create a New Model When you create a new model in the Create New Model dialog box, you indicate the type of component that you are creating. Then you store it in a development component either locally or within your source-control system. In the basic version of Visual Composer 7.3, you can create one of two types of components: A composite view: similar to the iview in Visual Composer for NetWeaver 7.0 A service component: a complex data service of some kind

8 Depending on other kits loaded with Visual Composer such as Voice or BI additional component types are added to the list. Model/Component Types None Composite view Service component Reuse Another Component in Your Model In Visual Composer for NetWeaver 7.0, a nested iview or other embedded component is an integral part of the model itself and cannot be reused by other models. In Visual Composer 7.3, "embedding" a model simply means creating a reference to an external component stored within the same source-control system. Reused components are usually defined as a nested view or a navigate-to component. To reuse an existing component, you use the Search task panel in the manner that you use the Find Data task panel in Visual Composer for NetWeaver 7.0, but you Search in the Visual Composer Models repository for Type Model. To create a new component for use as a nested view or navigate-to component, you drag the relevant icon (view or connector) to the Design board and create the new component from the standard Create New Model dialog box.

9 Reuse Another Component in Your Model No "reuse" per se. You can create a nested iview that is used only within the single model. A navigate (Web Dynpro) or popup (Flash) iview is also created solely within the same model. Eventing can be defined between standalone iviews on a portal page. Reuse of components within the same development component. You can create a nested view or navigate-to view from within a component, saving it as a standalone component, or you can create it separately. It is referenced from the other component and when opened (double-clicked), a tab for that component is opened. With componentization, the concepts of iviews and portal page are not relevant Concept of "Model" versus "Session" In Visual Composer for NetWeaver 7.0, you can have only one model open in a single session. If you open a second model, the previously-opened model is closed (after prompting to save if needed). However, remember that a single model can contain multiple pages and iviews. In Visual Composer 7.3, on the other hand, you can open as many components as needed in a single session. These are indicated by tabs at the top of the workspace (previously dedicated to Design, Layout and Source tabs). These individual components may be fully independent, or may in some cases be the result of "opening" a component that has been reused in one of the other component. Model versus Session Only one model can be open at a time. Opening a different model prompts you to save and close the presently-open model. A single model can contain any number of pages (with iviews) and other iviews. In a single session, you can have any number of open models (components). Each component is indicated by a tab. A single model represents a single component. In Visual Composer 7.3, your "top-level" element is the actual component, or view. The Drill-down option is available only with reused components (popups and nested iviews) and is used to "open" the model in its own tab.

10 In this example, three components (models) are open in this Visual Composer session, each indicated by a tab. In the displayed Test1 model, the Deploytest component has been used as a nested view. To view its contents, you would click the Deploytest tab. Each of these three components can be used by itself and reused in other components. To reuse another component, you may need to create an input port within the component, which serves as the interface to the "outside world." This creates an external "plug" that is added to the icon and enables you to connect from an element in your open component to that reused component (in our example, the plug is called in2). To create the input port: i. Open the tab of the reused component and create the port with a Signal in connector. ii. Back in the referencing component, right-click the icon of the reused component (Deploytest in this example) and choose Redefine Ports from the context menu. All components in the Visual Composer Models Library are handled as separate entities in all respects. The dependencies created through reuse between components are managed throughout the lifecycle build, change management, upgrade and so on of the components Export and Import In Visual Composer 7.0, you can export a model as a.gml file to any location on your computer or in your computer network. You can import a previously-exported file into your open model, with the option of integrating the model diagram that is currently open. In Visual Composer 7.3, when you export a model (component), you package it as a.zip file and save it at any location in your local or network file system.

11 Note that you can only export models from the local repository (not from the shared repository). In addition, the model to be exported cannot have any dependencies on components in the shared repository, such as nested components. Importing a previously-exported model saves the.zip file in the same development component from which it was exported. However, it does not import it into an open model, because it is a separate component. Export and Import You export a model as a.gml to any location in your computer network. You export a local model as a.zip file to any location in your computer network. You import a previously-exported file into your open model, and choose to integrate it directly into the open diagram or save it separately within the model. When you import a model, you basically move the previously-exported.zip file back to the development component from which it was exported.

12 2 Source Control As part of the Composition Environment, Visual Composer modelers can take advantage of version control by storing models in the NWDI Design-Time Repository (DTR) or in other source-control systems (not yet available). In cases where none of these options is implemented, Visual Composer 7.3 provides a rudimentary shared repository that enables basic functionality such as check-in, check-out and revert. Source Control No version control available. Two types of source control available: Workspace for saving models is divided as DTR follows: Rudimentary system with basic MyModels folder contains models versioning functionality. Workspaces created in each modeler's dedicated are divided in a manner similar to client workspace. Visual Composer for NetWeaver 7.0, with a Shared Repository and a Public folder includes models created for general use by all users. Local Repository. The Manage Models dialog box is used in Visual Composer 7.3 to handle the models stored both locally and in the source control system. You can use it to check models in and out, revert to previous versions and perform file sync where supported. For more information, see: Working with Source Control [External].

13 3 Deploy Environment Portal and Web Dynpro Whereas Visual Composer for NetWeaver 7.0 is mainly a tool for modeling iviews for SAP NetWeaver portal, Visual Composer 7.3 is designed for creation of Web Dynpro-based composite applications. As such, in Visual Composer 7.3, the Web Dynpro foundation is the main runtime UI technology. It enables Visual Composer users to render models to both to Web Dynpro HTML and Web Dynpro Flex. Portal and Web Dynpro Access to back-end systems via the portal (using system aliases) Deploy to and run in portal Direct access to back-end systems Currently, no deploy-to-portal option. Can deploy to Web Dynpro application either directly (hot deployment) or through the nightly build. User Management and Role Definition In Visual Composer for NetWeaver 7.0, user management is carried out according to standard portal user management procedures. During installation, a predefined role VC Role is deployed in the portal as part of the initial Visual Composer content, allowing users to perform modeling tasks in Visual Composer Storyboard. The role includes full permissions for the Visual Composer folder in the portal. Additionally, each user should be assigned read permissions in order to access data services located on the back-end system accessed through the portal. In Visual Composer 7.3, all user management and role definition is carried out in the NetWeaver Administrator running on the SAP NetWeaver Application Server, Java EE 5. User Management User management according to portal procedures Creation of VC Role for all Visual Composer modelers User management according to NWA on portal platform Permissions according to portal roles Deploy and Run Options In Visual Composer for NetWeaver 7.0, models can be deployed to Adobe Flex 1.x. Visual Composer 7.3 enables deployment to Flex 2.0 (via Web Dynpro) and on a range of browsers, including Microsoft Internet Explorer, Netscape Navigator and Mozilla Firefox. Deploy Options Deploy to and run in portal No deploy-to-portal option. Can deploy to Web Dynpro application

14 Deploy directly to Adobe Flex 1.5 or Adobe Flex 2 or to Web Dynpro Hot deployment (direct to runtime) only Deploy to Web Dynpro HTML or to Web Dynpro Flex 2.0 Two build types: Hot deployment Nightly build (onto source-control system)

15 4 The New Modeling Flow Visual Composer 7.3 includes a number of new features that enhance the modeling workflow and make it more intuitive. One of the prime differences from Visual Composer for NetWeaver 7.0 is the manner in which you compose, configure and lay out the model elements. This is based on the following changes: New concept of binding controls to fields: implemented in defining fields for display and in composing/configuring controls Whereas in Visual Composer for NetWeaver 7.0, fields selected for display were automatically "assigned" an appropriate control, in Visual Composer 7.3, you need to bind a control to a selected field in order to have the field visible in the UI. For more information, see "Controls and Fields" in the Visual Composer Concepts [External] section of the Modeling Composite Applications with Visual Composer manual. "Visible" Fields To make a field visible in the UI, enter a To make a field visible in the UI, checkmark in the column with the eyeglasses open the Define Data dialog box. header ( ). Enter a checkmark in the column with the eyeglasses header ( ) to bind the field to a control, displayed in the Control column. (You can select other controls from the dropdown list in that column, as needed.) Support for clustered data (nested tables) Visual Composer 7.3 supports data received in clusters, which is the standard in Web services. Clustered data is data that is structured in a hierarchy. When mapping data from clustered data sources and to clustered data targets, you choose the node(s) that are the source of the data and map to the nodes that represent the target(s) of the mapping. New means for defining, mapping and initializing data Based on the enhancements described in the previous two bullets, a new set of dialog boxes has been created for defining field-control combinations and for mapping the data between two elements, in both "flat" and clustered datasets. For more information, see the Mapping Data [External] section of the Modeling Composite Applications with Visual Composer manual.

16 To define or map data, select the model element and choose the appropriate option (Define Data or Map Data) from the context menu. Compose and Configure a Model Design and Layout "tabs" are now at the bottom-left of the boards. 1. In the Find Data task panel, search for and 1. In the Search task panel, search for drag data services onto the Design board. and drag data services onto the Design board. You can also use the Visual Composer Models repository to search for and reference components in your model. 2. From the Compose task panel, drag the 2. From the Compose task panel, drag model elements onto the Design board, or the model elements onto the Design drag out from the data services to connect board, or drag out from the data them. services to connect them. 3. Map the fields from one element to the 3. For each UI element, you can define other by double-clicking the connecting line the fields and their bound controls by and using the field mapping table in the choosing the Define Data option in the Configure task panel. context menu of the item. Use the Map Data option in the context menu to define the data flow of connecting lines.

17 Configure and Lay Out the UI Use the Layout board for configuring and laying out the UI. Layout of elements including controls within each UI element is "free", according to the Auto (Absolute) default. Other options are Horizontal and Vertical. Layout of elements is presently restricted to Horizontal flow and Vertical flow. The Absolute positioning option is not available. For laying out controls, you can use the Columns field in the Configure task panel to organize the controls in any number of columns. For full information, see Defining Layout Options [External] in the Modeling Composite Views with Visual Composer manual. 1. To define controls for a UI element, click on its edge and use the table at the bottom of the Configure task panel to create new controls and determine their visibility. 2. To configure the attributes of a control, use the Control Properties dialog box. 1. To define controls for a view, drag controls from the Compose task panel onto the view. 2. To configure the attributes of a control, select it and use the Configure task panel. The grouping of the options in the task panel is, in general, similar to the tabs of the Control Properties dialog box.

18 5 Where Is the...? A number of standard and familiar functions in Visual Composer for NetWeaver 7.0 have been revamped and moved to different locations in Visual Composer 7.3. This section tells you where to find them.... Find Data Task Panel Use the Search task panel. With the integration of Visual Composer into an SOA architecture along with the implementation of source control and componentization you can discover a range of different data services and components for your model. As such, the task panel functionality has been significantly expanded. For more information, see Discovering Data Services [External] in the Modeling Composite Views with Visual Composer manual.... List of Fields in Configure Task Panel The list of fields used for mapping or defining controls in Visual Composer for NetWeaver 7.0 is now available as follows: Field Lists Type of List Visual Composer for Visual Composer 7.3 NetWeaver 7.0 Field - Control (or Column - Control), for UI elements Configure task panel Define Data dialog box Right-click UI element and choose Define Data. Mapping of Input Field and Assigned Value, for data flow Configure task panel Map Data dialog box Right-click connecting line Lines and choose Map Data. Input Fields and Output Fields Configure task panel Not available of data services Data services are generally considered "black components" and as such, their contents are not displayable. Initialization values for None Define Data dialog box Start/End points, Signal Right-click element, In/Out, User Data, Data Store, choose Define Data and DataIn/DataOut click the Initialize Data... Control Properties Dialog Box ( ) toolbar button Go to the Layout board, click the control and open the Configure task panel. Remember, in Visual Composer 7.3, you define controls from the Compose task panel and configure them in the Configure task panel. For more background, see Adding Controls [External] and Configuring Controls [External] in the Modeling Composite Views with Visual Composer manual.

19 ... Create Toolbar Option The Create Toolbar context-menu option has been replaced in Visual Composer 7.3 with the Show toolbar checkbox in the Configure task panel, when the UI element is selected. To create buttons for the toolbar, switch to the Layout board and the Compose task panel, and drag the relevant controls to the toolbar area. This method replaces defining buttons in the Create Toolbar Buttons dialog box.

20 6 How Do I...? A number of standard and familiar Visual Composer for NetWeaver 7.0 functions have been revamped and are implemented differently in Visual Composer 7.3. This section tells you how to perform them.... Map Fields To map data between a UI element and a data service, in which the datasets are "flat" (not clustered): 1. Right-click the connecting line and choose Map Data from the context menu. The Map Data dialog box is displayed: 2. In the Assigned Value column, enter the field name, value or dynamic expression that represents the value that is output by the element to the Target Input Field of the other element (such as the data service). To map from or to clustered datasets: 1. Right-click the connecting line and choose Map Data from the context menu. A special Map Data dialog box is displayed:

21 2. Expand the tree at the left to display the source nodes to be mapped. Do the same for the target nodes at the right. 3. Drag from each source node that you need on the left, to the corresponding source node on the right. 4. Select each field from the right hierarchy whose mapping values you want to define and in the Assigned Value column in the table at the bottom, define the appropriate mapping value.... Add a Control to a View After adding the view to the logical flow on the Design board: 1. Switch to the Layout board and open the Compose task panel. 2. Choose the control that you need and drag it onto the view. Note that by default, each control is placed automatically under existing controls in a vertical position (Vertical flow). Absolute positioning is presently not available.... Define an Action 1. On the Layout board, select the relevant control and open the Configure task panel. 2. In the Action field, click the ellipsis ( ) on the right. (Alternatively, you can right-click the control on the Layout board and choose Action from the context menu.) The Define Action dialog box is displayed. 3. Click the Add Action (+) button to create a predefined or custom action and enter the relevant properties at the right.

22 ... Define an Entry List 1. On the Layout board, select the relevant control and open the Configure task panel. 2. In the Entry list field, click the ellipses ( ) on the right. (Alternatively, you can right-click the control on the Layout board and choose Entry List from the context menu.) The Entry List Wizard is displayed. 3. On the first screen, select the type of entry list and click Next. The subsequent screens will walk you through the creation of the entry list you require.... Add an Image to a View Presently, this option relates only to images defined by a URL or from the standard Web Dynpro collection. On the Layout board, drag the Image icon from the Compose task panel. Then change to the Configure task panel and in the URL field, click the ellipses ( ) on the right (Alternatively, you can right-click the control on the Layout board and choose Browse from the context menu.). The Browse Images dialog box is displayed. For more information, see Defining Images [external] in the Modeling Composite Views with Visual Composer manual.

23 7 Did You Know That...? You can right-click a control to change its type On the Layout board, right-click the control whose type you want to change and choose Change Control Type <New Control> from the context menu, where <New Control> represents the type of control you want to change to. The list of available controls depends on the current view element, the current control type, and the type of the field that is bound to the control. Creating containers such as tabbed dialog boxes and wizards is more intuitive and direct in Visual Composer 7.3 In Visual Composer 7.3, you start with the actual container and create the layers within it, rather than building the containers from single layers. Creating transitions is automated and intuitive as well. The following table describes the changes and availability of layers/containers between the two Visual Composer versions. Layers and Containers Wizard Tabstrip Link list Link tree Accordion Standard layers (such as toggle) (Popup view) Wizard Tabstrip None None None View switch Popup container with nested view For more information, see Containers [External] in the Modeling Composite Views with Visual Composer manual. You can use classifications to search in the SAP service registry for enterprise services Selecting one or more classification category narrows your search for the enterpriseservice operation(s) that you need. For more information, see Discovering Data Services [External] in the Modeling Composite Views with Visual Composer manual. The Model menu in Visual Composer 7.3 contains a list of recently-opened models. To change the number of models displayed in the menu, use the Number of recent models to display option in the Model group of the Tools Options list.

24 8 Tips for Rebuilding Models This section contains items to consider when modeling components in Visual Composer 7.3, based on applications modeled in Visual Composer for NetWeaver 7.0. The need for certain workarounds required in Visual Composer for NetWeaver 7.0 has been eliminated in Visual Composer 7.3, based on componentization and redefinition of containers. The following points are tips that you should review and are not ordered according to any required sequence. Use the Search task panel to rediscover data services, including Web services, enterprise services and possibly other components. What were imported as "flat" Web services in NetWeaver 7.0 will now probably be clustered. For mapping and other information, see The New Modeling Flow [Page 15] and How Do I...? [Page 20] in this document. If you created hyperlinks to other applications, recreate them in your new model. For each element in your original model, you will need to list the virtual fields that were used. In Visual Composer 7.3, redefine the fields and link each one to the appropriate control. For more information, see The New Modeling Flow [Page 15]. You need to recreate popup windows that were created separately and defined by a Popup Signal in Visual Composer for NetWeaver 7.0. To do so, use the Popup container: If the contents of the popup are fairly basic, use can define the view directly within the container. If the contents are complex, use a Nested View inside the Popup container. For full information about creating popups, see the Defining Popups [External] section in the Modeling Composite Applications with Visual Composer manual. When redefining popups in Visual Composer 7.3, you map data to/from the popup using the Map Data option from the context menu for each connecting line, rather than the two tables used in Visual Composer for NetWeaver 7.0. If you used eventing in your original model, be aware that the concept of eventing between iviews has changed, due in part to componentization. In Visual Composer 7.3, each component that you model can be reused elsewhere, and referenced in a different model. Therefore, two views can be "linked" in a single application by defining matching in and out signals as needed.

25 9 Related Content What s New in Visual Composer for SAP NetWeaver 7.2? Visual Composer Migration Handbook How to transport VC content from VC 7.0 to VC 7.11 or 7.2 The Modeling Composite Applications with Visual Composer manual

SAP Composite Application Framework. Creating a Content Package Object

SAP Composite Application Framework. Creating a Content Package Object SAP Composite Application Framework Creating a Content Package Object Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com Copyright

More information

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Applies to: Visual Composer for SAP NetWeaver Composition Environment 7.1 Summary This article aims to help you get started modeling

More information

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 SAP NetWeaver How-To Guide How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 Applicable Releases: SAP NetWeaver Mobile 7.1 Topic Area: User Productivity Capability: Mobile

More information

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures SAP Composite Application Framework Creating an External Service type Callable Object in Guided Procedures Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

How To... Reuse Business Objects and Override Operations of a Business Object

How To... Reuse Business Objects and Override Operations of a Business Object SAP NetWeaver How-To Guide How To... Reuse Business Objects and Override Operations of a Business Object Applicable Releases: SAP NetWeaver Composition Environment 7.1 Topic Area: Development and Composition

More information

Integrating a Web Service in a Composite Application. SAP Composite Application Framework

Integrating a Web Service in a Composite Application. SAP Composite Application Framework Integrating a Web Service in a Composite Application SAP Composite Application Framework Document Version 1.00 November 2005 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Search and Adapt SAP Best Practice content from Business Process Repository (BPR) Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice

More information

How to Use Function Keys in Mobile Applications for Handhelds

How to Use Function Keys in Mobile Applications for Handhelds SAP NetWeaver How-To Guide How to Use Function Keys in Mobile Applications for Handhelds Applicable Releases: SAP NetWeaver 7.1 Topic Area: User Productivity Capability: Mobile Version 1.00 June 2009 Copyright

More information

How To... Configure Integrated Configurations in the Advanced Adapter Engine

How To... Configure Integrated Configurations in the Advanced Adapter Engine SAP NetWeaver How-To Guide How To... Configure Integrated Configurations in the Advanced Adapter Engine Applicable Releases: SAP NetWeaver Process Integration 7.1, EhP 1 Topic Area: SOA Middleware Capability:

More information

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible SAP NetWeaver How-To Guide How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible Applicable Releases: SAP NetWeaver 7.0 SAP NetWeaver CE 7.1 Topic Area: Security & Identity

More information

How To... Promote Reports and Input Schedules Through Your System Landscape

How To... Promote Reports and Input Schedules Through Your System Landscape SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Promote Reports and Input Schedules Through Your System Landscape Applicable Releases: SAP BusinessObjects Planning

More information

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to Applicable Releases: EhP5, EhP6, MDG6.1 Version 1.1 March 2013

More information

Using Business Graphics

Using Business Graphics Using Business Graphics SAP NetWeaver 2004 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the

More information

Setting Up an Environment for Testing Applications in a Federated Portal Network

Setting Up an Environment for Testing Applications in a Federated Portal Network SAP NetWeaver How-To Guide Setting Up an Environment for Testing Applications in a Federated Portal Network Applicable Releases: SAP NetWeaver 7.0 IT Practice: User Productivity Enablement IT Scenario:

More information

How-To... Add Sensitive Content into an Area

How-To... Add Sensitive Content into an Area SAP NetWeaver How-To Guide How-To... Add Sensitive Content into an Area For Web Page Composer in SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Version 1.0 Jun 2011 Some components of

More information

How To... Master Data Governance for Material: File Down- and Upload

How To... Master Data Governance for Material: File Down- and Upload SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: File Down- and Upload Applicable Releases: EhP5 Version 1.0 November 2011 Copyright 2011 SAP AG. All

More information

Simplified Configuration of Single System Update in Maintenance Optimizer

Simplified Configuration of Single System Update in Maintenance Optimizer SAP Solution Manager How-To Guide Simplified Configuration of Single System Update in Maintenance Optimizer Applicable Releases: SAP Solution Manager 7.0 Enhancement Package 1 SP23 or higher SAP Solution

More information

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks Applicable Releases: EhP5,

More information

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous SAP Composite Application Framework Creating a Callable Object in Group: Miscellaneous Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com

More information

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Authentication of a WS Client Using a SAP Logon Ticket

Authentication of a WS Client Using a SAP Logon Ticket Authentication of a WS Client Using a SAP Logon Ticket Release 650 HELP.BCWEBSERVICES_TUTORIALS SAP Online Help 04.04.2005 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

More information

What s New / Release Notes SAP Strategy Management 10.1

What s New / Release Notes SAP Strategy Management 10.1 What s New / Release Notes SAP Strategy Management 10.1 PUBLIC Document Version: 1.1 [November 6, 2013] Copyright Copyright 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Integrate your Business Blueprint with SAP Netweaver BPM Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice / Topic Area: Blueprinting

More information

How To...Configure Integration of CUP with SPM

How To...Configure Integration of CUP with SPM SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How To...Configure Integration of CUP with SPM SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Access Control 5.3 Topic

More information

How To Generate XSD Schemas from Existing MDM Repositories

How To Generate XSD Schemas from Existing MDM Repositories SAP NetWeaver How-To Guide How To Generate XSD Schemas from Existing MDM Repositories Applicable Releases: SAP NetWeaver MDM 7.1 Topic Area: Information Management Capability: Master Data Management Version

More information

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK Applicable Releases: SAP NetWeaver BW

More information

SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server

SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server SAP NetWeaver How-To Guide How to use Process Execution Manager Using SAP Test Data Migration Server Applicable Releases: SAP Test Data Migration Server 4.0 SP03 Version 1.0 October 2012 Copyright 2012

More information

Introducing SAP Enterprise Services Explorer for Microsoft.NET

Introducing SAP Enterprise Services Explorer for Microsoft.NET Introducing SAP Enterprise Services Explorer for Microsoft.NET Applies to: SAP SOA, SAP NetWeaver Composition Environment 7.1 including enhancement package 1, SAP Services Registry, SAP - Microsoft interoperability,

More information

Visual Composer Build Process

Visual Composer Build Process Applies to: Visual Composer for Composition Environment 7.1 Summary This paper explains how Visual Composer builds & creates its applications, and what are the dependencies and naming consideration a modeler

More information

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 How-to Guide SAP NetWeaver 04s How To Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 04s SPS07 or greater Copyright 2006 SAP AG. All rights

More information

configure an anonymous access to KM

configure an anonymous access to KM How-to Guide SAP NetWeaver 2004s How To configure an anonymous access to KM Version 1.00 February 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this

More information

Creating Your First Web Dynpro Application

Creating Your First Web Dynpro Application Creating Your First Web Dynpro Application Release 646 HELP.BCJAVA_START_QUICK Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

How to Translate a Visual Composer Model Part I

How to Translate a Visual Composer Model Part I How to Translate a Visual Composer Model Part I Applies to: SAP NetWeaver Visual Composer. Summary This How To guide is the first part in a series of guides which explain how to create and maintain translations

More information

SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option)

SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option) SAP - How-To Guide MDG Custom Object Data Replication How to Configure Data Replication for MDG Custom Objects (Flex Option) Applicable Releases: EhP5 Version 1.0 September 2011 Copyright 2011 SAP AG.

More information

How To Customize the SAP User Interface Using Theme Editor

How To Customize the SAP User Interface Using Theme Editor SAP NetWeaver How-To Guide How To Customize the SAP User Interface Using Theme Editor Applicable Releases: SAP NetWeaver 7.0 and 7.11 Version 1.0 June 2010 Copyright 2010 SAP AG. All rights reserved. No

More information

How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC

How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC September 2006 SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

Data Validation in Visual Composer for SAP NetWeaver Composition Environment

Data Validation in Visual Composer for SAP NetWeaver Composition Environment Data Validation in Visual Composer for SAP NetWeaver Composition Environment Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 For more information

More information

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 How- to Guide SAP NetW e a v e r 0 4 How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 Ver si o n 1. 0 0 Dec e m b e r 2 0 0 4 Applic a b l e Rele a s e s : SAP NetW e a v e r 0 4 SP Sta c

More information

Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration

Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration Web Dynpro for ABAP: Tutorial 5 Component and Application Configuration SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

How To... Use the BPC_NW Mass User Management Tool

How To... Use the BPC_NW Mass User Management Tool SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Use the BPC_NW Mass User Management Tool Applicable Releases: SAP BusinessObjects Planning & Consolidation 7.0, version

More information

How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0

How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0 How-to Guide SAP NetWeaver 04 How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0 Version 1.00 Nov 2005 Applicable Releases: SAP NetWeaver 04 SPS 13 and above

More information

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment How To Guide SAP Business One 9.1 Document Version: 1.0 2014-05-09 How to Package and Deploy SAP Business One Extensions for Lightweight Deployment All Countries Typographic Conventions Type Style Example

More information

Install TREX for CAF Version 1.00 March 2006

Install TREX for CAF Version 1.00 March 2006 How-to Guide SAP NetWeaver 04s How To Install TREX for CAF Version 1.00 March 2006 Applicable Releases: SAP NetWeaver 04s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be

More information

Do Exception Broadcasting

Do Exception Broadcasting How-to Guide SAP NetWeaver 2004s How To Do Exception Broadcasting Version 1.00 October 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication

More information

How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool

How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool SAP MII Websocket Integration with SAP PCo in Self Service Composition Environment How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool Applicable

More information

Visual Composer - Task Management Application

Visual Composer - Task Management Application Visual Composer - Task Management Application Applies to: Visual Composer for NetWeaver 2004s. Summary This document describes the basic functionality of the Task Management application, which is now available

More information

link SAP BPC Excel from an enterprise portal Version th of March 2009

link SAP BPC Excel from an enterprise portal Version th of March 2009 How-to Guide SAP CPM How To link SAP BPC Excel from an enterprise portal Version 1.00 12 th of March 2009 Applicable Releases: SAP BPC 7.0 M, 7.0 NW Copyright 2007 SAP AG. All rights reserved. No part

More information

Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to:

Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to: Access Control 5.3 Implementation Considerations for Superuser Privilege Management ID-Based Firefighting versus Role-Based Firefighting Applies to: Access Control 5.3 Summary GRC Access Control identifies

More information

Visual Composer for SAP NetWeaver Composition Environment - Connectors

Visual Composer for SAP NetWeaver Composition Environment - Connectors Visual Composer for SAP NetWeaver Composition Environment - Connectors Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 For more information, visit

More information

SAP BW 3.3 April 2004 English. General Ledger Analysis. Business Process Procedure. SAP AG Neurottstr Walldorf Germany

SAP BW 3.3 April 2004 English. General Ledger Analysis. Business Process Procedure. SAP AG Neurottstr Walldorf Germany SAP BW 3.3 April 2004 English General Ledger Analysis Business Process Procedure SAP AG Neurottstr. 16 69190 Walldorf Germany Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

More information

Setup an NWDI Track for Composition Environment Developments

Setup an NWDI Track for Composition Environment Developments How-to Guide SAP NetWeaver 7.0 How To Setup an NWDI Track for Composition Environment Developments Version 2.00 January 2008 Applicable Releases: SAP NetWeaver 7.0 SP13 (Custom Development & Unified Life-Cycle

More information

Cache Settings in Web Page Composer

Cache Settings in Web Page Composer Cache Settings in Web Page Composer Applies to: EP 7.0, SAP NetWeaver Knowledge Management SPS14. For more information, visit the Content Management homepage. Summary This paper explains what cache settings

More information

How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver.

How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver. SAP BusinessObjects EPM RIG How-To Guide How To...Custom BADI for rounding off values in SAP BUSINESSOBJECTS Planning and Consolidation, version for SAP NetWeaver. Applicable Releases: SAP BusinessObjects

More information

How to Browse an Enterprise Services Registry in Visual Composer

How to Browse an Enterprise Services Registry in Visual Composer How to Browse an Enterprise Services Registry in Visual Composer Applies to: Visual Composer SAP NetWeaver Composition Environment 7.1 (Ehp0 and Ehp1) For more information, visit the User Interface Technology

More information

Installation Guide Business Explorer

Installation Guide Business Explorer Business Explorer 7. 1 0 Copyright Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer

How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer SAP NetWeaver How-To Guide How To Integrate the TinyMCE JavaScript Content Editor in Web Page Composer Applicable Releases: Portal for SAP NetWeaver 7.3 Version 1.0 April 2011 Copyright 2011 SAP AG. All

More information

How to Create a New SAPUI5 Development Component

How to Create a New SAPUI5 Development Component SAP Overall Equipment Effectiveness Management How-To Guide How to Create a New SAPUI5 Development Component Applicable Release: OEE 1.0 SP01 Version 1.0 August 8, 2013 Copyright 2013 SAP AG. All rights

More information

How to View Dashboards in the Self Service Composition Environment with Additional Metadata

How to View Dashboards in the Self Service Composition Environment with Additional Metadata SAP MII Add Metadata to Dashboards in Service Composition Environment How-To-Guide How to View Dashboards in the Self Service Composition Environment with Additional Metadata Applicable Release: MII 15.0

More information

How to Set Up and Use the SAP OEE Custom KPI Andons Feature

How to Set Up and Use the SAP OEE Custom KPI Andons Feature SAP Overall Equipment Effectiveness Management How-To Guide How to Set Up and Use the SAP OEE Custom KPI Andons Feature Applicable Release: OEE 1.0 SP02 Patch 2 Version 1.0 February 20, 2014 Copyright

More information

Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006

Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006 Best Practices SAP NetWeaver 2004/2004s Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006 Applicable Releases: SAP NetWeaver 2004 and 2004s (Usage Type Enterprise

More information

MDM Syndicator Create Flat Syndication File

MDM Syndicator Create Flat Syndication File MDM Syndicator Create Flat Syndication File Applies to: SAP NetWeaver Master Data Management (MDM) SP3, SP4, SP5. Summary This article provides a step-by-step procedure in manually syndicate the data to

More information

SAP How-To Guide. Master Data Governance for Material. How To... Adjust MDG Homepage. Applicable Releases: EhP6, MDG 6.1

SAP How-To Guide. Master Data Governance for Material. How To... Adjust MDG Homepage. Applicable Releases: EhP6, MDG 6.1 SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material Adjust MDG Homepage Applicable Releases: EhP6, MDG 6.1 Version 1.0 October 2013 Copyright 2013 SAP AG.

More information

Integrate a Forum into a Collaboration Room

Integrate a Forum into a Collaboration Room How-to Guide SAP NetWeaver 04 How To Integrate a Forum into a Collaboration Room Version 1.00 May 2007 Applicable Releases: SAP NetWeaver 04 SPS20 Copyright 2007 SAP AG. All rights reserved. No part of

More information

How To Extend User Details

How To Extend User Details How-to Guide SAP NetWeaver 2004s How To Extend User Details May 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

SAP NetWeaver How-To Guide. SAP NetWeaver Gateway Virtualization Guide

SAP NetWeaver How-To Guide. SAP NetWeaver Gateway Virtualization Guide SAP NetWeaver How-To Guide SAP NetWeaver Gateway Virtualization Guide Version 1.01 May 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems

SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems Applies to: SAP GRC Access Enforcer, release 5.2 Summary For GRC Access Control to be able

More information

Sizing for Guided Procedures, SAP NetWeaver 7.0

Sizing for Guided Procedures, SAP NetWeaver 7.0 Sizing Guide Sizing for Guided Procedures, SAP NetWeaver 7.0 Released for SAP Customers and Partners Document Version 1.0 - September 2007r Released for SAP Customers and Partners Copyright 2005 SAP AG.

More information

How To... Configure Drill Through Functionality

How To... Configure Drill Through Functionality SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Configure Drill Through Functionality Applicable Releases: SAP BusinessObjects Planning and Consolidation 7.5, version

More information

Advanced Input Help - The Object Value Selector (OVS)

Advanced Input Help - The Object Value Selector (OVS) Advanced Input Help - The Object Value Selector (OVS) SAP NetWeaver 04 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Process Control 2.5 Implementation Checklist

Process Control 2.5 Implementation Checklist SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE Checklist Process Control 2.5 Implementation Checklist SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Process Control 2.5 IT Practice

More information

Web Page Composer anonymous user access

Web Page Composer anonymous user access Web Page Composer anonymous user access Applies to: SAP NetWeaver Knowledge Management SPS14. For more information, visit the Content Management homepage. Summary Web Page composer is a tool used for publishing

More information

How to Set Up and Use the SAP OEE Custom UI Feature

How to Set Up and Use the SAP OEE Custom UI Feature SAP Overall Equipment Effectiveness Management How-To Guide How to Set Up and Use the SAP OEE Custom UI Feature Applicable Release: OEE 1.0 SP01 Version 1.0 August 8, 2013 Copyright 2013 SAP AG. All rights

More information

How to Work with Analytical Portal

How to Work with Analytical Portal How-To Guide SAP Business One, version for SAP HANA Document Version: 1.1 2019-02-22 SAP Business One 9.3 PL00 and later, version for SAP HANA Typographic Conventions Type Style Example Example EXAMPLE

More information

SAP NetWeaver 04. Unification Terminology

SAP NetWeaver 04. Unification Terminology SAP NetWeaver 04 Unification Terminology Version 1.00 March 2005 Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose

More information

Consuming Web Dynpro components in Visual Composer.

Consuming Web Dynpro components in Visual Composer. Consuming Web Dynpro components in Visual Composer. Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 Summary A step by step guide for translating

More information

How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA

How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA How-To Guide SAP Business One 8.82, Version for SAP HANA Document Version: 1.0 2012-09-05 How to Set Up Data Sources for Crystal Reports Layouts in SAP Business One, Version for SAP HANA All Countries

More information

Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0

Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0 Visual Composer Modeling: Migrating Models from 7.1.X to 7.2.0 Applies to: Visual Composer for SAP Netweaver Composition Environment (CE) 7.2.0, 7.1.X. Summary This document discusses known issues, following

More information

Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2

Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2 Building a Composite Business Process from Scratch with SAP NetWeaver BPM Guide 2 Applies to: SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 Summary This guide explains how to

More information

Transport in GP. How-to Guide Beginning with SAP NetWeaver 2004s SPS06. Version 2.00 January 2006

Transport in GP. How-to Guide Beginning with SAP NetWeaver 2004s SPS06. Version 2.00 January 2006 How-to Guide Beginning with SAP NetWeaver 2004s SPS06 How To Transport in GP Version 2.00 January 2006 Applicable Releases: Beginning with SAP NetWeaver 2004s SPS06 Copyright 2006 SAP AG. All rights reserved.

More information

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee SAP NetWeaver How-To Guide SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee Applicable Releases: SAP NetWeaver 7.0 EhP1 SAP NetWeaver CE 7.1 and 7.1 EhP1 Topic Area:

More information

A Step-By-Step Guide on File to File Scenario Using Xslt Mapping

A Step-By-Step Guide on File to File Scenario Using Xslt Mapping A Step-By-Step Guide on File to File Scenario Using Xslt Mapping Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is for all XI aspirants who want to create

More information

Extract Archived data from R3

Extract Archived data from R3 How-to Guide SAP NetWeaver 04 How To Extract Archived data from R3 Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 (Business Warehouse) Copyright 2004 SAP AG. All rights reserved. No part

More information

Enterprise Portal Logon Page Branding

Enterprise Portal Logon Page Branding Enterprise Portal Logon Page Branding Applies to: This document applies to Enterprise Portal 6.0 based on NW04 and 2004s platforms. Summary This document describes a procedure that uses the NetWeaver Development

More information

Modify the Portal Framework Page in SAP EP 6.0

Modify the Portal Framework Page in SAP EP 6.0 How-to Guide SAP NetWeaver 04 How To Modify the Portal Framework Page in SAP EP 6.0 Version 1.00 December 2004 Applicable Releases: SAP NetWeaver SP2 and higher (SAP NetWeaver 04) Copyright 2004 SAP AG.

More information

How To Enable Business Workflow for SAP NetWeaver Gateway 2.0

How To Enable Business Workflow for SAP NetWeaver Gateway 2.0 SAP NetWeaver How-To Guide How To Enable Business Workflow for SAP NetWeaver Gateway 2.0 (Revised for version 2.0 SP03) Version 2.03 March 2012 Author: Marc Chan, SAP Customer Solution Adoption (CSA) Copyright

More information

WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration

WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration Applies to: SAP Netweaver 2004s Summary This document shows how to use custom themes for Web Dynpro ABAP applications

More information

Configure SSO in an SAP NetWeaver 2004s Dual Stack

Configure SSO in an SAP NetWeaver 2004s Dual Stack How-to Guide SAP xrpm 4.0 How To Configure SSO in an SAP NetWeaver 2004s Dual Stack Version 1.00 December 2005 Applicable Releases: SAP xrpm 4.0 Copyright 2004 SAP AG. All rights reserved. No part of this

More information

Exercise 1: Adding business logic to your application

Exercise 1: Adding business logic to your application Exercise 1: Adding business logic to your application At the conclusion of this exercise, you will be able to: - Enhance a Business Object with a new Property - Implement an Event Handler for a Business

More information

Demand Management. Job Processing Guide for SAP DM. Release 6.4

Demand Management. Job Processing Guide for SAP DM. Release 6.4 Job Processing Guide for SAP DM Demand Management Release 6.4 Target Audience System administrators Technology consultants Document Version 1.00 - October, 2006 Copyright 2006 SAP AG. All rights reserved.

More information

How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform

How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform SAP BOBJ Planning & Consolidation, version for SAP NetWeaver How-To Guide How to do Breakdown Validation in SAP BPC 7.0 for the SAP NetWeaver Platform Applicable Releases: SAP BPC 7.0 NW SP02 (and higher)

More information

SAP NetWeaver Master Data Management 7.1 Web Service Enhancements

SAP NetWeaver Master Data Management 7.1 Web Service Enhancements SAP NetWeaver Master Data Management 7.1 Web Service Enhancements Applies to: SAP NetWeaver Master Data Management 7.1, Enhancement Package 1 for SAP NetWeaver Composition Environment 7.1 For more information,

More information

SAP NetWeaver 04 Security Guide. Operating System Security: SAP System Security Under Windows

SAP NetWeaver 04 Security Guide. Operating System Security: SAP System Security Under Windows SAP NetWeaver 04 Security Guide Operating System Security: SAP System Security Under Windows Document Version 1.00 April 29, 2004 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

SAP Centralized Electronic Funds Transfer 1.8

SAP Centralized Electronic Funds Transfer 1.8 PUBLIC Upgrade Guide SAP Centralized Electronic Funds Transfer 1.8 Target Audience System administrators Technology consultants Document version: 1.1 May 26, 2008 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf

More information

SAP NetWeaver Process Integration 7.1. SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007

SAP NetWeaver Process Integration 7.1. SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007 SAP NetWeaver Process Integration 7.1 Providing Web Services in Java SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007 SAP NetWeaver Process Integration 7.1 1 Benefits

More information

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius How To Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius SAP Product Name: SAP Business Planning and Consolidation, version for Microsoft Applicable

More information

BC410. Programming User Dialogs with Classical Screens (Dynpros) COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

BC410. Programming User Dialogs with Classical Screens (Dynpros) COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) BC410 Programming User Dialogs with Classical Screens (Dynpros). COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this

More information

R e l ea se 6. 20/

R e l ea se 6. 20/ Release 6.20/6.40 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP

More information

How To Configure IDoc Adapters

How To Configure IDoc Adapters How-to Guide SAP NetWeaver 04 How To Configure IDoc Adapters Version 1.00 Feb 2005 Applicable Releases: SAP NetWeaver 04 XI 3.0 SR1 and above Copyright 2005 SAP AG. All rights reserved. No part of this

More information

How To Troubleshoot SSL with BPC Version 1.01 May 2009

How To Troubleshoot SSL with BPC Version 1.01 May 2009 How-to Guide SAP CPM How To Troubleshoot SSL with BPC Version 1.01 May 2009 Applicable Releases: SAP BPC 7 Microsoft Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

DISCOVERY SYSTEM CONNECTIVITY. Introduction HOW TO CREATE PORTAL IVIEWS BASED ON APPLICATIONS RUNNING ON A DS

DISCOVERY SYSTEM CONNECTIVITY. Introduction HOW TO CREATE PORTAL IVIEWS BASED ON APPLICATIONS RUNNING ON A DS DISCOVERY SYSTEM CONNECTIVITY HOW TO CREATE PORTAL IVIEWS BASED ON APPLICATIONS RUNNING ON A DS Introduction Discovery System SAP Discovery system (DS) is a complete learning and testing environment designed

More information