32
1 Finance Department KPK, Budget Data BI Reporting Document Modeling o InfoObjects – Characteristics o InfoObjects – Key Figures o Budget DSO (ZBUGTDSO) o Budget InfoCube (ZBUDGT) o DataSources o InfoPackages o Transformations o Data Transfer Processes Queries o Usage of Variables o Report-to-Report Interface Performance Optimization o Indexes o Compression o Aggregates Administration o Process Chains Data Flow

Finance Department KPK, Budget Data BI Reporting Document

Embed Size (px)

DESCRIPTION

Finance Department KPK, Budget Data BI Reporting Document

Citation preview

1

Finance Department KPK, Budget Data BI

Reporting Document

Modeling

o InfoObjects – Characteristics

o InfoObjects – Key Figures

o Budget DSO (ZBUGTDSO)

o Budget InfoCube (ZBUDGT)

o DataSources

o InfoPackages

o Transformations

o Data Transfer Processes

Queries

o Usage of Variables

o Report-to-Report Interface

Performance Optimization

o Indexes

o Compression

o Aggregates

Administration

o Process Chains

Data Flow

2

Modeling

i. InfoObjects - Characteristics

DDO (ZDDO); this master data bearing InfoObject will hold the DDO Code and its

description as long text.

3

Fund (ZFUND); holds fund code and its description.

4

Object (ZOBJECT); holds budget head and its description.

5

ii. InfoObjects – Key Figures Budget (ZBUDGET)

6

Release (ZRELEASE)

7

Expenditure (ZEXPEND)

8

iii. Budget DSO (ZBUGTDSO)

iv. Budget InfoCube (ZBUDGT)

9

v. DataSources

We download the budget data fortnightly in csv format from FI module from AG Server,

it is because we don’t have authorization to access the Standard DataSource of BI

Contents on source system. So here we will mainly use the file based custom built

DataSources for master and transactional data

DataSource DDO Text (ZDS_FF_ZDDO_TXT)

10

Data Source Fund Text (ZDS_FF_ZFUND_TXT)

11

12

DataSource Object Text (ZDS_FF_ZOBJ_TXT)

13

DataSource Budget Transactional (ZDS_FF_BGT_TRN)

14

15

vi. InfoPackages

InfoPackage DS DDO – ZDDO

16

Verify Data Loaded to DataSource DDO

InfoPackage DataSource Fund Text - ZFund

17

Verify Data Loaded to DataSource Fund

IP for DataSource Object Text

18

Verify Data Loaded to DataSource Object

IPkg for DataSource Budget Transactional

19

Verify Data Loaded to DataSource Budget

20

vii. Transformations

Budget DataSource --------------> Budget DSO

Budget DSO --------------> Budget InfoCube

viii. DTPs DTP for Budget DSO

21

Verify Data Loaded to DSO Budget

DTP for Budget InfoCube

22

Verify Data Loaded to Budget InfoCube

23

Queries

i. What were yearly budget allocations for DDO(s) (DDO as variable) in

the year (year as variable), show data by Fund, and DDO, with choice

of free characteristic as Year/quarter?

24

25

ii. The analysts want to drills down to the Object level budget (report-to-

report interface), with highlighting zero (red), 1000 (light red) and

above 35000 (green) budget allocations.

Jump Target Query on Budget DSO

26

27

28

Performance Optimization

i. Indexes

29

ii. Compression

To improve performance of queries, compress the InfoCube

iii. Aggregates

It is observed that most of the times over queries are executed against DDO, so we will create

an aggregate on main Budget InfoCube to boost the performance of query.

30

Administration

i. Process Chain to automate the Data Flow, though it will not be

successful as we are loading data from the file which is on local

workstation.

31

Data Flows

i. Data Flow of Budget DSO

32

ii. Data Flow of Budget InfoCube