<?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: Loop in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595235#M1436478</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;Have you checked the value of lv_ebeln in the debugger?&lt;/P&gt;&lt;P&gt;Is it coming from the driver program or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2010 06:45:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-05T06:45:49Z</dc:date>
    <item>
      <title>Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595224#M1436467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing a smartform. I am having an SAP Script that I want to redo it in smartform. In my smartform I fetch the data from 2 different table. So i have created 2 itabs and sending the data into the final itab. Now in smartforms I have seen some loop statement given where we can enter the itab and work area. Where should I write the code in smart form. I want to display data in table. Should I create a flow logic -&amp;gt; program lines or write the code in initilization. Also i am having a loop inside a loop.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595224#M1436467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T05:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595225#M1436468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said, you are fetching data from two internal tables and then collecting it in the final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Initialization create final internal table type and its work area.&lt;/P&gt;&lt;P&gt;You can also do the data populating process in INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the table,within the DATA tab, provide the internal table name it_final and its work area wa_final.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595225#M1436468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T05:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595226#M1436469</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 also add the loop statements in the initialization area or &lt;/P&gt;&lt;P&gt;if there is an requirement of loop inside loop then you can add program&lt;/P&gt;&lt;P&gt;lines in your flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&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;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595226#M1436469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T05:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595227#M1436470</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;for selecting data write code in&lt;/P&gt;&lt;P&gt;global definitions -&amp;gt; initialization,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mention the input and output parameters.&lt;/P&gt;&lt;P&gt;when you create the table&lt;/P&gt;&lt;P&gt;then in the data tab &lt;/P&gt;&lt;P&gt;write the code internal table and work area,&lt;/P&gt;&lt;P&gt;n for loop inside loop you will have to create a programming line.&lt;/P&gt;&lt;P&gt;if there is only one loop for passing data from internal table to work area.&lt;/P&gt;&lt;P&gt;you do not require the programming line.&lt;/P&gt;&lt;P&gt;just mention it in the data tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595227#M1436470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T05:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595228#M1436471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Actually in form interface -&amp;gt; import I have declared lv_ebeln for which I have to display the purchase order details.&lt;/P&gt;&lt;P&gt;In Initilization I have written the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: ekko, ekpo.
DATA: lv_ebeln TYPE ekko-ebeln.
DATA: it_output TYPE STANDARD TABLE OF ty_output,
      wa_output TYPE ty_output.

SELECT ebeln lifnr ekorg aedat
   FROM ekko
   INTO TABLE it_ekko
   WHERE ebeln = lv_ebeln.

 IF sy-subrc = 0.                "    If values are fetched into it_ekko then fetch the values into it_ekpo
   SELECT ebeln menge
     FROM ekpo
     INTO TABLE it_ekpo
     FOR ALL ENTRIES IN it_ekko
     WHERE ebeln = it_ekko-ebeln.
 ENDIF.

 LOOP AT it_ekko INTO wa_ekko.                "    move data from wa_ekko to wa_output
   wa_output-ebeln = wa_ekko-ebeln.
   wa_output-lifnr = wa_ekko-lifnr.
   wa_output-ekorg = wa_ekko-ekorg.
   wa_output-aedat = wa_ekko-aedat.

   LOOP AT it_ekpo INTO wa_ekpo WHERE ebeln = wa_ekko-ebeln.                "    move data from wa_ekpo to wa_output
     wa_output-menge = wa_ekpo-menge.
    APPEND wa_output TO it_output.                "    populate the output internal table
   ENDLOOP.
 ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in global data I have declared the other internal tables and work areas.&lt;/P&gt;&lt;P&gt;But nothing is printing in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595228#M1436471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595229#M1436472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have Created Line Type for the Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And with in the same Table of Loop node you need to use created line type.&lt;/P&gt;&lt;P&gt;And all the fields in the rowtype, should have the variables which will have the data for every interation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595229#M1436472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595230#M1436473</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;If you have declared lv_ebeln in form interface then there's no need to declare it again in INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have mentioned the inpuT and output parameters in the INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Radhika Parag Rajopadhye on Feb 5, 2010 7:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595230#M1436473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595231#M1436474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i did some change in your code.&lt;/P&gt;&lt;P&gt;check if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: ekko, ekpo.&lt;/P&gt;&lt;P&gt;DATA: lv_ebeln TYPE ekko-ebeln.&lt;/P&gt;&lt;P&gt;DATA: it_output TYPE STANDARD TABLE OF ty_output,&lt;/P&gt;&lt;P&gt;      wa_output TYPE ty_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ebeln lifnr ekorg aedat&lt;/P&gt;&lt;P&gt;   FROM ekko&lt;/P&gt;&lt;P&gt;   INTO TABLE it_ekko&lt;/P&gt;&lt;P&gt;   WHERE ebeln = lv_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-subrc = 0.                "    If values are fetched into it_ekko then fetch the values into it_ekpo&lt;/P&gt;&lt;P&gt;   SELECT ebeln menge&lt;/P&gt;&lt;P&gt;     FROM ekpo&lt;/P&gt;&lt;P&gt;     INTO TABLE it_ekpo&lt;/P&gt;&lt;P&gt;     FOR ALL ENTRIES IN it_ekko&lt;/P&gt;&lt;P&gt;     WHERE ebeln = it_ekko-ebeln.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT it_ekko INTO wa_ekko.                "    move data from wa_ekko to wa_output&lt;/P&gt;&lt;P&gt;   wa_output-ebeln = wa_ekko-ebeln.&lt;/P&gt;&lt;P&gt;   wa_output-lifnr = wa_ekko-lifnr.&lt;/P&gt;&lt;P&gt;   wa_output-ekorg = wa_ekko-ekorg.&lt;/P&gt;&lt;P&gt;   wa_output-aedat = wa_ekko-aedat.&lt;/P&gt;&lt;P&gt;&lt;U&gt;*CHECK THIS CODE&lt;/U&gt;*   &lt;/P&gt;&lt;P&gt;read table it_ekpo INTO wa_ekpo WHERE ebeln = wa_ekko-ebeln.                "    move data from wa_ekpo to wa_output&lt;/P&gt;&lt;P&gt;     wa_output-menge = wa_ekpo-menge.&lt;/P&gt;&lt;P&gt;    APPEND wa_output TO it_output.                "    populate the output internal table&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you declared lv_ebeln in driver program then mention in form interface.&lt;/P&gt;&lt;P&gt;if you declared it in smartform then do it in global definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595231#M1436474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595232#M1436475</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;But if I dont declare it in initilization it is throwing an error global data : lv_ebeln is unknown.&lt;/P&gt;&lt;P&gt;In input and output parameters I have given&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Input parameters                         output parameters

IT_EKKO                                   IT_EKKO
WA_EKKO                                   WA_EKKO
IT_EKPO                                   IT_EKPO
WA_EKPO                                   WA_EKPO&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595232#M1436475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595233#M1436476</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;Declare another variable lv_ebeln1 in initialization and&lt;/P&gt;&lt;P&gt;store value of lv_ebeln in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you mentioned it_output and wa_output in the output parameters ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595233#M1436476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595234#M1436477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT ebeln lifnr ekorg aedat
FROM ekko
INTO TABLE it_ekko
WHERE ebeln = lv_ebeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in debugging. This select is not fetching any data though the where condition is satisfied. What might be the reason? Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595234#M1436477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595235#M1436478</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;Have you checked the value of lv_ebeln in the debugger?&lt;/P&gt;&lt;P&gt;Is it coming from the driver program or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595235#M1436478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595236#M1436479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not written any report to call this smartform. I am directly executing it. Yes in the dubugging lv_ebeln is not having any value. Will it not take the value if we dont create a driver program? I dont want to create a report program for this. I want to directly execute from smartform only. Cant we do like that?&lt;/P&gt;&lt;P&gt;BTW thanks for your continues help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 06:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595236#M1436479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T06:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595237#M1436480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always better to write a driver program. I driver program, you can do the data fetching part and then by&lt;/P&gt;&lt;P&gt;passing the internal tables through form inerface you just display the data in the msart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to write driver program, then you must provide some value to lv_ebeln. Otherwise no&lt;/P&gt;&lt;P&gt;records will be fetched. And second thing, if you are not using driver program, then you need not write lv_ebeln&lt;/P&gt;&lt;P&gt;in the form inteface since form interface is the place to declare varables ,tables coming from the driver program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 07:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595237#M1436480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T07:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595238#M1436481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Radhika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed lv_ebeln from form interface. Declared it in Global Definition and defaulted it with a value. Now I am getting the output.&lt;/P&gt;&lt;P&gt;Thanks again. thank you very much for spending your time to solve others problems &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 07:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/6595238#M1436481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T07:22:05Z</dc:date>
    </item>
  </channel>
</rss>

