<?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: script wrap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243153#M483829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;                 Can you please give me solution for this problem.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 10:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T10:06:30Z</dc:date>
    <item>
      <title>script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243148#M483824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                Please help me in this.In Script form layout text editor i have problem like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the check SAPscript page, there is a window to SPELL out the check amount.  It is using a function &amp;amp;'*** 'SPELL-WORD&amp;amp; &amp;amp;REGUD-WAERS&amp;amp;&amp;amp;' and 'SPELL-DECIMAL(2)'/100 '&amp;amp;***.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If the length of the output for that funciton is longer that the lenght of the check, does it wrap around?   Does it push the first line up and then the next line down? &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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243148#M483824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243149#M483825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;depending on the Window Height and width&lt;/P&gt;&lt;P&gt;it will go to next line.&lt;/P&gt;&lt;P&gt;If there is a space in the window for the next line &lt;/P&gt;&lt;P&gt;it will go, other wise not.&lt;/P&gt;&lt;P&gt;So always define a extra line for this in the window such that it goes to second line.&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>Tue, 22 May 2007 09:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243149#M483825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243150#M483826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will be happen. So to reduce the length check whether the in script any program has been called or not if this script is called in any program then go to that program and change the length from there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243150#M483826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243151#M483827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes   it pushes to  next  line when the o/p of the function  moduel is  more   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ext  ...  currency  in t  cores ..millionss..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so  you define  2 lines for that window   and  always  start the charater from the leftside  in the window so that the next line  overlow also   will start  in the  leftside  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243151#M483827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243152#M483828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you give me solution for this with an example, please urgent.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243152#M483828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243153#M483829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;                 Can you please give me solution for this problem.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243153#M483829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: script wrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243154#M483830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;/:   PERFORM CHEQUE_JNTVENT IN PROGRAM ZFISP0002
/:   USING &amp;amp;BKPF-BELNR&amp;amp;
/:   USING &amp;amp;BSEG-GJAHR&amp;amp;
/:   USING &amp;amp;BSEG-BUKRS&amp;amp;
/:   CHANGING &amp;amp;W_CHECT&amp;amp;
/:   CHANGING &amp;amp;W_HBKID&amp;amp;
/*   CHANGING &amp;amp;W_COMP_DESC&amp;amp;
/:   ENDPERFORM
/*   ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this ZFISP0002 is my report program which was called in this script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to restrict the employee name for that i have changed modifications in report as  below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF sy-subrc = 0.
 READ TABLE out_tab60 INDEX 1.
 out_tab60-value = PA0001-ENAME(11).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpfull&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>Tue, 22 May 2007 10:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-wrap/m-p/2243154#M483830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:11:27Z</dc:date>
    </item>
  </channel>
</rss>

