cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BW Characteristic Relationships on specific Query

0 Kudos
516

I'm doing a Characteristic Relationship using the class CL_RSPLS_CR_EXIT_BASE as reference. BW uses to have input parameters in order to get the infoprovider that calls the "functionality". As you can find in BW BAdIs with the name "I_T_COMPID". The class CL_RSPLS_CR_EXIT_BASE has the input parameter "I_BASIC_PROV" that returns the infoprovider name (in this case, advanced DSO). Are there any way to get the query name? I'd like change the relationship table depending the query that calls it.

View Entire Topic
0 Kudos

Thank your for your answer!!

I need the characteristic relationships on specific query for show determinated list of values instead all posible values. And in the rest of the queries show all posible values. Is there any way to meet this requirement? Any BAdI?

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Are you talking about the value help in new lines or do you want to show all valid combinations in the result set of the query (setting access mode for result values based on characteristic relationships)?

Attention: A characteristic relationship might also be called in a planning function, e.g. the method CREATE is called in some algorithms when the function has to create combinations (e.g. in the copy function).

0 Kudos

Yes, the value help in new lines and it depends of the query.

System BW4HANA
Query over aggregation level and a BPC Embedded model is assigned in Analysis for Office report.

Thanks and best regards!