You are on page 1of 5

Restriction:

------------ Rows/Free Char./Filter/Coulumns


-------------------------------------- Conditions:
-------------- Exceptions:
-------------- Restricted key figure:
------------------------- New Selection:
----------------- Calculated Key figure:
------------------------ New Formula:
----------------- Structures:
-------------- Re-Usable components with multiple nodes
- Level up - Level down effect
- Cell Definetions:
------------------- Other options in Query Designer:
------------------------------------- Variables:
------------ to parametrize the queries
- to make the queries dynamic
- 5 types of variables:
----------------------Characteristic Value variable
Text Variable
Formula Variable
Hierarchy Variable
Hierarchy Node Variable
- Processing Types:
--------------------User Entry / Default
Customer Exit
Replacement Path
Authorization
SAP Exit
- Case 1: Characteristic Value variable with User Entry / Default
-------------------------------------------------------------------

- Report - to - Report Interface [RRI]


-------------------------------------- RSBBS
- Case 2: Characteristic Value variable with Replacement Path
----------------------------------------------------------------- When we need a restriction on characteristic based on the values of (Result se
t of other query)
- Case 3: Characteristic Value variable with Authorization:
------------------------------------------------------------- Steps:
--------1. Enable the Info Object as "Authorization Relevant".
2. Create Authorization Object - RSSM
3. Enable the Authorization object on the Info Provider - RSSM
4. Create Roles & Generate Profiles - PFCG
IA : BIGSLS
IC : BIG_001
qUERY : RRI_002
5. Create users and assign profiles / roles - SU01
6. Create the Characteristic value variable with "Authorization" as the processi
ng type.
- Case 4: Characteristic Value variable with Customer Exit:
------------------------------------------------------------- Example 1:
-------------- Current Year
- Steps:
--------1. Create a Characteristic Value variable with Customer Exit as the processing t
ype of "0CALYEAR".
2. Implement the ABAP/4 code by using the enhancement RSR00001 to process curret
year to the variable
2.1) Create a Project - CMOD
2.2) Assign the Enhancement RSR00001 to the project - CMOD
2.3) Check the components of the project - CMOD
2.4) Implement the ABAP/4 code within this component Fucntion Module - E
XIT_SAPLRRS0_001
- Current Date
- Current Month

yyyymmdd

I_STPE = 1
- Case 5: Characteristic Value variable with SAP Exit:
------------------------------------------------------ All Business content variables will have the processing type as SAP Exit
- Text Variable:
----------------- WE CAN USE tEXT VARIABLE in Key figure, RKF,CKF,NS,NF,Query Desc
- Processing types:
--------------------User Entry / Default
Customer Exit - 30%
Replacement Path - 70%
SAP Exit
- Case1 : Text with User entry / default:
-------------------------------------------- Case 2: Text with Customer Exit:
-------------------------------------- Balance Sheet report
- Case 3: Text with Replacement Path
------------------------------------------ When we need to replace the text var with the value of a characteric, we use R
eplacement path
2
0

0
1

1
2

1
3

- Case 4: Text with SAP Exit:


-------------------------------- All Business content variables will have the processing type as SAP Exit
- Formula Variable:
---------------------- We use formula var with Conditions, exceptions, CKF & NF
- Processing types:
--------------------User Entry / Default - 10%
Customer Exit - 40%
Replacement Path - 50%
SAP Exit
- Case 1: Formula with User Entry / Default:
------------------------------------------------- Top N report

- Case 2: Formula with replacement Path:


---------------------------------------------- Scenario - 1: replace with char
----------------------------------- Actual goods Issue Date and Planned Goods Issue Date
- Scenario - 2: Replace with Key figure Attribute
----------------------------------------------------- Sales Amount == Sales Qty from Cube * Price from material attribute
- Case 3: Formula with Customer Exit
------------------------------------------- For currentv date = No of daya till date
- Case 4: Formula with SAP Exit
----------------------------------- All Business content variables will have the processing type as SAP Exit

You might also like