<?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 BDC processing progress in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362119#M1839100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to accomplish Change Code Creation&amp;nbsp; through BDC ( with Transaction 'CC01' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the processing i found it took too much time to execute the final statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL TRANSACTION 'CC01'&lt;/P&gt;&lt;P&gt;&amp;nbsp; USING bdcdata&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTIONS FROM c_ctu&lt;/P&gt;&lt;P&gt;&amp;nbsp; MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i wonder if there is a way to moniter the BDC processing progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to estimate the time of processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 09:03:34 GMT</pubDate>
    <dc:creator>former_member189196</dc:creator>
    <dc:date>2014-06-10T09:03:34Z</dc:date>
    <item>
      <title>BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362119#M1839100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to accomplish Change Code Creation&amp;nbsp; through BDC ( with Transaction 'CC01' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the processing i found it took too much time to execute the final statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL TRANSACTION 'CC01'&lt;/P&gt;&lt;P&gt;&amp;nbsp; USING bdcdata&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTIONS FROM c_ctu&lt;/P&gt;&lt;P&gt;&amp;nbsp; MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i wonder if there is a way to moniter the BDC processing progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to estimate the time of processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362119#M1839100</guid>
      <dc:creator>former_member189196</dc:creator>
      <dc:date>2014-06-10T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362120#M1839101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Panda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use GET TIME STAMP FIELD syntax to measure time taken -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET TIME STAMP FIELD lv_start.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL TRANSACTION 'CC01'&lt;/P&gt;&lt;P&gt;&amp;nbsp; USING bdcdata&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTIONS FROM c_ctu&lt;/P&gt;&lt;P&gt;&amp;nbsp; MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;GET TIME STAMP FIELD lv_end.&lt;/P&gt;&lt;P&gt;lv_diff = lv_end - lv_start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362120#M1839101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T09:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362121#M1839102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion,this really could calculate the time,however,i want the progress,just like as the function&lt;SPAN style="font-size: 10pt;"&gt; 'SAPGUI_PROGRESS_INDICATOR',i could figure out how many percent of the progress is left to be done~&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362121#M1839102</guid>
      <dc:creator>former_member189196</dc:creator>
      <dc:date>2014-06-10T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362122#M1839103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Panda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting requirement. I did some day wanted to achieve this, but with delivery of objects before time, I got pretty busy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check these forum - &lt;A _jive_internal="true" href="https://answers.sap.com/thread/3314373"&gt;http://scn.sap.com/thread/3314373&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362122#M1839103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T09:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362123#M1839104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway,&lt;/P&gt;&lt;P&gt;This afternoon While waiting for the BDC program's accomplishment,i came up with this idea and spent several hours trying to achieve this goal but got nothing ~maybe it's an impossible mission.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362123#M1839104</guid>
      <dc:creator>former_member189196</dc:creator>
      <dc:date>2014-06-10T11:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362124#M1839105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Panda,&lt;/P&gt;&lt;P&gt;No man its not! It's an interesting requirement, it will just take some time as compared to taking the usual time!!! Nevertheless if you have time in your hand you can jolt down your idea or make use of you own imagination and hard code the percentages at the code passes by the events i.e., at START-OF-SELECTION you can call the SAPGUI_PROGRESS_INDICATOR and set it as 1% and like wise similarly.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 04:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362124#M1839105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T04:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362125#M1839106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are attempting the extremely difficult. The reason is that through CALL TRANSACTION you are handing over processing to the transaction. Your program waits until the transaction is over, so there is no opportunity to determine the progress of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can think of two possible routes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Hand the BDC over to the SM35 mechanism. (If you search, you'll find plenty of examples of how to do this) and submit it in background. Since the BDC will be run in background in a seperate task, you then have some opportunity to find out what it is up to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If your BDC is processing multiple lines of data, you could break it up so that, for example, only 10 lines are processed at once. Then you can use the process indicator to give an idea of how things are going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362125#M1839106</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-06-11T05:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing progress</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362126#M1839107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gratitude!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've handed the BDC program to background processing,but it seems there is not way to make it.As a matter of fact,if i run it in backgroud,the progress monitoring seems unnecessary.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Route 2 may be available for some BDC programs ~but CC01 is a little special,i can't break the data into several parts.Whatever,I will try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the inspiration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Panda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 10:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-progress/m-p/10362126#M1839107</guid>
      <dc:creator>former_member189196</dc:creator>
      <dc:date>2014-06-11T10:32:20Z</dc:date>
    </item>
  </channel>
</rss>

