Skip to Content
Author's profile photo Badrish Shriniwas

Assigning Signage for Account Dimension in SAP BPC Embedded

Introduction – Business Case

In BPC Classic/Standard or in other words while doing planning on the account based model, the ACCTYPE property defines the signage of the data stored in the BW serer. Setting these property affect how data is stored and retrieved in the system.

In the Account (A type) dimension, there are 4 different possible values for the Account Type (ACCTYPE) property: AST, LEQ, INC and EXP. For Account Types LEQ and INC: BPC will send data into database and retrieve data via an input schedules/reports with reversing the signed data value (+/-). For Account Types AST and EXP: BPC will send data into database and retrieve data via an input schedules/reports without a change in the signed data value (+/-).

Functionally, for planning purposes the incomes should be treated as negative and expense positive, even though the business will want to enter/retrieve them without any signage.

The following steps will guide you on how to configure this in BPC 10.1 Embedded leveraging the generic BW / IP (integrated planning) functionalities.

Step 1: Make sure your hierarchy is set up for signage at the info object level

As the first step ensure that you enable hierarchies in your info object and create the necessary hierarchy. It is important to enabled the “reverse sign for the node” option.


/wp-content/uploads/2016/06/image001_982251.png

Step 2: Maintain the signage at the hierarchy level or in BPC Admin interface

Now while maintaining your hierarchy in BW or in BPC Admin interface you will be allowed for maintaining signage or reversal related information. In the example below we have reversed the signage of income account (base node) and profit (parent node)

/wp-content/uploads/2016/06/image002_982252.png

/wp-content/uploads/2016/06/image003_982259.png

Step 3: Create a new key formula at the key figure level in your Bex query


Now you should create a new formula under your key figure.


/wp-content/uploads/2016/06/image004_982260.png

Step 4: Edit formula >> Create new formula variable

Edit the formula created in the previous step and create a new variable. This variable will be assigned the signage and used for changing the sign of the hierarchy nodes.

/wp-content/uploads/2016/06/image005_982261.png

Step 5: Use the following configurations

Create a variable with the following settings.

  • General > Description = SIGNAGE
  • General > Type of Variable = Formula
  • General > Processing By = Replacement Path
  • General > Reference Characteristic = Account
  • Replacement Path > Replace with = Hierarchy Attribute
  • Replacement Path > Attribute = Sign Change

/wp-content/uploads/2016/06/image006_982262.png

/wp-content/uploads/2016/06/image007_982263.png

Step 6: Create the following formula in the newly created variable.

Now enter the formula. We are trying to change the signage of ‘Amount’ key figure in the case below.

/wp-content/uploads/2016/06/image008_982264.png

Step 7: Make the formula input ready.

Make the formula input ready in the planning tab. This will create a new inverse formula property under the newly create formula.


/wp-content/uploads/2016/06/image009_982268.png


Step 8: Maintain the inverse formula

Enter the following formula in the inverse formula section of the new formula.

/wp-content/uploads/2016/06/image010_982269.png

Step 9: Create Analysis for office query and save data using planning layout.

Open the query in Analysis for office or EPM add-in and enter the following data. You will observe that Income and expense are being entered without any signage but system automatically treats them as opposite signage and aggregates correctly.

/wp-content/uploads/2016/06/image011_982272.png

Step 10: Check the results in BW Cube

Based on the inverse formula the following data is stored in the BW cube. You should be aware of this while building more BEX queries out of this cube.

/wp-content/uploads/2016/06/image012_982271.png

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      In embedded BPC, the account dimension infoobject "/ERP/GL_ACCT" is get from ECC,

      account infoobject.png

      It is a standard infoobject,as you can see the "Reserve +- Sign " is unchecked, I am nit sure if we should modified this infoobject,

      If we create s customized infoobject such as Account for consolidation, we may do it.

      Author's profile photo Gersh Voldman
      Gersh Voldman

      How do you plan to keep this custom InfoObject in sync with /ERP/GL_ACCT?

      -Gersh

      Author's profile photo Joseph Angulo
      Joseph Angulo

      How can I make this in BPC Embedded consolidation?