cancel
Showing results for 
Search instead for 
Did you mean: 

Query transform lookup function on sap ecc tables

02-26-2018 12:41 PM
787 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

hi guys

I want to do a lookup of a value in query tranform from table 1 to table 2 but both tables r in SAP ECC. Now when i open the lookup function wizard the first thing it asks is lookup table and it is not allowing me to pick the datastore for SAP ECC. is it not possible to do lookup on 2 tables in the same datastore?

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor

You can only perform lookup from database tables, not from application tables.

You'll have to stage your ECC lookup table into a relational database.

Or use a left outer join in an ABAP data flow.

Answers (0)