<?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 message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066057#M1177052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do it like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate &lt;STRONG&gt;'&lt;/STRONG&gt; The invoice documents that belong to the vendor &lt;STRONG&gt;'&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; were not processed as part of payrun as it had ABC number of line items &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; to be paid.Please note that in SAP maximum of 99999 line items alone &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; can be paid in a single document &lt;STRONG&gt;'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;into gt_objtxt separated by space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 11:47:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T11:47:30Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066052#M1177047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi in my code its displaying an error message as "Literals that take up more than one line not permitted.".Please tell how to get rid of this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:Begin of gt_objtxt occurs 0,&lt;/P&gt;&lt;P&gt;      gv_objtxt(10000),&lt;/P&gt;&lt;P&gt;      end of gt_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'The invoice documents that belong to the vendor &lt;/P&gt;&lt;P&gt;            were not processed as part of payrun as it had ABC number of line items&lt;/P&gt;&lt;P&gt;             to be paid.Please note that in SAP maximum of 99999 line items alone&lt;/P&gt;&lt;P&gt;             can be paid in a single document'.&lt;/P&gt;&lt;P&gt;into gt_objtxt separated by space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066052#M1177047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066053#M1177048</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;Please Check The below Code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:Begin of gt_objtxt occurs 0,&lt;/P&gt;&lt;P&gt;gv_objtxt(10000),&lt;/P&gt;&lt;P&gt;end of gt_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'The invoice documents that belong to the vendor'&lt;/P&gt;&lt;P&gt;'were not processed as part of payrun as it had ABC number of line items'&lt;/P&gt;&lt;P&gt;'to be paid Please note that in SAP maximum of 99999 line items alone'&lt;/P&gt;&lt;P&gt;'can be paid in a single document' into gt_objtxt separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066053#M1177048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066054#M1177049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a text element (text-001) and pass it to the required vaiable.&lt;/P&gt;&lt;P&gt;I one text element is unable to take the big line then you may have to split it to different text elements and then concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neelambari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066054#M1177049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066055#M1177050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Make use of single quotes after every line.&lt;/P&gt;&lt;P&gt;concatenate 'THE' &lt;/P&gt;&lt;P&gt;'jdsfh'  into .... separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sreesudha Gullapalli on Feb 4, 2009 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066055#M1177050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066056#M1177051</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;Always try not ot use hard coded values in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead break your message into various text-symbols and the use then to concatenate into a single string.&lt;/P&gt;&lt;P&gt;So its better to break message text into various text-symbols and use:-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
concatenate text-001 text-002 text-003 into gv_objtxt separated by space.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066056#M1177051</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-02-04T11:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066057#M1177052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do it like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate &lt;STRONG&gt;'&lt;/STRONG&gt; The invoice documents that belong to the vendor &lt;STRONG&gt;'&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; were not processed as part of payrun as it had ABC number of line items &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; to be paid.Please note that in SAP maximum of 99999 line items alone &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; can be paid in a single document &lt;STRONG&gt;'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;into gt_objtxt separated by space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066057#M1177052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066058#M1177053</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;Instead of giving the whole string try to break it with text elemnts and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate text-001 text-002 text-003 text-004 into gt_objtxt separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in text-001,002,003,004 u can fill ur text what u want to display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066058#M1177053</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-02-04T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066059#M1177054</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;You can use Fm FORMAT_TEXTLINES . it is gud to format text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mudit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066059#M1177054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066060#M1177055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema ,&lt;/P&gt;&lt;P&gt; I excecute your code.&lt;/P&gt;&lt;P&gt;The problem is one huge line that is spanning across many line in editor so it is considering only the opening Quotation (') so either close it Quotation(') at the end of each line .&lt;/P&gt;&lt;P&gt;So try it out by taking the line into a variable of type String and then Concatenate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards!&lt;/P&gt;&lt;P&gt;Amuktha .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066060#M1177055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066061#M1177056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using SINGLE QUOTES ' try using the quote symbol present on the key.. which is to the left side of numeral one ie `  on the keyboard.. I am talking about the key which is above TAB key and to the left of 1 key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can do wonders in certain cases...&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, 04 Feb 2009 11:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066061#M1177056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066062#M1177057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;You can Use splitted lines within single cote or you can write &lt;/P&gt;&lt;P&gt;concatenate text-001 text-002 text-003 ... into variable1 separated by space.&lt;/P&gt;&lt;P&gt;and the text-001 .... you can define the texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066062#M1177057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066063#M1177058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Use text elements as suggested... it wud be better if you use &amp;amp; sign for text elements instaed of defining fixed lengths to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/5066063#M1177058</guid>
      <dc:creator>agnihotro_sinha2</dc:creator>
      <dc:date>2009-02-05T07:38:39Z</dc:date>
    </item>
  </channel>
</rss>

