<?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 fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566863#M1077771</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 all the tables you will find one or other fields which will be commonin all tables.If not all tables,suppose between T1 and T2  if you have common field f1 and b/n t2 and t3 you may have common filed f2.&lt;/P&gt;&lt;P&gt;Then select data from t1 based on slection parameters.&lt;/P&gt;&lt;P&gt;Then you will have data in t1-f1 field .So collect data from t2 based on t1-f1.now t2-f2 will have data.&lt;/P&gt;&lt;P&gt;so select data from t3 based on t2-f2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you need to declare all internal tables related to those tables and one final table containing fields from all other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the data into individual table populate final table.&lt;/P&gt;&lt;P&gt;Please let me know if you need further clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2008 05:39:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-26T05:39:17Z</dc:date>
    <item>
      <title>regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566858#M1077766</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 have to fetch the data from d below tables.&lt;/P&gt;&lt;P&gt;vbkd, vbak, kna1, addr1_data, knvv, lips, j_1lmocust,&lt;/P&gt;&lt;P&gt;v_t683s, v51ve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i require to do mapping among all those tables to get d data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in VBKD&amp;lt;VBAK,LIPS i will do mapping between the tables based on VBELN&lt;/P&gt;&lt;P&gt;and in KNA1, KNVV  i will do mapping based on KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to link all those tables based on 1 perticular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give me clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct answers will be appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566858#M1077766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T05:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566859#M1077767</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;For reporting, &lt;/P&gt;&lt;P&gt;   Customer number kunnr Or sales area ( Sales organization, Distribution Channel, And Division ) is the link between these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNNR in the vabk is the sold to party, So consider the partner function of sold to party in KNVV table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566859#M1077767</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-09-26T05:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566860#M1077768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi friends,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have to fetch the data from d below tables.&lt;/P&gt;&lt;P&gt;&amp;gt; vbkd, vbak, kna1, addr1_data, knvv, lips, j_1lmocust,&lt;/P&gt;&lt;P&gt;&amp;gt; v_t683s, v51ve&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; So i require to do mapping among all those tables to get d data.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in VBKD&amp;lt;VBAK,LIPS i will do mapping between the tables based on VBELN&lt;/P&gt;&lt;P&gt;&amp;gt; and in KNA1, KNVV  i will do mapping based on KUNNR.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But how to link all those tables based on 1 perticular field.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Plz give me clear idea.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Correct answers will be appriciated.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first write the select statement using vbkd,vbak,lips&lt;/P&gt;&lt;P&gt;then use kunnr which is available in vbak. You canuse this to link with kna1,knvv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566860#M1077768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T05:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566861#M1077769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;from kna1 you can find kunnr and from there you can link vbak table as in vbak table also kunnr is there.&lt;/P&gt;&lt;P&gt;otherwise you can find kunnr from vbak and you can proceed to kna1.Actually it depends upon requirement.&lt;/P&gt;&lt;P&gt;tanks&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566861#M1077769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566862#M1077770</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;  Before going to develop reports , u and ur concern functional must be through about functional flow of report .&lt;/P&gt;&lt;P&gt;  this help u to consider correct data and relation b/w tables.&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566862#M1077770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T05:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566863#M1077771</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 all the tables you will find one or other fields which will be commonin all tables.If not all tables,suppose between T1 and T2  if you have common field f1 and b/n t2 and t3 you may have common filed f2.&lt;/P&gt;&lt;P&gt;Then select data from t1 based on slection parameters.&lt;/P&gt;&lt;P&gt;Then you will have data in t1-f1 field .So collect data from t2 based on t1-f1.now t2-f2 will have data.&lt;/P&gt;&lt;P&gt;so select data from t3 based on t2-f2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you need to declare all internal tables related to those tables and one final table containing fields from all other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the data into individual table populate final table.&lt;/P&gt;&lt;P&gt;Please let me know if you need further clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fields/m-p/4566863#M1077771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T05:39:17Z</dc:date>
    </item>
  </channel>
</rss>

