<?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 ULINE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-uline/m-p/1178057#M124823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This kind of ULINE won't work.&lt;/P&gt;&lt;P&gt;   It needs a hard coded value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The other options is that&lt;/P&gt;&lt;P&gt;   suppose u have 5 different possibilities&lt;/P&gt;&lt;P&gt;  of length .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;3. Then u create 5 different text elements&lt;/P&gt;&lt;P&gt;   and write uline hardcoded for each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. then call this text element as per logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt; Other option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Just create one text elementt&lt;/P&gt;&lt;P&gt;   with some variables &amp;amp;ABC&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Now fill this vriable in program&lt;/P&gt;&lt;P&gt;   with different length of underscore '_'&lt;/P&gt;&lt;P&gt;   (using some abap syntax or own logic&lt;/P&gt;&lt;P&gt;   of PERFORM)&lt;/P&gt;&lt;P&gt;   and after filling it, call the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2006 04:33:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-04T04:33:28Z</dc:date>
    <item>
      <title>SAP Script ULINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-uline/m-p/1178056#M124822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to pass the value of length to ULINE in SAP script thru some variable,because my len varies dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following options but it's not working,&lt;/P&gt;&lt;P&gt;&amp;amp;ULINE(&amp;amp;LEN&amp;amp;)&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;amp;ULINE(LEN)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 04:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-uline/m-p/1178056#M124822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T04:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script ULINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-uline/m-p/1178057#M124823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This kind of ULINE won't work.&lt;/P&gt;&lt;P&gt;   It needs a hard coded value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The other options is that&lt;/P&gt;&lt;P&gt;   suppose u have 5 different possibilities&lt;/P&gt;&lt;P&gt;  of length .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;3. Then u create 5 different text elements&lt;/P&gt;&lt;P&gt;   and write uline hardcoded for each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. then call this text element as per logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt; Other option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Just create one text elementt&lt;/P&gt;&lt;P&gt;   with some variables &amp;amp;ABC&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Now fill this vriable in program&lt;/P&gt;&lt;P&gt;   with different length of underscore '_'&lt;/P&gt;&lt;P&gt;   (using some abap syntax or own logic&lt;/P&gt;&lt;P&gt;   of PERFORM)&lt;/P&gt;&lt;P&gt;   and after filling it, call the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 04:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-uline/m-p/1178057#M124823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T04:33:28Z</dc:date>
    </item>
  </channel>
</rss>

