Hi,
I have a AnView that has data from several MANDT values (in the tables: 200, 220, 250, 265). But when I read data from the AnView I only get one single MANDT (220).
I am developing a CaView and I notice this, when reading data with CE_OLAP_VIEW. then, to understand, I am using:
SELECT DISTINCT mandt
FROM "_SYS_BIC"."p.b.f.ft/AN_NOTA_FISCAL_LIN"
and all I can see is one single MANDT value (220).
I checked the "Default client" property and is set to 'dynamic'. I even chaged it to specific values (265), I when executed the SELECT statement, I got 'no data'. I can only see MANDT=220 data from the AnView when SELECT or when CE_OLAP_VIEW on it.
Does anyone has an idea what is happening?
thanks for the help.
Mauricio