Hi Experts,
I am facing an issue. I am having a source SAP table 'x' and another SAP table 'y' from which I need 1 column values based on keys of 'x'.
I am planning to use lookup() function and use 'y' table as lookup table. This is my output column mapping :
lookup(DRL_BW_PROD.."/BI0/TMATL_GRP_1", TXTSH, NULL, 'NO_CACHE', MATL_GRP_1, MATL_GRP_1)
"/BI0/TMATL_GRP_1" = 'y' table. Last field is coming from source table itself. When I run the job/validate the job, I get following error :
SAP table </BI0/TMATL_GRP_1> in datastore <DRL_BW_PROD> cannot be used in a lookup.
I don't want to load this SAP lookup table into some staging database first to enable it to be used as lookup table. Why this error is coming?? Is SAP tables not supported for lookup or what?? Is this a product issue?
Arun Sasi , Dirk Venken : Please help.
Please help on this. Thanks in advance for reading this.
Here's the screenshot :