Hi all,
This is a blog in which i would like to discus the bugs we come across the SAP BO Data Services.
- Lookup_ext
Lets think that we have 3 Query transforms. In first Query transform we are performing a lookup_ext to get a value (say lookupvalue). So we will have a column lookupvalue in Query2. Now if we right click 'lookupvalue' and select Map To Output. Now the Query3 will throw an error. If we look at the error we can see the mapping for lookupvalue in Query3 is follows
Query2.lookup_ext.lookupvalue
Where as it should have been
Query2.lookupvalue
This happens only when we are doing the Map To Output option. If we are dragging and dropping it to the output panel this error will not come up.