<?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: Purchase group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539303#M1072418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   thanks for reply. ur suggestion is very help to me.can u pls tell me about the planning currency, controlling area currency and legal currency where it is defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and i have to check these values against the company code whether the give currency is vaild or not. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;selvamuthukumar.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Sep 2008 05:36:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-27T05:36:31Z</dc:date>
    <item>
      <title>Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539296#M1072411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       i have a secnario like , based on the company code to get list of purchase groups. please help me to get this or any bapi is there ..  pls help me.&lt;/P&gt;&lt;P&gt;&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;selvamuthukumar.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 13:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539296#M1072411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T13:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539297#M1072412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have Company code ( BUKRS) and Purchasing Group (EKGRP) in table EKKO.&lt;/P&gt;&lt;P&gt;So you can select EKGRP for value of BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF I_EKKO OCCURS 0,&lt;/P&gt;&lt;P&gt;              BUKRS LIKE EKKO-BUKRS,&lt;/P&gt;&lt;P&gt;              EKGRP LIKE EKKO-EKGRP,&lt;/P&gt;&lt;P&gt;           END OF I_EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : P_BUKRS LIKE EKKO-BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT BUKRS EKGRP&lt;/P&gt;&lt;P&gt;             INTO TABLE I_EKKO&lt;/P&gt;&lt;P&gt;             WHERE BUKRS = P_BUKRS. "company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539297#M1072412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T16:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539298#M1072413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Your answer was really helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my concern is : If any transaction made then only i will have certain records in the EKKO table right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i didn't have any transactions , so my EKKO table will be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i wanted to relate my purchase group to the company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. ( the purchase group which is given by the user ....needs to be checked as valid against the company code ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how can i establish this relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further example :&lt;/P&gt;&lt;P&gt;my user is giving  purchase group as : zpg001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the value i need to check with my company code : Zc001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help by giving spontaneous answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 09:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539298#M1072413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539299#M1072414</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 think purchasing group is not relate to any specific company code. So every company code could use all purchasing group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Teddy Kurniawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 09:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539299#M1072414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539300#M1072415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Your answer was really helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my concern is : If any transaction made then only i will have certain records in the EKKO table right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i didn't have any transactions , so my EKKO table will be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i wanted to relate my purchase group to the company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. ( the purchase group which is given by the user ....needs to be checked as valid against the company code ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how can i establish this relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further example :&lt;/P&gt;&lt;P&gt;my user is giving  purchase group as : zpg001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the value i need to check with my company code : Zc001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help by giving spontaneous answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 10:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539300#M1072415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539301#M1072416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Your answer was really helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my concern is : If any transaction made then only i will have certain records in the EKKO table right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i didn't have any transactions , so my EKKO table will be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i wanted to relate my purchase group to the company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. ( the purchase group which is given by the user ....needs to be checked as valid against the company code ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how can i establish this relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further example :&lt;/P&gt;&lt;P&gt;my user is giving  purchase group as : zpg001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the value i need to check with my company code : Zc001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help by giving spontaneous answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 10:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539301#M1072416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539302#M1072417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to look for this. But unfortunatley there  is no such relation ebtween Company Code and Purchasing Group by which we can validate them against each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only validate whether a value enters as Purchase Group or Company ocde is valid or not.&lt;/P&gt;&lt;P&gt;You have check tables for that.&lt;/P&gt;&lt;P&gt;Check table for Company code is T001.&lt;/P&gt;&lt;P&gt;Check table for Purchasing Group is T024.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 11:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539302#M1072417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T11:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539303#M1072418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   thanks for reply. ur suggestion is very help to me.can u pls tell me about the planning currency, controlling area currency and legal currency where it is defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and i have to check these values against the company code whether the give currency is vaild or not. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;selvamuthukumar.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539303#M1072418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539304#M1072419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know about Planning currency and Legal currency. You must discuss it with your Functional Consultant and get an idea in which scenario these currencies are used.&lt;/P&gt;&lt;P&gt;If you can get the exact tables for Planning and Legal requirements, we can check if it is possible to draw relation between Company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding Contorlling Area currency,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to table BSEG and get the Controlling Area ( KOKRS) corresponding to Company code - BUKRS.&lt;/P&gt;&lt;P&gt;Now use the Controlling area( KOKRS) and get the Controlling Area Currency (WAERS) from table TKA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 07:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-group/m-p/4539304#M1072419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T07:56:16Z</dc:date>
    </item>
  </channel>
</rss>

