<?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: Background Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072857#M728525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Perez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using following code in my progrm to convert excel to internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call function 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     program_name        = syst-cprog&lt;/P&gt;&lt;P&gt;     dynpro_number       = syst-dynnr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_NAME          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   importing&lt;/P&gt;&lt;P&gt;     file_name           = p_infile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if r1 = 'X'.&lt;/P&gt;&lt;P&gt;    call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        filename                = p_infile&lt;/P&gt;&lt;P&gt;        i_begin_col             = '1'&lt;/P&gt;&lt;P&gt;        i_begin_row             = '2'&lt;/P&gt;&lt;P&gt;        i_end_col               = '18'&lt;/P&gt;&lt;P&gt;        i_end_row               = '9'&lt;/P&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        intern                  = itab&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        inconsistent_parameters = 1&lt;/P&gt;&lt;P&gt;        upload_ole              = 2&lt;/P&gt;&lt;P&gt;        others                  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e010(zz) with text-001. "Problem uploading Excel preadsheet"&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sm37 if i check the job Log it is saying that 'ERROR DUE TO IMPORT OF CLIPBOARD CONTENTS'&lt;/P&gt;&lt;P&gt;JOB CANCELLED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sunil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 12:24:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-27T12:24:32Z</dc:date>
    <item>
      <title>Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072852#M728520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have  a report whre i am giveing input as excel sheet and conveting into text file and into internal table then i am inserting into ztable. it is working fine. but the problem is if i run it in backgound it is giving error. What are the possible ways to that. coz i am giving input as P_file.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its an urgent ...please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;points will be rewarded for useful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sunil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072852#M728520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072853#M728521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;You might be using GUI_UPLOAD in your program...this FM won't work in background process...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072853#M728521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072854#M728522</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;what error it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072854#M728522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072855#M728523</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;   Try this FM   ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072855#M728523</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-27T12:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072856#M728524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is difficult to give solution without watching your program, but you can refer to the error log  in bakground. At SM37--&amp;gt;job log u can see that error &amp;amp; analyse it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful for you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072856#M728524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072857#M728525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Perez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using following code in my progrm to convert excel to internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call function 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     program_name        = syst-cprog&lt;/P&gt;&lt;P&gt;     dynpro_number       = syst-dynnr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_NAME          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   importing&lt;/P&gt;&lt;P&gt;     file_name           = p_infile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if r1 = 'X'.&lt;/P&gt;&lt;P&gt;    call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        filename                = p_infile&lt;/P&gt;&lt;P&gt;        i_begin_col             = '1'&lt;/P&gt;&lt;P&gt;        i_begin_row             = '2'&lt;/P&gt;&lt;P&gt;        i_end_col               = '18'&lt;/P&gt;&lt;P&gt;        i_end_row               = '9'&lt;/P&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        intern                  = itab&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        inconsistent_parameters = 1&lt;/P&gt;&lt;P&gt;        upload_ole              = 2&lt;/P&gt;&lt;P&gt;        others                  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e010(zz) with text-001. "Problem uploading Excel preadsheet"&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sm37 if i check the job Log it is saying that 'ERROR DUE TO IMPORT OF CLIPBOARD CONTENTS'&lt;/P&gt;&lt;P&gt;JOB CANCELLED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sunil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072857#M728525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072858#M728526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachchidanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For running any report in backgorund we needed varient. We know how to assiagn vareint. But there is no input fields to assign a varient.Varient is stored in SAP so when it runs background it gets values from varient and exceuted. But for giving input as file it dosent store in SAP nor i cant store this file name as vareint it stores only file name not the contents of file. i need a procedure to store the contents in SAP so that my report gets contents from SAP while running background. Hope u understood my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sunil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 12:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/3072858#M728526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T12:32:23Z</dc:date>
    </item>
  </channel>
</rss>

