cancel
Showing results for 
Search instead for 
Did you mean: 

Incompatable objects in Aggrigate navigation.

Former Member
0 Kudos

Hi Everyone,

I have aggregate tables and detailed tables.

1) i have created aggrigate awerness.

2) In aggrigate navigation I have table A and checking for incompatable objects.

             for example my table A has below fields.

                               name

                               id

                               signed-date

                               amount

            My right hand side objects are below.

                               Name

                               id

                               location (incompatable object)

                               city (incompatable object)

                               signed-date  (? )    (this should be compatable object)

                               received date ( ?)  (this should be incompatable object)

                               amount

                              

            here my doubt is when we are checking for incompatable objects, does it look for data type or tablename.objectname?

Thanks,

Poorna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It always looks for object names rather then data types.

Check below link to understand the same.

Aggregate Awareness in BO (@Aggregate_Aware in BO Designer) | DWBI castle

https://www.youtube.com/watch?v=NJShChQF4Ec

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

It will look for Object  not for data type.

When an object is at the same or higher level of aggregation as the table, it is compatible with the table.

When an object is at a lower level of aggregation than the table (or if it is not at all related to the table), it is incompatible with the table.

See the designer guide.

Section 7.2.8.1 Using a matrix to analyze the objects

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_universe_design_tool_en.pdf

Amit