13
Step-By-Step How to calculate Age In BEx Query Designer 7.3 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG Table of Contents 1. Introduction: .......................................................................................................................................... 2 2. Live Scenarios: ....................................................................................................................................... 2 3. Creation of Variables: ........................................................................................................................... 2 4. Cube level data:- .................................................................................................................................... 3 5. Existing system variable 0F_KEYDT .................................................................................................. 3 6. Customer Variable ZVF_DOB............................................................................................................... 5 7. How to write Formula. ......................................................................................................................... 7 8. How to create Age Slabs ....................................................................................................................... 8 9. Query output value ............................................................................................................................. 12

Step by Step How to Calculate Age in BEx Query Disigner 7.3 Document

Embed Size (px)

DESCRIPTION

Step by Step How to Calculate Age in BEx Query Disigner 7.3 Document

Citation preview

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Table of Contents

1. Introduction: .......................................................................................................................................... 2

2. Live Scenarios: ....................................................................................................................................... 2

3. Creation of Variables: ........................................................................................................................... 2

4. Cube level data:- .................................................................................................................................... 3

5. Existing system variable 0F_KEYDT .................................................................................................. 3

6. Customer Variable ZVF_DOB ............................................................................................................... 5

7. How to write Formula. ......................................................................................................................... 7

8. How to create Age Slabs ....................................................................................................................... 8

9. Query output value ............................................................................................................................. 12

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

1. Introduction:

This article addresses the requirement of Formula variables in BW/BI Reports, in this article I am explaining the following types of variables.

1. How to use the Formula Variables in BW/BI Reports.

2. Live Scenarios:

I am working with Higher Education Application. Date of Birth is coming from the source

and we have calculated the Age in BEx Query Designer level based on the student date of

birth and system date.

3. Creation of Variables:

1. SAPExit Formula Variable on System Date

SAP Exit Formula Variable - OF_KEYDT variable on 0CALDAY, the properties are..

Type of Variable = Formula

Variable Name = OF_KEYDT

Processing by = SAP Exit

Characteristic = Calendar Day

Variable Represents = Signal Values

Variable Entry = Optional

Un Check ready for input.

Currency/Unit - Date

2. Create Student Date of Birth Variable.

Formula Variable - ZVF_DOB variable on 0CALDAY, the properties are..

Type of Variable = Formula

Variable Name = ZVF_DOB

Processing by = Replacement path

Characteristic = Date of Birth

Variable Represents = Signal Values

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Variable Entry = Optional

Un Check ready for input.

Currency/Unit - Date

4. Cube level data:- At the cube level we have Student Date of birth and Student number. Please find below

sample values of some students with their birthdates whose ages have been calculated at

the query level.

5. Existing system variable 0F_KEYDT We are using existing system variable key Date for Due date Net payment which

gives the current date of the system.

SAP Exit Formula Variable - OF_KEYDT variable on 0CALDAY, the properties are..

Type of Variable = Formula

Variable Name = OF_KEYDT

Processing by = SAP Exit

Characteristic = Calendar Day

Variable Represents = Signal Values

Variable Entry = Optional

Un Check ready for input.

Currency/Unit - Date

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

6. Customer Variable ZVF_DOB

Wecreated the customer variable student date of birth - type of variable formula,

Formula Variable - ZVF_DOB variable on 0CALDAY, the properties are..

Type of Variable = Formula

Variable Name = ZVF_DOB

Processing by = Replacement path

Characteristic = Date of Birth

Variable Represents = Signal Values

Variable Entry = Optional

Un Check ready for input.

Currency/Unit - Date

In Replacement path tab replace variable with - info object and replace with - Attribute

value andattribute character key

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

In currency/Unit tab - Dimension object - Date.

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

7. How to write Formula.

We created the two variables system date and student date of birth variable.

(System date - student date of birth) / 365.

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

8. How to create Age Slabs Based on the requirement we have developed Age Slabs like 20, 20 - 22, 22 - 24, 24 -

26,< 26.

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

In Extended tab Formula Collision - Use result of competing formula.

Formula collision means conflict of formulae. In reporting, when there are two different formulae in rows (say: Summation) and column (say: Multiplication) structures, formula collision comes into picture.

In query definition, we have to give which formula we have to take into consideration for the cell in which formula collision occurs.

In Aggregation tab make is as Counter for all detailed values that are not zero, null, and error

And reference char - Student.

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Now we can see the in Columns panel age slabs

9. Query output value

Now report level coming as Age only and next report Student numbers with Age slabs.

Queryoutput value

Step-By-Step How to calculate Age In BEx Query Designer 7.3

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com @ 2013 SAP AG

Student number and with age slabs.

Related Contents

http://help.sap.com/saphelp_nw70/helpdata/en/d2/02223c5f00612be10000000a11402f/frameset.htm