<?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: Step Loops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429006#M542867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User describe command to increase the lines of step loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE lt_invmov LINES fill.&lt;/P&gt;&lt;P&gt; tabctrl2-lines = fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 03:19:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T03:19:59Z</dc:date>
    <item>
      <title>Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429002#M542863</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;In my program, I have an internal table, the number of records in internal table vary depending on a condition, here I mean the number of records in internal table is not fixed. I have to display each records in an I/O field in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need a step loop to be defined , which displays all the records from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I cant define a step loop as fixed.&lt;/P&gt;&lt;P&gt;But if I define it as Variable, for example if my internal table has only 10 records, there are 40 I/O fields displayed  in the screen in which 10 I/O fields are filled with the data from internal table, is there any way to avoid the blank I/O fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. if my internal table has 20 records only 20 I/O fields with data should be displayed, if it has 30 then 30 I/O fields should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 20:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429002#M542863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T20:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429003#M542864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;Table control&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm"&amp;gt;Table control&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 02:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429003#M542864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T02:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429004#M542865</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;You can try in PBO if the field has no value, then use screen-active =1 inside loop at screen.If more fields are required,use some buttons to make the field as visisble in PAI.That if the button is clicked,&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name eq 'XYZ'.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 02:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429004#M542865</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-26T02:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429005#M542866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done same kind of requirement ,You can write the code in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use describe command to get number lines in internal table,now use that value in PBO -&amp;gt; this should pass to Step Loop ,Right now i am not system,I will send you the exact logic what i written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 02:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429005#M542866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429006#M542867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User describe command to increase the lines of step loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE lt_invmov LINES fill.&lt;/P&gt;&lt;P&gt; tabctrl2-lines = fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 03:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429006#M542867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T03:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429007#M542868</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;Thanks for your inputs, please provide me an example program, either paste the code or mail the code to write2sridhar@gmail.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 03:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429007#M542868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T03:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Step Loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429008#M542869</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;Thanks for your inputs, the issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 17:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/step-loops/m-p/2429008#M542869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T17:35:05Z</dc:date>
    </item>
  </channel>
</rss>

