<?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: field in vbfa table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891119#M1142725</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;Use the logic in this way to get the delivery number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select vbelv                                                     " Preceding sales and distribution&lt;/P&gt;&lt;P&gt;         posnv                                                     " Preceding item of an SD document&lt;/P&gt;&lt;P&gt;         vbeln                                                      " Subsequent sales and distribution&lt;/P&gt;&lt;P&gt;         posnn                                                        " Subsequent item of an SD document&lt;/P&gt;&lt;P&gt;         vbtyp_n                                                    " Subsequent document document category&lt;/P&gt;&lt;P&gt;    from vbfa&lt;/P&gt;&lt;P&gt;    into table i_vbfa&lt;/P&gt;&lt;P&gt;    for all entries in i_value&lt;/P&gt;&lt;P&gt;    where vbeln = i_value-vbeln and&lt;/P&gt;&lt;P&gt;          &lt;STRONG&gt;vbtyp_v = 'J'. " Deliveryr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Subhankar Garani on Dec 12, 2008 11:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Dec 2008 10:42:28 GMT</pubDate>
    <dc:creator>Subhankar</dc:creator>
    <dc:date>2008-12-12T10:42:28Z</dc:date>
    <item>
      <title>field in vbfa table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891117#M1142723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in vbfa table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have  a billing documnet number 1000 in l_value1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now based  upon this billing document number i need to get the delivery number from vbfa table &lt;/P&gt;&lt;P&gt;can any one tell which field should i use to retrive delivery number from vbfa table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after the delivery number from vbfa table later i need to get the shipment number for that particular delivery number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me which field should i use.&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 10:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891117#M1142723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T10:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: field in vbfa table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891118#M1142724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to put the billing document number in the field VBELN of the VBFA table. You will get the preceding document i.e the Delivery in the VBELV field.&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891118#M1142724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: field in vbfa table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891119#M1142725</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;Use the logic in this way to get the delivery number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select vbelv                                                     " Preceding sales and distribution&lt;/P&gt;&lt;P&gt;         posnv                                                     " Preceding item of an SD document&lt;/P&gt;&lt;P&gt;         vbeln                                                      " Subsequent sales and distribution&lt;/P&gt;&lt;P&gt;         posnn                                                        " Subsequent item of an SD document&lt;/P&gt;&lt;P&gt;         vbtyp_n                                                    " Subsequent document document category&lt;/P&gt;&lt;P&gt;    from vbfa&lt;/P&gt;&lt;P&gt;    into table i_vbfa&lt;/P&gt;&lt;P&gt;    for all entries in i_value&lt;/P&gt;&lt;P&gt;    where vbeln = i_value-vbeln and&lt;/P&gt;&lt;P&gt;          &lt;STRONG&gt;vbtyp_v = 'J'. " Deliveryr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Subhankar Garani on Dec 12, 2008 11:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 10:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891119#M1142725</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2008-12-12T10:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: field in vbfa table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891120#M1142726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me how to link to get the shipment for that particular delivery number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i got the delivery number in i_vbfa table.&lt;/P&gt;&lt;P&gt;for those delivery numbers i should get the shipments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: priyanka jain on Dec 12, 2008 12:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 11:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-in-vbfa-table/m-p/4891120#M1142726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T11:53:08Z</dc:date>
    </item>
  </channel>
</rss>

