<?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: Variable value truncation inSAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102658#M438483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this way &amp;amp;field(99)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 14:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T14:06:41Z</dc:date>
    <item>
      <title>Variable value truncation inSAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102655#M438480</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 calling a perform from the SAPSCript with a changing variable.In the perform the variable is concatenated with different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But on checking the layout the value is shown truncated.I checked the values in debug mode to find the entire value in the program and also in the itcsy structure while passing the value from the perform to sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when checked in the debug mode of the sapscript the value comes out to be trimmed.The value fits in the 255 maximum characters of the itcsy structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why its trimmed in the sapscript while passed entirely by the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102655#M438480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Variable value truncation inSAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102656#M438481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In script I think each line will take not more than 132 charcters.&lt;/P&gt;&lt;P&gt;So may be 132 and 133 characters are getting trimemdup together.&lt;/P&gt;&lt;P&gt;so while passing from program itself, split the lines of text into not more than 132 characters and see, whether it comes correctly or not. Or try to reduce it further and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&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>Thu, 05 Apr 2007 13:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102656#M438481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variable value truncation inSAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102657#M438482</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;I checked on the characters and 81 characters are displayed, while the value is of 94 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is 81 the maximun a line can take ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102657#M438482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variable value truncation inSAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102658#M438483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this way &amp;amp;field(99)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 14:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-value-truncation-insapscript/m-p/2102658#M438483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T14:06:41Z</dc:date>
    </item>
  </channel>
</rss>

