<?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>topic Re: BW Extraction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618793#M1440125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lv_longtime TYPE TZNTSTMPL.
CONVERT DATE sy-datum TIME sy-timlo INTO TIME STAMP lv_longtime TIME ZONE sy-zonlo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 07:12:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T07:12:22Z</dc:date>
    <item>
      <title>BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618790#M1440122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written a BW function module extractor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am having is with enabling a delta mechanism using timestamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table that I am extracting data from has timestamps of length 21 (long UTC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know whether there exists a standard function module to convert between long and short UTC (lenght 15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 18:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618790#M1440122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618791#M1440123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time Stamp in Long Form: YYYYMMDDhhmmss,mmmuuun (TYPE p LENGTH 11 DECIMALS 7)&lt;/P&gt;&lt;P&gt;Time Stamp in Short Form:YYYYMMDDhhmmss (TYPE p LENGTH 8 DECIMALS 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you don't need a function module, just do:&lt;/P&gt;&lt;P&gt;longform = shortform.&lt;/P&gt;&lt;P&gt;shortform = longform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 21:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618791#M1440123</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-02-20T21:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618792#M1440124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, does not work in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I am looking to get data from a table which consists of a changed on timestamp which is defined as DEC 21&lt;/P&gt;&lt;P&gt;2. BW requires that in order to capture the change records that the timestamp is UTC short DEC 15&lt;/P&gt;&lt;P&gt;3. I can do this and get the timestamp range&lt;/P&gt;&lt;P&gt;4. Where I am having problems is grabbing the set of records which fall in this timestamp range since I now have a DEC15 value whereas the table entries are DEC21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if not clear but let me know if more info is needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 06:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618792#M1440124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618793#M1440125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lv_longtime TYPE TZNTSTMPL.
CONVERT DATE sy-datum TIME sy-timlo INTO TIME STAMP lv_longtime TIME ZONE sy-zonlo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 07:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618793#M1440125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T07:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618794#M1440126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make things clear:&lt;/P&gt;&lt;P&gt;1) ABAP declaration TYPE p LENGTH 11 = DDIC declaration DEC 21&lt;/P&gt;&lt;P&gt;2) ABAP declaration TYPE p LENGTH 8 = DDIC declaration DEC 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing we don't know is the &lt;STRONG&gt;number of decimals&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 2 timestamps of the same time zone (it seems to be your case), you don't need to use CONVERT DATE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug your extractor function module to make sure where the problem is, exactly, and revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And paste your code please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 10:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618794#M1440126</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-02-22T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: BW Extraction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618795#M1440127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra, Nitwick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have access to the system until later this week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the code is being tested without conversion and results so far are correct.  Will comeback early next week after testing has completed and if ok will wait till than to awards points or post code + questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 06:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-extraction/m-p/6618795#M1440127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T06:20:02Z</dc:date>
    </item>
  </channel>
</rss>

