cancel
Showing results for 
Search instead for 
Did you mean: 

RSR_VARIABLE_F4_RESTRICT_BADI with BO 4.0

Former Member
0 Kudos

Hello Experts !

Is BAdI implementation for F4 list of values (RSR_VARIABLE_F4_RESTRICT_BADI) supported with BO 4.0 ?

I am trying to restrict list of values in WebI report, based on BEx query.

Environment :

BO 4.0 SP6

BW 7.3

Appreciate your helpful answers.

Thanks

Pratik Patel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Any thoughts on this please ....

Thanks in advance !

LepreuxLoic
Employee
Employee
0 Kudos

Hi,

I have tested once again with WebI in release 4.0 SP09 and I got restricted list of values for my variables. I even put an external breakpoint in my BAdI implementation and got in debugger multiple times when creating a document and refreshing another one based on same BEx Query.

Regards,

Loic

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all for the replies.

BAdI is supported as said by .

All I did is implemented BAdI in BW, used the same BEx variable in BEx query. Used the BEx query in WebI using OLAP connection; no extra settings applied.

(I had to change a little in info object properties to allow text and key both.)

BAdI works as expected. 

LepreuxLoic
Employee
Employee
0 Kudos

Hi Pratik,

This feature is supported in WebI with BEx access, since standard RFCs are used to communicate with BW system so it will behave same as other BEx tools.

Do you experience a problem when you try to consume this BAdI implementation through BOE ?

Regards,

Loic

Former Member
0 Kudos

Hi Loic

When I run WebI report the list of values in WebI prompt appears with all data, but when I run BEx query, it shows F4 values with only those which are allowd in BAdI implementation.

Could you suggest something please.

Former Member
0 Kudos

Hi Pratik,

The object which you have defined F4 values restriction at BW level is used in the query right?

you have universe on top of it?

Using UDT or IDT?

If you have universe go to the object properties of that object and can restrict LOV values .

But in your case i think your Webi is on top of BEx query so you can take copy of that Bex auery and for that objects you can define F4 values as Default values save it ,build Connection in CMC and then try in Webi.

How you have created OLAP connection?Through CMC?