<?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: ERROR while uploading the data into ztable with background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293944#M1024289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have changed the excel file to text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;now in SM37 i am getting the error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cannot perform frontend function in batch input mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please solve my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 08:46:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T08:46:28Z</dc:date>
    <item>
      <title>ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293941#M1024286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to upload the data from excel file to internal table  &lt;/P&gt;&lt;P&gt;its working fine ..&lt;/P&gt;&lt;P&gt;but........&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if i try to upload the data with background processing , in sm37 it is saying "error during the upload of clipboard contents".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 11:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293941#M1024286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293942#M1024287</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;Clear the clipboard contents of the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 11:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293942#M1024287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T11:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293943#M1024288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a program is executed in background, the programs runs in the application server and so connection exists with the PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the FM ALSM_EXCEL_TO_INTERNAL_TABLE reads the file from PC. Since the connection is already lost when the program is run in background, the program will not work and might give a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you might have to upload the file into application server and then use OPEN DATASET, READ DATASET commands to read data from the application server file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293943#M1024288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293944#M1024289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have changed the excel file to text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;now in SM37 i am getting the error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cannot perform frontend function in batch input mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please solve my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293944#M1024289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293945#M1024290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any please tell me how we can upload the excel file to application server in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293945#M1024290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293946#M1024291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there&lt;/P&gt;&lt;P&gt;u had to use open dataset close data set gui upload and download wont work in back ground&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293946#M1024291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293947#M1024292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  the only way to this is to make connection for example via ftp command. You cannot use front end function modules (using presentation server) in the background ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define ftp command in SM69 as /opt/openFT/bin/ncopy . Of course openFT must be installed by basis in you SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you call your defined command via FM SXPG_CALL_SYSTEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store data from internal table into application server, this is of course possible in background using DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Karol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karol Seman on Aug 18, 2008 10:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293947#M1024292</guid>
      <dc:creator>karol_seman</dc:creator>
      <dc:date>2008-08-18T08:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293948#M1024293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the open dataset and close dataset commands.&lt;/P&gt;&lt;P&gt;But still it is not getting upload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ALSM_EXCEL_TO_INTERNAL_TABLE to upload the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;without this how can i get the data into application server or Internal table&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every one is saying "use OPENDATASET and CLOSEDATASET"&lt;/P&gt;&lt;P&gt;but how to get the data from excel file (background )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me sample code&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;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 09:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293948#M1024293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T09:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293949#M1024294</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;FM GUI_UPLOAD doesnt work in background, use dataset to upload it from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Local Variables&lt;/P&gt;&lt;P&gt;  DATA : l_file  TYPE string,&lt;/P&gt;&lt;P&gt;         l_line  TYPE string,&lt;/P&gt;&lt;P&gt;         l_index TYPE sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Clear&lt;/P&gt;&lt;P&gt;  CLEAR : l_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  l_file = p_ipfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Read the data from application server file.&lt;/P&gt;&lt;P&gt;  OPEN DATASET l_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;*--Error in opening file&lt;/P&gt;&lt;P&gt;    MESSAGE i368(00) WITH text-005.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Get all the records from the specified location.&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    READ DATASET l_file INTO l_line.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SPLIT l_line AT cl_abap_char_utilities=&amp;gt;horizontal_tab&lt;/P&gt;&lt;P&gt;                      INTO st_ipfile-vbeln&lt;/P&gt;&lt;P&gt;                           st_ipfile-posnr&lt;/P&gt;&lt;P&gt;                           st_ipfile-edatu&lt;/P&gt;&lt;P&gt;                           st_ipfile-wmeng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      APPEND st_ipfile TO it_ipfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDDO.&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>Mon, 18 Aug 2008 09:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293949#M1024294</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2008-08-18T09:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293950#M1024295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi patil,&lt;/P&gt;&lt;P&gt;thanks for your reply&lt;/P&gt;&lt;P&gt;my file path is C:\folder\inputtestfile.xls &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i need to know how to retrieve the data from that file.&lt;/P&gt;&lt;P&gt;i am using ALSM_EXCEL_TO_INTERNAL_TABLE but it is not working in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are saying how to get the data from application server to internal table &lt;/P&gt;&lt;P&gt;but &lt;/P&gt;&lt;P&gt;i want to know how we get the data from presentation server to appserver in background&lt;/P&gt;&lt;P&gt;&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;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 09:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293950#M1024295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293951#M1024296</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;in case of BG execution u need to do it in 2 steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1---&amp;gt;Creation of file on APPs Server by Getting data from the Excel.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1.   here u need to put validations like ---&amp;gt;w/o creating file on apps server they cannt run/schedule the Job in BG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Check the existence of the file in case of BG scheduling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2. Once file is created on the appserver , then  u can get data from apps server by using OPEN data SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i  mean to say is ---&amp;gt;in case of  BG jobs first they have to create a file on APPS sever then only they can schedule the JOB.&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;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 09:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293951#M1024296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR while uploading the data into ztable with background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293952#M1024297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check tcode cg3z&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 05:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-the-data-into-ztable-with-background-processing/m-p/4293952#M1024297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T05:44:10Z</dc:date>
    </item>
  </channel>
</rss>

