0% found this document useful (0 votes)
306 views

Can You Debug The Data Manager Package

The candidate has experience implementing revenue forecasting, profit and loss planning, balance sheet planning, and cost center planning in SAP BPC EPM. They have functional knowledge of SAP CRM, order management, revenue recognition, and COPA modules in ECC6. The candidate also has strong knowledge of EPM macro development.

Uploaded by

Vinod Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
306 views

Can You Debug The Data Manager Package

The candidate has experience implementing revenue forecasting, profit and loss planning, balance sheet planning, and cost center planning in SAP BPC EPM. They have functional knowledge of SAP CRM, order management, revenue recognition, and COPA modules in ECC6. The candidate also has strong knowledge of EPM macro development.

Uploaded by

Vinod Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Have experience in handling BPC EPM performance issues;

• Have hands on implementation experience in revenue forecast, P&L and BS planning, cost center
planning, data allocation areas;
• Functional knowledge of CRM, Order Management, Revenue Recognition and COPA in SAP ECC6 is
a plus

• Strong knowledge of EPM Macro development

Q. START_BADI ROUND. CODE …. ENDBADI. What is ROUND ?


Technical name of the BADI.

Q. startroutine = C1 endroutine = C2 What is C1 ?


Badi filters.

What are the various components of BPC security ?

The following components for BPC security are:

 Member access profile


 Task profile
 Teams
 Users

Can you debug the data manager package?


UJD_TEST_PACKAGE .You must specify the User ID .The DM package can be selected with F4.

Q. What are scoping commands?


The following keywords can be used to modify the scope: *XDIM_MEMBERSET Overwrites the scope for
that dimension *XDIM_ADDMEMBERSET Add members to the scope of that dimension *XDIM_FILTER
Filters the members of the scope of that dimension *XDIM_MAXMEMBERS Specifies the maximum
number of members that should be included in one query (per dimension)

Q. How to debug the script logic?


UJKT
Program UJK_SCRIPT_LOGIC_TESTER will allow you to test and debug script logic

Question 13. What Is The Use Of Transformation File? What Are The Different Sections
In A Transformation File?

Answer :
Transformation file provides the mapping of fields from BW to BPC and is an excel file in BPC.
It contains transaction data from InfoObjects in BW with BPC dimensions defined in the
administration console.

There are three sections defined for mapping file:

Options: Contains the general settings.

Mapping: Used to assign dimension in BPC system with a source column in BW InfoObject.

Conversion: Contains the link of other Excel sheets to apply the conversion routine

Question 14. What Is The Use Of Conversion File? Name Different Sections In A
Conversion File.?

Answer :

A conversion file is used to apply the conversion rules for BPC dimension and is an Excel file. It
contains three sections:

External: Contains the value from external source.

Internal: Contains the value it should be having for BPC dimension.

Formula: Defines the conversion formula applied to each record

Question 18. What Are The Requirements To Perform Simple Currency Conversions And
Complex Currency Conversions?

Answer :

Simple Conversion:

 There should be a Rate application where you store the exchange rates.
 You should have an account dimension, which includes RATETYPE.
 Entity dimension should include a property CURRENCY.
 FXTRANS logic should be available and DEFAULT logic should include a call to
FXTRANS logic.
 Entity dimension should include the property TRANSALATE_TO.

Complex Conversion:

 There should be a Rate application where you store the exchange rates.
 Application should contain a CURRENCY type dimension.
 There should be property REPORTING for the CURRENCY dimension.
 Entity dimension must include the property CURRENCY.
 Account dimension must include property RATETYPE.

You might also like