Sap BPC
Sap BPC
Sap BPC
AUDIT - D
CATEGORY - C
CURRENCY - R
ENTITY - E
GROUP - G
INTERCOMPANY - I
SUBTABLES - S
TIME - T
USERDEFINED - U
TCODE
Used
UJA_MAINTAIN_MEASURE_FORMULA
UJBR
UJFS
UJ_VALIDATION
environment
RSA1
RSD1
To edit InfoObjects
SE37
SLG1
EPMAxisOverride
(ReportID,
RowAxis,
Dimension1,
Member1,...)
EPMCellRange
(Range1,
Range2,
Range3 etc.,)
EPMComparison
(ConnectionName,
Dimension,
Account1,
Account2)
EPMContextMember
(ConnectionName,
Dimension,
Filter)
EPMDimensionList
(ConnectionName,
Range,
Separator)
EPMDimensionOverride
(ConnectionName,
Range,
Separator)
The consolidation of investment deals with elimination of ownership and booking of minority interest of
these investments. Three methods are commonly used in consolidation of investments: the purchase,
equity, and proportional methods.
The purchase method is generally used when the percentage of ownership is greater than 50%.
The equity method is generally used when the percentage of ownership is less than 50%.
The proportional method is similar to the purchase method and is generally used in Europe.
Flat file:
When this option is selected, master or transaction data can be loaded into a dimension or a
model from a flat file. The flat file is the most flexible method to load data into an SAP BPC model.
In this case, the flat file is staged in the BPC server system folder before it is loaded into the
model.
Transformation File:
The transformation file specifies the definitions used to interpret data coming from an external source
before loading it into an SAP BPC dimension or model. SAP BPC provides the interface to create and
maintain transformations in an Excel file. The transformation file includes three sections:
Options
Mapping
Conversion
Options:
The Options section contains the options you want to use when interpreting the data from the external
source. You can specify the following options in the Options section:
Option
AmountDecimalPoint=<value>
Default Value
0
ConvertAmountDim=<dim_name>
Account
CREDITPOSITIVE= YES|NO
YES
FORMAT=DELIMITED/ FIXED/VARIANT
DELIMITER
Comma
HEADER=YES/NO
YES
Description
This option specifies the
character to represent a decimal
point.
This option can specify a
dimension for amount
calculations.
A formula should exist in the
conversion file for the value
specified here for the calculation
to work.
If this option is set to NO, all
credit accounts (of type
Liability/Owners Equity and
Income) will have a negative sign
in the source file.
This is a required parameter.
It specifies the format of the data
in the input file.
This option is applicable when
the format option is set as
DELIMITED. This option is
relevant when loading data
directly from a file.
Specify a value that matches the
format of the input file.
If the file includes a header row
with column names, set the value
of this option to YES.
When a header is included, the
column names in the header can
be referred in the Mapping
section of the transformation file
to map the column names to the
MAXREJECTCOUNT
Empty string
SUPPRESSCHARACTER
ROUNDAMOUNT = <INTEGER_VALUE>
SKIP=<INTEGER_ VALUE>
Empty String
Empty
FORMULA=
CONVERT_ INTERNAL=YES|NO
Documents:
We can create and share unstructured data such as documents and URLs within SAP BPC systems.
Audit:
The audit functionality in SAP BPC system provides the framework for monitoring changes to model
configuration and data.
Activity audit: This audit type is used to record changes to metadata
Data audit: This audit type is used to record changes to transaction data
Process Chain : /CPMB/ARCHIVE_DATA
Table
BPC Fundamental:
http://www.tutorialspoint.com/sap_bpc/sap_bpc_quick_guide.htm
Logics in SAP BPC:
Logics allow us to define formulas that perform calculations on SAP BPC data.
There are three types of logics in SAP BPC:
Front-End
On-the-Fly
Stored output
http://indelasapbpc.blogspot.in/2011/05/sap-bpc-logic.html
http://documents.mx/documents/07-sap-bpc-logicvoff.html
Worksheet Logic:
Any calculation/formula done on the BPC excel can be termed as worksheet logic.
For example, fetching data through EVGTS, or doing some mathematical calculations
using native excel formulas (local member formula).
Worksheet logic includes the functions provided by BPC, plus the native functions of Excel
itself.
Dimension Logic:
Any calculation and formula done on the dimension can be termed as dimension logic.
Calculations are performed as per the dimension formula at retrieval time.
It is important to use the dimension formulas correctly as they can affect the system
performance if used incorrectly.
Script Logic: