<?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 Processing Status Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323557#M1226935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display status of processing as gui process indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to diaply the status message, even the processing status for current step,&lt;/P&gt;&lt;P&gt;where ever current step is in loop using below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_text               = 'Preparing Data For Conversion TO PDF'&lt;/P&gt;&lt;P&gt;        i_processed     = current_index&lt;/P&gt;&lt;P&gt;        i_total              = total_records&lt;/P&gt;&lt;P&gt;        i_output_immediately = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is, i need to download smartform output into PDF.&lt;/P&gt;&lt;P&gt;So im using Standard function module for conversion of OTF to PDF.&lt;/P&gt;&lt;P&gt;This function module is taking more time (2 -3 mins as data is huge, about 60 to 100 pages).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling FM, i am using GUI PROCESS INDICATOR to show the status, but here i could not show the EXACT status of current step, like how much % of conversion is done and what % is left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the estimated time for the execution of standard Function Module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 10:22:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-12T10:22:19Z</dc:date>
    <item>
      <title>Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323557#M1226935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display status of processing as gui process indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to diaply the status message, even the processing status for current step,&lt;/P&gt;&lt;P&gt;where ever current step is in loop using below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_text               = 'Preparing Data For Conversion TO PDF'&lt;/P&gt;&lt;P&gt;        i_processed     = current_index&lt;/P&gt;&lt;P&gt;        i_total              = total_records&lt;/P&gt;&lt;P&gt;        i_output_immediately = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is, i need to download smartform output into PDF.&lt;/P&gt;&lt;P&gt;So im using Standard function module for conversion of OTF to PDF.&lt;/P&gt;&lt;P&gt;This function module is taking more time (2 -3 mins as data is huge, about 60 to 100 pages).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling FM, i am using GUI PROCESS INDICATOR to show the status, but here i could not show the EXACT status of current step, like how much % of conversion is done and what % is left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the estimated time for the execution of standard Function Module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 10:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323557#M1226935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323558#M1226936</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;For quick reply please post your questions in relevant category --&amp;gt; &lt;STRONG&gt;FORM PRINTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 10:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323558#M1226936</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-12T10:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323559#M1226937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not exaclty but you can do like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
PERCENTAGE = '20%'
text = 'converting OTF to PDF'.


CALL FUNCTION 'CONVERT_OTF_2_PDF'

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
PERCENTAGE = '100%'
text = 'Converted Successfully into PDF'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think,it's not possible to give realistic % of time the whole process is taking, the percentage used is just a indicative one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323559#M1226937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323560#M1226938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tarun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your suggestion.&lt;/P&gt;&lt;P&gt;But i guess u had been tru the question, &lt;/P&gt;&lt;P&gt;I felt this is somthing related to UI.&lt;/P&gt;&lt;P&gt;Even my question is regarding the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323560#M1226938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323561#M1226939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is something similiar to what i am looking for.&lt;/P&gt;&lt;P&gt;I did somthing similar to what u had suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323561#M1226939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Status Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323562#M1226940</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;&lt;STRONG&gt;UI&lt;/STRONG&gt; delas with &lt;STRONG&gt;Classical Dynpro, Screen Painter, ALV grid, Table Controls, Web Dynpro for ABAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Form Printing&lt;/STRONG&gt; discusses &lt;STRONG&gt;SAPscript and Smartforms form generation, editing and printing and the&lt;/STRONG&gt; &lt;STRONG&gt;corresponding print programs and application print programs invoking the generated forms.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I felt &lt;STRONG&gt;FORM PRINTING&lt;/STRONG&gt; as the suitable category, thats why suggested you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-status-display/m-p/5323562#M1226940</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-12T11:17:29Z</dc:date>
    </item>
  </channel>
</rss>

