<?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 ABAP DICTIONARY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305560#M504295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everydody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           This is srikanth and I am doing a dummy project.......In my project if i want &lt;/P&gt;&lt;P&gt;customer number, How can i know it is available in kna1 table.........Is there any way to approach......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Srikanth.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 05:21:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T05:21:20Z</dc:date>
    <item>
      <title>ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305560#M504295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everydody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           This is srikanth and I am doing a dummy project.......In my project if i want &lt;/P&gt;&lt;P&gt;customer number, How can i know it is available in kna1 table.........Is there any way to approach......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Srikanth.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305560#M504295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305561#M504296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. open the customer no(KUNNR)  field in se11.&lt;/P&gt;&lt;P&gt;2. data element kunnr will open&lt;/P&gt;&lt;P&gt;3. Keep the curser in kunnr and find the where used list by the button  tool bar.&lt;/P&gt;&lt;P&gt;4. Select tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you will get all the tables that have kunnr as a field. Select a suitable table from the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305561#M504296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305562#M504297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Go to Se16 Tcode&lt;/P&gt;&lt;P&gt;enter your number and see if a record exists or not&lt;/P&gt;&lt;P&gt;or use an existing customer number in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305562#M504297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305563#M504298</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;Select kunnr into v_kunnr from kna1 where kunnr = p_kunnr.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt; " it is available&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; " not avalialble&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305563#M504298</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2007-05-22T05:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305564#M504299</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;goto se11 -&amp;gt; kna1 -&amp;gt; display -&amp;gt; click on find and give kunnr -&amp;gt; u will get the kunnr field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur proram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_kunnr like kna1-kunnr.&lt;/P&gt;&lt;P&gt;types: begin of itab,&lt;/P&gt;&lt;P&gt;           kunnr like kna1-kunnr'&lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab1 type itab occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt; select kunnr form kna1 into table itab1 where kunnr = p_kunnr.&lt;/P&gt;&lt;P&gt; if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;       'no filed available'.&lt;/P&gt;&lt;P&gt; else.&lt;/P&gt;&lt;P&gt;       ' field available'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305564#M504299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305565#M504300</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;&lt;/P&gt;&lt;P&gt;If you know the transaction code of the customer master then go to that tcode and in that particular field press F1 to display the technical details.Sometimes it will show the table direectly or it will show the structure.if it is structure you use the where used list to find the exact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpfiul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305565#M504300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305566#M504301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I think u didnt get me....if i have to use" item no "in my project .....How can i know the pre-defined sap table for that item no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305566#M504301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T07:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305567#M504302</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;Goto transaction code SE11.and then enter table name KNA1.&lt;/P&gt;&lt;P&gt;there u will be having fieldname Kunnr. for customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2305567#M504302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T07:58:43Z</dc:date>
    </item>
  </channel>
</rss>

