<?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: Uploading question Paper in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220050#M1717306</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;There are multiple ways in which your requirement can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use Document management service to store documents such as your notepad. Transaction CV01N.&lt;/P&gt;&lt;P&gt;2. Create a database table. Use GUI_UPLOAD to upload the internal table in ASCI format and store each line of notepad as a row in table.&lt;/P&gt;&lt;P&gt;3. Upload the notepad as it is to application server. transaction CG3Z. Download it when required using transaction CG3Y.&lt;/P&gt;&lt;P&gt;4. Compress the data of text file into raw format or hex format and then insert the same to database table. When required to read, data can be changed back to ASCI format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 08:39:55 GMT</pubDate>
    <dc:creator>Kartik2</dc:creator>
    <dc:date>2013-01-28T08:39:55Z</dc:date>
    <item>
      <title>Uploading question Paper</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220048#M1717304</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;&lt;/P&gt;&lt;P&gt;By using GUI_UPLOAD i know how to upload the data into tables....&lt;/P&gt;&lt;P&gt;But now the query is, i had a qusetion paper, in text file, i need to upload that into the table zsr_ques.&lt;/P&gt;&lt;P&gt;can any one help me out in this....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the text file name is ONGC question paper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanxs,&lt;/P&gt;&lt;P&gt;kushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 04:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220048#M1717304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-28T04:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading question Paper</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220049#M1717305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Create a internal table same as zsr_ques and get the data into zsr_ques.&lt;/P&gt;&lt;P&gt;make your text file as same format as the internal table.&lt;/P&gt;&lt;P&gt;in gui upload give the file location correctly.&lt;/P&gt;&lt;P&gt;give file type ASC&lt;/P&gt;&lt;P&gt;read by line X&lt;/P&gt;&lt;P&gt;you get get the data into itab.&lt;/P&gt;&lt;P&gt;and put that into ztable.&lt;/P&gt;&lt;P&gt;try to SCN for more information.&lt;/P&gt;&lt;P&gt;hope it helps you,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 04:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220049#M1717305</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-01-28T04:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading question Paper</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220050#M1717306</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;There are multiple ways in which your requirement can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use Document management service to store documents such as your notepad. Transaction CV01N.&lt;/P&gt;&lt;P&gt;2. Create a database table. Use GUI_UPLOAD to upload the internal table in ASCI format and store each line of notepad as a row in table.&lt;/P&gt;&lt;P&gt;3. Upload the notepad as it is to application server. transaction CG3Z. Download it when required using transaction CG3Y.&lt;/P&gt;&lt;P&gt;4. Compress the data of text file into raw format or hex format and then insert the same to database table. When required to read, data can be changed back to ASCI format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 08:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220050#M1717306</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2013-01-28T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading question Paper</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220051#M1717307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanq karthik and vinoth.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can b the path name should be G:\ drive or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using CG3Y it is telling that target system cannot be found error....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 15:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-question-paper/m-p/9220051#M1717307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-28T15:55:51Z</dc:date>
    </item>
  </channel>
</rss>

