<?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: Generic Program to upload Long Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649372#M288676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are talking about SAPScript text but i'm talking about Long text ( See in t-codes- VD51,IE01,IW51).&lt;/P&gt;&lt;P&gt;User should be able to upload 4-5 pages of document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 06:44:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T06:44:50Z</dc:date>
    <item>
      <title>Generic Program to upload Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649370#M288674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to develop a generic upload program which should be able to upload LONG TEXT for any transaction in the SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approach/Example : &lt;/P&gt;&lt;P&gt;Step 1 : I created a inforecord(VD51) without providing long text.&lt;/P&gt;&lt;P&gt;Step 2 : Upload long text for this inforecord through custom program using FM SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What all i tried :&lt;/P&gt;&lt;P&gt;I observed that one entry gets created in table STXH (long text saved in table with correponding to the key TDNAME ) and this key(TDNAME) is combination of all key fields in the corresponding table(KNMT) for VD51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible if i have a source file with combination of these keys and upload long text for this through function module SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What all can be the problem in this development ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 06:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649370#M288674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Program to upload Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649371#M288675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the standard program RM07METI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 06:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649371#M288675</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-31T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Program to upload Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649372#M288676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are talking about SAPScript text but i'm talking about Long text ( See in t-codes- VD51,IE01,IW51).&lt;/P&gt;&lt;P&gt;User should be able to upload 4-5 pages of document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 06:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649372#M288676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Program to upload Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649373#M288677</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;/P&gt;&lt;P&gt;use report RSSHTEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 06:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649373#M288677</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-31T06:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Program to upload Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649374#M288678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a report program , i need a upload program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sonal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-program-to-upload-long-text/m-p/1649374#M288678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:15:15Z</dc:date>
    </item>
  </channel>
</rss>

