<?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: Question on Table relations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234222#M481032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Since the KNA1-KTOKD values are not acceptable to the client,&lt;/P&gt;&lt;P&gt;they might have created a new ztables with the new values for KTOKD field, as they were not maintained in T077D table.&lt;/P&gt;&lt;P&gt;and might have kept the same type of links as KTOKD field of T077D table to that Ztable.&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>Thu, 03 May 2007 13:18:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T13:18:53Z</dc:date>
    <item>
      <title>Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234221#M481031</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;&lt;/P&gt;&lt;P&gt;I have a question related to tables...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets take an example Customer master General table KNA1.&lt;/P&gt;&lt;P&gt;It has an account group KTOKD field has the configured data in T077D, and it looks  like 001,002,003, DEBI etc.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ZTABLE (table control) has data for Legacy Customer account group information IR,IP,TR,IC etc.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this table is maintained as a cross-refernce table to KNA1, while loading Legacy data to SAP? I mean legacy data file has IR,IP,TR, IC as account groups, but in SAP it has been maintained as 001,002,003 etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me  how does this concept works..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers will be appreciated by rewarding points....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mili.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234221#M481031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234222#M481032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Since the KNA1-KTOKD values are not acceptable to the client,&lt;/P&gt;&lt;P&gt;they might have created a new ztables with the new values for KTOKD field, as they were not maintained in T077D table.&lt;/P&gt;&lt;P&gt;and might have kept the same type of links as KTOKD field of T077D table to that Ztable.&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>Thu, 03 May 2007 13:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234222#M481032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234223#M481033</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;The table ZTABLE should be have a structure lie this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]MANDT               (LIKE MANDT) key             &lt;/P&gt;&lt;P&gt;KTOKD_OUT       (CHAR02) key &lt;/P&gt;&lt;P&gt;KTOKD               (LIKE KTOKD) [code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KTOKD_OUT  is account group code of your legacy, in this way here u can create a link between SAP and Lagacy Account Group codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234223#M481033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234224#M481034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AnjiReddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am not wrong, what I understood is instead of maintaining T077D as a cross-refernce table, they will maintain ZTABLE as a cross-refernce table to maintain KNA1-KTOKD values...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me If I am wrong.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mili.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234224#M481034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234225#M481035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response.....&lt;/P&gt;&lt;P&gt;Yes, you are correct.I am maintaining ZTABLE as you said....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is instead of maintaining T077D table they will maintain ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewarded points.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Mili.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234225#M481035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Table relations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234226#M481036</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;Yes, you're right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The T077D is standard and customizing table so it's better not to change it, you have a your own ZTABLE, so you should maintain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it has to remember if a new account group is created in SAP, the ZTABLE will have to be maintained too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-table-relations/m-p/2234226#M481036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:56:46Z</dc:date>
    </item>
  </channel>
</rss>

