<?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: SAP script Display issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000356#M407109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are aware of the Status Texts in the Table TJ02T the status for REL has the text 'Released'. Status field is again just 4 char field. So you are getting the right Status printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;CAUFVD-STTXT&amp;amp; field contains the Order status along with some other fields.&lt;/P&gt;&lt;P&gt;So you are getting  the text as REL PRT PRC. In this text only REL corresponds to the ststaus and other terms corresponds to some other fields.&lt;/P&gt;&lt;P&gt;So I feel that the status in your case is prinitng correctly only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2007 05:04:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-05T05:04:42Z</dc:date>
    <item>
      <title>SAP script Display issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000355#M407108</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;In a Maintenance Order (IW32)Sap script, a field Satus should be diplayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In current case, the status is having data "REL PRT PRC".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in sap script output, it is displaying as 'REL".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sap script the status id defined as &amp;amp;CAUFVD-STTXT&amp;amp;.&lt;/P&gt;&lt;P&gt;In debug mode, the field &amp;amp;CAUFVD-STTXT&amp;amp; contains "REL PRT PRC"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in final output, this is printing as 'REL" itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the fault..???&lt;/P&gt;&lt;P&gt;How to resolve this issue..???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 04:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000355#M407108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T04:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script Display issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000356#M407109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are aware of the Status Texts in the Table TJ02T the status for REL has the text 'Released'. Status field is again just 4 char field. So you are getting the right Status printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;CAUFVD-STTXT&amp;amp; field contains the Order status along with some other fields.&lt;/P&gt;&lt;P&gt;So you are getting  the text as REL PRT PRC. In this text only REL corresponds to the ststaus and other terms corresponds to some other fields.&lt;/P&gt;&lt;P&gt;So I feel that the status in your case is prinitng correctly only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 05:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000356#M407109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T05:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script Display issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000357#M407110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think field is not displaying with complete width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Give text width explictly like &amp;amp;CAUFVD-STTXT(15)&amp;amp; and check i think it will work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-display-issue/m-p/2000357#M407110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:45:30Z</dc:date>
    </item>
  </channel>
</rss>

