Quantcast
Channel: SCN : Unanswered Discussions - Data Warehousing
Viewing all articles
Browse latest Browse all 4483

Fox formula on multiprovider in BW IP (PAK)

$
0
0

Hi,

 

I am trying to read data from one info provider(ZSCNNP15) right side operand  and assign it to another info provider (ZSCNNP20) left side operand . In fox formula i used the following code but data is not reading form right side info provider and not assigning to left side infoprovider.

 

Fields to be changed: Key Figure Name,0INFOPROV,0PRODH1,0PRODH2

 

DATA PRODH1 TYPE 0PRODH1.

DATA PRODH2 TYPE 0PRODH2.

DATA INFOPROV TYPE 0INFOPROV.

 

 

 

FOREACH INFOPROV,PRODH1,PRODH2.

BREAK-POINT.

IF INFOPROV = 'ZSCNNP15'.

  IF PRODH1 = '001'.

{ 0AMOUNT,ZSCNNP20,PRODH1,PRODH2 } = { ZTRDGR,ZSCNNP15,PRODH1,PRODH2 }.

ENDIF.

ENDIF.

ENDFOR.

 

This is very basic FOX formula not sure what i am missing can anyone share your ideas on this if i miss anything. We are on BW IP (PAK).

please share your ideas on this.


Viewing all articles
Browse latest Browse all 4483

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>