<?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: Request ID in Replication Flows in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13885427#M4886476</link>
    <description>Hi Tobias, so you have a scheduled replication flow which runs every hour? Then schedule it via Task Chain. If you have the replication flow set for permanent / real-time then you will need some DB trigger based function, else you can use the data flow, but with my described way to fetch the 'request ID' from a custom table. Br, Martin</description>
    <pubDate>Wed, 02 Oct 2024 10:45:51 GMT</pubDate>
    <dc:creator>Martin_Kuma</dc:creator>
    <dc:date>2024-10-02T10:45:51Z</dc:date>
    <item>
      <title>Request ID in Replication Flows</title>
      <link>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaq-p/13878368</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we want to store in a local table (which is the target of a replication flow) a kind of request id (like in BW). With a data flow, I could achieve this with a calculated column. I can set a date time field for the current timestamp (which can differ on each record because the data flow takes time).&lt;/P&gt;&lt;P&gt;I thought about a custom annotation or something similar. Has anyone an idea?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 07:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaq-p/13878368</guid>
      <dc:creator>tmeyer</dc:creator>
      <dc:date>2024-09-26T07:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Request ID in Replication Flows</title>
      <link>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13879765#M4885814</link>
      <description>&lt;P&gt;Hi Tobias,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would create a custom table, with the 'flow ID' and timestamp as keys. 'request ID' should be system-wide unique so I would concat the flow ID and timestamp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a task chain:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Update the custom table with a transformation flow -&amp;gt; enter the flow ID and time stamp&lt;/P&gt;&lt;P&gt;2. Load the data into a 'load' table&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. use View to move from 'load' table to 'consumption' table and add the 'request' ID using SQL&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the overhead in tracking / creating the 'request' ID. You will need to have a custom transformation flow for each load. It would also be possible to omit the step 2 and load directly into a 'consumption' table, but you need to use SQL. Python is too slow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Martin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 08:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13879765#M4885814</guid>
      <dc:creator>Martin_Kuma</dc:creator>
      <dc:date>2024-09-27T08:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Request ID in Replication Flows</title>
      <link>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13879846#M4885827</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;thanks for the idea. I think that would not work because the replication flow is streaming the data from the s/4 system every hour and I don't start it with a task chain.&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 08:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13879846#M4885827</guid>
      <dc:creator>tmeyer</dc:creator>
      <dc:date>2024-09-27T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Request ID in Replication Flows</title>
      <link>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13885427#M4886476</link>
      <description>Hi Tobias, so you have a scheduled replication flow which runs every hour? Then schedule it via Task Chain. If you have the replication flow set for permanent / real-time then you will need some DB trigger based function, else you can use the data flow, but with my described way to fetch the 'request ID' from a custom table. Br, Martin</description>
      <pubDate>Wed, 02 Oct 2024 10:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/request-id-in-replication-flows/qaa-p/13885427#M4886476</guid>
      <dc:creator>Martin_Kuma</dc:creator>
      <dc:date>2024-10-02T10:45:51Z</dc:date>
    </item>
  </channel>
</rss>

