<?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: Flow-logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245300#M1212017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try it and get back to the forum with the code you develop if you have questions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 13:59:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T13:59:21Z</dc:date>
    <item>
      <title>Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245291#M1212008</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;I need to create a logic in class to check the list pricing&lt;/P&gt;&lt;P&gt;For that I ahve created a method with follwoing parameters&lt;/P&gt;&lt;P&gt;IV_KNUMV	Importing	Type	KNUMV&lt;/P&gt;&lt;P&gt;IV_KPOSN	Importing	Type	KPOSN&lt;/P&gt;&lt;P&gt;RV_IS_LIST	Returning	Type	BOOLEAN&lt;/P&gt;&lt;P&gt;Now for this I need to create a logic for the code based on the &lt;/P&gt;&lt;P&gt;follwoing steps. I havent created a class before , but I tried it&lt;/P&gt;&lt;P&gt;though its giving me errors and hence I am unable to get through.&lt;/P&gt;&lt;P&gt;Could someone please help me out with this .&lt;/P&gt;&lt;P&gt;The steps are as mentioned below. In teh steps there is a ztable &lt;/P&gt;&lt;P&gt;that had to be created which I have done and the fields for the &lt;/P&gt;&lt;P&gt;table are as follows.&lt;/P&gt;&lt;P&gt;table name : ZSD_PRICE_TYPE&lt;/P&gt;&lt;P&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;KAPPL	KAPPL	CHAR	2	0	Application&lt;/P&gt;&lt;P&gt;KSCHL	KSCHA	CHAR	4	0	Condition type&lt;/P&gt;&lt;P&gt;KOTABNR	KOTABNR	NUMC	3	0	Condition table&lt;/P&gt;&lt;P&gt;ZPRICE_TYPE	ZPRICE_TYPE	NUMC	2	0	Price type flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the steps are as follows:-&lt;/P&gt;&lt;P&gt;Determine if Condition is Active or Inactive.  Only go forward with Active conditions.&lt;/P&gt;&lt;P&gt;For each item, read KONV with the Condition Type, DocCond and Item No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Determine if condition is Active (KONV-KINAK).  If active, get the Access # (KONV-KOLNR).  Example:  60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read Table T685 with Application = V, Condition Type from KONV (eg. ZPRL)&lt;/P&gt;&lt;P&gt;to get the Access sequence name (T685-KOZGF).  This can be the same or different from the condition type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Read Table T682I with Application = V, &lt;/P&gt;&lt;P&gt;Access Sequence = T685_KOZGF and Access # (KONV-KOLNR) &lt;/P&gt;&lt;P&gt;to return the Table # (T682I-KOTABNR).  For example, 901.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the Z* table with Condition Type from KONV and Table # from&lt;/P&gt;&lt;P&gt;T682I to determine if the table is 1 (List) or 2 (Off List).  Set flag accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop through the same logic for all conditions for the same &lt;/P&gt;&lt;P&gt;item to determine the List or Off List setting of each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At end of loop, if any of the active records = 2 (Off List), &lt;/P&gt;&lt;P&gt;the item is considered Off List.  Else List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 18:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245291#M1212008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T18:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245292#M1212009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any help for this class generation ? I am not able to go through with teh standard coding and hence getting errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 21:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245292#M1212009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T21:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245293#M1212010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your problem with classes or the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 21:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245293#M1212010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T21:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245294#M1212011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never worked on the classes but my problem here is the logic which is trouble for me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 22:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245294#M1212011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T22:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245295#M1212012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't worry about two things at once. To get the logic going, you can create an executable report with performs. This should simplify it a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 22:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245295#M1212012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T22:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245296#M1212013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats true , I am not worried about the class but the logic si what I am trying to get through with first where I am stuck up . If I can get some help on the logic would be highly appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 22:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245296#M1212013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T22:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245297#M1212014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you've supplied the logic already. Why don't you try writing pseudo-code for it and when you have that, you can convert it to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 22:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245297#M1212014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T22:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245298#M1212015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt get through correctly with proper code , thats why came back for help.If some help can be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 23:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245298#M1212015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T23:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245299#M1212016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I get some help with the logic flow please?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 01:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245299#M1212016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T01:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245300#M1212017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try it and get back to the forum with the code you develop if you have questions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 13:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245300#M1212017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T13:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245301#M1212018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have teh code but its giving em exception and more so I need to loop through the same logic for all conditions for the same item to determine the list or off list setting of each . If I can get some help on it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
method CHECK_LIST_PRICING.

 data:  zkotabnr type c length 15,
         zkonv type  konv,
         zkozgf type T685-kozgf,
         zt685 type standard table of t685.



  select * from konv
           into zkonv where kinak = ' ' and knumv eq iv_knumv and kposn eq iv_kposn.
    loop at zt685 into zkozgf.
      select single kozgf into zkozgf from T685 where kappl = 'V' and kschl = zkonv-kschl.

      if sy-subrc eq 0.

        select single kotabnr into zkotabnr
                              from T682I
                              where kappl = 'V' and kolnr eq zkonv-kolnr
                                    and kozgf eq ( select kozgf
                                                          from T685
                                                          where kappl = 'V' and kschl = zkonv-kschl ).

        if sy-subrc eq 0.

          select single ZPRICE_TYPE into RV_IS_LIST from (zkotabnr) where kschl eq zkonv-kschl.

        endif.
      endif.
    endloop.
  endselect.
endmethod.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245301#M1212018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245302#M1212019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is the looping which I am not pretty sure if its looping thropugh al the conditions for the same item to determine if its list oroff list price.&lt;/P&gt;&lt;P&gt;When I run the method/class it shows an exception as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception CX_SY_NO_HANDLER&lt;/P&gt;&lt;P&gt;     Exception CX_SY_NO_HANDLER triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception with the type CX_SY_DYNAMIC_OSQL_SEMANTICS occur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245302#M1212019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245303#M1212020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; select single ZPRICE_TYPE into RV_IS_LIST from (zkotabnr) where kschl eq zkonv-kschl &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you using a dynamic table name: (zkotabnr)?&lt;/P&gt;&lt;P&gt;Isn't this an internal table? I see, this is a variable which does NOT hold any valid table name I guess.&lt;/P&gt;&lt;P&gt;Where are you selecting this field from? Replace this (zkotabnr) by the name of the database table you are trying to access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence the dynamic SQL short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Feb 19, 2009 7:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245303#M1212020</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-19T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245304#M1212021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(zkotabnr) is from the previous select statement output .&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select single kotabnr into zkotabnr
                                from T682I
                                    where kappl = 'V' and kolnr eq zkonv-kolnr
                                      and kozgf eq ( select kozgf
                                                            from T685
                                                            where kappl = 'V' and kschl = zkonv-kschl ).
if sy-subrc = 0.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245304#M1212021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245305#M1212022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats not a table but a variable into which the value of kotabnr is stored after selevtion from t682i table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245305#M1212022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245306#M1212023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed it to the table from whichit is derived .&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;         select single ZPRICE_TYPE into RV_IS_LIST
                       from zsd_price_type where
                               kschl eq zkonv-kschl .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to know if the looping is alright or not , so that it loops in for all conditions for the same item to determine the price is off list or from list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245306#M1212023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245307#M1212024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any help with this regard, I am not able to get the result with this logic , if someone will be kind enough to help me out would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 20:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245307#M1212024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T20:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flow-logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245308#M1212025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flow-logic/m-p/5245308#M1212025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T16:09:22Z</dc:date>
    </item>
  </channel>
</rss>

