SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Downloaden Sie, um offline zu lesen
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 1
Different Types of Characteristic
Info Object Tables and its
Structures in SAP BI 7.0
Applies to:
SAP BI 2004s or SAP BI 7.x. For more information, visit the EDW homepage
Summary
This document explains about the different characteristic info object tables will be generated by DDIC, when
we activate the info object and its structures in SAP BI 7.0
Author: Venkateswarlu Nandimandalam
Company: Mahindra Satyam
Created on: 28th August 2011
Author Bio
Venkateswarlu Nandimandalam, working in Mahindra Satyam has one and half year experience in
SAP BI 7.0 and he has been working in Production support and Custom development projects.
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 2
Table of Contents
Info Object:..........................................................................................................................................................3
Naming Convention: ...........................................................................................................................................3
Types of Info Objects:.........................................................................................................................................3
Possible Uses of Characteristic Info Objects in BI..........................................................................................4
Types of Characteristic Info Objects ...............................................................................................................5
Different Types of Tables................................................................................................................................5
Master data table: ...........................................................................................................................................6
Naming convention ......................................................................................................................................................6
Text Table: ......................................................................................................................................................6
Naming Convention: ....................................................................................................................................................6
SID Table: .......................................................................................................................................................8
Naming Convention: ....................................................................................................................................................8
Attribute Tables:..............................................................................................................................................9
P Table:........................................................................................................................................................................9
Q Table: .....................................................................................................................................................................10
X Table:......................................................................................................................................................................10
Y Table:......................................................................................................................................................................11
Naming Convention: ..................................................................................................................................................11
Possible changes to the Characteristic Info Object:...................................................................................................12
Hierarchies Tables: .......................................................................................................................................12
H Table: .....................................................................................................................................................................12
Related Content................................................................................................................................................14
Disclaimer and Liability Notice..........................................................................................................................15
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 3
Info Object:
Info Objects are the smallest available information modules or fields in BI. We can uniquely identify this by
their technical name.
Naming Convention:
1) SAP Delivered Info object starts with “0<Info object name>”
2) Object created by us should not start with 0 or any number and special character.
3) Length of the Info Object should be between 3 and 9 character length.
Types of Info Objects:
Info Objects are divided into 5 types, they are as follows
Characteristics
Key Figures
Unit Characteristics
Time Characteristics
Technical Characteristics
Characteristics: Characteristics hold business information which is used to analyze key figures or these are
business reference objects.
Examples: Customer (0CUSTOMER)
Material (0MATERIAL)
Cost Center (0COSTCENTER)
Key Figures: Key figures describe numeric information that is reported in a query.
Example: Quantity (0QUANTITY)
Amount (0AMOUNT)
Revenue (0REVENUE)
Unit Characteristics: Unit characteristics provide a means of key figures values, stores currencies or units
of measure.
Example: Currency unit (0CURRENCY)  Holds the currency of the transaction ($, EUR, and so on)
Value unit (0UNIT)  Hold the unit of measure (Gallon, Inch, cm, PC)
Time Characteristics: Time characteristics form the time reference frame for many data analyses and
evaluations. They are delivered with BI Content.
Example: Calendar day (0CALDAY)  Time characteristic with the largest granularity
Calendar year (0CALYEAR) or fiscal year (0FISCYEAR)  Time characteristic with the smallest
granularity
Note: System does not allow creating our own time characteristics.
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 4
Technical Characteristics: Technical characteristics have administrative purposes.
Example: Request ID (0REQUID)
Change ID (0CHNGID)
Info Object 0REQUID delivers the numbers allocated by the system when loading requests.
Info Object 0CHNGID delivers the numbers allocated during aggregate change runs.
Possible Uses of Characteristic Info Objects in BI
The below figure shows what are all the scenarios in which we can include Characteristics
Characteristic
Info Object
Attribute for other
Characteristic
Characteristic in a
Cube Dimension
Key or Data Field in
Data Store Object
Technical
Characteristics
Info Provider for
Master Data Reporting
Part of Hierarchy
structure
Info Source
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 5
Types of Characteristic Info Objects
Based on the options we select while creating the Characteristic info object, we have following types
characteristic info objects.
Different Types of Tables
When we activate a characteristic, based on the settings we chose while creating characteristic below tables
will generate.
1) Master data table
2) Text table
3) SID Table
4) Attribute tables
5) Hierarchy tables.
Characteristic
Info Object
Display Attributes
Navigational Attributes
Texts
Hierarchies
Time-dependant display attributes
Time-independent display attributes
Time-independent navigational attributes
Time-dependent navigational attributes
Time-dependant texts
Language-dependent texts
Version-dependant hierarchies
Time-dependant complete hierarchy
Time-dependant hierarchy structures
Intervals in the hierarchy
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 6
Master data table:
While creating characteristic if we select the option “with master data” in “master data/text” tab, then a master
table will be generated for that info object upon activation.
Naming convention
For business content characteristics: /BIO/M<Info object name>
For customer created characteristic: /BIC/M<Info object name>
If the Info object is SAP delivered, then in table naming convention you will not get /BI0/M0CUSTOMER.
If it customer created info object, then in table naming convection you will get /BIC/MZCUSTOMER.
You can check this in the below screen.
Note: Master data table is a view of attribute tables (P and Q tables)
Text Table:
A text table is created if we flag the “With text” check box while creating and activating the characteristic info
object. We can choose how text should look like from the below properties.
Naming Convention:
For business content characteristics: /BIO/T<Info object name>
For customer created characteristic: /BIC/T<Info object name>
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 7
i) Short text exists (allows max. of 20 char length)
ii) Medium length text exists (allows max. of 40 char length)
iii) Long text exists (allows max. of 60 char length)
iv) Texts are language dependent (allows texts with different languages)
v) Texts are time dependent
Based on the options we select from the above, the text table key fields will change.
The basic key field of a text table is
1) Characteristic value
We can see in the below screen.
If we select “Texts are language dependent” option, then Language key also will be added to the key
field of the text table.
If we select “Texts are time dependent” option, then we will get two more additional fields into a table.
Those are time intervals i) DATETO and ii) DATEFROM.
Now the key fields of text table are
1) Characteristic value
2) Language Key
3) Valid to
We can see in the below screen
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 8
SID Table:
The SID table is generated when a characteristic is activated unless it is defined as exclusively attribute
(Display attribute only).
Naming Convention:
For business content characteristics: /BIO/S<Info object name>
For customer created characteristic: /BIC/S<Info object name>
The key field for the SID table is characteristic value.
The system automatically generates the SID keys when the master data is uploaded.
If the characteristic has compounding Info object, the key also comprises the compounded characteristic.
 SID table links between master data bearing characteristics, navigational attributes and external
hierarchies.
The below figure shows the relationship between SID table and the tables related to the characteristic
0CUSTOMER (This is a simple table for better understanding)
/BI0/PCUSTOMER /BI0/QCUSTOMER
/BI0/CUSTOMER LOCATION
1000 BANG
1001 HYD
1002 CHN
/BI0/SCUSTOMER
/BI0/CUSTOMER SID
1000 1
1001 2
1002 3
/BI0/CUSTOME
R
DATET
O
DATEFRO
M
CONTACT NO
12/9999 01/1000
1000 12/9999 01/1000 987654
1001 12/2005 01/1000 12345
1001 12/9999 01/2006 123456
1002 12/9999 01/1000 456789
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 9
Attribute Tables:
If we have selected the option “With master data” (The check box is checked by default) on the “Master
data/Texts” tab page, then we can maintain attributes for the master data bearing characteristic on the
Attribute tab page. We can define attributes as Display attributes or navigational attributes and we can make
this attributes as time independent or time dependent using the settings available on the Attribute tab page.
If we have Display attributes (Time independent), then we will get P Table.
If we have Display attributes (Time dependent), then we will get Q Table.
If we have Navigational attributes (Time independent), then we will get X Table.
If we have Navigation attributes (Time dependent), then we will get Y Table.
Now we will discuss about each and every table in detail.
P Table:
P Table will generate if we have time independent Display attributes for base info object.
The key fields in the P table are
i) Characteristic value
ii) Object version
We can see in the below screen.
We will have 2 object version statuses.
i) A  Active(The data is available for reporting)
ii) M  Modified/Revised ( The data is not available for reporting)
In the above screen shot we can see the field “Change flag”. This field will have 2 statuses.
i) D  Deleted
ii) I  Inserted
With the below table you can understand the above concept
Step Customer OBJVERS CHANGED City
1 1000 A BANG
2
1000 A D BANG
1000 M I HYD
3 1000 A HYD
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 10
Step1: This shows the original record of 0CUSTOMER characteristic.
Step2: Customer location has been changed, so you will have a new record in M version.
For old record you will get change flag as D-deleted
For new record you will get change flag as I –Inserted.
Until we activate this record (Master data activation), it will not available for reporting.
Step 3: when we activate the record, change flag will get removed and version will change from M to A.
Now this record will be available for reporting.
Q Table:
Q Table will generate if we have time dependent display attributes for base Info Object. As it has time
dependent master data we will get time intervals into the table structure.
The Key fields of Q Table are
i) Characteristic value
ii) Object Version
iii) DATETO (Valid to)
We can see in the below screen
X Table:
X Table is generated if at least one attribute is defined as time-independent navigational attribute. The key
for the X table of the navigation attributes (naming convention S_<name of attribute>) is the SID for the SID
table belonging to the characteristic whose attribute is used here as navigation attribute.
The following figure illustrates the relationship between X table and the SID table of navigational attribute.
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 11
Let’s take we have defined LOCATION as navigations attribute for 0CUSTOMER.
/BIC/SLOCATION
/BIC/XCUSTOMER
SID /BIC/CUSTOMER S_LOCATION
0 0
1 1000 1111
2 1001 2222
3 1002
3333
Note: From the above picture we analyze the following things
i. If we have any navigational attributes then while reading data it has pick to data from its SID table
based on SID’s mapping.
ii. This is the reason why the query performance increases if we have any navigational attribute in base
info object.
Y Table:
Y Table is generated if we have at least one attribute is defined as time-dependent navigational attribute.
The key for the Y table of the navigation attributes (naming convention S_<name of attribute>) is the SID for
the SID table belonging to the characteristic, whose attribute is used here as navigation attribute.
Naming Convention:
For business content characteristics: /BIO/Y<Info object name>
For customer created characteristic: /BIC/Y<Info object name>
This behaves same as X Table, but the difference comes at the key fields of the table.
In this we will have one extra field as key field i.e. DATETO (Valid to).
The key fields of Y table are
1) SID
2) DATETO (Valid to)
LOCATION SID
0
BANG 1111
HYD 2222
CHN 3333
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 12
Possible changes to the Characteristic Info Object:
We can make the following changes to a characteristic after the master data has been loaded
i) Display attribute (time-independent) → Navigation attribute (time-independent)
ii) Display attribute (time-independent) → Navigation attribute (time-dependent)
iii) Display attribute (time-independent) → Display attribute (time-dependent)
iv) Display attribute (time-dependent) → Navigation attribute (time-dependent)
Hierarchies Tables:
Hierarchies are used in analysis to describe alternative views of the data. Hierarchies comprise a series of
nodes that are joined to one another in a tree structure. Usually, the leaves of a hierarchy are represented by
characteristic values.
In hierarchies for characteristics, the characteristics are arranged hierarchically.
Example: the Company characteristic is split into subsidiaries that, in turn, are split into local offices.
We have three options for integrating hierarchies into our data model.
i) Internal hierarchies from the Characteristics in the Dimension tables.
ii) Hierarchies from Characteristic Attributes
iii) External hierarchies from the Hierarchy Tables.
H Table:
The Hierarchy table (H Table) is used to store the hierarchical relationships between Characteristic values if
external hierarchies are used for the characteristic.
Only one H Table is generated even if a characteristic contains several hierarchies. In other words H table
contains all hierarchies.
If the entire hierarchy is time-dependent, the DATETO and DATEFROM fields do not appear in the H table.
They appear as global fields (Meta information) in the RSHIEDIR table instead. This also applies to the
VERSION field in version-dependent hierarchies. On the other hand, if the hierarchy structure is
Time-dependent, the two date fields appear in the H table.
We can see the different options for hierarchies in the below screen.
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 13
Based on the options we select while maintaining hierarchies, the below tables will generate.
1) H Table  Base table for hierarchies and contains all the hierarchies.
2) K Table  If we select “with hierarchies” option, then this table will generate.
3) J Table  If we select “Intervals Permitted in Hierarchy” option, then this table will generate.
4) I Table  If we select “Time-Dependent Hierarchy Structure” option, then this table will generate.
We can see in the below screen
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 14
Related Content
https://www.sdn.sap.com/irj/sdn/nw-bi
http://help.sap.com/saphelp_nw70/helpdata/en/0e/fd4e3c97f6bb3ee10000000a114084/frameset.htm
For more information, visit the EDW homepage
Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com
© 2011 SAP AG 15
Disclaimer and Liability Notice
This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.

Weitere Àhnliche Inhalte

Was ist angesagt?

Line item dimension and high cardinality dimension
Line item dimension and high cardinality dimensionLine item dimension and high cardinality dimension
Line item dimension and high cardinality dimension
Praveen Kumar
 
SAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptxSAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptx
SingbBablu
 
Modeling
ModelingModeling
Modeling
tovetrivel
 
Lo extraction part 1 sd overview
Lo extraction   part 1 sd overviewLo extraction   part 1 sd overview
Lo extraction part 1 sd overview
JNTU University
 
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Sabyasachi Das
 

Was ist angesagt? (20)

SAP BW - Master data load via flat file
SAP BW - Master data load via flat fileSAP BW - Master data load via flat file
SAP BW - Master data load via flat file
 
Sap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesSap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypes
 
Migration Guide For SAP S/4 HANA 1809 FICO
Migration Guide For SAP S/4 HANA 1809 FICOMigration Guide For SAP S/4 HANA 1809 FICO
Migration Guide For SAP S/4 HANA 1809 FICO
 
Line item dimension and high cardinality dimension
Line item dimension and high cardinality dimensionLine item dimension and high cardinality dimension
Line item dimension and high cardinality dimension
 
SAP BI/BW
SAP BI/BWSAP BI/BW
SAP BI/BW
 
Business Partner S4HANA.pdf
Business Partner S4HANA.pdfBusiness Partner S4HANA.pdf
Business Partner S4HANA.pdf
 
SAP Organization Structure
SAP Organization StructureSAP Organization Structure
SAP Organization Structure
 
SAP Enterprise Structure-Reflect Your Business
SAP Enterprise Structure-Reflect Your BusinessSAP Enterprise Structure-Reflect Your Business
SAP Enterprise Structure-Reflect Your Business
 
SAP BODS 4.2
SAP BODS 4.2 SAP BODS 4.2
SAP BODS 4.2
 
SAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptxSAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptx
 
Sap hr-programming
Sap hr-programmingSap hr-programming
Sap hr-programming
 
Authorisations in SAP: best practices
Authorisations in SAP: best practicesAuthorisations in SAP: best practices
Authorisations in SAP: best practices
 
Modeling
ModelingModeling
Modeling
 
SAP D Enterprise Structure
SAP D Enterprise StructureSAP D Enterprise Structure
SAP D Enterprise Structure
 
Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
 
Lo extraction part 1 sd overview
Lo extraction   part 1 sd overviewLo extraction   part 1 sd overview
Lo extraction part 1 sd overview
 
Sap Analytics Cloud
Sap Analytics CloudSap Analytics Cloud
Sap Analytics Cloud
 
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
 
Sap bw lo extraction
Sap bw lo extractionSap bw lo extraction
Sap bw lo extraction
 
Analysis for office training
Analysis for office   trainingAnalysis for office   training
Analysis for office training
 

Ähnlich wie Infoobject

Hr structural auths
Hr   structural authsHr   structural auths
Hr structural auths
hkodali
 
285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt
ntrnbk
 
Presentation on Crystal Reports and Business Objects Enterprise Features
Presentation on Crystal Reports and Business Objects Enterprise FeaturesPresentation on Crystal Reports and Business Objects Enterprise Features
Presentation on Crystal Reports and Business Objects Enterprise Features
InfoDev
 
Fl2008 B3 Miley Luzardo Portfolio
Fl2008 B3 Miley Luzardo PortfolioFl2008 B3 Miley Luzardo Portfolio
Fl2008 B3 Miley Luzardo Portfolio
mileyluzardo
 
Business objects integration kit for sap crystal reports 2008
Business objects integration kit for sap   crystal reports 2008Business objects integration kit for sap   crystal reports 2008
Business objects integration kit for sap crystal reports 2008
Yogeeswar Reddy
 
Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0
Ashwin Kumar
 

Ähnlich wie Infoobject (20)

Hr structural auths
Hr   structural authsHr   structural auths
Hr structural auths
 
Sanjeet Kumar
 Sanjeet Kumar Sanjeet Kumar
Sanjeet Kumar
 
New dimensions for_reporting
New dimensions for_reportingNew dimensions for_reporting
New dimensions for_reporting
 
285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt
 
Presentation on Crystal Reports and Business Objects Enterprise Features
Presentation on Crystal Reports and Business Objects Enterprise FeaturesPresentation on Crystal Reports and Business Objects Enterprise Features
Presentation on Crystal Reports and Business Objects Enterprise Features
 
Bibo sap
Bibo sapBibo sap
Bibo sap
 
Fl2008 B3 Miley Luzardo Portfolio
Fl2008 B3 Miley Luzardo PortfolioFl2008 B3 Miley Luzardo Portfolio
Fl2008 B3 Miley Luzardo Portfolio
 
Fl2008 b3mileyluzardoportfolio
Fl2008 b3mileyluzardoportfolioFl2008 b3mileyluzardoportfolio
Fl2008 b3mileyluzardoportfolio
 
Business objects integration kit for sap crystal reports 2008
Business objects integration kit for sap   crystal reports 2008Business objects integration kit for sap   crystal reports 2008
Business objects integration kit for sap crystal reports 2008
 
Unit 2 b_ex_query_designer
Unit 2 b_ex_query_designerUnit 2 b_ex_query_designer
Unit 2 b_ex_query_designer
 
SAP BI 7.0 Info Providers
SAP BI 7.0 Info ProvidersSAP BI 7.0 Info Providers
SAP BI 7.0 Info Providers
 
Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0
 
D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...
 
Aksh 117 bpd_sd (1)
Aksh 117 bpd_sd (1)Aksh 117 bpd_sd (1)
Aksh 117 bpd_sd (1)
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewer
 
Power bi
Power biPower bi
Power bi
 
D365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White PaperD365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White Paper
 
Multi dimensional modeling
Multi dimensional modelingMulti dimensional modeling
Multi dimensional modeling
 
Sap bibw
Sap bibwSap bibw
Sap bibw
 
SAP BI BO Training with HANA Inside
SAP BI BO Training with HANA InsideSAP BI BO Training with HANA Inside
SAP BI BO Training with HANA Inside
 

KĂŒrzlich hochgeladen

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 

KĂŒrzlich hochgeladen (20)

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Chinsurah Escorts ☎8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎8617697112 Starting From 5K to 15K High Profile Escorts ...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 

Infoobject

  • 1. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 1 Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 Applies to: SAP BI 2004s or SAP BI 7.x. For more information, visit the EDW homepage Summary This document explains about the different characteristic info object tables will be generated by DDIC, when we activate the info object and its structures in SAP BI 7.0 Author: Venkateswarlu Nandimandalam Company: Mahindra Satyam Created on: 28th August 2011 Author Bio Venkateswarlu Nandimandalam, working in Mahindra Satyam has one and half year experience in SAP BI 7.0 and he has been working in Production support and Custom development projects.
  • 2. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 2 Table of Contents Info Object:..........................................................................................................................................................3 Naming Convention: ...........................................................................................................................................3 Types of Info Objects:.........................................................................................................................................3 Possible Uses of Characteristic Info Objects in BI..........................................................................................4 Types of Characteristic Info Objects ...............................................................................................................5 Different Types of Tables................................................................................................................................5 Master data table: ...........................................................................................................................................6 Naming convention ......................................................................................................................................................6 Text Table: ......................................................................................................................................................6 Naming Convention: ....................................................................................................................................................6 SID Table: .......................................................................................................................................................8 Naming Convention: ....................................................................................................................................................8 Attribute Tables:..............................................................................................................................................9 P Table:........................................................................................................................................................................9 Q Table: .....................................................................................................................................................................10 X Table:......................................................................................................................................................................10 Y Table:......................................................................................................................................................................11 Naming Convention: ..................................................................................................................................................11 Possible changes to the Characteristic Info Object:...................................................................................................12 Hierarchies Tables: .......................................................................................................................................12 H Table: .....................................................................................................................................................................12 Related Content................................................................................................................................................14 Disclaimer and Liability Notice..........................................................................................................................15
  • 3. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 3 Info Object: Info Objects are the smallest available information modules or fields in BI. We can uniquely identify this by their technical name. Naming Convention: 1) SAP Delivered Info object starts with “0<Info object name>” 2) Object created by us should not start with 0 or any number and special character. 3) Length of the Info Object should be between 3 and 9 character length. Types of Info Objects: Info Objects are divided into 5 types, they are as follows Characteristics Key Figures Unit Characteristics Time Characteristics Technical Characteristics Characteristics: Characteristics hold business information which is used to analyze key figures or these are business reference objects. Examples: Customer (0CUSTOMER) Material (0MATERIAL) Cost Center (0COSTCENTER) Key Figures: Key figures describe numeric information that is reported in a query. Example: Quantity (0QUANTITY) Amount (0AMOUNT) Revenue (0REVENUE) Unit Characteristics: Unit characteristics provide a means of key figures values, stores currencies or units of measure. Example: Currency unit (0CURRENCY)  Holds the currency of the transaction ($, EUR, and so on) Value unit (0UNIT)  Hold the unit of measure (Gallon, Inch, cm, PC) Time Characteristics: Time characteristics form the time reference frame for many data analyses and evaluations. They are delivered with BI Content. Example: Calendar day (0CALDAY)  Time characteristic with the largest granularity Calendar year (0CALYEAR) or fiscal year (0FISCYEAR)  Time characteristic with the smallest granularity Note: System does not allow creating our own time characteristics.
  • 4. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 4 Technical Characteristics: Technical characteristics have administrative purposes. Example: Request ID (0REQUID) Change ID (0CHNGID) Info Object 0REQUID delivers the numbers allocated by the system when loading requests. Info Object 0CHNGID delivers the numbers allocated during aggregate change runs. Possible Uses of Characteristic Info Objects in BI The below figure shows what are all the scenarios in which we can include Characteristics Characteristic Info Object Attribute for other Characteristic Characteristic in a Cube Dimension Key or Data Field in Data Store Object Technical Characteristics Info Provider for Master Data Reporting Part of Hierarchy structure Info Source
  • 5. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 5 Types of Characteristic Info Objects Based on the options we select while creating the Characteristic info object, we have following types characteristic info objects. Different Types of Tables When we activate a characteristic, based on the settings we chose while creating characteristic below tables will generate. 1) Master data table 2) Text table 3) SID Table 4) Attribute tables 5) Hierarchy tables. Characteristic Info Object Display Attributes Navigational Attributes Texts Hierarchies Time-dependant display attributes Time-independent display attributes Time-independent navigational attributes Time-dependent navigational attributes Time-dependant texts Language-dependent texts Version-dependant hierarchies Time-dependant complete hierarchy Time-dependant hierarchy structures Intervals in the hierarchy
  • 6. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 6 Master data table: While creating characteristic if we select the option “with master data” in “master data/text” tab, then a master table will be generated for that info object upon activation. Naming convention For business content characteristics: /BIO/M<Info object name> For customer created characteristic: /BIC/M<Info object name> If the Info object is SAP delivered, then in table naming convention you will not get /BI0/M0CUSTOMER. If it customer created info object, then in table naming convection you will get /BIC/MZCUSTOMER. You can check this in the below screen. Note: Master data table is a view of attribute tables (P and Q tables) Text Table: A text table is created if we flag the “With text” check box while creating and activating the characteristic info object. We can choose how text should look like from the below properties. Naming Convention: For business content characteristics: /BIO/T<Info object name> For customer created characteristic: /BIC/T<Info object name>
  • 7. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 7 i) Short text exists (allows max. of 20 char length) ii) Medium length text exists (allows max. of 40 char length) iii) Long text exists (allows max. of 60 char length) iv) Texts are language dependent (allows texts with different languages) v) Texts are time dependent Based on the options we select from the above, the text table key fields will change. The basic key field of a text table is 1) Characteristic value We can see in the below screen. If we select “Texts are language dependent” option, then Language key also will be added to the key field of the text table. If we select “Texts are time dependent” option, then we will get two more additional fields into a table. Those are time intervals i) DATETO and ii) DATEFROM. Now the key fields of text table are 1) Characteristic value 2) Language Key 3) Valid to We can see in the below screen
  • 8. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 8 SID Table: The SID table is generated when a characteristic is activated unless it is defined as exclusively attribute (Display attribute only). Naming Convention: For business content characteristics: /BIO/S<Info object name> For customer created characteristic: /BIC/S<Info object name> The key field for the SID table is characteristic value. The system automatically generates the SID keys when the master data is uploaded. If the characteristic has compounding Info object, the key also comprises the compounded characteristic.  SID table links between master data bearing characteristics, navigational attributes and external hierarchies. The below figure shows the relationship between SID table and the tables related to the characteristic 0CUSTOMER (This is a simple table for better understanding) /BI0/PCUSTOMER /BI0/QCUSTOMER /BI0/CUSTOMER LOCATION 1000 BANG 1001 HYD 1002 CHN /BI0/SCUSTOMER /BI0/CUSTOMER SID 1000 1 1001 2 1002 3 /BI0/CUSTOME R DATET O DATEFRO M CONTACT NO 12/9999 01/1000 1000 12/9999 01/1000 987654 1001 12/2005 01/1000 12345 1001 12/9999 01/2006 123456 1002 12/9999 01/1000 456789
  • 9. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 9 Attribute Tables: If we have selected the option “With master data” (The check box is checked by default) on the “Master data/Texts” tab page, then we can maintain attributes for the master data bearing characteristic on the Attribute tab page. We can define attributes as Display attributes or navigational attributes and we can make this attributes as time independent or time dependent using the settings available on the Attribute tab page. If we have Display attributes (Time independent), then we will get P Table. If we have Display attributes (Time dependent), then we will get Q Table. If we have Navigational attributes (Time independent), then we will get X Table. If we have Navigation attributes (Time dependent), then we will get Y Table. Now we will discuss about each and every table in detail. P Table: P Table will generate if we have time independent Display attributes for base info object. The key fields in the P table are i) Characteristic value ii) Object version We can see in the below screen. We will have 2 object version statuses. i) A  Active(The data is available for reporting) ii) M  Modified/Revised ( The data is not available for reporting) In the above screen shot we can see the field “Change flag”. This field will have 2 statuses. i) D  Deleted ii) I  Inserted With the below table you can understand the above concept Step Customer OBJVERS CHANGED City 1 1000 A BANG 2 1000 A D BANG 1000 M I HYD 3 1000 A HYD
  • 10. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 10 Step1: This shows the original record of 0CUSTOMER characteristic. Step2: Customer location has been changed, so you will have a new record in M version. For old record you will get change flag as D-deleted For new record you will get change flag as I –Inserted. Until we activate this record (Master data activation), it will not available for reporting. Step 3: when we activate the record, change flag will get removed and version will change from M to A. Now this record will be available for reporting. Q Table: Q Table will generate if we have time dependent display attributes for base Info Object. As it has time dependent master data we will get time intervals into the table structure. The Key fields of Q Table are i) Characteristic value ii) Object Version iii) DATETO (Valid to) We can see in the below screen X Table: X Table is generated if at least one attribute is defined as time-independent navigational attribute. The key for the X table of the navigation attributes (naming convention S_<name of attribute>) is the SID for the SID table belonging to the characteristic whose attribute is used here as navigation attribute. The following figure illustrates the relationship between X table and the SID table of navigational attribute.
  • 11. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 11 Let’s take we have defined LOCATION as navigations attribute for 0CUSTOMER. /BIC/SLOCATION /BIC/XCUSTOMER SID /BIC/CUSTOMER S_LOCATION 0 0 1 1000 1111 2 1001 2222 3 1002 3333 Note: From the above picture we analyze the following things i. If we have any navigational attributes then while reading data it has pick to data from its SID table based on SID’s mapping. ii. This is the reason why the query performance increases if we have any navigational attribute in base info object. Y Table: Y Table is generated if we have at least one attribute is defined as time-dependent navigational attribute. The key for the Y table of the navigation attributes (naming convention S_<name of attribute>) is the SID for the SID table belonging to the characteristic, whose attribute is used here as navigation attribute. Naming Convention: For business content characteristics: /BIO/Y<Info object name> For customer created characteristic: /BIC/Y<Info object name> This behaves same as X Table, but the difference comes at the key fields of the table. In this we will have one extra field as key field i.e. DATETO (Valid to). The key fields of Y table are 1) SID 2) DATETO (Valid to) LOCATION SID 0 BANG 1111 HYD 2222 CHN 3333
  • 12. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 12 Possible changes to the Characteristic Info Object: We can make the following changes to a characteristic after the master data has been loaded i) Display attribute (time-independent) → Navigation attribute (time-independent) ii) Display attribute (time-independent) → Navigation attribute (time-dependent) iii) Display attribute (time-independent) → Display attribute (time-dependent) iv) Display attribute (time-dependent) → Navigation attribute (time-dependent) Hierarchies Tables: Hierarchies are used in analysis to describe alternative views of the data. Hierarchies comprise a series of nodes that are joined to one another in a tree structure. Usually, the leaves of a hierarchy are represented by characteristic values. In hierarchies for characteristics, the characteristics are arranged hierarchically. Example: the Company characteristic is split into subsidiaries that, in turn, are split into local offices. We have three options for integrating hierarchies into our data model. i) Internal hierarchies from the Characteristics in the Dimension tables. ii) Hierarchies from Characteristic Attributes iii) External hierarchies from the Hierarchy Tables. H Table: The Hierarchy table (H Table) is used to store the hierarchical relationships between Characteristic values if external hierarchies are used for the characteristic. Only one H Table is generated even if a characteristic contains several hierarchies. In other words H table contains all hierarchies. If the entire hierarchy is time-dependent, the DATETO and DATEFROM fields do not appear in the H table. They appear as global fields (Meta information) in the RSHIEDIR table instead. This also applies to the VERSION field in version-dependent hierarchies. On the other hand, if the hierarchy structure is Time-dependent, the two date fields appear in the H table. We can see the different options for hierarchies in the below screen.
  • 13. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 13 Based on the options we select while maintaining hierarchies, the below tables will generate. 1) H Table  Base table for hierarchies and contains all the hierarchies. 2) K Table  If we select “with hierarchies” option, then this table will generate. 3) J Table  If we select “Intervals Permitted in Hierarchy” option, then this table will generate. 4) I Table  If we select “Time-Dependent Hierarchy Structure” option, then this table will generate. We can see in the below screen
  • 14. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 14 Related Content https://www.sdn.sap.com/irj/sdn/nw-bi http://help.sap.com/saphelp_nw70/helpdata/en/0e/fd4e3c97f6bb3ee10000000a114084/frameset.htm For more information, visit the EDW homepage
  • 15. Different Types of Characteristic Info Object Tables and its Structures in SAP BI 7.0 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BA - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 15 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.