Open Catalog Interface

Size: px
Start display at page:

Download "Open Catalog Interface"

Transcription

1 Open Catalog Interface Release July 1999

2 Overview SAP AG Copyright Copyright 1997 SAP AG. All rights reserved. No part of this documentation may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. SAP AG further does not warrant the accuracy or completeness of the information, text, graphics, links or other items contained within these materials. SAP AG shall not be liable for any special, indirect, incidental, or consequential damages, including without limitation, lost revenues or lost profits, which may result from the use of these materials. The information in this documentation is subject to change without notice and does not represent a commitment on the part of SAP AG in the future. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft ###, WINDOWS, NT ###,EXCEL and SQL-Server ### are registered trademarks of Microsoft Corporation. IBM ###, OS/2, DB2/6000, ###AIX, OS/400, AS/400 ### are a registered trademark of IBM Corporation. OSF/Motif is a registered trademark of Open Software Foundation. ORACLE is a registered trademark of ORACLE Corporation, California, USA. INFORMIX -OnLine for SAP is a registered trademark of Informix Software Incorporated. UNIX ### and X/Open ### are registered trademarks of SCO Santa Cruz Operation. ADABAS is a registered trademark of Software AG SAP, R/2 ###, R/3 ###, RIVA ###, ABAP/4, SAPoffice, SAPmail, SAPaccess ###, SAP-EDI, SAP ArchiveLink, SAP EarlyWatch ###, SAP Business Workflow, R/3 Retail are registered trademarks of SAP AG All rights reserved. Material Number of this document:

3 SAP AG Overview Contents Chapter 1: Overview Chapter 2: Interface Structure Outbound Section Inbound Section Catalog Interface Example

4 Overview SAP AG Chapter 1: Overview This specification describes the standard CGI interface between catalogs and SAP B2B Procurement. This specification has already been implemented between several catalog applications and SAP B2B Procurement. Overview of catalogue integration Intranet DB Employee ITS Browser Agate/ WGate R/3 Catalog Internet Catalog Ext. Catalog SAP AG 1999 Dr. Claudius Fischer /10 1 4

5 SAP AG Interface Structure Chapter 2: Interface Structure The catalog interface consists of two separate and distinct sections: Outbound and Inbound. The Outbound section defines the information being sent from the SAP B2B Procurement application to the catalog application. This can include information such as the catalog URL and login data. The Inbound section consists of the information being sent from the catalog application to the SAP B2B Procurement application. This section contains data on the items selected in the catalog, such as the item descriptions, quantities ordered, and prices. Refer to the Interface Diagram at the end of this document for more details. Outbound Section The following graphic illustrates the outbound interface Catalog Purchasing application (via Browser) Catalog button OkCode SAP Web application Catalog URL with parameters e.g. SAP B2B Procurement Internet Information Server (IIS) Internet Transaction Server (ITS) Catalog application Catalog CGI script Catalog page 2 5

6 Interface Structure SAP AG The Outbound section consists of information that is sent to the catalog application by the SAP B2B Procurement application. This information originates in the SAP system, where it is created and maintained by SAP Transaction OXW3. Using this information, the SAP B2B Procurement application constructs a URL call to the catalog application. The CGI script of the catalog application then parses and decodes this information. In the SAP B2B Procurement system, you can set up this information in Customizing. For further information, see: IMG: Electronic Commerce Business-to-Business Procurement Catalogs Define Catalogs. Note the following when setting up this information: Many of the field names and values are dependent on the particular catalog application. You must structure the fields in the order shown in the table below. In particular, define the catalog-specific information directly after the catalog URL and the ~OkCode and ~Target fields directly after the Return URL field. Typically, field values are entered as literals. For example, the LOGIN field can have a literal value of GUEST. However, system variables such as SY-UNAME can also be used as valid values for a field, allowing for the actual value to be determined at runtime. In this case, you should assign a Type value of "3" to the relevant field (refer also to the documentation on Transaction OXW3). The Outbound data you maintain in transaction OXW3 is structured as described in the table below. In this table, "Fixed" indicates that the field name must be exactly as specified, whereas Variable indicates that the field name is catalog-specific. Description Mandatory Catalogspecific Catalog URL All catalogspecific fields Field Name Field name is fixed / variable Meaning Yes Yes <blank> Fixed The URL of the catalog. Should refer to the location of the catalog CGI script file. As applicable Return URL Yes No HOOK_ URL Yes Variable The set of catalog-specific fields. An example of catalogspecific fields is provided in the table below. Variable The URL used to return to the SAP B2B Procurement 2 6

7 SAP AG Interface Structure application from the catalog application. Set the value of this field to blank as it is automatically filled at run-time by the procurement application. The HOOK_URL can have a different name, but the type of this field must be set to 4 (return URL). The HOOK_URL is encoded so that special characters such as ':' or '/' are represented by '%' and ASCII characters by their hex digits. The catalog application is responsible for decoding this string into a valid URL. Note that the catalog application must not make any assumptions on the HOOK_URL, e.g. it cannot assume that a question mark is present to delineate the URL variables. OK Code Yes No ~OkCode Fixed Contains the transaction code indicating that the function Add Items to SAP shopping basket is to be performed. Must be set to ADDI for SAP B2B Procurement. Target Yes No ~TARGET Fixed Specifies the frame to which a catalog is to return to in a frame-based environment. If this field is not set, the catalog application MUST provide a default target of _top. Example of catalog-specific parameters: Description Field Name Fixed/Variable field name Meaning Request type REQTYPE Variable Requests a login when the catalog is first accessed. Login USERNAME Variable The user ID to login to the catalog. 2 7

8 Interface Structure SAP AG Password PASSWORD Variable The login password. Database identifier SERVICE Variable A database identifier. This may be required for some catalogs. 2 8

9 SAP AG Interface Structure Inbound Section The Inbound section consists of information that is sent to the SAP B2B Procurement application by the catalog application. The specification of this information is different for goods catalogs and services catalogs. The following graphic illustrates the inbound interface: Catalog Catalog application Transfer shopping basket (Field arrays) Field arrays SAP Web Application e.g. SAP B2B Procurement Field array values copied to screen fields, OkCode = "ADDI" Internet Information Server (IIS) Internet Transaction Server (ITS) Save Purchasing application (via Browser) 2 9

10 Interface Structure SAP AG Goods Catalogs For each item selected in the catalog and sent to the SAP B2B Procurement application, all mandatory fields should be sent, along with the relevant optional fields. To handle multiple items selected in the catalog, each field name must be an array using the bracket subscript convention as per the C programming language. Subscripts must start at 1 (not zero). For example, the description of an item would be returned as a name, e.g. DESCRIPTION [1]. The fields can be sent back to the purchasing application by either the GET or the POST method. Note the following: The maximum number of items transferred in one call must not exceed 25. There must be no leading spaces in the fields. All numeric fields that allow fractional amounts must explicitly include the decimal point. in the correct byte position. Apart from the decimal point, numeric fields must NOT include commas or any other non-numeric characters. Item Name Required / Description Material Master Unit of Measure DESCRIPTION MATNR UNIT Required if the SAP material master number is not specified. Required if the Description field is not specified. Required if Material Master field is not filled. Details The description of the item to be ordered. This must not exceed 40 characters. The SAP material master number. This must not exceed 18 characters. Unit of measure of the item. This must not exceed 3 characters, and must be the standard ISO code. Price PRICE Price of the item from the catalog. This must not exceed 15 characters. There can be a maximum of 11 digits to the left of the decimal point, and there must be 3 digits to the right. Quantity QUANTITY Required Quantity to add. This must not exceed 15 characters. There can be a maximum of 11 digits to the 2 10

11 SAP AG Interface Structure left of the decimal point, and there must be 3 digits to the right. Currency CURRENCY Required if a price is returned, otherwise optional Must not exceed 5 characters, and must be the ISO code for the currency. Lead Time LEADTIME Number of working days from today when the product will be available. If not specified, no assumptions will be made on the lead time. Must not exceed 5 characters. Vendor VENDOR The SAP vendor account number of the product, if the product is purchased through a broker. Must not exceed 10 characters. Vendor Material Number VENDORMAT The vendor material part number of the product. Must not exceed 22 characters. Manufacturer MANUFACTCODE The manufacturer of the product. Must not exceed 10 characters. Manufacturer Material Number MANUFACTMAT The manufacturer s material part number of the product. Must not exceed 22 characters. Price Unit PRICEUNIT The number of units that must be purchased at the given price. Must not exceed 9 characters. This quantity defaults to one. Material Group MATGROUP The SAP material group. This must not exceed 9 characters. Service Catalogs The following fields are returned to the SAP B2B Procurement application from a catalog application. For each item selected in the catalog and sent to the SAP B2B Procurement application, all mandatory fields should be sent, along with the relevant optional fields. To handle multiple items selected in the catalog, each field name should be an array using the bracket subscript convention as in the C programming language. Subscripts must start at 1 (not zero). For example, the description of an item would be returned as a name, 2 11

12 Interface Structure SAP AG e.g. DESCRIPTION [1]. The fields can be sent back to the purchasing application by either the GET or the POST method. Note the following: The maximum number of items transferred in one call must not exceed 25. There must be no leading spaces in the fields. All numeric fields that allow fractional amounts must explicitly include the decimal point. in the correct byte position. Apart from the decimal point, numeric fields must NOT include commas or any other non-numeric characters. Item Name Required / Details Description DESCRIPTION Required if no service master is specified. The description of the service to be ordered. This must not exceed 40 characters. Service Master SERVICE Required if no Description is specified. The SAP service master number. This must not exceed 18 characters. Unit of Measure UNIT Required if no service master number is specified. Unit of measure of the service line. This must not exceed 3 characters, and must be the standard ISO code. Price PRICE. Price of the service line from the catalog. This must not exceed 15 characters. There can be a maximum of 11 digits to the left of the decimal point, and there must be 3 digits to the right. If no price is returned, the SAP system can only create a purchase requisition, not a purchase order. Quantity QUANTITY Required. Quantity to add. This must not exceed 15 characters. There can be a maximum of 11 digits to the left of the decimal point, and there must be 3 digits to the right. 2 12

13 SAP AG Interface Structure If no quantity is returned the default value is 1. Currency CURRENCY Required if the price is returned. Must not exceed 5 characters, and must be the ISO code for currency. Lead Time LEADTIME. Number of working days from today when the service will be available. If no value is provided, no assumptions will be made on the lead time. Must not exceed 5 characters. Vendor VENDOR. The SAP vendor account number if the service is purchased through a broker. Must not exceed 10 characters. Vendor Service Number VENDORSRV. The vendor service number of the service. Must not exceed 18 characters. Price Unit PRICEUNIT. The number of units that must be purchased at the given price. Must not exceed 9 characters. This defaults to 1 if no other value is specified. 2 13

14 Interface Structure SAP AG Catalog Interface Example The following excerpts are examples of the HTML source code generated by a catalogue engine after a user has completed selecting items for a shopping basket. You can extract the source code and display the data in a Web Browser. Example 1 shows the HTML code generated for goods, example 2 that generated for services. Note that the input type of "text" can be set to "hidden" if it is not necessary to display the items. Also, the table coding is used for display purposes only and is not mandatory. </HEAD> <BODY bgcolor="#ded6c2"> <FORM action="content of HOOK_URL" method=get target=_top> <input type="hidden" name="~okcode" value="value of ~OKCODE (ADDI for B2B)"> <input type="hidden" name="~target" value="value of ~TARGET (must be _top)"> <TABLE border=1> Example 1: Up to 25 items (goods) <!--For more information about the interface fields see the catalogue interface description--> <!--Item number 1--> <TR> <TD><input type="text" name="description[1]" value="descriptive text"> </TD> <TD><input type="text" name="matnr[1]" value="material number of the item"> </TD> <TD><input type="text" name="unit[1]" value="unit of the item"> </TD> <TD><input type="text" name="price[1]" value="price of the item"> </TD> <TD><input type="text" name="quantity[1]" value="quantity of the item"> </TD> <TD><input type="text" name="currency[1]" value="currency"> </TD> <TD><input type="text" name="leadtime[1]" value="lead time"> </TD> <TD><input type="text" name="vendor[1]" value="vendor number"> </TD> <TD><input type="text" name="vendormat[1]" value="vendor material"> </TD> <TD><input type="text" name="manufactcode[1]" value="manufacturer of the product"> </TD> <TD><input type="text" name="manufactmat[1]" value="manufacturer's material number"></td> <TD><input type="text" name="priceunit[1]" value="price per unit"> </TD> <TD><input type="text" name="matgroup[1]" value="material group"> </TD> </TR> <!--Item number 2--> <TR> <TD><input type="text" name="description[2]" value="descriptive text"> </TD> <TD><input type="text" name="matnr[2]" value="material number of the item"> </TD> <TD><input type="text" name="unit[2]" value="unit of the item"> </TD> <TD><input type="text" name="price[2]" value="price of the item"> </TD> <TD><input type="text" name="quantity[2]" value="quantity of the item"> </TD> 2 14

15 SAP AG Interface Structure <TD><input type="text" name="currency[2]" value="currency"> </TD> <TD><input type="text" name="leadtime[2]" value="lead time"> </TD> <TD><input type="text" name="vendor[2]" value="vendor number"> </TD> <TD><input type="text" name="vendormat[2]" value="vendor material"> </TD> <TD><input type="text" name="manufactcode[2]" value="manufacturer of the product"> </TD> <TD><input type="text" name="manufactmat[2]" value="manufacturer's material number"> </TD> <TD><input type="text" name="priceunit[2]" value="price per unit"> </TD> <TD><input type="text" name="matgroup[2]" value="material group"> </TD> </TR> <!--Item number 3--> <TR> <TD><input type="text" name="description[3]" value="descriptive text"> </TD> <TD><input type="text" name="matnr[3]" value="material number of the item"> </TD> <TD><input type="text" name="unit[3]" value="unit of the item"> </TD> <TD><input type="text" name="price[3]" value="price of the item"> </TD> <TD><input type="text" name="quantity[3]" value="quantity of the item"> </TD> <TD><input type="text" name="currency[3]" value="currency"> </TD> <TD><input type="text" name="leadtime[3]" value="lead time"> </TD> <TD><input type="text" name="vendor[3]" value="vendor number"> </TD> <TD><input type="text" name="vendormat[3]" value="vendor material"> </TD> <TD><input type="text" name="manufactcode[3]" value="manufacturer of the product"> </TD> <TD><input type="text" name="manufactmat[3]" value="manufacturer's Material number"></td> <TD><input type="text" name="priceunit[3]" value="price per unit"> </TD> <TD><input type="text" name="matgroup[3]" value="material group"> </TD> </TR> <!--and so on...--> </TABLE> <BR> <! > <TABLE border=1> Example 2: Up to 25 items (services) <!--For more information about the interface fields see the catalogue interface description--> <!--Item number 1--> <TR> <TD><input type="text" name="description[1]" value="descriptive text"> </TD> <TD><input type="text" name="service[1]" value="service number"> </TD> <TD><input type="text" name="unit[1]" value="unit of the service"> </TD> <TD><input type="text" name="price[1]" value="price of the service"> </TD> <TD><input type="text" name="quantity[1]" value="quantity of the service"></td> <TD><input type="text" name="currency[1]" value="currency"> </TD> 2 15

16 Interface Structure SAP AG <TD><input type="text" name="leadtime[1]" value="lead time"> </TD> <TD><input type="text" name="vendor[1]" value="vendor"> </TD> <TD><input type="text" name="vendorsrv[1]" value="vendor service number"> </TD> <TD><input type="text" name="priceunit[1]" value="price per unit"> </TD> </TR> <!--Item number 2--> <TR> <TD><input type="text" name="description[2]" value="descriptive text"> </TD> <TD><input type="text" name="service[2]" value="service number"> </TD> <TD><input type="text" name="unit[2]" value="unit of the service"> </TD> <TD><input type="text" name="price[2]" value="price of the service"> </TD> <TD><input type="text" name="quantity[2]" value="quantity of the service"> </TD> <TD><input type="text" name="currency[2]" value="currency"> </TD> <TD><input type="text" name="leadtime[2]" value="lead time"> </TD> <TD><input type="text" name="vendor[2]" value="vendor"> </TD> <TD><input type="text" name="vendorsrv[2]" value="vendor service number"> </TD> <TD><input type="text" name="priceunit[2]" value="price per unit"> </TD> </TR> <!--Item number 3--> <TR> <TD><input type="text" name="description[3]" value="descriptive text"> </TD> <TD><input type="text" name="service[3]" value="service number"> </TD> <TD><input type="text" name="unit[3]" value="unit of the service"> </TD> <TD><input type="text" name="price[3]" value="price of the service"> </TD> <TD><input type="text" name="quantity[3]" value="quantity of the service"> </TD> <TD><input type="text" name="currency[3]" value="currency"> </TD> <TD><input type="text" name="leadtime[3]" value="lead time"> </TD> <TD><input type="text" name="vendor[3]" value="vendor"> </TD> <TD><input type="text" name="vendorsrv[3]" value="vendor service number"> </TD> <TD><input type="text" name="priceunit[3]" value="price per unit"> </TD> </TR> <!--and so on...--> </TABLE> <BR> <input type="submit" name="button1" value="submit to B2B"> </FORM> 1999, SAP AG </BODY> </HTML> 2 16

Test Plan Security Assertion Markup Language Protocol Interface BC-AUTH-SAML 1.0

Test Plan Security Assertion Markup Language Protocol Interface BC-AUTH-SAML 1.0 Test Plan Security Assertion Markup Language Protocol Interface BC-AUTH-SAML 1.0 SAP WebAS 6.40 Version 1.0 1.0 1 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this documentation may

More information

BC407 Reporting: QuickViewer, InfoSet Query and SAP Query

BC407 Reporting: QuickViewer, InfoSet Query and SAP Query Reporting: QuickViewer, InfoSet Query and SAP Query SAP NetWeaver Course Version: 93 Course Duration: 2 Day(s) Publication Date: 12-04-2012 Publication Time: 1050 Copyright Copyright SAP AG. All rights

More information

BC481 SAP Interactive Forms by Adobe

BC481 SAP Interactive Forms by Adobe SAP Interactive Forms by Adobe SAP NetWeaver Application Server - ABAP Course Version: 93 Course Duration: 2 Day(s) Publication Date: 27-02-2013 Publication Time: 0959 Copyright Copyright SAP AG. All rights

More information

NWBC10 NetWeaver Business Client

NWBC10 NetWeaver Business Client NetWeaver Business Client SAP NetWeaver Course Version: 96 Course Duration: 1 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication

More information

Security Audit Log (BC-SEC)

Security Audit Log (BC-SEC) HELP.BCSECAUDLOG Release 4.6C SAP AG Copyright Copyright 2001 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

More information

Capacity Planning in the Process Industry

Capacity Planning in the Process Industry Capacity Planning in the Process Industry HELP.PPCRPPPPI Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

BC450 ABAP Performance: Analysis and Optimization

BC450 ABAP Performance: Analysis and Optimization ABAP Performance: Analysis and Optimization SAP NetWeaver Application Server - ABAP Course Version: 93 Course Duration: 5 Day(s) Publication Date: 18-10-2012 Publication Time: 1025 Copyright Copyright

More information

FSC130 SAP Bank Communication Management

FSC130 SAP Bank Communication Management SAP Bank Communication Management SAP ERP - Financials Course Version: 97 Course Duration: 2 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright 2014 SAP AG. All rights reserved. No part

More information

Maintenance Bills of Material (CS-BD/PM-EQM-BM)

Maintenance Bills of Material (CS-BD/PM-EQM-BM) Maintenance Bills of Material (CS-BD/PM-EQM-BM) HELP.PMEQMBM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

HR Data Retrieval in a LDAP- Enabled Directory Service

HR Data Retrieval in a LDAP- Enabled Directory Service HR Data Retrieval in a LDAP- Enabled Directory Service HELP.PORTMANAGER Release 50A Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

BW370 BI Integrated Planning

BW370 BI Integrated Planning BI Integrated Planning SAP NetWeaver Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication may

More information

BIT601 SAP Workflow Definition and Use of Customer-Specific Workflows

BIT601 SAP Workflow Definition and Use of Customer-Specific Workflows SAP Workflow Definition and Use of Customer-Specific Workflows SAP NetWeaver Course Version: 94 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP SE. All rights

More information

Business Partner Master Data (LO-MD-BP)

Business Partner Master Data (LO-MD-BP) HELP.LOBP Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Human Resources. R/3 System Payroll South Africa

Human Resources. R/3 System Payroll South Africa Human Resources R/3 System Payroll South Africa SAP AG Neurottstraße 16 69190 Walldorf Germany Copyright 1998 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any

More information

Balance Sheet Valuation (MM- IM-VP)

Balance Sheet Valuation (MM- IM-VP) Balance Sheet Valuation (MM- IM-VP) HELP.MMIVMBVAL Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Electronic Data Interchange / IDoc Interface (SD-EDI)

Electronic Data Interchange / IDoc Interface (SD-EDI) Electronic Data Interchange / IDoc Interface (SD-EDI) HELP.SDEDI Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any

More information

Connection with External Time Recording Systems

Connection with External Time Recording Systems Connection with External Time Recording Systems HELP.PT-BFA Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

How To Distribute Organizational Management In A Distributed System

How To Distribute Organizational Management In A Distributed System Master Data Distribution (Human Resources) HELP.CABFAALEHR Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Form Handling. Server-side Web Development and Programming. Form Handling. Server Page Model. Form data appended to request string

Form Handling. Server-side Web Development and Programming. Form Handling. Server Page Model. Form data appended to request string Form Handling Server-side Web Development and Programming Lecture 3: Introduction to Java Server Pages Form data appended to request string

More information

Settlement (CO) HELP.COABR. Release4.6C

Settlement (CO) HELP.COABR. Release4.6C HELP.COABR Release4.6C SAP AG Copyright Copyright 2001 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

BC401 ABAP Objects. Course Outline. SAP NetWeaver. Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time:

BC401 ABAP Objects. Course Outline. SAP NetWeaver. Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: ABAP Objects SAP NetWeaver Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication may be reproduced

More information

CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE

CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE SAP BEST PRACTICES AND SERVICE SOLUTION MANAGEMENT CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE Exercise / Solution ITAI SADAN, SOLUTION OFFICE, SAP AMERICA SAP BEST PRACTICES AND SERVICE SOLUTION

More information

SAP GUI Scripting Security Guide

SAP GUI Scripting Security Guide SAP GUI Scripting Security Guide SAP GUI for Windows Release 6.40/7.10 SAP Technical Information December 2006 2 Contents 1. INTRODUCTION... 4 2. INSTALLATION... 4 3. PROTECTING CRITICAL SAP SYSTEMS...

More information

PE Training and Event Management. SAP ERP Central Component

PE Training and Event Management. SAP ERP Central Component PE Training and Event Management SAP ERP Central Component Release 5.0 Release Notes Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Payments HELP.PYINT. Release 4.6C

Payments HELP.PYINT. Release 4.6C HELP.PYINT Release 4.6C SAP AG Copyright Copyright 2001 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

Compensation Management (PA- CM)

Compensation Management (PA- CM) Compensation Management (PA- CM) HELP.PACM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any

More information

Confirmation HELP.PSCON. Release 4.6C

Confirmation HELP.PSCON. Release 4.6C HELP.PSCON Release 4.6C SAP AG Copyright Copyright 2001 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

SAP R/3 Technical Consultant Certification Program

SAP R/3 Technical Consultant Certification Program SAP R/3 Technical Consultant Certification Program SAP Australia & New Zealand Release 3.0 SAP AG Neurottstr. 16 D-69190 Walldorf 5001 2228 SAP R/3 Technical Consultant Certification Program SAP AG 1 Copyright

More information

E-Recruiting Job Board Integration using XI

E-Recruiting Job Board Integration using XI E-Recruiting Job Board Integration using XI SAP AG 2005 SAP AG 1 Overview of Integration Scenario E-Recruiting System Configuration Delivered XI Components Basic XI-side Configuration Message Monitoring

More information

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 Sales Rush Sales Order Processing S01- Lean Baseline Package SAP AG Neurottstr. 16 69190 Walldorf Germany 1.1.1 Copyright

More information

BIT300 Application Link Enabling (ALE) Technology

BIT300 Application Link Enabling (ALE) Technology Application Link Enabling (ALE) Technology SAP NetWeaver Course Version: 95 Course Duration: 3 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of

More information

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide SAP How-to Guide Mobile Device Management SAP Afaria How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide Applicable Releases: SAP Afaria 7 SP3 HotFix 06, SAP Afaria

More information

Capacity Leveling in PP-SOP and LO-LIS-PLN

Capacity Leveling in PP-SOP and LO-LIS-PLN Capacity Leveling in PP-SOP and LO-LIS-PLN HELP.PPCRPSOP Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Service Level Reporting for Business Process Monitoring

Service Level Reporting for Business Process Monitoring Service Level Reporting in SAP Solution Manager Service Level Reporting for Business Process Monitoring with SAP Solution Manager 7.1 May 2013 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T +49/18

More information

Product Lifecycle Management (PLM)

Product Lifecycle Management (PLM) HELP.LOPLM Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose without the express permission

More information

SAP List Viewer (ALV): Classic

SAP List Viewer (ALV): Classic HELP.CAGTFLV Release 4.6C SAP AG Copyright Copyright 2001 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

DATA ARCHIVING IN SAP R/3 ENTERPRISE. Georg Fischer PM Data Archiving SAP AG

DATA ARCHIVING IN SAP R/3 ENTERPRISE. Georg Fischer PM Data Archiving SAP AG DATA ARCHIVING IN SAP R/3 ENTERPRISE Georg Fischer PM Data Archiving SAP AG Agenda Introduction Data Archiving Basics Access to Archived Data Data Archiving Projects Information and Contacts SAP AG 2003,

More information

R/3 Security Guide : VOLUME II

R/3 Security Guide : VOLUME II SAP AG Neurottstr. 16 D-69190 Walldorf R/3 Security R/3 Security Guide : VOLUME II R/3 Security Services in Detail Version 2.0a : English July 31, 1998 R/3 Security Services in Detail Copyright Copyright

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

PA-ER E-Recruiting. SAP ERP Central Component

PA-ER E-Recruiting. SAP ERP Central Component PA-ER E-Recruiting SAP ERP Central Component Release 6.0 Release Notes 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

Extract Archived Data from SAP ERP

Extract Archived Data from SAP ERP How-to Guide SAP NetWeaver 7.0 How To Extract Archived Data from SAP ERP Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 7.0 (BI capability) Copyright 2008 SAP AG. All rights reserved. No part

More information

Configuring Distribution List in Compliant User Provisioning

Configuring Distribution List in Compliant User Provisioning Configuring Distribution List in Compliant User Provisioning Applies To: GRC Access Control Suite for 5.3 Summary: Configuration of Distribution List in Compliant User Provisioning will allow a group of

More information

Open Catalog Interface (OCI)

Open Catalog Interface (OCI) Open Catalog Interface (OCI) Release 4.0 Copyright Copyright 2003 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

More information

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Applies to: Crystal Reports for Eclipse version 2 Summary This document provides a step-by-step guide on how to

More information

Engineering Change Management (LO-ECH)

Engineering Change Management (LO-ECH) Engineering Change Management (LO-ECH) HELP.LOECH Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for

More information

Introduction to SAP BusinessObjects Information Design Tool

Introduction to SAP BusinessObjects Information Design Tool Introduction to SAP BusinessObjects Information Design Tool Page 2 of 9 Copyright Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

How To Configure MDM to Work with Oracle ASM-Based Products

How To Configure MDM to Work with Oracle ASM-Based Products SAP NetWeaver How-To Guide How To Configure MDM to Work with Oracle ASM-Based Products Applicable Releases: MDM 7.1 SP10 and later Version 1.0 June 2013 Copyright 2013 SAP AG. All rights reserved. No part

More information

Backup & Restore with SAP BPC (MS SQL 2005)

Backup & Restore with SAP BPC (MS SQL 2005) How-to Guide SAP CPM How To Backup & Restore with SAP BPC (MS SQL 2005) Version 1.0 September 2007 Applicable Releases: SAP BPC 5.1 Copyright 2007 SAP AG. All rights reserved. No part of this publication

More information

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios SAP Business ByDesign Reference Systems Scenario Outline SAP ERP Integration Scenarios Content Scenario Overview Business Scenarios in a Reference System Introduction Typical Usage Process Illustration

More information

BW362 SAP BW powered by SAP HANA

BW362 SAP BW powered by SAP HANA SAP BW powered by SAP HANA SAP NetWeaver - Business Intelligence Course Version: 08 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No

More information

Third Party Digital Asset Management Integration

Third Party Digital Asset Management Integration Third Party Digital Asset Management Integration Objectives At the end of this unit, you will be able to: Assign Digital Assets to CRM Objects Work with the Where-Used List Describe the necessary customizing

More information

The Payroll Process HELP.PYINT. Release 4.6C

The Payroll Process HELP.PYINT. Release 4.6C HELP.PYINT Release 4.6C SAP AG Copyright Copyright 2001 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 Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case

How to Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case How to Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case Applies to: SAP CRM 4.0 Internet Sales and beyond Summary You want to set up

More information

Dangerous Goods Management (EHS-DGP)

Dangerous Goods Management (EHS-DGP) Dangerous Goods Management (EHS-DGP) HELP.EHSDGP Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for

More information

BW362 SAP NetWeaver BW, powered by SAP HANA

BW362 SAP NetWeaver BW, powered by SAP HANA SAP NetWeaver BW, powered by SAP HANA SAP NetWeaver - Business Intelligence Course Version: 07 Course Duration: 5 Day(s) Publication Date: 05-08-2014 Publication Time: 1210 Copyright Copyright SAP AG.

More information

How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0

How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0 How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0 Applies to: BusinessObjects Enterprise XI 3.0 Summary The objective of this document is to provide steps to install and configure

More information

Sales and Distribution (SD) Workflow Scenarios

Sales and Distribution (SD) Workflow Scenarios Sales and Distribution (SD) Workflow Scenarios HELP.BCBMTWFMSD Release 4.6B SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any

More information

BOMs (PP-BD-BOM) HELP.PPBDBOM. Release 4.6C

BOMs (PP-BD-BOM) HELP.PPBDBOM. Release 4.6C HELP.PPBDBOM Release 4.6C SAP AG Copyright Copyright 2001 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

Posting Messages into XI

Posting Messages into XI Posting Messages into XI Applies to: SAP NetWeaver Exchange Infrastructure Summary This article demonstrates how easy it is to post XML/SOAP messages into SAP NetWeaver Exchange Infrastructure (XI) using

More information

IDoc Interface / Electronic Data Interchange (BC-SRV-EDI)

IDoc Interface / Electronic Data Interchange (BC-SRV-EDI) IDoc Interface / Electronic Data Interchange (BC-SRV-EDI) HELP.BCSRVEDI Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Quality Management (QM)

Quality Management (QM) HELP.CAARCQM Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose without the express permission

More information

prioritize XI messages on integration server

prioritize XI messages on integration server How-to Guide SAP NetWeaver 2004s How To prioritize XI messages on integration server Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 2004s Process Integration Enabling Application-to-Application

More information

Change and Transport System - Overview (BC-CTS)

Change and Transport System - Overview (BC-CTS) Change and Transport System - Overview (BC-CTS) HELP.BCCTS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Implementing Outlook Integration for SAP Business One

Implementing Outlook Integration for SAP Business One Welcome to your RKT Live Expert Session Implementing Outlook Integration for SAP Business One Valerie Arguin Solution Manager Please note that we are recording this session! Your Presenter Please insert

More information

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance)

SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) SAP How-To Guide: Develop a Custom Master Data Object in SAP MDG (Master Data Governance) Applies to: SAP Master Data Governance running on SAP ERP 6 EhP 6 Master Data Governance. The Guide can also be

More information

Utilities for downloading and uploading OO ABAP classes in XML format

Utilities for downloading and uploading OO ABAP classes in XML format SDN Contribution Utilities for downloading and uploading OO ABAP classes in XML format Applies to: SAP WebAS 6.20 and above. Summary This article will present two utility reports for downloading and uploading

More information

Performance Best Practices Guide for SAP NetWeaver Portal 7.3

Performance Best Practices Guide for SAP NetWeaver Portal 7.3 SAP NetWeaver Best Practices Guide Performance Best Practices Guide for SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Document Version 1.0 June 2012 Copyright 2012 SAP AG. All rights

More information

Balance Sheet and Profit & Loss Statement in SAP BW

Balance Sheet and Profit & Loss Statement in SAP BW Balance Sheet and Profit & Loss Statement in SAP BW Release BI Content 3.2 Add-On Copyright Copyright 2002 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator)

SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator) SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator) Applies to: SAP GRC Access Control, version 5.2 Summary This document discusses the background

More information

SAP Web Application Server Security

SAP Web Application Server Security SAP Web Application Server Security HELP.BCSECSWAPPS Release 6.10 Document Version 1.4 01/15/02 Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Integration of SAP central user administration with Microsoft Active Directory

Integration of SAP central user administration with Microsoft Active Directory Collaboration Technology Support Center Microsoft - Collaboration Brief June 2005 Integration of SAP central user administration with Microsoft Active Directory Chris Kohlsdorf, Senior System Architect

More information

How to Configure and Trouble Shoot Email Notification for Process Control 2.5

How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP GRC Regional Implementation Group Applicable Releases:

More information

DirectOne Hosted Payment Page. Integration Guide

DirectOne Hosted Payment Page. Integration Guide DirectOne Hosted Payment Page Integration Guide Document Control This is a control document DESCRIPTION DirectOne Hosted Payment Page Integration Guide CREATION DATE 02/04/2007 CREATED BY SecurePay VERSION

More information

Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal. SAP NetWeaver Product Management

Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal. SAP NetWeaver Product Management Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal SAP NetWeaver Product Management Overview Native Third-Party Services Code Samples Summary Integration of Third-Party Collaboration

More information

Payroll Spain (PY-ES)

Payroll Spain (PY-ES) HELP.PYES Release 4.6C SAP AG Copyright Copyright 2001 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

Budget Control by Cost Center

Budget Control by Cost Center SAP Business One Budget Control by Cost Center Ecosystem & Channels Readiness July 2011 Allows a precise follow up of costs booked using the cost accounting dimensions functionality as introduced in SAP

More information

Partial Period Remuneration (Factoring)

Partial Period Remuneration (Factoring) Partial Period Remuneration (Factoring) HELP.PYINT Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

SAP Business Partner (SAP BP)

SAP Business Partner (SAP BP) HELP.CABP Release 4.6C SAP AG Copyright Copyright 2001 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 Balance In Sap Bw

How To Balance In Sap Bw How-to Guide SAP NetWeaver 04 How To Load Balancing For Data Load Processing and Warehouse Management In BW Version 1.10 January 2005 Applicable Releases: SAP NetWeaver 04 For source system requirements

More information

3 rd party Service Desk interface

3 rd party Service Desk interface SAP Solution Manager 3 rd party Service Desk interface Product Management SAP Solution Manager SAP AG Disclaimer This presentation is a preliminary version and not subject to your license agreement or

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

Global Transport Label - General Motors -

Global Transport Label - General Motors - SAP Customer Success Story Automotive Consulting Solutions Print form for the Sales and Distribution process Global Transport Label - General Motors - Agenda GETRAG Corporate Group Description of the Function

More information

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration

Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Duet Enterprise Add SAP ERP Reports and SAP BI Queries/Workbooks to Duet Enterprise Configuration Applies to: Duet Enterprise 1.0, Feature Pack 1 for Duet Enterprise Summary This paper gives an overview

More information

Integration of SAP Netweaver User Management with LDAP

Integration of SAP Netweaver User Management with LDAP Integration of SAP Netweaver User Management with LDAP Applies to: SAP Netweaver 7.0/7.1 Microsoft Active Directory 2003 Summary The document describes the detailed steps of configuring the integration

More information

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Intelligent Business Operations Chapter 1: Overview & Strategy

Intelligent Business Operations Chapter 1: Overview & Strategy Intelligent Business Operations Chapter 1: Overview & Strategy Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Ariba Network Integration to SAP ECC

Ariba Network Integration to SAP ECC Ariba Network Integration to SAP ECC Mark Willner Principal Technical Solutions Consultant Ariba an SAP Company» October 2014 ERP Materials Management Core Integration Scenario Ariba Collaborative Commerce,

More information

Security Guide SAP GUI for Windows

Security Guide SAP GUI for Windows Security Guide SAP GUI for Windows SAP GUI for Windows Release 7.30 SAP Technical Information June 2012 2 Contents 1. SAP GUI SECURITY MODULE... 4 1.1 SAP GUI SECURITY SETTINGS... 4 2.2 WHICH ACTIONS TRIGGERED

More information

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS

Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Installation Guide Customized Installation of SQL Server 2008 for an SAP System with SQL4SAP.VBS Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.00 09/16/2008 Document

More information

How To... Integrate Custom Formulas into the Formula Builder

How To... Integrate Custom Formulas into the Formula Builder SAP NetWeaver How-To Guide How To... Integrate Custom Formulas into the Formula Builder Applicable Releases: SAP NetWeaver 2004 SAP NetWeaver 7.0 IT Practice: Business Information Management IT Scenario:

More information

Transferring Data with DB Connect

Transferring Data with DB Connect Transferring Data with DB Connect ADDON.NDBWAW Release 30B Copyright Copyright 2002 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose

More information

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems Agenda 1. R/3 - Setup 1.1. Transaction code STRUST 1.2. Transaction code SM59 2. J2EE - Setup 2.1. Key Storage 2.2. Security Provider 2.3.

More information

Integration of Universal Worklist into Microsoft Office SharePoint

Integration of Universal Worklist into Microsoft Office SharePoint Integration of Universal Worklist into Microsoft Office SharePoint Applies to: SAP NetWeaver Portal 7.01 SP3 Microsoft Office SharePoint 2007 For more information, visit the Portal and Collaboration homepage.

More information

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) TM111 ERP Integration for Order Management (Shipper Specific). COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this

More information

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0 Building Reports Using the Web Intelligence Java Report Panel First edition: July 2008 Legal and notice information Copyright

More information

Inventory Management and Physical Inventory (MM-IM)

Inventory Management and Physical Inventory (MM-IM) Inventory Management and Physical Inventory (MM-IM) HELP.MMIM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

How to Schedule Report Execution and Mailing

How to Schedule Report Execution and Mailing How To Guide SAP Business One Document Version: 1.0 2012-09-02 Applicable Releases: SAP Business One 8.81 PL10 and higher, SAP Business One 8.82 Typographic Conventions Type Style Example Description Words

More information

Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning

Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning Portfolio and Project Management 5.0: Excel Integration for Financial and Capacity Planning Applies to: Portfolio and Project Management 5.0 Summary Financial and Capacity planning for item, initiative

More information

SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration. Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team

SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration. Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team Prerequisites Required: Basic MDM knowledge Basic EP6 content management

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information