<?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: RDI problem for the first variable in MAIN window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043444#M87162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I think so, Just notified by the user that they are missing the rest of the data except the first characters when we move this to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is normal printing/preview it prints the whole thing, but when i change into RDI format, it prints only 1 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable is long, for sure... i use the same variable twice in the same element, the first one is only the 1st character and the second one is the whole value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sapscript in MAIN window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
/E  TEST_DUMMY
P1  &amp;amp;MYVARIABLE&amp;amp;
P1  &amp;amp;MYVARIABLE&amp;amp;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I assigned MYVARIABLE to 'THIS IS A TEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i set the SAPScript for normal printing/preview I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS A TEST&lt;/P&gt;&lt;P&gt;THIS IS A TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then i set as RDI file, I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
H640....
S
MAIN  XXTESTDUMMY    MYVARIABLE      001T
MAIN    TESTDUMMY    MYVARIABLE      014THIS IS A TEST
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange, very strange.... any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2005 01:31:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-16T01:31:29Z</dc:date>
    <item>
      <title>RDI problem for the first variable in MAIN window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043442#M87160</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 hope this is the right forum, since there is no specific forum for SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm producing an RDI and the first variable printed in the main window only has the first characters displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect this is the result of support pack and just want to make sure if anyone encounter this problem and how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The work around for me is to create a dummy text element and make sure this element is called first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would greatly be appreciated. By the way my system is 620 support pack 54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 23:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043442#M87160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T23:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: RDI problem for the first variable in MAIN window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043443#M87161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then, it just stopped working after applying a support pack?  Its only printing the first characters are only showing in print preview? or when printed out also?  Is the variable long enough in the print program?  Is there any formatting done in the SAPscript itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW,  yes this is the right forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 00:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043443#M87161</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T00:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: RDI problem for the first variable in MAIN window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043444#M87162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I think so, Just notified by the user that they are missing the rest of the data except the first characters when we move this to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is normal printing/preview it prints the whole thing, but when i change into RDI format, it prints only 1 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable is long, for sure... i use the same variable twice in the same element, the first one is only the 1st character and the second one is the whole value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sapscript in MAIN window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
/E  TEST_DUMMY
P1  &amp;amp;MYVARIABLE&amp;amp;
P1  &amp;amp;MYVARIABLE&amp;amp;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I assigned MYVARIABLE to 'THIS IS A TEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i set the SAPScript for normal printing/preview I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS A TEST&lt;/P&gt;&lt;P&gt;THIS IS A TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then i set as RDI file, I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
H640....
S
MAIN  XXTESTDUMMY    MYVARIABLE      001T
MAIN    TESTDUMMY    MYVARIABLE      014THIS IS A TEST
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange, very strange.... any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 01:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi-problem-for-the-first-variable-in-main-window/m-p/1043444#M87162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T01:31:29Z</dc:date>
    </item>
  </channel>
</rss>

