Skip to Content
Author's profile photo Sushma Prabhakar

Read Mode P is now Supported in BExAnalyzer Filter Screen

Earlier F4 (Filter Screen / Selector Dialog ) in BEx Analyzer Planning enabled query we were able to select only M or D as read modes and were not able to select read mode as P(planning ) .

With the new enhancement it is now possible to set the read mode as P for planning enabled query.


Following are the steps which needs to be followed to achieve the same.


1.  Read mode P can be activated by setting  parameter ANA_READMODE_P_REQUI = ‘X’ in transaction RS_FRONTEND_INIT

2. Create a real time info cube , in my case following is the structure of infoprovider

/wp-content/uploads/2015/12/1_853436.png

3. Now define Characteristic relationship between Currency and Country.

Navigate to transaction RSPLAN, click on infoprovider and select the real time cube and click on edit,

Go to the tab Characteristic Rels

and Click on create option , select the Char. Relationship type as Attribute from dropdown and select Characteristic master data builds basis  as Country and then check the option Derivation

Check Currency as Target Characteristic

Click on Save.


(More info on Characteristic relationships:

Characteristic Relationships It is used to test valid combination of records generated and derive the char values for other chars. This is at infoprovider level; it is applicable to all the aggregation levels of real time cube. Invalid combination: this is applicable in manual planning, when we are trying to generate a new combination which is not part of Char relation, it is assumed as invalid combination. Derive Characteristic: we can derive values for characteristics in real time cube, we define source and target characteristics in planning modeler.)

/wp-content/uploads/2015/12/2_853437.png

4. Then create the aggregation level.

5. Create an input enabled query on the aggregation level created.

6. Select the key figure which needs to be input enabled

/wp-content/uploads/2015/12/3_853445.png

/wp-content/uploads/2015/12/4_853446.png

7.Select the characteristic COUNTRY , in the extended tab , under  Filter Value Selection at   Query Execution select Characteristic Relationships

/wp-content/uploads/2015/12/5_853447.png

Do the same for characteristic CURRENCY as well.


8.Launch BEx Analyzer and open the above created query.


   Following is the data in the query

7.JPG


9.Now if we try to add new line say  GERMANY    EUR AUDI   2000

Invoke the selector dialog on Currency column, Click on settings


/wp-content/uploads/2015/12/8_853453.png


/wp-content/uploads/2015/12/9_853460.png


The Read mode – Planning mode should now be available.

Click on OK

10.Now invoke F4 on Currency field, select Single values , only EUR will be available for selection .



Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Sateesh Kumar Bukkisham
      Sateesh Kumar Bukkisham

      HI Sushma ,

      Good information . Which version of BW has this feature ?

      Thank you.

      Author's profile photo Sushma Prabhakar
      Sushma Prabhakar
      Blog Post Author

      Hi Sateesh,

      This feature is available in BW 7.30 onwards .

      Thanks, Sushma

      Author's profile photo Rahul Dev Sahu
      Rahul Dev Sahu

      Hi Sushma,

      Helpful document! Thanks for putting this.
      Just a suggestion, Adding below SAP Note in your document would be helpful

      2165113    BExAnalyzer - Selector: Read mode P is now supported in BExAnalyzer filter screen 

      Thanks & Regards,

      Rahul

      Author's profile photo Goutam Khandelwal
      Goutam Khandelwal

      Thanks Sushma for sharing