<?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: Regarding Logic from FD part in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214008#M134304</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 just want to know coding part for the above!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2006 10:29:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-21T10:29:48Z</dc:date>
    <item>
      <title>Regarding Logic from FD part</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214005#M134301</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;I have a issue in following FD logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me what would be the logic for following FD part that i can write in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;#149;	If VBAK-AUART &amp;lt;&amp;gt; ZOHG where VBAK-VBELN =  V_SO_ORDER2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	Read Table VBFA where VBELN = V_SO_ORDER2 &amp;amp; VBTYP_N = B &amp;amp; C &amp;amp; STUFE = 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o	Fetch the following values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELN = VBFA-VBELN (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELV = VBFA-VBELV  (Preceding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_N = VBFA- VBTYP_N (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_V = VBFA &amp;#150; VBTYP_V (Preceding)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o	For the Values where VBTYP_N = B, Read Table VBFA where VBELN = I_VBFA_TAB &amp;#150; VBELN &amp;amp; VBTYP_N = C &amp;amp; STUFE = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o	Fetch the following values &amp;amp; append the I_VBFA_TAB Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELN = VBFA-VBELN (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELV = VBFA-VBELV  (Preceding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_N = VBFA- VBTYP_N (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_V = VBFA &amp;#150; VBTYP_V (Preceding)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	If VBAK-AUART = ZOHG where VBAK-VBELN =  V_SO_ORDER2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read Table VBAK where VBAK-ZZREF = V_SO_ORDER2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o	Fetch the following values &amp;amp; append the I_VBFA_TAB Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELN = VBAK-VBELN (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBELV = VBAK- ZZREF  (Preceding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_N = C (Succeeding)&lt;/P&gt;&lt;P&gt;I_VBFA_TAB &amp;#150; VBTYP_V = G (Preceding)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From above FD part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SELECT SINGLE VBELN AUART&lt;/P&gt;&lt;P&gt;              FROM VBAK&lt;/P&gt;&lt;P&gt;              INTO (V_VBAK_VBELN, V_VBAK_AUART)&lt;/P&gt;&lt;P&gt;              WHERE VBELN = V_SO_ORDER2 AND&lt;/P&gt;&lt;P&gt;                    AUART = 'ZOHG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Here From REad against VBFA i have to write the code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me in this regard.&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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 08:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214005#M134301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logic from FD part</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214006#M134302</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;Can anybody give sujjestions for the above post!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 08:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214006#M134302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logic from FD part</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214007#M134303</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;you could use the FM 'SD_VBFA_READ_WITH_VBELV' ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returning the complete flow from the initial order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 09:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214007#M134303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logic from FD part</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214008#M134304</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 just want to know coding part for the above!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 10:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logic-from-fd-part/m-p/1214008#M134304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T10:29:48Z</dc:date>
    </item>
  </channel>
</rss>

