154
7/28/2019 0TZ2012 http://slidepdf.com/reader/full/0tz2012 1/154 SAP BW 7.3 on SAP HANA 1.0 Material Number: 50102621

0TZ2012

Embed Size (px)

Citation preview

Page 1: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 1/154

SAP BW 7.3 on SAP HANA 1.0

Material Number: 50102621

Page 2: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 2/154

2

Page 3: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 3/154

3

Page 4: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 4/154

Page 5: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 5/154

5

Page 6: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 6/154

6

Page 7: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 7/154

7

Page 8: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 8/154

8

Page 9: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 9/154

9

Page 10: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 10/154

10

Page 11: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 11/154

11

Page 12: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 12/154

12

Page 13: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 13/154

The column store uses efficient compression algorithms that help to keep all relevant

application data in memory.

Write operations on this compressed data would be costly as they would require reorganizing the

storage structure.

Therefore write operations in column store do not directly modify compressed data. All

changes go into a separate area called the delta storage. The delta storage exists only in main

memory. Only delta log entries are written to the persistence layer when delta entries are

inserted.

Delta merge operation:

The delta merge operation is executed on table level.

Its purpose is to move changes collected in write optimized delta storage into the compressed and read optimized main storage.

Read operations always have to read from both main storage and delta storage and merge the

results

The delta merge operation is decoupled from the execution of the transaction that performs the

changes. It happens asynchronously at a later point in time.

Delta merge is triggered by one of the following events:

 Number of lines in delta storage for this table exceeds specified number 

Memory consumption of delta storage exceeds specified limit

Merge is triggered explicitly by a client using SQL

The delta log for a columnar table exceeds the defined limit. As the delta log in truncated only

during merge operation, a merge operation needs to be performed in this case13

Page 14: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 14/154

14

Page 15: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 15/154

15

Page 16: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 16/154

16

Page 17: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 17/154

17

Page 18: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 18/154

18

Page 19: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 19/154

19

Page 20: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 20/154

20

Page 21: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 21/154

EDW = DB + X

More than just a db. The purpose is to establish a well orchestrated set of powerful tools in order to:

- define a central EDW model that satisfies the need of decision makers across all areas of a

company and acts as a single point of truth for any kind of information

(Dataflow Modeler)

- define ETL processes to populate the persistency layers of the EDW Model with cleansed and 

consolidated, consistent and harmonized data in an adequate timely manner (?) (periodicity) will say

 periodically based on batch processes up to near-real or real time based.

(Transformations, DTPs, Source System handling, Realtime Data Acquisition (RDA))

- organize, schedule and monitor the dataflow towards and within the EDW and provide tools to

repair or redo unexpected failures during load processes.

(External ETL Processes, Metadata Management ,Process Chains, Admin Cockpit, generatingRepair Chains, manually check Error DTPs)

- Provide Data management capabilities in order to massage the data persistency according to the

specific characteristics of the data and information partitions such as actual, frequently asked data,

volatile data that is going to be updated very likely, old, read only data – with nearly no demand for 

reporting, data that has to be hidden but kept for legal reasons

(BWA, BW-DB, NLS, Archive; Data Aging and Archiving strategies)

- Provide a technology for high performance OLAP processing on top of all parts of the data

resulting out of adequate modeling features (like Star Schema), particular persistency layers in themodel (granular vs. aggregated data resp. information) and sophisticated storage paradigms (Row

 based vs. column based, RAM vs. disk vs. cheap mass storage)

21

Page 22: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 22/154

22

Page 23: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 23/154

23

Page 24: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 24/154

24

Page 25: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 25/154

25

Page 26: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 26/154

26

Page 27: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 27/154

27

Page 28: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 28/154

28

Page 29: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 29/154

29

Page 30: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 30/154

30

Page 31: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 31/154

31

Page 32: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 32/154

32

Page 33: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 33/154

33

Page 34: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 34/154

34

Page 35: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 35/154

35

Page 36: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 36/154

36

Page 37: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 37/154

37

Page 38: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 38/154

38

Page 39: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 39/154

39

Page 40: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 40/154

40

Page 41: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 41/154

41

Page 42: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 42/154

42

Page 43: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 43/154

43

Page 44: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 44/154

44

Page 45: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 45/154

45

Page 46: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 46/154

46

Page 47: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 47/154

47

Page 48: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 48/154

48

Page 49: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 49/154

Page 50: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 50/154

50

Page 51: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 51/154

51

Page 52: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 52/154

52

Page 53: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 53/154

53

Page 54: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 54/154

54

Page 55: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 55/154

55

Page 56: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 56/154

56

Page 57: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 57/154

57

Page 58: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 58/154

58

Page 59: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 59/154

59

Page 60: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 60/154

60

Page 61: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 61/154

61

Page 62: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 62/154

62

Page 63: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 63/154

63

Page 64: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 64/154

64

Page 65: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 65/154

Page 66: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 66/154

66

Page 67: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 67/154

The main processes for the Inventory Management (for non-cumulative key figures) has moved to

the DTP

You need the following DTPs to manage inventory data

1.First, the DTP which loads the initial data set. This is indicated via the ‚Extraction Mode‘ of the

DTP

2.You need a second DTP for regular movements.

1. In case you want to load historic data you have to switch on the flag in this particular DTP in

the productive system

67

Page 68: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 68/154

68

Page 69: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 69/154

69

Page 70: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 70/154

70

Page 71: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 71/154

71

Page 72: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 72/154

72

Page 73: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 73/154

73

Page 74: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 74/154

74

Page 75: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 75/154

75

Page 76: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 76/154

76

Page 77: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 77/154

77

Page 78: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 78/154

78

Page 79: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 79/154

79

Page 80: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 80/154

80

Page 81: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 81/154

81

Page 82: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 82/154

82

Page 83: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 83/154

83

Page 84: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 84/154

84

Page 85: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 85/154

85

Page 86: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 86/154

86

Page 87: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 87/154

87

Page 88: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 88/154

88

Page 89: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 89/154

89

Page 90: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 90/154

90

Page 91: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 91/154

91

Page 92: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 92/154

92

Page 93: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 93/154

93

Page 94: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 94/154

94

Page 95: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 95/154

95

Page 96: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 96/154

96

Page 97: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 97/154

97

Page 98: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 98/154

98

Page 99: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 99/154

99

Page 100: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 100/154

100

Page 101: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 101/154

101

Page 102: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 102/154

102

Page 103: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 103/154

103

Page 104: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 104/154

Restrictions for HanaModels in BW

Providername

Limitation to catalog_name+cube_name+schema not longer than 63 (Trex API limitation)

The full model name incl. package must be <= 55 – this is because the column view must be <= 64

and the name of it for the ABAP API is _SYS_BIC:<package>/<name>.

Providername is as follows: ‘@3’ + (catalog_name+’_’+cube_name)/alias

ColumnNames

The column names must be upper case and <= 64 including suffixes .description and .currency. I.e.

an attribute with a description must be <= 52 and a measure with a currency conversion <= 55.

BW might use alias in the most cases

Infobject name is build as follows: Providername + ‘@’ + column_name/Alias

Upper-case

104

Page 105: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 105/154

105

Page 106: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 106/154

106

Page 107: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 107/154

107

Page 108: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 108/154

108

Page 109: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 109/154

109

Page 110: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 110/154

110

Page 111: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 111/154

111

Page 112: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 112/154

112

Page 113: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 113/154

113

Page 114: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 114/154

114

Page 115: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 115/154

115

Page 116: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 116/154

116

Page 117: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 117/154

117

Page 118: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 118/154

118

Page 119: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 119/154

119

Page 120: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 120/154

120

Page 121: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 121/154

121

Page 122: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 122/154

122

Page 123: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 123/154

123

Page 124: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 124/154

124

Page 125: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 125/154

125

Page 126: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 126/154

126

Page 127: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 127/154

127

Page 128: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 128/154

128

Page 129: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 129/154

129

Page 130: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 130/154

130

Page 131: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 131/154

131

Page 132: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 132/154

132

Page 133: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 133/154

133

Page 134: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 134/154

134

Page 135: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 135/154

The OSS message 0002987285 2011 should solve the following issue:

Currently lower case letters in a view‘s identifier (see example rkt2011/AVIEW001) are not

allowed.

This should be changed soon.

135

Page 136: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 136/154

The OSS message 0002987285 2011 should solve the following issue:

Currently lower case letters in a view‘s identifier (see example rkt2011/AVIEW001) are not

allowed.

This should be changed soon.

136

Page 137: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 137/154

The OSS message 0002987285 2011 should solve the following issue:

Currently lower case letters in a view‘s identifier (see example rkt2011/AVIEW001) are not

allowed.

This should be changed soon.

137

Page 138: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 138/154

The OSS message 0002987285 2011 should solve the following issue:

Currently lower case letters in a view‘s identifier (see example rkt2011/AVIEW001) are not

allowed.

This should be changed soon.

138

Page 139: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 139/154

The OSS message 0002987285 2011 should solve the following issue:

Currently lower case letters in a view‘s identifier (see example rkt2011/AVIEW001) are not

allowed.

This should be changed soon.

139

Page 140: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 140/154

140

Page 141: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 141/154

141

Page 142: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 142/154

142

Page 143: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 143/154

143

Page 144: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 144/154

144

Page 145: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 145/154

145

Page 146: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 146/154

146

Page 147: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 147/154

147

Page 148: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 148/154

For example,

SAP BusinessObjects Explorer is used by Molson Coors managers and analysts to access real-time

 production, supply chain, and sales data in order to meet challenges of the beer business, a perishable, price-

sensitive product (beverage). SAP BusinessObjects Explorer allows the managers to manage inventory levels

more effectively and avoid stock outs, and the ability to validate market share more rapidly (from 1 day to 30

minutes).

SAP BusinessObjects Explorer

 Not everyone in an organization is using BI today – typically about 15%. To address that we looked for 

models of even greater simplicity, like the world of search. Think of how easy it is to find basic information

with Google. Maybe you don’t stop there, but it’s a great, simple way to begin an investigation. Shouldn’t BI

 be that easy? At least to begin with.

We have now delivered on this vision.Starting with a search, and moving on to a highly-intuitive interface, users “walk” through the data, guided by

the product, to answer questions and gain insight.

By analyzing your existing BI infrastructure (“universes” for those of you familiar with the term), Explorer 

understands the “shape” of the data and suggests paths through it, based on dependencies and relationships.

It knows, for example, that wine is classified by color before grape, that cars are classified by engine size,

and so on.

Explorer also adapts its visualization techniques based on the information being viewed, dynamically

choosing between pie charts, bar charts, bubble charts, and other visualization possibilities.

The majority of decision makers believe they do not have all the information needed to make good 

decisions. Casual business users are not served by existing traditional BI tools, though they need access tocorporate data to do their jobs efficiently and to make informed decisions.

They are not power users or analysts who work on the data on a daily basis.

They don’t run queries like other BI users; they probably don’t understand the data structures.

BI tools available today do not serve their needs as they typically require training, understanding of analytical

methods etc.148

Page 149: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 149/154

For example,

SAP BusinessObjects Explorer is used by Molson Coors managers and analysts to access real-time production, supply chain, and sales data in order to meet challenges of the beer business, a perishable, price-

sensitive product (beverage). SAP BusinessObjects Explorer allows the managers to manage inventory levels

more effectively and avoid stock outs, and the ability to validate market share more rapidly (from 1 day to 30

minutes).

SAP BusinessObjects Explorer

 Not everyone in an organization is using BI today – typically about 15%. To address that we looked for 

models of even greater simplicity, like the world of search. Think of how easy it is to find basic information

with Google. Maybe you don’t stop there, but it’s a great, simple way to begin an investigation. Shouldn’t BI

 be that easy? At least to begin with.

We have now delivered on this vision.Starting with a search, and moving on to a highly-intuitive interface, users “walk” through the data, guided by

the product, to answer questions and gain insight.

By analyzing your existing BI infrastructure (“universes” for those of you familiar with the term), Explorer 

understands the “shape” of the data and suggests paths through it, based on dependencies and relationships.

It knows, for example, that wine is classified by color before grape, that cars are classified by engine size,

and so on.

Explorer also adapts its visualization techniques based on the information being viewed, dynamically

choosing between pie charts, bar charts, bubble charts, and other visualization possibilities.

The majority of decision makers believe they do not have all the information needed to make good 

decisions. Casual business users are not served by existing traditional BI tools, though they need access tocorporate data to do their jobs efficiently and to make informed decisions. They are not power users or analysts who work on the data on a daily basis.

They don’t run queries like other BI users; they probably don’t understand the data structures.

BI tools available today do not serve their needs as they typically require training, understanding of analytical

methods etc.149

Page 150: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 150/154

150

Page 151: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 151/154

151

Page 152: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 152/154

152

Page 153: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 153/154

153

Page 154: 0TZ2012

7/28/2019 0TZ2012

http://slidepdf.com/reader/full/0tz2012 154/154