cancel
Showing results for 
Search instead for 
Did you mean: 

Can a CR work only for one aggregation level and not other ?

PankajVPatil
Participant
0 Kudos
81

Hi Experts,

I have a real time infocube (RTIC) over which there is a multiprovider, on top of which I have built 2 aggregation levels.

There are sequence of 2 characteristic relationships (CR's based on exit class) defined for the same RTIC.

Is it possible that the CR's be functional for one aggregation level and not in case of second aggregation level ?

Thanks and Regards,

Pankaj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

If this is exit characteristics relationship so you can do in ABAP almost all thing.

You can determine in the code which aggregation level currently runs (for example if you can catch queryy technical name you can also retirive aggregation leve with it) and skip the CR action if you need.

Regards.

PankajVPatil
Participant
0 Kudos

Hi Andrey,

Thanks for the response. can you please help me with more details.

Regards,

Pankaj

PankajVPatil
Participant
0 Kudos

Additionally let me explain the scenario in more detail:

The difference between 2 mentioned aggr levels is that of 0CALMONTH which is checked in second aggr level.

0CALMONTH is assigned as target char in first CR, hence both the CRu2019s work for input ready report built on first aggregation level and do not function with input ready report built over second aggregation level.

Therefore I wish to skip the complete execution of CRu2019s for I-R reports based on 2nd aggregation level.

As CR of type with derivation is functional only if the target char selected is not present in the aggregation level.

Please let me know if any more details are required.

Thanks,

Pankaj

Former Member
0 Kudos

As you already know why your CR is not working for 2nd aggregation level i.e. because you have 0CALMONTH in 2nd aggregation level.

What do you want to do now?

Answers (1)

Answers (1)

Anand71
Active Contributor
0 Kudos

Hello Pankaj,

The CR's and data slice functionality define at cube level.

I think Is it not possible that the CR's be functional for one aggregation level and not in case of second aggregation level .

May be experts can guide us.

Thanks.

With regards.

Anand Kumar

PankajVPatil
Participant
0 Kudos

It is not logically possible, but since the CR is based on exit class; can the skip for a certain aggregation level be done at ABAP code level. I am just assuming this possibility though.

Thanks and Regards,

Pankaj

balajee_sivakumar
Contributor
0 Kudos

Hi,

It is not possible to skip a CR for a cggregation level but through ABAP code you can deactivate this CR using yoiur exit class data slice. Kindly try this and let us know if you were able to succeed.

Regards,

Balajee