Skip to Content
0
May 30, 2008 at 10:46 AM

Fox syntax

78 Views

Hello,

I try to build a FOX formula in SAP-IP.

The result is an table with manufactures in the rows and continents in the columns.

The changing characteristics are year, infoprovider, valuetype of reporting.

How can I get an attribute of the continent matched to each current cell using ATRV()?

DATA IP TYPE INFOPRIVIDER.
DATA VT TYPE 0VTYPE.
DATA Y TYPE YEAR.

FOREACH IP, VT, Y.
  ... = ... * ATRV(CONTINENT_FOO, ...)?.
ENDFOR.

with kind regards,

Alexander