cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Data Insert in BODS 3.2

09-13-2016 8:30 AM
1064 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello,

I am experiencing a weird issue in BODS3.2.

I use "Task_lookup" to lookup values in target table (task table). "Case" defines when lookup results (look up results of ID) is null, then move to next transformation. Insert maps the information and key generation generate the new key for records I want to insert.

I got records up to case statement but no record count for insert query. The lookup is based on 4 equal conditions.

Lookup logic:

Monitor log:

CASE:

Insert:

Target property.

Any comments is appreciated.

Thanks.

Terry

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Terry,

Can you use Join instead of lookup.. I know we cannot use target as source in the same dataflow.. try using with sql transform or by staging target data to a staging table and use it for join.

Once i faced similar issue when using multiple conditions in lookup and got the corect output using join.

Create a test job and try this once.

Thanks,

Ravi kiran.

former_member187605
Active Contributor
0 Likes

I know we cannot use target as source in the same dataflow..

This is definitely not true!!!