You are on page 1of 22

BW Main Key words

Aggregate An aggregate is a subset of an InfoCube. The objective when using aggregates is to reduce I/O volume. The BW OLAP processor selects an appropriate aggregate during a query run or a navigation step. If no appropriate aggregate exists, the BW OLAP processor retrieves data from the original InfoCube instead. Aggregate rollup Aggregate rollup is a procedure to update aggregates with new data loads. Application component Application components are used to organize InfoSources. They are similar to the InfoAreas used with InfoCubes. The maximum number of characters allowed for the technical name is 32. Authorization An authorization defines what a user can do, and to which SAP objects. For example, a user with an authorization can display and execute, but not change, a query. Authorizations are defined using authorization objects. Authorization object An authorization object is used to define user authorizations. It has fields with values to specify authorized activities, such as display and execution, on authorized business objects, such as queries. The maximum number of characters allowed for the technical name is 10. Authorization profile An authorization profile is made up of multiple authorizations. The maximum number of characters allowed for the technical name is 10. Bitmap index A bitmap index uses maps of bits to locate records in a table. Bitmap indices are very effective for Boolean operations of the WHERE clause of a SELECT statement. When the cardinality of a column is low, a bitmap index size will be small, thereby reducing I/O volume. Business Content Business Content is a complete set of BW objects developed by SAP to support the OLAP tasks. It contains roles, workbooks, queries, InfoCubes, key figures, characteristics, update rules, InfoSources, and extractors for SAP R/3, and other mySAP solutions. SAP R/3 Step-by-Step Guide 480 / 488 BW BW is a data warehousing solution from SAP. BW Monitor BW Monitor displays data loading status and provides assistance in troubleshooting if errors occur. BW Scheduler BW Scheduler specifies when to load data. It is based on the same techniques used for scheduling R/3 background jobs. BW Statistics BW Statistics is a tool for recording and reporting system activity and performance information. Change run Change run is a procedure used to activate characteristic data changes. Characteristic Characteristics are descriptions of key figures, such as Customer ID, Material Number, Sales Representative ID, Unit of Measure, and Transaction Date. The maximum number

of characters allowed for the technical name is 9. Client A client is a subset of data in an SAP system. Data shared by all clients is called clientindependent data, as compared with client-dependent data. When logging on to an SAP system, a user must specify which client to use. Once in the system, the user has access to both client-dependent data and client-independent data. Communication structure The communication structure is the structure underlying the InfoSource. Compound attribute A compound attribute differentiates a characteristic to make the characteristic uniquely identifiable. For example, if the same characteristic data from different source systems mean different things, then we can add the compound attribute 0SOURSYSTEM (source system ID) to the characteristic; 0SOURSYSTEM is provided with the Business Content. SAP R/3 Step-by-Step Guide 481 / 488 Data packet size For the same amount of data, the data packet size determines how work processes will be used in data loading. The smaller the data packet size, the more work processes needed. Data Warehouse Data Warehouse is a dedicated reporting and analysis environment based on the star schema database design technique and requiring special attention to the data ETTL process. DataSource A DataSource is not only a structure in which source system fields are logically grouped together, but also an object that contains ETTL-related information. Four types of DataSources exist: DataSources for transaction data DataSources for characteristic attributes DataSources for characteristic texts DataSources for characteristic hierarchies If the source system is R/3, replicating DataSources from a source system will create identical DataSource structures in the BW system. The maximum number of characters allowed for a DataSource's technical name is 32. Delta update The Delta update option in the InfoPackage definition requests BW to load only the data that have been accumulated since the last update. Before a delta update occurs, the delta process must be initialized. Development class A development class is a group of objects that are logically related. Display attribute A display attribute provides supplemental information to a characteristic. Drill-down Drill-down is a user navigation step intended to get further detailed information. ETTL ETTL, one of the most challenging tasks in building a data warehouse, is the process of extracting, transforming, transferring, and loading data correctly and quickly. SAP R/3 Step-by-Step Guide 482 / 488 Free characteristic A free characteristic is a characteristic in a query used for drill-downs. It is not displayed in the initial result of a query run. Full update

The Full update option in the InfoPackage definition requests BW to load all data that meet the selection criteria specified via the Select data tab. Generic data extraction Generic data extraction is a function in Business Content that allows us to create DataSources based on database views or InfoSet queries. InfoSet is similar to a view but allows outer joins between tables. Granularity Granularity describes the level of detail in a data warehouse. It is determined by business requirements and technology capabilities. IDoc IDoc (Intermediate Document) is used in SAP to transfer data between two systems. It is a specific instance of a data structure called the IDoc Type, whose processing logic is defined in the IDoc Interface. Index An index is a technique used to locate needed records in a database table quickly. BW uses two types of indices: B-tree indices for regular database tables and bitmap indices for fact tables and aggregate tables. InfoArea InfoAreas are used to organize InfoCubes and InfoObjects. Each InfoCube is assigned to an InfoArea. Through an InfoObject Catalog, each InfoObject is assigned to an InfoArea as well. The maximum number of characters allowed for the technical name is 30. InfoCube An InfoCube is a fact table and its associated dimension tables in the star schema. The maximum number of characters allowed for the technical name is 30. InfoCube compression InfoCube compression is a procedure used to aggregate multiple data loads at the request level. SAP R/3 Step-by-Step Guide 483 / 488 InfoObject In BW, key figures and characteristics are collectively called InfoObjects. InfoObject Catalog InfoObject Catalogs organize InfoObjects. Two types of InfoObject Catalogs exist: one for characteristics, and one for key figures. The maximum number of characters allowed for the technical name is 30. InfoPackage An InfoPackage specifies when and how to load data from a given source system. BW generates a 30-digit code starting with ZPAK as an InfoPackage's technical name. InfoSource An InfoSource is a structure in which InfoObjects are logically grouped together. InfoCubes and characteristics interact with InfoSources to get source system data. The maximum number of characters allowed for the technical name is 32. Key figure Key figures are numeric values or quantities, such as Per Unit Sales Price, Quantity Sold, and Sales Revenue. The maximum number of characters allowed for the technical name is 9. Line item dimension A line item dimension in a fact table connects directly with the SID table of its sole characteristic. Logical system A logical system is the name of a client in an SAP system. Multi-cube A multi-cube is a union of basic cubes. The multi-cube itself does not contain any data;

rather, data reside in the basic cubes. To a user, the multi-cube is similar to a basic cube. When creating a query, the user can select characteristics and key figures from different basic cubes. SAP R/3 Step-by-Step Guide 484 / 488 Navigational attribute A navigational attribute indicates a characteristic-to-characteristic relationship between two characteristics. It provides supplemental information about a characteristic and enables navigation from characteristic to characteristic during a query. Number range A number range is a range of numbers that resides in application server memory for quick number assignments. ODS ODS is a BW architectural component located between PSA and InfoCubes that allows BEx reporting. It is not based on the star schema and is used primarily for detail reporting, rather than for dimensional analysis. ODS objects do not aggregate data as InfoCubes do. Instead, data are loaded into an ODS object by inserting new records, updating existing records, or deleting old records, as specified by the 0RECORDMODE value. Parallel query A parallel query uses multiple database processes, when available, to execute a query. Partition A partition is a piece of physical storage for database tables and indices. If the needed data reside in one or a few partitions, then only those partitions will be selected and examined by a SQL statement, thereby significantly reducing I/O volume. Profile Generator Profile Generator is a tool used to create authorization profiles. PSA PSA is a data staging area in BW. It allows us to check data in an intermediate location, before the data are sent to its destinations in BW. Query A BW query is a selection of characteristics and key figures for the analysis of the data in an InfoCube. A query refers to only one InfoCube, and its result is presented in a BEx Excel sheet. The maximum number of characters allowed for the technical name is 30. Read mode Read mode for a query determines the size and frequency of data retrievals from database: all data at once, as needed per navigation step, or as needed per hierarchy node. SAP R/3 Step-by-Step Guide 485 / 488 Reconstruct Reconstruct is a procedure used to restore load requests from PSA. Request A request is a data load request from BW Scheduler. Each time that BW Scheduler loads data into an InfoCube, a unique request ID is created in the data packet dimension table of the InfoCube. RFC RFC (Remote Function Call) is a call to a function module in a system different from the caller'susually another SAP system on the local network. Role In Profile Generator, an authorization profile corresponds to a role. A user assigned to that role also has the corresponding authorization profile. A user can be assigned to multiple roles. The maximum number of characters allowed for the technical name is 30.

SID SID (Surrogate-ID) translates a potentially long key for an InfoObject into a short fourbyte integer, which saves I/O and memory during OLAP. Source system A source system is a protocol that BW uses to find and extract data. When the source system is a non-SAP system, such as a flat file or a third-party tool, the maximum number of characters allowed for the technical name is 10. When the source system is an SAP system, either R/3 or BW, the technical name matches the logical system name. The maximum number of characters allowed for the technical name is 32. Star schema A star schema is a technique used in the data warehouse database design to help data retrieval for online analytical processing. Statistics For a SQL statement, many execution plans are possible. The database optimizer generates the most efficient execution plan based on either the heuristic ranking of available execution plans or the cost calculation of available execution plans. Statistics is the information that the cost-based optimizer uses to calculate the cost of available execution plans and select the most appropriate one for execution. BW uses the costbase optimizer for Oracle databases. SAP R/3 Step-by-Step Guide 486 / 488 System Administration Assistant System Administration Assistant is a collection of tools used to monitor and analyze general system operation conditions. System landscape The system landscape specifies the role of each system and the paths used in transporting objects among the various systems. Time-dependent entire hierarchy A time-dependent entire hierarchy is a time-dependent hierarchy whose nodes and leaves are not time-dependent. Time-dependent hierarchy structure A time-dependent hierarchy structure consists of nodes or leaves that are timedependent, but the hierarchy itself is not time-dependent. Transfer rule Transfer rules specify how DataSource fields are mapped to InfoSource InfoObjects. Transfer structure A transfer structure maps DataSource fields to InfoSource InfoObjects. Update rule An update rule specifies how data will be updated into their targets. The data target can be an InfoCube or an ODS object. If the update rule is applied to data from an InfoSource, the update rule's technical name will match the InfoSource's technical name. If the update rule is applied to data from an ODS object, the update rule's technical name will match the ODS object's technical name prefixed with number 8. Variable A variable is a query parameter. It gets its value from user input or takes a default value set by the variable creator. Workbook A BW workbook is an Excel file with a BEx query result saved in BDS. BW assigns a 25digit ID to each workbook. Users need merely name a workbook's title.

SAP ALL MANUAL LINKS

DOCS NO'S FOR SAP Material.

Training Material starting with letter "A"

AC215 - Cash Budget Mangement AC300 - TREASURY OVERVIEW AC615 - EIS-PRESENTATION AC625 - EIS-BUSINESS PLANNING AC650 - TRANSFER PRICE & MULTIPLE VALUATION AC900 - R3 FOR AUDIROE WORKSHOP ADM215 - Monitoring and Tuning of AS Java ADM955 - SAP GRC Access Control - Installation AC010 - 2005-Q2 - A4 - Business Processes in Financial Accounting.pdf AC010 - 2005-Q2 - Ltr - Business Processes in Financial Accounting.pdf AC020 - Investment Management.doc AC040 - 2005-Q2 - A4 - Business Processes in Management Accounting.pdf AC040 - 2005-Q2 - Ltr - Business Processes in Management Accounting.pdf AC040 - 2005-Q2 - Show - Business Processes in Management Accounting.zip AC050 - Accounting New General Ledger.pdf AC200 - Accounting I - GL & AR & AP.pdf AC201 - Payment Dunning & Intrest.zip AC202 - Accounting II - SL Parking Reports.pdf AC205 - 2006-Q2 - A4 - Financial Closing.pdf AC206 - Parallel Valuations.pdf AC210 - 2005-Q2 - A4 - The New General Ledger.pdf AC210 - 2006-Q2 - Ltr - New General Ledger Accounting.pdf AC215 - Cash Budget Management.pdf AC260 - Additional Features In Financial Accounting.doc AC270 - Travel Management.doc AC275 - Travel Management - TravelPlanning.doc AC280 - 2006-Q2 - A4 - Analytics & Reporting in Financial Accounting.pdf AC290 - Real Estate Management.doc AC295 - Flexible Real Estate Management AC305 - Asset Accounting.doc AC350 - System Configuration For Investment Management.doc AC400 - Programming in Finance.pdf AC405 - Cost Centres & Internal Orders.pdf AC410 - Cost Center Accounting.pdf AC412 - Extended Cost Center Accounting.pdf AC415 - Overhead Orders.pdf AC420 - Activity Based Costing.doc AC505 - 2005-Q2 Instr - A4 - Product Cost Planning.pdf AC510 - Cost Object Controlling For Products.doc AC515 - Cost Object Controlling For Sales Orders.doc AC520 - Cost Object Controlling for Make-to-Stock Production and Sales-Order-Related Production.pdf AC530 - Actual Costing & Material Ledger.doc AC605 - 2005-Q2 Instr - A4 - Profitability Analysis.pdf AC605 - 2006-Q2 - A4 - Profitability Analysis.pdf AC605 - 2006-Q2 - Ltr - Profitability Analysis.pdf AC605 - 2006-Q2 - Show - Profitability Analysis.zip AC610 - Profit Center Accounting.doc AC615 - Executive Information System (EIS).pdf AC620 - Setting Up The Executive Information System (EIS).doc

AC660 AC665 AC680 AC690 AC700 AC805 AC810 AC815 AC816 AC820 AC830 AC825 AC990

EC & ES Enterprise Consolidation.pdf Integration.doc Management Accounting & Reporting.pdf Schedule Manager.doc Funds Management.doc Cash Management.doc Treasury Management - Basic Functions.pdf LOANS MANAGEMENT IN FINANCIAL SERVICES LOANS MANAGEMENT FOR CORPORATE Securities Management.doc Market Risk Management.doc Money Market Foreign Exchange.doc Tips and Tricks in Management Accounting.zip

ADM100 ADM100 ADM100 ADM102 ADM102 ADM102 ADM105 ADM106 ADM106 ADM107 ADM107 ADM110 ADM110 ADM110 ADM130 ADM200 ADM200 ADM200 ADM200 ADM200 ADM225 ADM225 ADM315 ADM315 ADM325 ADM325 ADM326 ADM326 ADM326 ADM355 ADM505 ADM505 ADM505 ADM506 ADM515 ADM520 ADM535 ADM555 ADM940 ADM940 ADM940 ADM950

2002-Q2 Internal - A4 - mySAP Technology Administration.pdf 2005-Q2 - A4 - SAP Web AS Administration I.pdf 2005-Q2 - Ltr - SAP Web AS Administration I.pdf 2003-Q3 Internal - Ltr - SAP Web AS Administration II.pdf 2005-Q3 - A4 - SAP Web AS Administration II.pdf 2005-Q3 - Ltr - SAP Web AS Administration II.pdf 2002-Q4 - A4 - Advanced System Administration.pdf 2005-Q4 - A4 - SAP System Monitoring Using CCMS I.pdf 2005-Q4 - Ltr - SAP System Monitoring Using CCMS I.pdf 2006-Q2 - A4 - SAP System Monitoring Using CCMS II.pdf 2006-Q2 - Ltr - SAP System Monitoring Using CCMS II.pdf 2004-Q1 - A4 - SAP R-3 Enterprise Installation.pdf 2005-Q1 - A4 - SAP ERP Central Component Installation.pdf 2005-Q1 - Ltr - SAP ERP Central Component Installation.pdf eCommerce & eBuyer - Administration - SAPShow 2004-Q4 - A4 - SAP Web AS Java Administration.pdf 2004-Q4 Instr - A4 - SAP Web AS Java Administration.pdf 2005-Q4 - A4 - SAP Web AS Java Administration.pdf 2005-Q4 - Ltr - SAP Web AS Java Administration.pdf 2005-Q4 Instr - A4 - SAP Web AS Java Administration.pdf 2006-Q2 - Ltr - SAP Software Logistics for Java.pdf 2006-Q2 Internal - A4 - SAP Software Logistics for Java.pdf 2004-Q4 - A4 - Workload Analysis.pdf 2004-Q4 - Ltr - Workload Analysis.pdf 2002-Q4 - A4 - SAP Software Logistics.pdf 2002-Q4 - Ltr - SAP Software Logistics.pdf 2003-Q3 - A4 - R-3 Enterprise Upgrade.pdf 2005-Q4 - A4 - Upgrade to R-3 Enterprise.doc 2006-Q2 - Ltr - Upgrade to ECC 6.0 (mySAP ERP 2005).pdf 2003-Q2 - A4 - APO System Administration.pdf 2003-Q4 - A4 - Database Administration Oracle.pdf 2003-Q4 - Ltr - Database Administration Oracle.pdf 2005-Q2 Instr - A4 - Database Administration Oracle - part I.pdf 2005-Q2 Instr - A4 - Database Administration Oracle - part II.pdf 2005-Q2 - A4 - Database Administration MaxDB.pdf 2003-Q2 - A4 - Database Administration MS SQL Server.pdf 2005-Q4 - A4 - Database Administration DB2 UDB for Unix and Windows.pdf 2003-Q2 - A4 - liveCache Administration.pdf 2005-Q2 - A4 - SAP Authorization Concept.pdf 2005-Q2 - Ltr - SAP Authorization Concept.pdf 2005-Q2 Instr - Ltr - SAP Authorization Concept.pdf 2003-Q3 - A4 - Secure SAP System Management.pdf

ADM950 - 2003-Q3 - Ltr - Secure SAP System Management.pdf ADM960 - 2005-Q2 Instr - A4 - Security in SAP System Environments.pdf ASAP91 ASAP94 ASAP92 ASAP93 SAP Implementation.doc Advanced Customizing 46C.pdf SAP Tools in Detail 46C.pdf Global SAP Implementation 46C.pdf

Training Material starting with letter "B"

- BC408 ABAP Lists : Processing Data using Extracts - BIT402 XI Adapter Concepts (File, JDBC, JMS, Mail) - BIT403 XI Adapter Concepts (Plain HTTP, IDoc, RFC, SOAP, PCK) BC210 BC315 BC360 BC400 BC401 BC402 BC404 BC405 BC406 BC407 BC410 BC411 BC412 BC414 BC415 BC416 BC417 BC420 BC427 BC430 BC440 BC460 BC470 BC480 BC490 BC490 BC600 BC601 BC602 BC605 BC610 BC615 BC616 BC619 BC620 BC621 BC625 BC635 BC660 Interface programming C/C++ - SAPShow Workload Analysis 620.doc Technical Core Competence 46B.doc ABAP Workbench Concept & Tools.pdf ABAP Objects.pdf ABAP Programming techniques.pdf ABAP Objects.pdf Techniques of List Creation & SAP Query.pdf Advanced Techniques of List Processing.pdf SAP Query & QuickViewer 46C - SAPShow Dialog & Dynpro Programming - 2006.pdf Advanced ABAP Programming.doc ABAP Dialog Programming Using Enjoy SAP Control.doc Programming Database Updates.pdf Communication Interfaces in ABAP.doc ABAP Web_Services.pdf BAPI Development - Instructor.pdf Data Transfer.doc Enhancement Framework A4 2006.pdf ABAP Dictionary.pdf Developing Internet Application Components.doc SAPscript Form Printing & Text Management.pdf Form Printing With SAPSmart Forms.doc 2005-Q3 - Ltr - Creating PDF-Based Print Forms Using the Interactive Forms Solution.pdf 2001-Q3 - A4 - ABAP Performance Tuning.pdf 2001-Q3 - Ltr - ABAP Performance Tuning.pdf Business Workflow Introduction.doc SAP Business Workflow Build using 46C - SAPShow SAPForms Integration.kep Business Workflow Config & Operations.zip SAP Workflow Development - SAPShow SAP ArchiveLink 46C.doc SAP ArchiveLink Applications - SAPShow ALE Technology.pdf SAP IDoc Interface - Technology_.pdf SAP IDoc Interface - Development_.pdf SAPOffice 30F.zip SAP Business Connector.pdf Data Archiving - SAPShow

BIT100 BIT100 BIT100 BIT140 BIT140 BIT140 BIT300 BIT300 BIT320 BIT400 BIT400 BIT430 BIT430 BIT450 BIT450 BIT460 BIT531 BIT525 BIT601 BIT603 BIT610 BIT614 BIT660 BW200 BW205 BW207 BW210 BW257 BW305 BW305 BW310 BW310 BW315 BW315 BW330 BW330 BW340 BW350 BW350 BW350 BW360 BW360 BW365 BW365 BW365 BW365 BW365 BW370 BW380

2005-Q4 - A4 - Integration Technology.pdf 2005-Q4 - Ltr - Integration Technology.pdf 2005-Q4 Instr - A4 - Integration Technology.pdf 2003-Q2 - A4 - XML in SAP Solutions.pdf 2003-Q2 - Ltr - XML in SAP Solutions.pdf 2003-Q2 Instr - A4 - XML in SAP Solutions.pdf 2005-Q4 - A4 - Integration Technology ALE.pdf 2005-Q4 - Ltr - Integration Technology ALE.pdf EDI Integration Technology - SAPShow 2005-Q2 - A4 - SAP Exchange Infrastructure.pdf 2005-Q2 - Ltr - SAP Exchange Infrastructure.pdf 2005-Q4 - A4 - Business Process Management.pdf 2005-Q4 - Ltr - Business Process Management.pdf 2005-Q3 - A4 - SAP Exchange Infrastructure Development.pdf 2005-Q3 - Ltr - SAP Exchange Infrastructure Development.pdf SAP Exchange Infrastructure - Mapping.pdf SAP Business Connector - Integration.pdf Developing BAPI with Visual Basic.doc SAPWebflow.zip SAP Workflow & Web.pdf SAPWebflow Programming.pdf SAP Document Management Overview.doc Data Archiving - Instructor.pdf BW Overview.pdf BW Analysis.pdf BW Reporting Management.pdf BW Warehouse Management.PDF BW Analysis & Report Management.pdf 2005-Q1 - A4 - Business Information Warehouse - Reporting & Analysis.pdf 2005-Q1 - Ltr - Business Information Warehouse - Reporting & Analysis.pdf 2005-Q1 - A4 - Data Warehousing.pdf 2005-Q1 - Ltr - Data Warehousing.pdf 2005-Q1 - A4 - Reporting Management.pdf 2005-Q1 - Ltr - Reporting Management.pdf 2005-Q1 - A4 - Business Information Warehouse - Modeling.pdf 2005-Q1 - Ltr - Business Information Warehouse - Modeling.pdf BW Data Staging.pdf 2005-Q2 - A4 - SAP BW Extraction.pdf 2005-Q2 - Ltr - SAP BW Extraction.pdf 2005-Q2 Instr - A4 - SAP BW Extraction.pdf 2005-Q1 - A4 - BW Performance & Administration.pdf 2005-Q1 - Ltr - BW Performance & Administration.pdf 2002-Q4 - A4 - Business Information Warehouse - Authorization.pdf 2002-Q4 Instr - A4 - Business Information Warehouse - Authorization.pdf 2005-Q1 - A4 - Business Information Warehouse - Authorization.pdf 2005-Q1 - Ltr - Business Information Warehouse - Authorization.pdf 2006-Q2 Internal - Ltr - SAP BI - User Management & Authorizations.pdf Integrated Planning.pdf Analysis & Data Mining.pdf

Training Material starting with letter "C"

- CA611 - Test Management with eCATT CA091 - ASAP Implementation 40B - SAPShow

CA500 CA535 CA610 CA710 CA800 CA820 CA840 CA926 CA940 CA705 CA960 CA990

CATS 46C.doc Material Valuation 40B - SAPShow CATT.pdf Report Writer - Advanced - SAPShow PS Structures.doc Project Management - Logistics 46C - SAPShow Project Management - Reporting 46C.doc Advanced Java Programming & BAPI.pdf Application Security Concept.pdf Basics of Report Painter & Report Writer 2000-Q1 - Ltr - Customizing and Transport Management.pdf Euro ChangeOver - SAPShow Overview.pdf 2002-Q2 Instr - A4 - CRM Basics.pdf MobileSales.pdf 2001 CRM Mobile Service.pdf IPC - Internet Pricing & Configurator - SAPShow IPC 3.0 - Administration - SAPShow IPC - Pricing - SAPShow IPC - Product Configuration - SAPShow 2005-Q2 - A4 - CRM Sales.pdf 2001 CRM Business Application Studio.pdf CRM Interaction Center.pdf Interaction Center - WebClient in CRM.pdf CRM Middleware Overview.pdf CRM Middleware for mobile Solution.pdf CRM Technology.pdf 2004-Q2 - A4 - CRM Technology.pdf Business Data Toolset - SAPShow CRM Marketing 2006-Q2.pdf CRM Service 2005.pdf eCommerce.pdf Analytical CRM - SAPShow

CRM010 CRM100 CRM200 CRM210 CRM220 CRM225 CRM235 CRM245 CRM300 CRM310 CRM400 CRM410 CRM500 CRM540 CRM550 CRM555 CRM590 CRM600 CRM700 CRM800 CRM900

Training Material starting with letter "D"

D30BW - Business Information Warehouse (BW) - SAP BW Delta 3.0 D346AW - ABAP Workbench Delta Course 3.x to 4.6C D346BC - Basis Changes in 4.6 from 3.x D346P1 - Delta Repetitive Manufacturing 3.x to 4.6B D346P2 - Delta Manufacturing Planning in SAP R/3 D346P3 - Delta Production Orders 3.x to 4.6B D346WF - Delta SAP Business Workflow 3.x to 4.6 D35BWE - BW 3.5 Delta - WHM & Extraction D35BWR - Business Information Warehouse (BW) BW 3.5 Delta Reporting D446AW - Delta ABAP Workbench 4.0 to 4.6B D446BC - Delta in R/3 Basis Administration 4.0 to 4.6B D46EHR - Human Resources Delta 4.6 - 4.7 D47PS - Delta Project System SAP R/3 Enterprise D620AW - Delta ABAP Workbench SAP R/3 4.6C - SAP Web Appplication Server 6.20 DBITWF - SAP Workflow - Delta R/3 Enterprise on SAP NetWeaver 2004s DBW70E - BI Delta Enterprise Data Warehousing SAP NetWeaver 2004s DBW70P - SAP NetWeaver BI - Integrated Planning

DBW70R - Reports Management Scenario Configuration for Duet DU028 - Demand Planning Scenario Configuration for Duet

D45ABC - Activity Based Costing.doc DBW70 - BW35 to BI70 Delta.pdf DBW70P - BI - Integrated Planning - SAPShow DBW70E - NetWeaver BI - Part I.zip DBW70E - NetWeaver BI - Part II.zip DERPAA - Asset Accounting.doc DERPFI - Delta Financial Accounting - ECC60 - SAPShow DERPHR - Delta in HR - Instructor.pdf DERPLD - Delta SAP R/3 Enterprise Finanicals.doc DERPLD - Delta SAP R/3 Enterprise Life - Cycle Data Management.doc DERPLE - Delta for Logistics Execution - Instructor.pdf DERPMM - Delta MM R/3 4.7 DERPPC - Delta R/3 Enterprise in Product Cost Controlling.doc DERPOM - Delta in CO-OM & CCA & COPA 4.0 to R/3 Enterprise.doc DERPSP - Delta SD & Sales Order R/3 4.7

Training Material starting with letter "E"

- E2E050 E2E Solution Scope and Documentation ERP001 ERP020 ERP030 ERP040 ERP200 ERP201 ERP202 ERP203 ERP204 ERP205 ERP206 ERP207 ERP250 ERP251 ERP252 ERP253 ERP254 ERP255 ERP256 ERP257 ERP258 ERP259 ERP260 ERP261 ERP262 ERP270 ERP271 ERP280 Management Empowered by SAPERP Management Empowered by SAPERP Financials Management Empowered by SAPERP HCM Management Empowered by SAPERP Logistics & Operations CO Overview Controlling Master Data Cost Center Planning and Postings Cost Center Period-end Closing and Reports Internal Order Product Cost Control Order-Production Order Profit Center FI Overview General Ledger Overview and Master Data General Ledger Billing Overview Accounts Receivable Financial Master Data Accounts Payable Cash Management Financial Reports Asset Accounting Overview Asset Accounting Master Data Asset Accounting Details Asset Accounting Closing Travel Management Overview Travel Management Funds Management (Funds Manager)

ERP400 ERP401 ERP402 ERP403 ERP404 ERP405 ERP406 ERP407 ERP408 ERP450 ERP451 ERP452 ERP453 ERP454 ERP455 ERP456 ERP457 ERP458 ERP459 ERP460 ERP461 ERP462 ERP463 ERP900 ERP901 ERP902 ERP903 ERP904 ERP905 ERP906 ERP907 ERP910 ERP912 ERP913 ERP914 ERP915 ERP920 ERP921 ERP922 ERP923 ERP924 ERP925 ERP926 ERP930 ERP931 ERP932 ERP933 ERP934 ERP935 ERP936 ERP937

MM Overview Material and Service Master Data Purchasing Overview Vendor and Purchasing Information Master Data and Purchasing Requisitions, Quotations & Contracts MM Reports Inventory Management MRP and Physical Inventory Logistics Invoice Verification SD Overview Sales Order Processing Customer Master Data Quotation Management Scheduling Agreements and Contracts SD Reports Pricing Condition Records Sales Agreements Backorder Processing Outbound Processing Billing Process A/R and Credit Management Credit and Risk Management Credit Reporting Order to Cash Overview I Sales Person Sales Administrator I Sales Administrator II Outbound Shipping Clerk Billing Employee Credit Analyst I Credit Analyst II Procure to Pay Overview I Requisition Clerk & Invoice Verification Clerk I Invoice Verification Clerk II Buyer Receiving Clerk Controlling Process Overview I Cost Center Analyst and Controller I Internal Order Analyst Product Cost Analyst I Profitability Analyst Product Cost Analyst II and Controller II Controller III Financial Process Overview I Accounting Analyst Accounts Receivable and Accounts Payable Clerk I Travel Manager Asset Manager I Asset Manager II Accounts Receivable Clerk II Accounts Payable Clerk II

E2E100 - Root Causes Analysis with SAP Solution Manager.pdf ECO220 - SAP Internet Sales.pdf EP100 - 2002-Q3 Internal - Ltr - Managing Enterprise Portal Content.pdf

EP130 EP150 EP150 EP200 EP200 EP200 EP200 EP300 EP300 EP300 EP300 EP600

Knowledge Management - Collaboration 2006Q2.pdf Portal KMC Part 1.pdf Portal KMC Part 2.pdf 2004-Q2 Instr - Ltr - SAP Enterprise Portal System Administration.pdf 2005-Q2 - A4 - SAP Enterprise Portal System Administration.pdf 2005-Q2 Instr - A4 - SAP Enterprise Portal System Administration.pdf 2005-Q2 Internal - Ltr - SAP Enterprise Portal System Administration.pdf 2004-Q2 Internal - A4 - SAP Knowledge Management Collaboration Participant.pdf 2004-Q2 Internal - Ltr - Configuration of Knowledge Management and Collaboration.pdf 2005-Q2 - Ltr - Configuration of Knowledge Management and Collaboration.pdf 2005-Q2 Instr - A4 - Configuration of Knowledge Management and Collaboration.pdf 2006-Q2 Internal - Ltr - Configuration of the Universal Worklist.pdf

ERP020 - mySAP Financials.pdf EWB10 - 2003 - A4 - Oracle SQL Cache Analysis (Cost Based Optimizer).pdf

Training Material starting with letter "F"

FIN930 Auditing with SAP Business Warehouse and Strategic Enterprise Management (BW/SEM) FS300 SAP for Insurance - Overview FS310 SAP Collections and Disbursements: Overview FS315 SAP Collections and Disbursements: Customizing FS320 Incentive & Commission Management FS330 SAP Claims Management: Overview FS335 SAP Claims Management: Customizing

- FIN900 Auditing with SAP ERP

Training Material starting with letter "G"

- GTS100 - 2006-Q2 A4 Global Trade Services.pdf

Training Material starting with letter "H"

HR050 HR110 HR250 HR260 HR270 HR290

Human Resources - Essentials - Instructor - 2005 Q2.pdf Essentials of payroll Employee Self Service.doc Manager Self Service.pdf Learning Solution Overview - Instructor.pdf System Configuration for ESS & MSS.doc - ERP 6.0

HR305 HR306 HR307 HR310 HR311 HR316 HR316 HR325 HR350 HR390 HR400 HR490 HR505 HR506 HR510 HR515 HR520 HR530 HR550 HR580 HR700 HR940

2006-Q2 - A4 - Configuration of Master Data.pdf 2006-Q2 - A4 - Configuration of Time Recording.pdf Configuration of HR System Controls.doc Time Evaluation with Clock Times.doc Time Evaluation without Clock Times - Instructor.pdf eRecruiting - part I eRecruiting - part II Benefits Administration - 2005 Q2.pdf Programming in HR.doc Introduction to Payroll.doc Payroll Management.pdf Incentive Wages - SAPShow Organizational Management.doc Advanced Organisational Management - SAPShow Personnel Development.doc Training and Event Management.doc Shift Planning Technical Topics in HR - SAPShow Personel Costing & Simulation.pdf Reporting in Human Resources.doc International Payroll Reporting - SAPShow 2003-Q2 - Ltr - Authorizations in HR.pdf

HR990 - Technical Hits & Tips in HCM.pdf

Training Material starting with letter "I"

IOG130 Production and Revenue Accounting with SAP PRA (Production Revenue Accounting) IOGW40 Joint Venture Accounting (JVA) IOGW50 Remote Logistics Management (RLM) IOGW60 Production Sharing Accounting with SAP PSA

- IUT110 Introduction to the IS-U/CCS System

ICP600 - Trade & Promotions.pdf IPS910 - Special Functions for the Public Sector.doc IRT100 IRT310 IRT320 IRT330 IRT340 IRT360 mySAP mySAP mySAP mySAP mySAP mySAP Retail Retail Retail Retail Retail Retail Process_Overview.pdf Master Data.pdf Pricing and Promotion.pdf Planning Purchase and Warehouses.pdf Supply Chain Execution.pdf Headquarters Store Connectios POS Interface

ITS070 - Administration - SAPShow ITS110 - Developing Web with ITS Flow Logic - 46C - SAPShow IUT110 IUT210 IUT221 IUT230 IS-U IS-U IS-U IS-U CCS - Customer Care Services - SAPShow Master Data - Basic Functions - SAPShow Work Management.doc Billing & Invoicing - SAPShow

IUT240 - IS-U Contract Accounts & Receivable Payable IUT250 - IS-U Customer Service.doc

Training Material starting with letter "J"

- JA313 Integration of SAP Interactive Forms into Web Dynpro for Java - JA314 Java Web Dynpro Business Graphics

JA100 JA200 JA300 JA310 JA311 JA312 JA320 JA331 JA340 JA340 JA700 JA720

SAP SAP SAP SAP SAP SAP SAP SAP SAP SAP SAP SAP

J2SE fundamentals - 2005.pdf J2SE GuiKit - 2002.pdf J2EE Fundamentals.pdf Java Web Dynpro I.pdf Java Web Dynpro II.pdf Advanced Web Dynpro for Java.pdf Java Persistency & EJB.pdf Java Open Integration Technologies.zip Netweaver Development Infrastructure.pdf Netweaver Development Infrastructure - Instructor.pdf Java Migration - Essentials.pdf Java Migration - Mastering.pdf

Training Material starting with letter "L"

- LO805 Structuring and Managing Technical Objects

LO020 LO050 LO110 LO205 LO206 LO210 LO215 LO230 LO235 LO275 LO510 LO515 LO520 LO521 LO530 LO531 LO540 LO550 LO605 LO610 LO615 LO620

Processes in Procurement.doc Manufacturing Planning & Execution for Discrete & Repetitive.doc Customer Service.doc Basic Data Discrete Production - Part I.doc Basic Data Discrete Production - Part II.doc Production Planning.doc Production Orders.doc Capacity Planning.doc KANBAN 46c.doc Technical Aspects of LIS Production.pdf Inventory Management.doc Invoice Verification.doc Purchasing Details & Optimization.doc Pricing in Purchasing.doc Warehouse Management.pdf Special Topics in WM.pdf Procurement of External Services.doc Cross Functional Customizing in Material Managing.doc 2003-Q3 - A4 - Sales.doc Shipping.pdf 2003-Q3 - A4 - Billing.doc 2003-Q3 - A4 - Pricing in SD.doc

LO650 LO815 LO830 LO835 LO836 LO935 LO955 LO985

2003-Q3 - A4 - Cross-Functional Customizing in SD.doc Maintenance Processing - Operational Functions.pdf Service Contracts 4.6C - 2001 - SAPShow Service Processing.doc 2001 - Service Processing Controlling Functions EN 46C - SAPShow Flexible Planning.doc Batch Management.doc Classification.doc

Training Material starting with letter "M"

- MDM101: Global Data Synchronisation

MBC30 - ASAP Technical Implementation & Operations - SAPShow MBC40 - Managing ABAP Development Projects.pdf MDM100 - Master Data Management.pdf MDM300 - Print Publishing.pdf MDM400 - Master Data Modelling.pdf MISC01 MISC02 MISC03 MISC04 ASAP Standards.doc SAPGUI Navigation.doc mySAP.com & SAP R/3 Enterprise.doc Partner Academy - ASAP.doc

Training Material starting with letter "N"

NET200 - 2004-Q4 - Ltr - SAP Web Application Server - Developing BSP Applications.pdf NET310 - 2006-Q2 - Ltr - ABAP Web Dynpro Instructor.pdf

Training Material starting with letter "P"

- PLM280 Resource Related Billing - PLM281 HR Workforce Planning Integration - PLM318 Analytics in Enterprise Asset Management

PLM112 PLM114 PLM130 PLM140 PLM143 PLM145 PLM146

Basic Data Customizing - Instructor.pdf Basic Data for Manufactoring.pdf Classification.pdf Variant Configuration I - Part I Variant Configuration I - Part II - SAPShow Variant Configuration II - Part I.pdf Variant Configuration II - Part II.pdf

PLM150 PLM160 PLM200 PLM210 PLM230 PLM235 PLM240 PLM300 PLM318 PLM400 PLM415 PLM510

Engineering Change & Configuration Management.doc Recipe Management.pdf Project Management - Instructor.pdf Project Management Structures.pdf Project Accounting.pdf Project Controlling with Work Breakdown Structures.pdf Project Management Reporting.pdf Plant Maintenance.pdf Analytics in Enterprise Asset Management.pdf Business Process in QM.pdf Quality Management in Logistics.pdf cProject & cFolders

Training Material starting with letter "S"

SCM683 - Subcontracting Business Process SCM684 - Subcontracting Customizing and Master Data SM001 SM520 SM530 SM540 SM550 SAP Solution Manager Overview Effective Knowledge Transfer with SAP Solution Manager ITIL with SAP Solution Manager SAP Solution Manager : Incident Management Change Request Management

SMO010 - Solution Manager Concept & Strategy SMO100 - System Administration with SAP Solution Manager SMO610 - Business Process Management and Monitoring SMO150 - Service Desk SMO155 - Change Request Management SMI210 - Implementation Methodology Overview SMI310 - Implementation Tools in Detail SRF001 - Radio Frequency in SAP Software (solution overview) SRF010 - SAP RFID Enabled Supply Chain Execution SRF050 - SAP RFID for SCM Technical Infrastructure and System Landscape SOA110 SOA200 SOA220 SOA230 SOA250 Enterprise SOA Roadmap Enterprise Architect Framework Level 1 TOGAF Training & Certification ARIS Toolset for SAP EAF Enterprise Architect Framework Level 2

SAP01 - 2006-Q2 - A4 - SAP Overview.pdf SAPBI - 2005-Q1 - A4 - SAP BI - Business Intelligence.pdf SAPBI - 2005-Q1 - Ltr - SAP BI - Business Intelligence.pdf SAPCRM - mySAP CRM Overview.pdf SAPEP - 2004-Q2 - A4 - SAP Enterprise Portal Fundamentals.pdf SAPEP - 2005-Q2 Internal - Ltr - SAP Enterprise Portal Fundamentals.pdf SAPFIN - 2005-Q2 - A4 - mySAP ERP Financials.pdf SAPHR - 2006-Q2 - A4 - mySAP ERP Human Capital Management - Overview.pdf

SAPNW - 2004-Q3 Instr - A4 - SAP NetWeaver - Overview.pdf SAPNW - 2005-Q4 - A4 - SAP NetWeaver - Overview.pdf SAPNW - 2005-Q4 - Ltr - SAP NetWeaver - Overview.pdf SAPNW - 2005-Q4 Instr - A4 - SAP NetWeaver - Overview.pdf SAPPLM - 2005-Q2 Internal - Ltr - mySAP Product Lifecycle Management (mySAP PLM) Overview.pdf SAPSCM - 2006-Q2 - A4 - mySAP Supply Chain Management Overview.pdf SAPTEC - 2003-Q2 - A4 - SAP NetWeaver - Fundamentals of the Application Platform.pdf SCM100 SCM120 SCM130 SCM130 SCM130 SCM130 SCM200 SCM200 SCM210 SCM210 SCM212 SCM212 SCM215 SCM220 SCM220 SCM222 SCM230 SCM230 SCM240 SCM240 SCM240 SCM240 SCM240 SCM240 SCM242 SCM244 SCM250 SCM250 SCM270 SCM280 SCM282 SCM290 SCM300 SCM300 SCM310 SCM310 SCM320 SCM320 SCM320 SCM340 SCM360 SCM360 SCM360 SCM500 SCM510 SCM515 SCM518 SCM520 SCM521 SCM525 R/3 Supply Chain Management Overview - Instructor.pdf Core Interface - Instructor.pdf 2004-Q3 - A4 - SAP R-3 Planning and Manufacturing Overview.pdf 2004-Q3 - Ltr - SAP R-3 Planning and Manufacturing Overview.pdf 2004-Q3 Instr - A4 - SAP R-3 Planning and Manufacturing Overview.pdf 2004-Q3 Instr - Ltr - SAP R-3 Planning and Manufacturing Overview.pdf 2006-Q2 - A4 - Business Processes in Planning (SCM).pdf 2006-Q2 - Ltr - Business Processes in Planning (SCM).pdf 2006-Q2 - A4 - Core Interface APO.pdf 2006-Q2 - Ltr - Core Interface APO.pdf 2005-Q2 - A4 - SAP SCM Integrated Supply Chain Modeling.pdf 2005-Q2 - Ltr - SAP SCM Integrated Supply Chain Modeling.pdf 2005-Q2 - A4 - mySAP Supply Chain Modeling.pdf 2005-Q2 - A4 - Demand Planning.pdf 2005-Q2 - Ltr - Demand Planning.pdf Planning with DP BOMs (Bills of Materials) 2005-Q2 - A4 - Supply Network Planning (SNP).pdf 2005-Q2 - Ltr - Supply Network Planning (SNP).pdf 2004-Q3 - A4 - Production Planning (SAP R-3).pdf 2004-Q3 - Ltr - Production Planning (SAP R-3).pdf 2004-Q3 - Show - Production Planning (SAP R-3).zip 2004-Q3 Instr - A4 - Production Planning (SAP R-3).pdf 2004-Q3 Instr - Ltr - Production Planning (SAP R-3).pdf Production Planning - PartI.doc Production Planning APO/PP/DS With SCM.doc Production Planning - Part II (SAP R/3 -MRP).doc 2005-Q2 - A4 - Production Planning and Detailed Scheduling (SAP APO-PP-DS).pdf 2005-Q2 - Ltr - Production Planning and Detailed Scheduling (SAP APO-PP-DS).pdf Flexible Planning.doc Overview of the Inventory Collaboration Hub Inventory Collaboration Hub - Responsive Replenishment Overview of Trade Promotion Management 2005-Q2 - A4 - Production Overview.pdf 2005-Q2 - Ltr - Production Overview.pdf 2005-Q2 - A4 - Production Orders.pdf 2005-Q2 - Ltr - Production Orders.pdf 2005-Q2 - A4 - Repetitive Manufacturing.pdf 2005-Q2 - Ltr - Repetitive Manufacturing.pdf 2005-Q2 - Show - Repetitive Manufacturing.zip Process Orders - Instructor.pdf 2006-Q2 - A4 - Capacity Planning in ECC.pdf 2006-Q2 - Ltr - Capacity Planning in ECC.pdf 2006-Q2 - Show - Capacity Planning in ECC.zip Processes in Procurement.pdf 2006-Q2 - A4 - Inventory Management and Physical Inventory.pdf 2005-Q2 - A4 - Invoice Verification.pdf Materials Management : Archiving Purchasing Documents Purchasing.zip Pricing in Purchasing - SAPShow Consumption Based Planning & Forecasting.pdf

SCM540 SCM550 SCM550 SCM595 SCM605 SCM600 SCM600 SCM600 SCM601 SCM601 SCM601 SCM610 SCM610 SCM610 SCM611 SCM611 SCM611 SCM611 SCM611 SCM611 SCM611 SCM611 SCM612 SCM615 SCM620 SCM620 SCM621 SCM630 SCM630 SCM631 SCM634 SCM636 SCM645 SCM646 SCM650 SCM653 SCM660 SCM670 SCM680 SCM681 SCM682 SEM010 SEM200 SEM210 SEM220 SEM240

Procurement of External Services.doc 2006-Q2 - A4 - Cross-Functional Customizing in MM.pdf 2006-Q2 - Ltr - Cross-Functional Customizing in MM.pdf Batch Management.pdf Sales in R/3 Enterprise.pdf 2006-Q2 - A4 - Sales and Distribution Processes.pdf 2006-Q2 - Ltr - Sales and Distribution Processes.pdf 2006-Q2 - Show - Sales and Distribution Processes.zip 2005-Q2 - A4 - Processes in Logistics Execution.pdf 2005-Q2 - Ltr - Processes in Logistics Execution.pdf 2005-Q2 - Show - Processes in Logistics Execution.zip 2006-Q2 - A4 - Delivery Processes.pdf 2006-Q2 - Ltr - Delivery Processes.pdf 2006-Q2 - Show - Delivery Processes.zip 2003-Q3 - A4 - Transportation.pdf 2003-Q3 - Ltr - Transportation.pdf 2003-Q3 Instr - A4 - Transportation.pdf 2003-Q3 Instr - Ltr - Transportation.pdf 2003-Q3 Outl - A4 - Transportation.pdf 2003-Q3 Outl - Ltr - Transportation.pdf 2003-Q3 Struct - A4 - Transportation.pdf 2003-Q3 Struct - Ltr - Transportation.pdf APO Transportation & Vehicle Scheduling.doc Billing R/3 Enterprise.pdf 2006-Q2 - A4 - Pricing in Sales OrderManagement.pdf 2006-Q2 - Ltr - Pricing in Sales OrderManagement.pdf Pricing Optimization 2005-Q2 - A4 - Warehouse Management.pdf 2005-Q2 - Ltr - Warehouse Management.pdf Additional Topics in Warehouse Management.pdf Yard Management (RCT) SAP Mobile Data Entry (RCT) Credits & Risk Management - SAPShow Credit Management Optimization Cross Customizing in SD - SAPShow Sales & Distribution Revenue Recognition Handling Unit Management.pdf Global Available to Promise.doc Cross Application Processes MM & SD.pdf Stock Transfer Business Process Stock Transfer Customizing and Master Data 2005-Q2 Instr Integration.pdf 2004-Q3 Instr 2005-Q2 Instr 2005-Q2 Scan A4 - SEM Overview.pdf A4 - SEM Business Planning and Simulation.pdf A4 - SEM Corporate Performance Monitor.pdf A4 - BW-based Consolidation.pdf

SM100 - 2006-Q2 - A4 - SAP Solution Manager Operations.pdf SMI210 - 2005-Q3 - A4 - mySAP Implementation Overview.pdf SMI210 - 2005-Q3 - Ltr - mySAP Implementation Overview.pdf SMI310 - 2003-Q2 - A4 - SAP Solution Manager - Implementation Tools in Detail.pdf SMI310 - 2003-Q2 - Ltr - SAP Solution Manager - Implementation Tools in Detail.pdf SMI310 - 2003-Q2 Instr - Ltr - SAP Solution Manager - Implementation Tools in Detail.pdf SRM060 - Technical Overview SRM200 - SRM Solution Overview.pdf SRM210 - SRM35 Enterprise Buyer.pdf

SRM220 SRM240 SRM260 SRM270 SRM300 SOA100

Analytical SRM.pdf Requisite Catalogue & Content Management.pdf Catalog Content Management - SAPShow SRM & MDM Integration - SAPShow SAP eSourcing - SAPShow Enterprise SOA Overview.pdf

Training Material starting with letter "T"

- TBW41 Extraction with UDI & XI and APD - TPLM30 Asset Life-Cycle Management (Case Study) - TZTDM3 Basic Implementation & configuration of SAP TDMS

TU3BW - SAP BW Delta 30B TABC41 - 2000-Q2 - Ltr - ABAP Development Workbench Basics 1-2.pdf TABC41 - 2000-Q2 - Ltr - ABAP Development Workbench Basics 2-2.pdf TABC43 - Data Transfer.pdf TACO40 - Controlling - Part I.pdf TACO40 - Controlling - Part II.pdf TACO40 - Controlling - Part III.pdf TACRM1 - CRM Basic Configuration Business Partner.pdf TACRM1 - CRM Basic Configuration Organizational Management.pdf TACRM3 - Internet Sales.pdf TACRM5 - Class Questions.doc TACRM5 - Summary.doc TADM10 - 2003-Q3 - A4 - SAP NetWeaver - SAP Web AS Implementation & Operation I.pdf TADM10_1 - 2005-Q4 - A4 - SAP Web AS Implementation & Operation I.pdf TADM10_1 - 2005-Q4 Instr - A4 - SAP Web AS Implementation & Operation I.pdf TADM10_2 - 2005-Q4 - A4 - SAP Web AS Implementation & Operation I.pdf TADM10_2 - 2005-Q4 Instr - A4 - SAP Web AS Implementation & Operation I.pdf TADM12 - 2003-Q3 - A4 - SAP NetWeaver - SAP Web AS Implementation & Operation II.pdf TADM12_1 - 2005-Q4 Instr - A4 - SAP Web AS Implementation and Operation II.pdf TADM12_2 - 2005-Q4 - A4 - SAP Web AS Implementation and Operation II.pdf TADM12_2 - 2005-Q4 Instr - A4 - SAP Web AS Implementation and Operation II.pdf TADM51 - 2003-Q3 - A4 - SAP NetWeaver - SAP Web AS DB Operation (ORACLE).pdf TADM51 - 2005-Q2 - A4 - Database Administration Oracle.pdf TADM51 - 2005-Q2 Instr - A4 - Database Administration Oracle.pdf TADM53 - 2003-Q3 - A4 - SAP NetWeaver - SAP Web AS DB Operation (MS SQL Server).zip TADM56 - 2005-Q4 Instr - A4 - SAP Netweaver - SAP Web AS DB Operation (DB2 UDB).pdf TADM70 - 2005-Q3 Internal - Ltr - SAP System - OS and DB Migration.pdf TADM70 - SAP System - OS and DB Migration - Instructor - SAPShow TADMBO - 2004-Q4 - A4 - Implementation & Operation II.pdf TADMBW - 2005-Q1 Instr - A4 - BW Performance & Administration.pdf TADMD5 - 2005-Q1 Instr - A4 - Delta Implementation & Operation SAP Web AS 6.20 - SAP Web AS 6.40 (Java & ABAP).pdf

TADMD5 - 2005-Q2 - Show - Delta Implementation & Operation SAP Web AS 6.20 - SAP Web AS 6.40 (Java & ABAP).zip TADMJ1 - 2005-Q1 - A4 - SAP Java Engine Administration.pdf TADMJ5 - 2004-Q3 - A4 - Web AS 6.40 Supportability and Java Security.pdf TADMJ8 - 2004-Q4 - A4 - Java Developement Infrastructure Administration.pdf TACO40 - Controlling - Part I.pdf TACO40 - Controlling - Part II.pdf TACO40 - Controlling - Part III.pdf TACRM1 - CRM Basic Configuration Business Partner.pdf TACRM1 - CRM Basic Configuration Organizational Management.pdf TACRM3 - Internet Sales.pdf TACRM5 - Class Questions.doc TACRM5 - Summary.doc TAFI40 - Financial Accounting - Part I.pdf TAFI40 - Financial Accounting - Part II.pdf TAFI40 - Financial Accounting - Part III.pdf TAFI40 - Financial Accounting - Part IV.pdf TAFI41 - Financial Accounting - Appendices.pdf TAFI41 - Financial Accounting.pdf TAMM40 - Materials Management - Part I.zip TAMM40 - Materials Management - Part II.zip TAMM40 - Material Management - Part III.pdf TAMM40 - Material Management - Part IV.pdf TAMM41 - Material Management - Extras.pdf TAPP40 - Production Planning.pdf TASD40 - Sales Distribution.zip TAW10_1 - 2005-Q4 - A4 - ABAP Workbench Fundamentals.pdf TAW10_2 - 2005-Q4 - A4 - ABAP Workbench Fundamentals.pdf TAW10_3 - 2005-Q4 - A4 - ABAP Workbench Fundamentals.pdf TAW12 - ABAP Certification.zip TAW12_2 - 2005-Q2 - A4 - ABAP Workbench Concepts.pdf TB1900 - SAP Business One - Partners Commercial Sales - SAPShow TBIT40 - 2004-Q4 - A4 - Implementation & Operation II.pdf TBIT42 - XI Adapter Framework.pdf TBIT44 - 2004-Q4 - A4 - Mapping, Adapters and BPM.pdf TBIT44 - SAP XI Mapping Part I.pdf TBIT44 - SAP XI Mapping Part II.pdf TBIT44 - SAP XI ccBPM & Mapping 2006Q2.pdf TBIT50 - SAP Exchange Infrastructure Operations Part I.ZIP TBIT50 - SAP Exchange Infrastructure Operations Part II.ZIP TBIT51 - SAP Exchange Infrastructure Operations Part II.ZIP TBIT51 - 2004-Q4 - A4 - Implementation & Operation II.pdf TBW10 - 2005-Q1 Instr - A4 - Data Warehousing.pdf TBW20 - 2005-Q1 Instr - A4 - Business Information Warehouse - Reporting & Analysis.pdf TBW30 - 2005-Q1 Instr - A4 - SAP Business Intelligence - Data Staging & Extraction.pdf TBW40 - 2005-Q1 Instr - A4 - Business Information Warehouse - Modeling and Authorizations.pdf TBW42 - Advanced Reporting - Part I.pdf TBW42 - Advanced Reporting - Part II.pdf TBW45 - 2004-Q4 - A4 - Business Planning and Simulation.zip TCASE1 - Consultants Case Study.zip TEP10 - 2005-Q2 Instr - A4 - SAP Enterprise Portal Implementation and Operation.pdf TEP10ao - 2004-Q2 - A4 - SAP Enterprise Portal Implementation and Operation (Add-On).pdf TEP10_1 - 2005-Q2 Instr - A4 - SAP Enterprise Portal Implementation and Operation.pdf TEP10_2 - 2005-Q2 - A4 - SAP Enterprise Portal Implementation and Operation.pdf TEPD20 - Advanced Portal Workshop.zip TEPD20 - SAP NetWeaver Portals Development.zip

TEWA50 - BW Query Tuning.pdf TFIN10 - SAP FICO Certification Training.zip TFIN22_1 - 2006-Q2 Instr - A4 - Management Accounting II.pdf TFIN22_2 - 2006-Q2 Instr - A4 - Management Accounting II.pdf TFIN50 - Financial Account I - Part 1 2006.pdf TFIN50 - Financial Account I - Part 2 2006.pdf TFIN52 - Financial Account II - Part 1 2006.pdf TFIN52 - Financial Account II - Part 2 2005.pdf THR10 - 2003-Q3 Scan - A4 - Management Administration in HR I.pdf THR12 - 2006-Q2 - A4 - Management Administration II.pdf THR12 - 2006-Q2 Instr - A4 - Management Administration II.pdf TJA311 - SAP Web Dynpro Exercises_.zip TJA311 - WebDynpro Programming.pdf TKMC10 -Portals Knowledge Management.pdf TSCM50 - Materials Mangement Certification Course 2004.pdf TSCM52 - Processes in Procurement - Part I.pdf TSCM52 - Processes in Procurement - Part II.pdf TSCM60 - Order Fulfillment I - Part I - SAPShow

Training Material starting with letter "T" - Continued

Training Material starting with letter "U" & "V"

- VSAP10 ValueSAP Introduction 4.6C - VSAP50 ValueSAP RBE - Reverse Business Engineer 4.6C Training Material starting with letter "W"

- W26BII BI-Accelerator Introduction Workshop - WABAP Webdynpro for ABAP - WB700 Funds Management - SAPShow

You might also like