<?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: Domain and Value table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180613#M1373182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check table of the domain is current table (FK maintenance not possible)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dani_K on Oct 1, 2009 11:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2009 09:31:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-01T09:31:32Z</dc:date>
    <item>
      <title>Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180602#M1373171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a domain that have Fix Values and Description. I created the table for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't see the values in F4   what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In domain I have values 1,2,3 and description  A,B,C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my table I created the same fields Value &amp;amp; Description.  Anything else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180602#M1373171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180603#M1373172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need create table for that.&lt;/P&gt;&lt;P&gt;When you create domain go to tab 'Value range' and enter values (1,2,3 - Fix.val and A,B,C - Short text).&lt;/P&gt;&lt;P&gt;In report declare parameters type domain. F4 will be work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180603#M1373172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180604#M1373173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi, 
&amp;lt;li&amp;gt;After creating that table, assign that as VALUE table in DOMAIN maintenance screen.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180604#M1373173</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-01T08:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180605#M1373174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the domain.(se11)&lt;/P&gt;&lt;P&gt;goto the value range tab.&lt;/P&gt;&lt;P&gt;put all the 6 values one after the other in the 'single vals' area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;work done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180605#M1373174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180606#M1373175</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 need a table for maintenance, the values should be changed in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180606#M1373175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180607#M1373176</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 did all that. F$ isn't work. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180607#M1373176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180608#M1373177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it but F4 is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dani_K on Oct 1, 2009 10:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180608#M1373177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180609#M1373178</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;You don't say where the field is that doesn't have F4 help.  Is it on a screen painter screen?  The selection screen of a report?  The maintenance screen for a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be you need to define your check table as a foreign key to the field that uses the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you presumably have added the table to the 'Value table' field of the domain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180609#M1373178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180610#M1373179</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;Yes the field is in the selection screen.&lt;/P&gt;&lt;P&gt;Yes, I added the table name to the 'Value table' field of the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain, how can I do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"need to define your check table as a foreign key to the field that uses the domain."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180610#M1373179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180611#M1373180</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;If you are in the table definition in SE11 select your field.  Select the field and press the 'Foreign key' button (it's the one with an arrow and a key on it).  It may propose your check table as the foreign key, if so accept this, if not enter the name of your check table and the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180611#M1373180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180612#M1373181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Nick have noticed, &lt;STRONG&gt;value table&lt;/STRONG&gt; at domain level doesn't provide F4 functionality (input help). This is beacuse it is purerly for &lt;STRONG&gt;foreign key&lt;/STRONG&gt; relationship. Providing value table doesn't perform any input check. It is used when you define [Foreign Keys|http://help.sap.com/saphelp_nw2004s/helpdata/EN/cf/21ea77446011d189700000e8322d00/frameset.htm] for secondary tables. The foreign key realationship is then proposed based on that &lt;EM&gt;value table&lt;/EM&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table is sometimes misinterpreted by developers as &lt;EM&gt;input help&lt;/EM&gt; provider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use that domain in several places I suggest to maintain &lt;STRONG&gt;Single values&lt;/STRONG&gt; in it - especially when you predict to have a few of them. You can later add/deleted/change them whenever necessary. There is no direct benefit in this case of using value table instead of single values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180612#M1373181</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-10-01T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180613#M1373182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check table of the domain is current table (FK maintenance not possible)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dani_K on Oct 1, 2009 11:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180613#M1373182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180614#M1373183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have created the values in the Value Range tab of the domain of the field then those values can be accessible via F4.&lt;/P&gt;&lt;P&gt;Just to be simple I am writing what I have done to achive this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: Go to value Range tab in the domain of the field and put the entries(1,2,3 in this csae) in the Fix Value column and A,B,C(in this case) in the short text. save and activaste the domain.&lt;/P&gt;&lt;P&gt;Step 2: Now to verify about the F4 functionality on that field, you can use it in any parameters or in select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have not answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anurag Singh Rathore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180614#M1373183</guid>
      <dc:creator>former_member185874</dc:creator>
      <dc:date>2009-10-01T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180615#M1373184</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 can understand why you would want a config table rather than a value range.  I've tried some things with a similar table in my own system and I;ve found the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my table is called ZCONF_TAB and the field is OFFICE, the data element ZOFFICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I define the paramer in my program as;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: p_office type ZOFFICE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get a drop-down.  However if I define it as;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: p_office type ZCONF_TAB-OFFICE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the second option to see if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 10:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180615#M1373184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T10:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Domain and Value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180616#M1373185</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;This works but it is fixed values, I need the possibility to maintain the values in the table, so the Domain will take the value and the description from table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 10:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-and-value-table/m-p/6180616#M1373185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T10:14:04Z</dc:date>
    </item>
  </channel>
</rss>

