Skip to main content

YCLASSICAL_JOINING

*&---------------------------------------------------------------------* *& Report  YCLASSICAL_JOINING *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT   yclassical_joining  NO   STANDARD   PAGE  HEADING                               LINE - SIZE   110                               LINE - COUNT   255                               MESSAGE - ID  z...

SAP had released a two versions for BPC 10.1; they are BPC 10.1 Classic and BPC 10.1 Embedded

SAP had released a two versions for BPC 10.1; they are BPC 10.1 Classic and BPC 10.1 Embedded.
The Classic version can be considered an extension of previous versions in the BPC family, and can be used to implement both planning and consolidations solutions.

The Embedded version utilizes Integrated Planning and BPC features, and is designed for planning only. Integrated Planning (IP) is a planning tool introduced by SAP before BPC came into effect.
/wp-content/uploads/2015/11/img_5637d1a5a9056_823992.png

Let’s look some of the differences between the Classic and Embedded versions from a configuration perspective:

1. Master and transactional data objects

ClassicEmbedded
This version utilizes BPC objects i.e., Dimensions for master data and Models for transactional data. When data is saved in BPC, it will be stored in the SAP BW system under the namespace /CPMB. This method is similar to that used in earlier versions of BPC.This version uses the SAP Business Warehouse (BW) system and its objects directly. Characteristics are used for master data, and data providers like Info Cube, multi providers, and so on are used for transactional data
2. Data loads

ClassicEmbedded
Master and Transactional data must be loaded to the BPC system. Source data can be loaded either from SAP Business Warehouse (BW) or from other external systems, such as flat files.Unlike the classic version, the embedded version uses the SAP Business Warehouse (BW) system directly, so we don’t need to add another layer of data loads for our project implementations.
3. Custom scripts

ClassicEmbedded
In addition to using the predefined scripts provided by SAP (e.g., Copy and Allocations), we can develop custom code to perform calculations using the Logic Script component.This version also provides a few predefined functions, but custom code must be developed using the FOX (Formula Extension) component.
4. Template development

ClassicEmbedded
Input schedules and reports are developed using the EPM Excel Interface. Schedules are used to develop templates which allow users to view and save data to the BPC system, whereas reports are used only to view and analyze data.BEX Query designer is used to developed schedules and reports. The resulting templates are accessed from BPC’s EPM Excel interface and presented to business users.
5. Security

ClassicEmbedded
This version uses both SAP BW and BPC system for security configuration. Users are created in the BW system, then granted permissions for objects and data via BPC.Most security features are configured in the SAP BW system directly, including creating users and granting permissions for objects. Data access can be configured in both the BW and BPC systems.

Comments

Popular posts from this blog

SAP ABAP ALV Reports Interview Questions and Answers for Experienced.

SAP ABAP ALV Reports Interview Questions and Answers for Experienced. Here, i am sharing very import real time oriented questions which are faced at several interviews on ALV Reports to help for freshers and experienced SAP ABAP consultants with appropriate answers . What is ALV? ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP. What are the uses of ALV reports? Sorting of records Filtering of records Totals and Sub-totals Download the report output to Excel/HTML Changing the order of the columns in the report Hide the unwanted columns from the report What are standard function modules used to create ALV? REUSE_ALV_LIST_DISPLAY Display an ALV list REUSE_ALV_GRID_DISPLAY Display an ALV grid REUSE_ALV_COMMENTARY_WRITE Output List header information REUSE_ALV_VARIANT_F4 Display variant selection dialog box REUSE_ALV_VARIANT_EXISTENCE Checks w...

How to Create SAP ABAP Query Using SQ01 Step by Step Guide

How to Create SAP ABAP Query Using SQ01 Step by Step. You can create ABAP query objects ,if they are not exist in the SAP system. You can create SAP query without  ABAP programming knowledge. ABAP Query provides users with a variety of ways to define and create different types of  reports , such as  Basic Lists ,  Stats , and  Sorted Lists . ABAP query consists of four elements: Queries InfoSets Groups Translation query Queries The query component is used by end users for Queries. You can create queries, change and queries executed. Transaction  SQ01. Trnslation component / QUERY Many texts to define queries, InfoSets and user groups are generated. These texts are displayed in the language we choose to access the SAP system. We can compare the text or languages ​​that use this component. InfoSets InfoSets are the views of the Special Data Sources. An InfoSet Describes the fields of a data source that can be reported in the q...

What is ABAP Workbench?

What is ABAP Workbench? ABAP Workbench is a collection of tools you use to develop, test and run ABAP programs.In SAP ,we are using ABAP Workbench to develop standard and custom applications and also within the ABAP Workbench ,we are creating reports ,printing forms ,data entry and general programming .Workbench has the following tools . All tools in the ABAP Workbench are integrated. When you work with the ABAP Workbench, you work with development objects and packages. Development objects are the individual parts of an ABAP application. Development objects are: Programs: reports, transactions, and function modules Program components: events, screens, menus, and function modules Objects that programs can share: database fields, field definitions, and program messages. The SAP system stores development objects in the Repository, which is a part of the database. When you complete your work on a development object, you generate a run time version of the object. In a sta...