<?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: EKGRP Domain customization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470391#M15120</link>
    <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;Really great point! All point is "what is the actual business requirement", and mostly there will be multiple options for the requirement or the requirement doesn't make sense at all! &lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 16:11:10 GMT</pubDate>
    <dc:creator>TuncayKaraca</dc:creator>
    <dc:date>2017-04-11T16:11:10Z</dc:date>
    <item>
      <title>EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470384#M15113</link>
      <description>&lt;P&gt;Hi ABAP Guru,&lt;/P&gt;&lt;P&gt;We have a requirement to customize EKGRP domain.Now the data is coming from T024 value table.Need to fetch data from custom table without change anything from domain level.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 10:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470384#M15113</guid>
      <dc:creator>palash_mazumder</dc:creator>
      <dc:date>2017-04-10T10:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470385#M15114</link>
      <description>&lt;P&gt;Hi Palash, &lt;/P&gt;&lt;P&gt;EKGRP is a standard Data-Element and in the domain level the value table is set as T024.&lt;/P&gt;&lt;P&gt;Could you please elaborate the requirement where you have no other option , other than changing a standard object.&lt;/P&gt;&lt;P&gt;Thanks !!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 17:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470385#M15114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-10T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470386#M15115</link>
      <description>&lt;P&gt;Hi Palash,&lt;/P&gt;&lt;P&gt;You can't do that without changing / repairing standard domain EKGRP and repairing domains that way strongly not recommended! It will hurt data integrity! If you want to see new Purchasing Groups in your domain, simply you need to add these new purchasing groups in SPRO for table T024. &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 18:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470386#M15115</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2017-04-10T18:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470387#M15116</link>
      <description>&lt;P&gt;Thanks for the reply.The requirement is we will maintain a custom table.Which data will maintain in that custom table based on that table data will pick from T024 table.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 19:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470387#M15116</guid>
      <dc:creator>palash_mazumder</dc:creator>
      <dc:date>2017-04-10T19:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470388#M15117</link>
      <description>&lt;P&gt;Just create Z table with field EKGRP  type EKGRP, in tab entry help / check ( SE11)  try to ref check table to T024 for require value  then create table maintainace for your maintain purpose.  not sure that is what you want ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470388#M15117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-11T02:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470389#M15118</link>
      <description>&lt;P&gt;HI Palash,&lt;/P&gt;&lt;P&gt;In that case, You can create a Z/Y Data-Element with a Z/Y Domain, where you can omit the value table T024. Hope this helps !&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 03:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470389#M15118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-11T03:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470390#M15119</link>
      <description>&lt;P&gt;The business have a requirement - you are presenting a solution to that requirement. Your solution is a bad solution as it means changing a standard SAP domain. That could easily result in data corruption, for which you'd have to pay SAP $$$$$$$ to fix. You have a duty of care to your employer to tell them "this is a really really bad idea".&lt;/P&gt;&lt;P&gt;The business did not come to you and say "we need to fetch data from a custom table...". What is the actual business requirement you are trying to meet. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 05:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470390#M15119</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-04-11T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470391#M15120</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;Really great point! All point is "what is the actual business requirement", and mostly there will be multiple options for the requirement or the requirement doesn't make sense at all! &lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 16:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470391#M15120</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2017-04-11T16:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470392#M15121</link>
      <description>&lt;P&gt;As several other SCN members already pointed out - what is the actual "need"? This seems like a rather dumb thing to do in SAP IMHO.&lt;/P&gt;&lt;P&gt;Just don't. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 17:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470392#M15121</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-04-11T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470393#M15122</link>
      <description>&lt;P&gt;The OP's attention having finally be caught, I've re-opened this question for answers.&lt;/P&gt;&lt;P&gt;Apparently "...(the) user want see few number of purchasing group in ME21N/ME22N/ME23N tcode that is maintain in TO24 config table."&lt;/P&gt;&lt;P&gt;And the OP thinks: "That can only possible if we maintain a custom table and link this custom table with T024 table through some enhancement."&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 20:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470393#M15122</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-04-11T20:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: EKGRP Domain customization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470394#M15123</link>
      <description>&lt;P&gt;Based on Matthew's update in the comments: "...(the) user want see few number of purchasing group in ME21N/ME22N/ME23N tcode that is maintain in TO24 config table". &lt;/P&gt;&lt;P&gt;I'm assuming the problem is the list is too long and people want to see less entries? Well, in this case they should simply take advantage of the Personal List button available in the search help for this field:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/29964-image.jpg" /&gt;&lt;/P&gt;&lt;P&gt;It allows the users to save certain values in their own personal list and then use personal list instead of the whole long list. There is also a filter and some "Hold" button in the same toolbar, might be worth exploring.&lt;/P&gt;&lt;P&gt;And make sure to use memory ID EKG to set the user's default value in their profile. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ekgrp-domain-customization/m-p/470394#M15123</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-04-12T16:14:32Z</dc:date>
    </item>
  </channel>
</rss>

