<?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: Problem with error display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727826#M1109812</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;&lt;/P&gt;&lt;P&gt;Better you use concatenate statement.&lt;/P&gt;&lt;P&gt;Concatenate 'Customer' 'Variable name' 'does not exit in the system'&lt;/P&gt;&lt;P&gt;                    into variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move: variable to text. Try this way you it will work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not past your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 05:57:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T05:57:53Z</dc:date>
    <item>
      <title>Problem with error display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727825#M1109811</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 am uploading data from TXT file to database.&lt;/P&gt;&lt;P&gt;i created result layout for success and faliure records.&lt;/P&gt;&lt;P&gt;My final result table has three fields like icon and text and record &lt;/P&gt;&lt;P&gt;menas if it is success ...the resule table like &lt;/P&gt;&lt;P&gt;                            ICON = green&lt;/P&gt;&lt;P&gt;                           text = result successfully uploaded&lt;/P&gt;&lt;P&gt;                             record = the partcular reord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       if is not success &lt;/P&gt;&lt;P&gt;                iCON = red&lt;/P&gt;&lt;P&gt;               text   = problem in the record&lt;/P&gt;&lt;P&gt;              record  = that paricular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upto this point . my program is working fine.&lt;/P&gt;&lt;P&gt;But , now clients want error record text with varible values.&lt;/P&gt;&lt;P&gt;Now , i am populating text field with  text-001 , text-002...&lt;/P&gt;&lt;P&gt;is it possible populate Text-001 with varaible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ext : 00	108030	579222 SPM	1/1/2008	1/1/2008	10	GBP			&lt;/P&gt;&lt;P&gt;Here second column from text file is customer . i did validation for that customer number.&lt;/P&gt;&lt;P&gt;it is not existing in the system&lt;/P&gt;&lt;P&gt;Presently it is showing text like ' Customer does not exit in the system '&lt;/P&gt;&lt;P&gt;now we want like  Customer  108030 does not exit in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there aby point to know soultions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;JBR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 05:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727825#M1109811</guid>
      <dc:creator>former_member189596</dc:creator>
      <dc:date>2008-10-31T05:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with error display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727826#M1109812</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;&lt;/P&gt;&lt;P&gt;Better you use concatenate statement.&lt;/P&gt;&lt;P&gt;Concatenate 'Customer' 'Variable name' 'does not exit in the system'&lt;/P&gt;&lt;P&gt;                    into variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move: variable to text. Try this way you it will work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not past your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 05:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727826#M1109812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T05:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with error display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727827#M1109813</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 concatenate the text with the value and pass that value in the final Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-display/m-p/4727827#M1109813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T06:01:07Z</dc:date>
    </item>
  </channel>
</rss>

