<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Data Insert in BODS 3.2 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854497#M4448181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please run the job in debug mode and see where exactly data is being dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post screenshots as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2016 07:15:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-14T07:15:37Z</dc:date>
    <item>
      <title>Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaq-p/11854477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am experiencing a weird issue in BODS3.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034272" height="122" width="572" /&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got records up to case statement but no record count for insert query. The lookup is based on 4 equal conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookup logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034292" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monitor log:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034293" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034294" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034296" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Target property.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034295" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 16:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaq-p/11854477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-12T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854478#M4448162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that because "ID" is the primary key in target table so it fails in the "Insert" query before hitting key generation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854478#M4448162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-12T17:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854479#M4448163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the screen shot for Task_lookup and Case&lt;/P&gt;&lt;P&gt;its look like first column is having primary key (default) which you can see at CASE_INSERT(source)&lt;/P&gt;&lt;P&gt;if that is the problem remove the key by following steps:&lt;/P&gt;&lt;P&gt;1. goto Task_lookup&lt;/P&gt;&lt;P&gt;2. Right click on the column in schema Out for first column&lt;/P&gt;&lt;P&gt;3. un-check the Primary Key option]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854479#M4448163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-12T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854480#M4448164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I can see that you are pushing records to next level only if Look_Up.ID is null.&lt;/P&gt;&lt;P&gt;Pls perform below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a some test table after Case transform and see what is the ID value you are getting after Look up&lt;/P&gt;&lt;P&gt;2) other way you can run through the Debug mode and see how the records getting dropped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 04:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854480#M4448164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854481#M4448165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i faced similar issue when using multiple conditions in lookup and got the corect output using join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a test job and try this once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 06:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854481#M4448165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T06:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854482#M4448166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;I know we cannot use target as source in the same dataflow.. &lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;This is definitely not true!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854482#M4448166</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-13T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854483#M4448167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your lookup doesn't return any matches. The default value being null, there's no output for the Case transform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854483#M4448167</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-13T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854484#M4448168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the screen shot of TASK_Lookup.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034866" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I don't have the option of unchecking the primary key.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034867" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854484#M4448168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854485#M4448169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas, Since the lookup result doesn't include the primary key (ID), I got an error when I tried to push results into a temp table which has the same structure. I ran the debug mode but it stopped at "optimizing query", did not move forward. Thanks. Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854485#M4448169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854486#M4448170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hello Dirk, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Even I set default value at 99999999 for o_ID (ID lookup result), I still don't have any results. I see the case_Insert has 221 records but no output from Query. I guess the issue is around primary key restriction (ID is primary key).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034868" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle this primary key restriction, I am thinking of creating a custom function so I can do key gen within Query. When I tried to create custom function, I got syntax error. I can't figure out what is wrong even I compared with reference guard. Everything seems to be ok but doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034869" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I specified my input table based on data store information so it sohuld be correct and the column name is ID.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034880" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your helps.&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854486#M4448170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854487#M4448171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, my mistake. I misinterpreted the monitor log output. All 221 rows flow from the Case to the Query transform. But nothing flows out of the latter. This can only be due to a filter.&lt;/P&gt;&lt;P&gt;What do you have as Where-condition in the Query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, no need for a custom function, you can use the key_generation built-in function directly in the mapping. And the results will be identical to those of the Transform with the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854487#M4448171</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-13T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854488#M4448172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree with you. That was my original plan.I tried key_generation built-in function and did not get any results. That is why I started to try different approaches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query transformation has not filters as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034889" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what happens when I try using Key_generation built-in function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data flow:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034890" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Key generation transformation:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034897" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034898" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Everything looks right to me but just no results.&lt;/P&gt;&lt;P&gt;I checked target table as well which only has 123 records so there must be something which need to be inserted.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034899" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854488#M4448172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T14:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854489#M4448173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please add this Key_gen function [&lt;STRONG&gt;key_generation('DS_ORA_AACST.TH_AACST.TASK', 'ID', 1)&lt;/STRONG&gt;] to "Insert" query transformation and add temp table to see the data Or give file target to view the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the default value for lookup.&lt;/P&gt;&lt;P&gt;it should be null to satisfy your Case statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854489#M4448173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854490#M4448174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hello sreenivas, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you for helping. I&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;tried this approach as well. Here is what I inputted and the syntax error I got. I compared with reference guide but could not figure out what I did wrong. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;key_generation('DS_ORA_AACST.TH_AACST.TASK', 'ID', 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(Ln 1) : Syntax error : near &amp;lt;END&amp;gt; found &amp;lt;END_TRY&amp;gt; expecting &amp;lt;a string&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function &amp;lt;NewFunction1&amp;gt; contains an invalid expression. Additional information: &amp;lt;syntax error&amp;gt;. (BODI-1111182)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034928" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854490#M4448174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854491#M4448175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont required to put it in any function&lt;/P&gt;&lt;P&gt;you can use it directly in mapping by following these steps:&lt;/P&gt;&lt;P&gt;1. click on the ID column which you want to generate the key&lt;/P&gt;&lt;P&gt;2. Goto mapping tab&lt;/P&gt;&lt;P&gt;3. paste &lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;key_generation('DS_ORA_AACST.TH_AACST.TASK', 'ID', 1) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. click apply and try to execute the job&lt;/P&gt;&lt;P&gt;Note make sure that you removed the Key_generation step after the Insert Query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 16:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854491#M4448175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854492#M4448176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again. I tried it but still get 0 records. Must be some small things I missed.&lt;/P&gt;&lt;P&gt;Data flow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034971" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Query:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034972" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1034973" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 16:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854492#M4448176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854493#M4448177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand. Can you please post the From tab ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854493#M4448177</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-13T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854494#M4448178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I do see some information icon on From tab and i am suspecting if there are any filters or conditions defined in From clause.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i want to see the from clause for filters&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854494#M4448178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T17:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854495#M4448179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I got exactly the same idea&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854495#M4448179</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-13T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Insert in BODS 3.2</title>
      <link>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854496#M4448180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I almost lost my mind. I switched target table to be a template table but still get nothing. I have no filters in From tab or Where tab. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1035192" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Lookup&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1035195" width="450" /&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1035199" width="450" /&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1035200" width="450" /&gt;&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1035196" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-insert-in-bods-3-2/qaa-p/11854496#M4448180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T20:20:10Z</dc:date>
    </item>
  </channel>
</rss>

