BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users

Size: px
Start display at page:

Download "BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users"

Transcription

1 BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users Applies to: SAP BR*Tools Studio 7.10(2) for Oracle DBA on Unix/Linux with examples on IBM AIX. For more information, visit the Landscape Design and Architecture homepage. Summary This article describe server, database instances and users definitions in SAP BR*Tools Studio for Oracle DBA on Unix/Linux in Multi-instance Server Standalone scenario. The objective is to motivate this scenario usage. Also this article is considered to be first aid in frequently difficulties or issues found in this configuration. Thus, overcoming the difficulties of this configuration and elevating use and reliable of SAP BR*Tools Studio. Author: Alexandre Prudente Company: Independent Technology Consultant Created on: 20 December 2010 Author Bio Alexandre is a Brazilian Independent Technology Consultant. He has 12+ years of experience in Technology consultancy. He has worked in assessment, design, setup and operation of solution landscapes in great companies of telecommunications, data centers and retails. He has trained in SAP Netweaver Administrator academy and SAP BW academy SAP AG 1

2 Table of Contents Applies to:... 1 Summary... 1 Author Bio... 1 Table of Contents... 2 BR*Tools Studio: Server, Database Instances and their users... 3 BR*Tools Server instance authentication key... 4 Check the authentication key... 4 Authentication key creation... 4 Regular Server Instance Management... 5 Start BR*Tools Server instance... 5 Shutdown BR*Tools Server instance... 6 Shutdown BR*Tools Web Application... 6 Change BR*Tools Server password (optional)... 7 Database instance configuration... 7 Check the Database instance operation prerequisites... 7 Secure shell (SSH) configuration for the Database instance operation... 9 Add the Database instance in BR*Tools Studio Landscape Show all Database instances in BR*Tools Studio Landscape Alter the Database instance in BR*Tools Studio Landscape Remove the Database instance in BR*Tools Studio Landscape Users and Roles administration for each Database Instance in BR*Tools Studio Connect to Database instance in BR*Tools Studio Explain available roles in BR*Tools Studio Administration Add User to Database instance in BR*Tool Studio Administration Show all Database instances Users in BR*Tools Studio Administration Alter Database instance User in BR*Tools Studio Administration Alter your Database instance User Password in BR*Tools Studio Administration Remove Database instance User in BR*Tools Studio Administration BR*Tools Studio Wizard Related Content Disclaimer and Liability Notice SAP AG 2

3 BR*Tools Studio: Server, Database Instances and their users If you did Part 1 or if you have a BR*Tools Studio Server instance installed, you may manage your server instance and you may define your database instances landscape for management with this feature and their users. Our case study will go show regular procedures in BR*Tools Studio Server instance management. Also this study will go show how to database instances are defined in BR*Tools Studio Landscape using Secure Shell (SSH). Finally, this study will go show how to users are created for this database instances and which roles may be assigned with them SAP AG 3

4 BR*Tools Server instance authentication key For secure shell communication, you must have an authentication key shared between sender and receiver. This process will go treat of the BR*Tools Server instance authentication key only. Process 1. Check if you have an authentication key yet. 2. Authentication key creation. Check the authentication key Now, you will go check if you have an authentication key. 1. Open Operating system session (telnet, ssh and so) in BR*Tools Studio Server using their owner user. 2. Check if you have a RSA authentication key for your owner user and hostname, like the follow example. saphom:sapdba > grep sapdba@saphom ~/.ssh/id_rsa.pub Note: When you have a RSA authentication key, the check above will be result the authentication key line. In this case, the authentication key creation procedure is not necessary. Authentication key creation Now, you will go create the RSA authentication key 1. Open Operating system session (telnet, ssh and so) in BR*Tools Studio Server using their owner user. 2. Create the RSA authentication key with suggested directory and no passphrase, like the follow example. saphom:sapdba > ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/usr/sap/brtools/studio/.ssh/id_rsa): Created directory '/usr/sap/brtools/studio/.ssh'. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /usr/sap/brtools/studio/.ssh/id_rsa. Your public key has been saved in /usr/sap/brtools/studio/.ssh/id_rsa.pub. The key fingerprint is: 48:9f:f1:eb:32:24:a0:1f:56:72:94:14:fc:bf:ce:49 sapdba@saphom 2010 SAP AG 4

5 Regular Server Instance Management These processes are used in regular management of BR*Tool Server instance. Process 1. Start BR*Tools Server instance. 2. Shutdown BR*Tools Server instance. 3. Shutdown BR*Tools Web Application or Server Exit. 4. Change BR*Tools Server password (optional). Start BR*Tools Server instance Before at all, you have to start BR*Tools Server instance like explained in the follow. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Server Startup. 5. Click on Start Up button. Note: When the startup process has finished the complete frame is showed and the Server Status has green light in Engine SAP AG 5

6 Shutdown BR*Tools Server instance Now, you may shut down the BR*Tools Server instance. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Server Shutdown. 5. Click on Shut Down button. 6. Confirm shutdown operation in pop up window. Note: When the shutdown process has finished the complete frame is showed and the Server Status has red light in Engine. Caution All running jobs have finished safely when you confirm shutdown operation. Recurrent jobs scheduled are preserved and run later at the correct time. However, all jobs scheduled for executing in downtime window are lost. Shutdown BR*Tools Web Application Now, you may exit the BR*Tools Server Web Application. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Server Exit. 5. Click on Exit button. 6. Confirm exit operation in pop up window. Note: Before, BR*Tools Server instance must be shut down for this operation works. This is safe process to stop completely BR*Tools Studio Web Application while the similar process described in Part 1 must be used in emergency situation only SAP AG 6

7 Change BR*Tools Server password (optional) Now, you may change the password of BR*Tools Server. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Server Password. 5. You will enter new password twice in safe mode. 6. Click on Confirm button. 7. Click on Change button. 8. Confirm change password operation in pop up window. Note: When the change password has finished the complete frame is showed. Caution Administrator user password was changed only in Server and it remains the same defined in another database instances when Administrator user was used in creation of them. Database instance configuration This process will go configure the Database instance in BR*Tools Studio Landscape. Process 1. Check the Database instance operation prerequisites. 2. Secure shell (SSH) configuration for the Database instance operation. 3. Add the Database instance in BR*Tools Studio Landscape. 4. Show all Database instances in BR*Tools Studio Landscape. 5. Alter the Database instance in BR*Tools Studio Landscape. 6. Remove the Database instance in BR*Tools Studio Landscape. Check the Database instance operation prerequisites Now, you will go check if you have all prerequisites for Database instance operation mentioned in Part Open Operating system session (telnet, ssh and so) in Database Server using their owner user. Note: Oracle Database owner user is ora<dbsid>. It is in lowercase and you need this password SAP AG 7

8 2. Check if you have a BR*Tools compatible version, like the follow example. sapdes:oranwh > brtools V BR0651I BRTOOLS 7.00 (42)... kernel release patch level Note: BR*Tools Studio is compatible with BR*Tools 7.10 Patch 12 or higher, or BR*Tools 7.00 Patch 34 or higher. When your BR*Tools are early or incompatible, you may download new one using SAP Note (Current versions of BR*Tools and SAPDBA). 3. Check if you have a Security Shell Connectivity Tools, like the follow example. sapdes:oranwh > ssh V OpenSSH_5.0p1, OpenSSL 0.9.8h 28 May 2008 Note: If you don t have a Security Shell Connectivity Tool, you may ask for your Unix/Linux system administrator. The most used is OpenSSH and it is available at but it would be recommend you looking for specific solution in your operating system vendor. The link may be useful in this research. 4. Check if you have a Security Shell directory, like the follow example. sapdes:oranwh > ls -ld ~/.ssh drwx oranwh dba 256 Dec 16 14:43 /home/oranwh/.ssh Note: If you don t have a Security Shell directory, you may create it with mkdir command or Authentication key creation procedure describe above using your current login session SAP AG 8

9 Secure shell (SSH) configuration for the Database instance operation Now, you will go configure Secure Shell communication between BR*Tools Studio Server and your Database instance. 1. Open Operating system session (telnet, ssh and so) in BR*Tools Studio Server using their owner user. 2. Establish Secure Shell communication. If it is first time then you have to confirm the connection with yes and provide the database owner user password in safe mode, like the follow example. saphom:sapdba > ssh -C "hostname ; id" The authenticity of host 'planhomdb ( )' can't be established. RSA key fingerprint is 6f:2e:48:3c:27:7c:44:19:f1:67:da:44:7a:d5:3b:c8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'planhomdb, ' (RSA) to the list of known hosts. oranwh@planhomdb's password: <password> saphom uid=217(oranwh) gid=101(dba) groups=205(sapinst),207(oper) Note: In first Secure Shell communication, the ~/.ssh/ known_hosts configuration file is added with new target host key. 3. When provide password occurs then you have to export public BR*Tools Server authentication key and thus provide the database owner user password by the last time, like the follow example. saphom:sapdba > cat ~/.ssh/id_rsa.pub ssh oranwh@planhomdb -C "cat >> ~/.ssh/authorized_keys" oranwh@planhomdb's password: <password> 4. Check establishment Secure Shell communication with no more asking, like the follow example. saphom:sapdba > ssh oranwh@planhomdb -C "hostname ; id" saphom uid=217(oranwh) gid=101(dba) groups=205(sapinst),207(oper) 2010 SAP AG 9

10 Add the Database instance in BR*Tools Studio Landscape Now, you may add the database instance in your BR*Tools Studio Landscape. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Instances Create. 5. Fill the database instance information frame, like the follow example. Syntax Name Remote Shell : <DBSID> : ssh ora<dbsid>@<dbhost> x l ora<dbsid> C<space> Example Name : NWH Remote Shell : ssh oranwh@planhomdb x l oranwh C Note: Don t forget the end space in remote shell command. Some early versions of SSH don t have C option, if this occurs you may remove this option. 6. Click on Next button. 7. Fill the database instance connection frame beyond BR*Tools instance user password, like the follow example. Syntax Database User Name Database User Password BR*Tools Default Profile Example Database User Name Database User Password BR*Tools Default Profile : <SAPSR3 SAPSR3DB> : <password> : <ORACLE_HOME>/dbs/init<DBSID>.sap : SAPSR3 : <password> : /oracle/nwh/102_64/dbs/initnwh.sap Note: Frequently, SAPSR3 is database schema for ABAP database and SAPSR3DB is database schema for JAVA database. When your database instance is JAVA database only, you must read SAP Note (Installing BR tools on a non-abap database) and following it instructions. 8. Click on Confirm button SAP AG 10

11 9. Click on Create button. Note: When the create process has finished the complete frame is showed and the Server Status remains green light in Connectivity. Also Administrator account has been created for this database instance. Show all Database instances in BR*Tools Studio Landscape Now, you may show all database instances of your BR*Tools Studio Landscape with their connectivity status. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Instances All Instances. 5. Click on Isolated Instance Name for Detailed Information of this one. Alter the Database instance in BR*Tools Studio Landscape Now, you may alter the database instance in your BR*Tools Studio Landscape. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Instances All Instances. 5. Click on Isolated Instance. 6. On the Landscape tab, choose Instance Administration Alter. 7. Fill the database instance information frame with your corrections. 8. Click on Confirm button. 9. Click on Alter button. Note: When the alter process has finished the complete frame is showed and the Server Status remains green light in Connectivity SAP AG 11

12 Remove the Database instance in BR*Tools Studio Landscape Now, you may remove the database instance in your BR*Tools Studio Landscape. 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on SAP BR*Tools Studio server using Administrator user and the same password specified in installation and click on Logon button. 4. On the Landscape tab, choose Instances All Instances. 5. Click on Isolated Instance. 6. On the Landscape tab, choose Instance Administration Drop. 7. Click on Drop button. 8. Confirm drop operation in pop up window. Note: When the drop process has finished the complete frame is showed and the Server Status remains green light in Connectivity SAP AG 12

13 Users and Roles administration for each Database Instance in BR*Tools Studio This process will go configure the safe access of Database instance in BR*Tools Studio, allowing connections with identity defined, role assigned and some personalization. Process 1. Connect to Database instance in BR*Tools Studio. 2. Explain available roles in BR*Tools Studio Administration. 3. Add User to Database instance in BR*Tool Studio Administration. 4. Show all Database instances Users in BR*Tools Studio Administration. 5. Alter Database instance User in BR*Tools Studio Administration. 6. Alter your Database instance User Password in BR*Tools Studio Administration. 7. Remove Database instance User in BR*Tools Studio Administration. Connect to Database instance in BR*Tools Studio Now, you will go connect to database instances in BR*Tools Studio 1. Open your internet browser. 2. Go to your SAP BR*Tools Studio Server application, using protocol HTTPS and hostname and port where it was installed Log on Selected Database instance using Administrator user and respective password and click on Logon button. Note: Everything which you will do after this connection, it will be related with this isolate Database instance and it is agreed with your current user privileges. Caution When you terminate all your tasks in this database instance then you must disconnect this session for adequate information in BR*Tools Studio Landscape Clients SAP AG 13

14 Explain available roles in BR*Tools Studio Administration Role defines set of operations that user is allowed to perform. Each user has assigned only one role and this assignment is done in each Database instance. There are four discrete Roles in BR*Tools Studio like following figure show for Wizard and Administration tabs available in BR*Tools Studio when you are connected to an isolated Database instance. You may create all users that you need for each Database instance and you must assign right role to each user SAP AG 14

15 Add User to Database instance in BR*Tool Studio Administration Now, you may add the user database instance in your BR*Tools Studio Administration. 1. Connect to Database instance in BR*Tools Studio like item above. 2. On the Administration tab, choose Users Create. 3. Fill the user account information frame, like the follow example. Syntax Name : <USER_ID> Role : <BR Adm Br Op DB Adm DB Op> Password and Confirm Password : <BR user password> Database User Name : <SAPSR3 SAPSR3DB> Database User Password : <db user password> BR*Tools Default Profile : <ORACLE_HOME>/dbs/init<DBSID>.sap Example Name : Role : BR*Tools Studio Administrator Password and Confirm Password : <BR user password> Database User Name : SAPSR3 Database User Password : <db user password> BR*Tools Default Profile : /oracle/nwh/102_64/dbs/initnwh.sap 4. Click on Confirm button. 5. Click on Create button. Note: When the create process has finished the complete frame is showed. Show all Database instances Users in BR*Tools Studio Administration Now, you may show all database instance users of your BR*Tools Studio Administration with their roles. 1. Connect to Database instance in BR*Tools Studio like item above. 2. On the Administration tab, choose Users All Users. 3. Click on isolated user for Detailed Information of this one SAP AG 15

16 Alter Database instance User in BR*Tools Studio Administration Now, you may alter the database instance user in your BR*Tools Studio Administration. 1. Connect to Database instance in BR*Tools Studio like item above. 2. On the Administration tab, choose Users All Users. 3. Click on isolated user. 4. On the Administration tab, choose User Administration Alter. 5. Fill the user account information frame with your corrections. 6. Click on Confirm button. 7. Click on Alter button. Note: When the alter process has finished the complete frame is showed. Alter your Database instance User Password in BR*Tools Studio Administration Now, you may alter the database instance user password in your BR*Tools Studio Administration. 1. Connect to Database instance in BR*Tools Studio like item above. 2. On the Administration tab, choose Users My Users. 3. On the Administration tab, choose User Administration Alter. 4. Fill the user account information frame with your corrections. Note: When you did step 2 then you can change your BR*Tools Studio user password. 5. Click on Confirm button. 6. Click on Alter button. Note: When the alter process has finished the complete frame is showed SAP AG 16

17 Remove Database instance User in BR*Tools Studio Administration Now, you may remove the database instance user in your BR*Tools Studio Administration. 1. Connect to Database instance in BR*Tools Studio like item above. 2. On the Administration tab, choose Users All Users. 3. Click on isolated user. 4. On the Administration tab, choose User Administration Drop. 5. Click on Drop button. 6. Confirm drop operation in pop up window. Note: When the drop process has finished the complete frame is showed SAP AG 17

18 BR*Tools Studio Wizard For each Database instance user session, you can use Wizard tab for all Regular Database instance Administration activities. Every activity is performed in BR*Tools and they have logs. If you have an ABAP Stack installed in this SAP System, you can see these logs with DB14 transaction (DBA Operations logs). Furthermore, these logs are available in operating system sessions with SAP System Administrator or Database Administrator. There are default locations and action related extensions that they are explained in SAP Database Guide Oracle that you may read in following link. SAP Netweaver SAP Database Guide: Oracle (BC-DB-ORA-DBA) BR*Tools Studio Wizard has many administration activities related with: Instance management. Space management. Segment management. Backup and Database Copy. Restore and Recovery. Check and Verification. Database Statistics SAP AG 18

19 Related Content BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Parte 1: Installation on Unix/Linux SAP. BR*Tools Studio for Oracle DBA. September 2008 Note BR*Tools Studio: Frequently Asked Questions (FAQ). SAP BR*Tools Studio for Oracle: Features SAP BR*Tools Studio for Oracle: The Engine SAP BR*Tools Studio for Oracle: The Wizard Note FAQ: BR*TOOLS and SAPDBA WikiBooks: Internet Technologies/SSH For more information, visit the Landscape Design and Architecture homepage SAP AG 19

20 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document SAP AG 20

Linking Documents with Web Templates

Linking Documents with Web Templates Linking Documents with Web Templates Summary This article explains certain ways to link documents with our Web-Templates which is a useful way of attaching information with a query. When the enduser runs

More information

E-Sourcing System Copy [System refresh from Production to existing Development]

E-Sourcing System Copy [System refresh from Production to existing Development] E-Sourcing System Copy [System refresh from Production to existing Development] Applies to: SAP Netweaver 7.0 and E-Sourcing 5.1/CLM 2.0 Summary This document discusses about the steps to do an E-Sourcing

More information

Easy Lookup in Process Integration 7.1

Easy Lookup in Process Integration 7.1 Easy Lookup in Process Integration 7.1 Applies to: SAP NetWeaver Process Integration 7.1 For more information, visit the SOA Management homepage. Summary Unlike previous version of PI (7.0) / XI (3.0,

More information

POWL: Infoset Generation with Web Dynpro ABAP

POWL: Infoset Generation with Web Dynpro ABAP POWL: Infoset Generation with Web Dynpro ABAP Applies to: WebDynpro ABAP Developer. For more information, visit the Web Dynpro ABAP homepage. Summary: This document explains how to create an Infoset, generate

More information

Standalone BW System Refresh

Standalone BW System Refresh Applies to: Software Component: SAP_BW. For more information, visit the EDW homepage Summary BW relevant steps/scenarios during refresh of an existing non-productive BW system from productive BW system

More information

DB Connect with Delta Mechanism

DB Connect with Delta Mechanism Applies to: SAP BI/BW. For more information, visit the EDW homepage Summary This Article demonstrates the steps for handling Delta mechanism with Relational Database Management System (RDBMS) like SQL,

More information

Information Broadcasting Part 3 Scheduling the First Report

Information Broadcasting Part 3 Scheduling the First Report Information Broadcasting Part 3 Scheduling the First Report Applies to: SAP BW 3.5 Summary This is part-3 article in the Information broadcasting (IB) series. Some things have already been discussed like

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

Creation of Key Figures with Higher Decimal Place Precision

Creation of Key Figures with Higher Decimal Place Precision Creation of Key Figures with Higher Decimal Place Precision Applies to: SAP Business Intelligence 7.0. Summary The objective of this Document is to explain how to Create Key figures with higher number

More information

External Driver Configuration for Process Integration 7.0

External Driver Configuration for Process Integration 7.0 External Driver Configuration for Process Integration 7.0 Applies to: This article will applies to XI3.0 and PI 7.0. If it needs to talk to the other database, we ll need to deploy the drivers in PI. Summary

More information

Creating Custom SU01 Transaction Code with Display and Password Reset Buttons

Creating Custom SU01 Transaction Code with Display and Password Reset Buttons Creating Custom SU01 Transaction Code with Display and Password Reset Buttons Applies to: All versions of SAP. Summary This article will explain you the process of creating custom SU01 transaction code

More information

ecatt Part 6 System Data Container

ecatt Part 6 System Data Container \ ecatt Part 6 System Data Container Applies to: SAP 5.0 Summary In the Part I of ecatt series, we covered the introduction to ecatt, its prerequisites, features, when to go for SAP GUI mode recording

More information

MDM Syndication and Importing Configurations and Automation

MDM Syndication and Importing Configurations and Automation MDM Syndication and Importing Configurations and Automation Applies to: SAP MDM SP 05 Summary This document was written primarily for syndication and import of records into SAP NetWeaver MDM from different

More information

How to Create Top of List and End of List of the ALV Output in Web Dynpro for ABAP

How to Create Top of List and End of List of the ALV Output in Web Dynpro for ABAP How to Create Top of List and End of List of the ALV Output in Web Dynpro for ABAP Applies to: SAP Netweaver 2004S: Web Dynpro for ABAP. For more information, visit the User Interface Technology homepage.

More information

Using Radio Buttons in Web Template

Using Radio Buttons in Web Template Using Radio Buttons in Web Template Applies to: SAP BW 3.5. For more information, visit the Business Intelligence homepage. Summary One of the ideal requirements in the BW Web Reporting is the user wants

More information

How to Create View on Different Tables and Load Data through Generic Datasource based on that View

How to Create View on Different Tables and Load Data through Generic Datasource based on that View How to Create View on Different Tables and Load Data through Generic Datasource based on that View Applies to: SAP Business Intelligence (BI 7.0). For more information, visit the EDW homepage Summary This

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

Setting up Connection between BW and R/3 for Data Load

Setting up Connection between BW and R/3 for Data Load Setting up Connection between BW and R/3 for Data Load Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary This document guides to establish connection between

More information

Displaying SAP Transaction as Internet Application in Portal

Displaying SAP Transaction as Internet Application in Portal Displaying SAP Transaction as Internet Application in Portal Summary This article explains how we can display SAP transaction as Internet Application Components (IAC) in portal to make it simpler for the

More information

MDM Syndicator: Custom Items Tab

MDM Syndicator: Custom Items Tab MDM Syndicator: Custom Items Tab Applies to: SAP NetWeaver Master Data Management (MDM) SP04, SP05 and SP06. For more information, visit the Master Data Management homepage. Summary This article provides

More information

How to Create and Execute Dynamic Operating System Scripts With XI

How to Create and Execute Dynamic Operating System Scripts With XI Applies To: SAP Exchange Infrastructure 3.0, SP 15, Integration Repository and Directory Summary This document describes how to create, store and execute a non static operating command script. In this

More information

Table Row Popup in Web Dynpro Component

Table Row Popup in Web Dynpro Component Table Row Popup in Web Dynpro Component Applies to Web Dynpro for ABAP, NW 7.0. For more information, visit the Web Dynpro ABAP homepage. Summary This document helps to create Table Rowpopin in a Web Dynpro

More information

Server Connectivity and Data Load from Non SAP System to BW

Server Connectivity and Data Load from Non SAP System to BW Server Connectivity and Data Load from Non SAP System to BW Applies to: SAP NetWeaver 2004 and SAP NetWeaver 2004s. BW 3.5 & BI 7.0 For more information, visit the Business Intelligence homepage. Summary

More information

Changing the Source System Assignments in SAP BW Objects without Affecting the Data Modeling

Changing the Source System Assignments in SAP BW Objects without Affecting the Data Modeling Changing the Source System Assignments in SAP BW Objects without Affecting the Data Modeling Applies to: SAP ECC 6.00 and SAP BW 7.0 releases. For more information, visit the Business Intelligence homepage.

More information

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose Applies to: SAP Customer Relationship Management (SAP CRM) Release 7.0 SP 01, November 2008. SAP NetWeaver 7.0 including

More information

Integration of Web Dynpro for ABAP Application in Microsoft Share Point Portal

Integration of Web Dynpro for ABAP Application in Microsoft Share Point Portal Integration of Web Dynpro for ABAP Application in Microsoft Share Point Portal Applies to: Web Dynpro ABAP. Summary This tutorial explains how to display Web Dynpro ABAP Application in Microsoft Share

More information

How to System Copy for ABAP+Java

How to System Copy for ABAP+Java How to System Copy for ABAP+Java Applies to: SAP NetWeaver 7.0 SR2 ABAP+Java on Oracle+Linux. Summary This is a how-to document for performing a homogeneous system copy for a ABAP with a JAVA-add in. It

More information

Federated Portal for Composite Environment 7.1

Federated Portal for Composite Environment 7.1 Federated Portal for Composite Environment 7.1 Applies to: This article applies to Federated Portal for Composition Environment. For more information, visit the Portal and Collaboration homepage Summary

More information

Printer Landscape Made Easy!!

Printer Landscape Made Easy!! Applies to SAP NetWeaver 2004s / SAP_BASIS 7.00. For more information, visit the Landscape Design and Architecture homepage. Summary This article deals with the step by step procedure to be carried out

More information

Creating, Configuring and Testing a Web Service Based on a Function Module

Creating, Configuring and Testing a Web Service Based on a Function Module Creating, Configuring and Testing a Web Service Based on a Function Module Applies to: SAP EC6 6.0/7.0. For more information, visit the Web Services homepage. Summary The article describes how to create

More information

Extracting Missing Fields of Data Source Which Are Present In Their Extract Structure

Extracting Missing Fields of Data Source Which Are Present In Their Extract Structure Extracting Missing Fields of Data Source Which Are Present In Their Extract Structure Applies to: ECC 6.0 and BI 3.x and 7.0 For more information, visit the Business Intelligence homepage. Summary Many

More information

Step by Step Guide for SCM Server Start and Stop Procedure with LiveCache and Optimizer.

Step by Step Guide for SCM Server Start and Stop Procedure with LiveCache and Optimizer. Step by Step Guide for SCM Server Start and Stop Procedure with LiveCache and Optimizer. Applies to: This document applies to SCM 5.0 (NW 7) and above with LiveCache 7.6 (LCAPPS 2005_700, LiveCache Applications

More information

Internationalization in WebDynpro ABAP Applications

Internationalization in WebDynpro ABAP Applications Internationalization in WebDynpro ABAP Applications Applies to: SAP ECC 6.0. For more information, visit the Web Dynpro ABAP homepage. Summary The article describes the concept and procedure of developing

More information

Recreating BIA Indexes to Address the Growth of Fact Index Table

Recreating BIA Indexes to Address the Growth of Fact Index Table Recreating BIA Indexes to Address the Growth of Fact Index Table Applies to: Software Component: SAP_BW.Release: 700 BIA version: 53 Summary In this article we would learn the application of recreating

More information

Config Tool Activities

Config Tool Activities Applies to: This Article applies to Enterprise Portal 7.0. For more information, visit the Portal and Collaboration homepage. Summary This article describes a few of the activities in Config Tool. Author:

More information

Graphical Mapping Technique in SAP NetWeaver Process Integration

Graphical Mapping Technique in SAP NetWeaver Process Integration Graphical Mapping Technique in SAP NetWeaver Process Integration Applies to: SAP NetWeaver XI/PI mappings. For more information, visit the Repository-based Modeling and Design homepage. Summary This guide

More information

MDM Import Manager - Taxonomy Data (Attribute Text Values) Part 3

MDM Import Manager - Taxonomy Data (Attribute Text Values) Part 3 MDM Import Manager - Taxonomy Data (Attribute Text Values) Part 3 Applies to: SAP NetWeaver Master Data Management (MDM) SP3, SP4, SP5. Summary This article provides a step-by-step procedure for manually

More information

Fetching User Details from the Portal and Displaying it in Web Dynpro with Authentication in the Portal

Fetching User Details from the Portal and Displaying it in Web Dynpro with Authentication in the Portal Fetching User Details from the Portal and Displaying it in Web Dynpro with Authentication in the Portal Applies to: SAP NetWeaver Web Dynpro. For more information, visit the Portal and Collaboration homepage.

More information

How to Create and Schedule Publications from Crystal Reports

How to Create and Schedule Publications from Crystal Reports How to Create and Schedule Publications from Crystal Reports Applies to: SAP BusinessObjects Enterprise. For more information, visit the Business Objects homepage. Summary This white paper describes how

More information

Generate Export Data Source

Generate Export Data Source Applies to: SAP BI 7.0 developers and support Users. For more information, visit the EDW homepage Summary This paper describes the data mart interface which makes it possible to update data from one data

More information

SUP: Personalization Keys and Synchronize Parameter

SUP: Personalization Keys and Synchronize Parameter SUP: Personalization Keys and Synchronize Parameter Applies to: Blackberry Mobile. For more information, visit the Mobile homepage. Summary This article gives a brief idea about Personalization Keys and

More information

Step by Step Procedure for DSO Creation

Step by Step Procedure for DSO Creation Step by Step Procedure for DSO Creation Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary This article discusses about the step by step procedure for creating a DSO. Author:

More information

Step By Step: the Process of Selective Deletion from a DSO

Step By Step: the Process of Selective Deletion from a DSO Step By Step: the Process of Selective Deletion from a DSO Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage. Summary Selective deletion from DSO refers to deleting specific values

More information

Database Statistics During ODS Activation

Database Statistics During ODS Activation Database Statistics During ODS Activation Applies to: SAP BW (3.5) / SAP BI (7.0). For more information, visit the EDW homepage Summary ODS Activation step periodically recalculates the statistics. This

More information

Federated Portal Network Remote Role Assignment Step-by- Step Configuration

Federated Portal Network Remote Role Assignment Step-by- Step Configuration Federated Portal Network Remote Role Assignment Step-by- Step Configuration Applies to: Consumer Portal: SAP NetWeaver 2004s EhP1 SP6 Producer Portal: SAP NetWeaver CE EhP1 SP3 Summary This article describes

More information

Data Flow During Different Update Mode in LO Cockpit

Data Flow During Different Update Mode in LO Cockpit Data Flow During Different Update Mode in LO Cockpit Applies to: SAP BW 3.x & SAP BI NetWeaver 2004s. For more information, visit the Business Intelligence homepage. Summary The objective of this Article

More information

Replacement Path: Explained with an Illustrated Example

Replacement Path: Explained with an Illustrated Example Replacement Path: Explained with an Illustrated Example Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary The document explains the purpose and implementation method of

More information

How to Reference External JAR Files in Web Dynpro DC in SAP NW Portal 7.3

How to Reference External JAR Files in Web Dynpro DC in SAP NW Portal 7.3 How to Reference External JAR Files in Web Dynpro DC in SAP NW Portal 7.3 Applies to: SAP NetWeaver Portal 7.3, NWDS 7.3. For more information, visit the Portal and Collaboration homepage. Summary This

More information

Maintaining Roles and Authorizations in BI7.0 - RSECADMIN

Maintaining Roles and Authorizations in BI7.0 - RSECADMIN Maintaining Roles and Authorizations in BI7.0 - RSECADMIN Applies to: SAP Business Intelligence 7.0. For more information, visit the Business Intelligence homepage. Summary This paper will take you through

More information

Security Optimization Self Service A Real-life Example

Security Optimization Self Service A Real-life Example Security Optimization Self Service A Real-life Example Applies to: SAP Solution Manager 4.0 EhP1 SP2 - Security Optimization Self Service. For more information, visit the Security homepage. Summary This

More information

Explore to the Update Tab of Data Transfer Process in SAP BI 7.0

Explore to the Update Tab of Data Transfer Process in SAP BI 7.0 Explore to the Update Tab of Data Transfer Process in SAP BI 7.0 Applies to: SAP BI 2004s or SAP BI 7.x. For more information visit the Enterprise Data Warehousing. Summary This article will explain about

More information

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage.

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Applies to: SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Summary This paper provides the step by step procedure on how to archive data in ODS/InfoCube using

More information

Limitation in BAPI Scheduling Agreement (SA) Create or Change

Limitation in BAPI Scheduling Agreement (SA) Create or Change Limitation in BAPI Scheduling Agreement (SA) Create or Change Applies to: SAP ECC 6.0.For more information, visit the ABAP homepage. Summary The article describes the limitations in standard SAP BAPIs

More information

Step-By-Step guide to Virtual InfoCube Implementation

Step-By-Step guide to Virtual InfoCube Implementation Step-By-Step guide to Virtual InfoCube Implementation Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary This article provides a detailed insight into Virtual Infocube data

More information

Download SAP Query Output to Local/ Network Folders in Background

Download SAP Query Output to Local/ Network Folders in Background Download SAP Query Output to Local/ Network Folders in Background Applies to: SAP release where SQUE0001 enhancement (SMOD) available For more information, visit the ABAP homepage. Summary This article

More information

Currency Translation in SAP BI Step by step Guide

Currency Translation in SAP BI Step by step Guide Currency Translation in SAP BI Step by step Guide Applies to: SAP BIW 3.5, SAP NetWeaver 7.0. For more information, visit the Business Intelligence homepage. Summary Currency translation allows you to

More information

Step By Step Procedure to Implement Soap to JDBC Scenario

Step By Step Procedure to Implement Soap to JDBC Scenario Step By Step Procedure to Implement Soap to JDBC Scenario Applies to This scenario is implemented in PI 7.0 server, service pack: 14. For more information, visit the SOA Management homepage. Summary This

More information

How to Create Tables in MaxDB using SQL Studio

How to Create Tables in MaxDB using SQL Studio How to Create Tables in MaxDB using SQL Studio Wipro Technologies January 2005 Submitted By Kathirvel Balakrishnan SAP Practice Wipro Technologies www.wipro.com Page 1 of 11 Establishing a connection to

More information

How to use Boolean Operations in the Formula as Subsidiary for IF Condition

How to use Boolean Operations in the Formula as Subsidiary for IF Condition How to use Boolean Operations in the Formula as Subsidiary for IF Condition Applies to: SAP BW 3.5 & BI 7.0. For more information, visit the EDW homepage. Summary This paper will explain you how to use

More information

Step by Step Guide for PI Server Start and Stop Procedure

Step by Step Guide for PI Server Start and Stop Procedure Step by Step Guide for PI Server Start and Stop Procedure Applies to: This document applies to PI 7.0 and 7.1 and above. For more information, visit the Application Management homepage. Summary This document

More information

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP Open Text DocuLink Configuration - To Access Documents which are Archived using SAP Applies to: Open Text DocuLink for SAP Solutions 9.6.2. For more information, visit http://www.opentext.com Summary Open

More information

Developing Crystal Reports on SAP BW

Developing Crystal Reports on SAP BW Developing Crystal Reports on SAP BW Applies to: SAP BusinessObjects Crystal Reports. Summary This white paper explores various methods of accessing SAP BW data through Crystal Reports. Author: Arka Roy

More information

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Applies to: SAP BW 3.X & BI 7.0. For more information, visit the Business Intelligence homepage. Summary This article

More information

About ITAB Duplicate_Key (SAP lrsaods) Runtime Error

About ITAB Duplicate_Key (SAP lrsaods) Runtime Error About ITAB Duplicate_Key (SAP lrsaods) Runtime Error Applies to: SAP NetWeaver BW 3.x.For more information, visit the Business Intelligence homepage. Summary This article explains about the Runtime Error

More information

How to Configure User Status in mysap SRM

How to Configure User Status in mysap SRM How to Configure User Status in mysap SRM Applies to: mysap SRM 5.5 For more information, visit the Supplier Relationship Management homepage. Summary There had been quite a few instances in SRM Forum

More information

Process Chain Log Deletion

Process Chain Log Deletion Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the EDW homepage Summary Process chains are used in BW landscape to automate the loading sequence. There are multiple process

More information

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is intended for

More information

SAP Biller Direct Step by Step Configuration Guide

SAP Biller Direct Step by Step Configuration Guide SAP Biller Direct Step by Step Configuration Guide Applies to: NW2004s, For more information, visit the Application Management homepage. Summary This is a step by step configuration guide for SAP Biller

More information

Data Mining: Scoring (Linear Regression)

Data Mining: Scoring (Linear Regression) Data Mining: Scoring (Linear Regression) Applies to: SAP BI 7.0. For more information, visit the EDW Homepage Summary This article deals with Data Mining and it explains the classification method Scoring

More information

Reading Enhanced DataSource fields for the Remote Cube

Reading Enhanced DataSource fields for the Remote Cube Reading Enhanced DataSource fields for the Remote Cube Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary SAP Remote Cube does not display the enhanced fields in the data source.

More information

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting Applies To: SAP Netweaver 2004s Visual Composer 7.0 Summary The purpose of this document is to show how to create an alert data service VC model for the BI query exception using the Information broadcasting.

More information

Step by Step Method for File Archival in BW

Step by Step Method for File Archival in BW Step by Step Method for File Archival in BW Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the EDW homepage. Summary This document will give the reader step by step approach

More information

Errors while Sending Packages from OLTP to BI (One of Error at the Time of Data Loads through Process Chains)

Errors while Sending Packages from OLTP to BI (One of Error at the Time of Data Loads through Process Chains) Errors while Sending Packages from OLTP to BI (One of Error at the Time of Data Loads through Process Chains) Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. For

More information

Triggering the Process Chains at Particular Date using Events

Triggering the Process Chains at Particular Date using Events Triggering the Process Chains at Particular Date using Events Applies to: SAP BW 3.5, Will also work on SAP BI 7 For more information, visit the Business Intelligence homepage Summary This document discusses

More information

Using Nested Exception Aggregation in BEx Reports- Scenario

Using Nested Exception Aggregation in BEx Reports- Scenario Using Nested Exception Aggregation in BEx Reports- Scenario Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the Business Intelligence homepage. Summary The Objective of this

More information

Transfer Material Attributes (Material Type) from R/3 to SAP GRC Global Trade Services (GTS)

Transfer Material Attributes (Material Type) from R/3 to SAP GRC Global Trade Services (GTS) Transfer Material Attributes (Material Type) from R/3 to SAP GRC Global Trade Services (GTS) Applies to: This article and examples applies to ECC 6 and Global Trade System - SLL 7.0 and 7.1 Versions. For

More information

How to Work with F4 Input Help Effectively in BEX

How to Work with F4 Input Help Effectively in BEX How to Work with F4 Input Help Effectively in BEX Applies to: SAP BI 7.0 developers and Reporting Users. For more information, visit the Business Intelligence home page Summary This document helps to overcome

More information

Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1

Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1 Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1 Applies to: SAP Basis and SAP PI 7.1 Administrations. For more information, visit the Application Management homepage. Summary This article describes

More information

How to Default Variant Created for Report Developed In Report Painter/Writer

How to Default Variant Created for Report Developed In Report Painter/Writer How to Default Variant Created for Report Developed In Report Painter/Writer Applies to: Any business organization having reports developed using Report Painter/Report Writer. This is applicable from R/3

More information

SAP BusinessObjects Translation Manager Functionality and Use

SAP BusinessObjects Translation Manager Functionality and Use SAP BusinessObjects Translation Manager Functionality and Use Applies to: SAP BusinessObjects Enterprise XI 3.0, SAP BusinessObjects Enterprise XI 3.1 all support packs. For more information, visit SAP

More information

Loading the Data for Time Dependent Hierarchy in SAP BI

Loading the Data for Time Dependent Hierarchy in SAP BI Loading the Data for Time Dependent Hierarchy in SAP BI Applies to: Time dependent hierarchies are often used by organizations to help them organize their master data which changes like employee hierarchies,

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers A Step-by-Step Guide on IDoc-ALE between Two SAP Servers Applies to: All modules of SAP where data need to transfer from one SAP System to another SAP System using ALE IDoc Methodology. For more information,

More information

Data Extraction & DS Enhancement in SAP BI Step by Step

Data Extraction & DS Enhancement in SAP BI Step by Step Data Extraction & DS Enhancement in SAP BI Step by Step Applies to: SAP BI 7.0, SAP ABAP, For more information, visit the Business Intelligence homepage. Summary The objective of the article is to outline

More information

Freely Programmed Help- Web Dynpro

Freely Programmed Help- Web Dynpro Freely Programmed Help- Web Dynpro Applies to: SAP ABAP Workbench that supports Web dynpro development. For more information, visit the Web Dynpro ABAP homepage. Summary In addition to the Dictionary Search

More information

Dialog Windows in WebDynpro ABAP Applications

Dialog Windows in WebDynpro ABAP Applications Dialog Windows in WebDynpro ABAP Applications Applies to: WebDynpro ABAP For more information, visit the Web Dynpro ABAP homepage. Summary This document explains how to create popup dialog windows, external

More information

SMT (Service Mapping Tool)

SMT (Service Mapping Tool) Applies to: This document applies to SAP versions ECC 6.0. For more information, visit the ABAP homepage. Summary This article contains the guidelines for using the SMT (Service mapping Tool) Mapping.

More information

Step by Step Guide on How to Use Cell Definition in BEx Query

Step by Step Guide on How to Use Cell Definition in BEx Query Step by Step Guide on How to Use Cell Definition in BEx Query Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary This article explains the functionalities of Cell Definition

More information

Extraction of Hierarchy into Flat File from R/3 and Loading in BW System

Extraction of Hierarchy into Flat File from R/3 and Loading in BW System Extraction of Hierarchy into Flat File from R/3 and Loading in BW System Applies to: This article applies to SAP R/3 (any version) and SAP B/W (any version).for more information, visit the Business Intelligence

More information

Web Dynpro: Coloring Table Conditionally

Web Dynpro: Coloring Table Conditionally Web Dynpro: Coloring Table Conditionally Applies to: SAP ECC 6.0. For more information, visit the Web Dynpro ABAP homepage. Summary This article is designed for the beginners in Web Dynpro who have ABAP

More information

Adding Files as Attachments to SAP Interactive Forms in the Java Environment

Adding Files as Attachments to SAP Interactive Forms in the Java Environment Adding Files as Attachments to SAP Interactive Forms in the Java Environment Applies to: SAP NetWeaver 7.0, For more information, visit the SAP Interactive Forms by Adobe. Summary This document demonstrates

More information

BAPI Execution in offline Adobe Form

BAPI Execution in offline Adobe Form BAPI Execution in offline Adobe Form Applies to: Adobe form, Web dynpro JAVA, SAP ECC. For more information, visit the Web Dynpro Java homepage. Summary This article contains step by step description for

More information

Cut Over Activities Specific for LIS* Data Sources

Cut Over Activities Specific for LIS* Data Sources Cut Over Activities Specific for LIS* Data Sources Applies to: SAP BW 3.5/SAP BI 7.0. For more information visit the Enterprise Data Warehousing Homepage Summary The basic purpose of this document is to

More information

Material Master Archiving in Simple Method

Material Master Archiving in Simple Method Material Master Archiving in Simple Method Applies to: This article is applicable for SAP MM Module of SAP Version SAP 4.7 till SAP ECC 6.0 Summary This article describes a process called Material Master

More information

Load Info Cube in SCM 5.0 (BI 7.0)

Load Info Cube in SCM 5.0 (BI 7.0) Applies to: SCM 5.0 For more information, visit the Business Intelligence homepage. Summary The article illustrates the steps to load an info cube in SCM 5.0 Author: Bijal Parmar Company: Larsen & Toubro

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to- JDBC Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 For more information; visit

More information

Creation of Sets in SAP-ABAP, How to Read them INI SAP-ABAP Reports

Creation of Sets in SAP-ABAP, How to Read them INI SAP-ABAP Reports Creation of Sets in SAP-ABAP, How to Read them INI SAP-ABAP Reports Applies to: This Article is intended for all those ABAPers who are interested in creating SAP-SETS and use them in ABAP. For more information,

More information

Reporting Duplicate Entries

Reporting Duplicate Entries Applies to: SAP BI 7.0 and above. For more information, visit the Business Intelligence Homepage. Summary It is a common reporting requirement to display duplicate entries based on a characteristic. This

More information

External Driver Configuration in Process Integration 7.1 Using JSPM

External Driver Configuration in Process Integration 7.1 Using JSPM External Driver Configuration in Process Integration 7.1 Using JSPM Applies to: This article applies to PI 7.1. If PI 7.1 needs to talk to the other external database, we ll need to deploy the respective

More information