<?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 uline problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020097#M713932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have problem with uline.&lt;/P&gt;&lt;P&gt;    i have  5 stages in the line that to be displayed dynamically. From first stage&lt;/P&gt;&lt;P&gt;   to fouth stage it is working fine but the fith stage am getting in the second line.&lt;/P&gt;&lt;P&gt;   i have used the followung code,&lt;/P&gt;&lt;P&gt;     ULINE :/1(142).&lt;/P&gt;&lt;P&gt;NEW-LINE.&lt;/P&gt;&lt;P&gt;  loop at i_extr.&lt;/P&gt;&lt;P&gt;on change of i_extr-stage.&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;   write :1 '|','6.Stage Extraction', 46 '|', at pos1 i_extr-stage, '|'.&lt;/P&gt;&lt;P&gt;       pos1 = pos1 + 20.&lt;/P&gt;&lt;P&gt;      FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;    endon.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; Please help me out.thanku in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 04:56:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T04:56:04Z</dc:date>
    <item>
      <title>uline problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020097#M713932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have problem with uline.&lt;/P&gt;&lt;P&gt;    i have  5 stages in the line that to be displayed dynamically. From first stage&lt;/P&gt;&lt;P&gt;   to fouth stage it is working fine but the fith stage am getting in the second line.&lt;/P&gt;&lt;P&gt;   i have used the followung code,&lt;/P&gt;&lt;P&gt;     ULINE :/1(142).&lt;/P&gt;&lt;P&gt;NEW-LINE.&lt;/P&gt;&lt;P&gt;  loop at i_extr.&lt;/P&gt;&lt;P&gt;on change of i_extr-stage.&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;   write :1 '|','6.Stage Extraction', 46 '|', at pos1 i_extr-stage, '|'.&lt;/P&gt;&lt;P&gt;       pos1 = pos1 + 20.&lt;/P&gt;&lt;P&gt;      FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;    endon.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; Please help me out.thanku in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 04:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020097#M713932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T04:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: uline problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020098#M713933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the line-size in your REPORT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 05:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020098#M713933</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-12T05:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: uline problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020099#M713934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tested by incrasing the size, But of no use.&lt;/P&gt;&lt;P&gt;The same way am getting the stage 5 in the next line. unable to solve please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 06:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020099#M713934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: uline problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020100#M713935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your whole code. Also show your REPORT... defination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 06:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020100#M713935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T06:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: uline problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020101#M713936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to trx: se38.&lt;/P&gt;&lt;P&gt;go into menu utitilities-&amp;gt;setttings-&amp;gt;data browser-&amp;gt;output list width-&amp;gt;set to 1023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not enough for your list....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the solution given in this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4317216"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 08:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uline-problem/m-p/3020101#M713936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T08:33:46Z</dc:date>
    </item>
  </channel>
</rss>

