<?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: table name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519732#M570239</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 still want to know all the tables in sap.&lt;/P&gt;&lt;P&gt;Go to DD02L  table and execute it will give you all the list of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 04:21:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T04:21:05Z</dc:date>
    <item>
      <title>table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519728#M570235</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 am learning ABAP/4, but i found the table names very difficult to remember. Is there any specific way of remembering it. Can we make them easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mohammadi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519728#M570235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519729#M570236</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;In the beginning they r tough to remember as such, but as you will start practicaly working on them, slowly you will learn which tables are for what purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way is to practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aarti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519729#M570236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519730#M570237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a list of the tables you commonly use and store in on some paper or book where you can refer to it easily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519730#M570237</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-07-19T04:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519731#M570238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not at all difficult remember the names of the tables.&lt;/P&gt;&lt;P&gt;As i understand from your question that you have started abap recently just try to wrile small programs and each time use different tables this is how by practise you will remember all the names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one sample prg for your ref.&lt;/P&gt;&lt;P&gt;Say you want to display all customers.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Select * from kna1.
write kna1-kunnr.
endselect.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now from this program you got customer table KNA1 and field for customer number KUNNR. Like that by practise you will learn all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best in your new endeavours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519731#M570238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519732#M570239</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 still want to know all the tables in sap.&lt;/P&gt;&lt;P&gt;Go to DD02L  table and execute it will give you all the list of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519732#M570239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519733#M570240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you  can find it   by   having the Alphabet  .  because   it was  followed in the German  language  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;K-&amp;gt; stands For Customer &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bsak&lt;/P&gt;&lt;P&gt;vbak&lt;/P&gt;&lt;P&gt;vbik&lt;/P&gt;&lt;P&gt;mbak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;D-&amp;gt; stands For  Vendor&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;bsad&lt;/P&gt;&lt;P&gt;bsid&lt;/P&gt;&lt;P&gt;vbad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;S-&amp;gt; stands For General Ledger&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;bsis&lt;/P&gt;&lt;P&gt;bsas&lt;/P&gt;&lt;P&gt;msas&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;T-&amp;gt; Text table .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;t100t&lt;/P&gt;&lt;P&gt;t400t&lt;/P&gt;&lt;P&gt;t500t ...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and   also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then  Customer  tables   starts with  K*   (KNA1,KNB1,KNBK,etc)&lt;/P&gt;&lt;P&gt;Tne   Vedor Tables  starts with L*   (LNA1,LNB1,LNBK,etc)&lt;/P&gt;&lt;P&gt;For   Materail  starts with  M*   (MKBF,MSEG,MARA,etc)&lt;/P&gt;&lt;P&gt;For   Purcahse   E* (ekko,ekpo ,etc)  &lt;/P&gt;&lt;P&gt;For sales  V*  (VBAK,VBBE,VBIS,etc)  ....etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for finding all tables  &amp;lt;b&amp;gt;DD02L &amp;lt;/b&amp;gt;                         SAP Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  points if it is usefulll ...&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519733#M570240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519734#M570241</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'm new in SAP. I use JCo to make connexion with Sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I find the table DD02L? &lt;/P&gt;&lt;P&gt;I want to know names of tables and its parameters to get the number of client, its address,....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to write something like that :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; repository.getFunctionTemplate("BAPI_SALESORDER_GETLIST");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but with the name of my table contained information about clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 16:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name/m-p/2519734#M570241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T16:27:22Z</dc:date>
    </item>
  </channel>
</rss>

