<?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 searching for some database table fields relating to SD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155990#M455517</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;i would be appreciated if anyone could provide information for the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ship-date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Customer&amp;#146;s banker info (i.e. name &amp;amp; address info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Sales organisation&amp;#146;s banker info (i.e. name &amp;amp; address info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Also, in goods issue or stock picking, in which table does it deduct the quantity of issue-stock from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Apr 2007 14:44:23 GMT</pubDate>
    <dc:creator>former_member190312</dc:creator>
    <dc:date>2007-04-08T14:44:23Z</dc:date>
    <item>
      <title>searching for some database table fields relating to SD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155990#M455517</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;i would be appreciated if anyone could provide information for the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ship-date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Customer&amp;#146;s banker info (i.e. name &amp;amp; address info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Sales organisation&amp;#146;s banker info (i.e. name &amp;amp; address info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which table and what field-name can I find the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Also, in goods issue or stock picking, in which table does it deduct the quantity of issue-stock from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2007 14:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155990#M455517</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2007-04-08T14:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: searching for some database table fields relating to SD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155991#M455518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SD tables for Shipping Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VTTK - Shipping Header&lt;/P&gt;&lt;P&gt;VTTP - Shipping Item&lt;/P&gt;&lt;P&gt;VTFA - Shipping Doc. Flow&lt;/P&gt;&lt;P&gt;VEPO - Shipping Item Content&lt;/P&gt;&lt;P&gt;VEKP - Shipping Unit Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Info:&lt;/P&gt;&lt;P&gt;Take KUNNR from KNA1 table and join KNA1-ADRRN and ADR6-ADDRNUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more info on sd tables and their relationships.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tables_sd.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/tables_sd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: For any address information u need to access address tables like ADRC, ADR6. There might be some function modules also which do the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2007 17:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155991#M455518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-08T17:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: searching for some database table fields relating to SD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155992#M455519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for sales related check VB*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for customer related KN*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 04:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-for-some-database-table-fields-relating-to-sd/m-p/2155992#M455519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T04:18:22Z</dc:date>
    </item>
  </channel>
</rss>

