<?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: F4 help on Parameter for ddic domain does not work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892272#M53603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain WAERS has no value range.&lt;/P&gt;&lt;P&gt;Wherefrom shall F4-Help take the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So correct codeing is:&lt;/P&gt;&lt;P&gt;Parameters: pa_waers TYPE TCURC-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2005 13:04:05 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-04-08T13:04:05Z</dc:date>
    <item>
      <title>F4 help on Parameter for ddic domain does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892269#M53600</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;I try:&lt;/P&gt;&lt;P&gt;Parameters:  pa_waers TYPE WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAERS is a ddic data element for currencies and also a  domain with this name exists. The domain WAERS has a check table TCURC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I press F4 for my field PA_WAERS in the Selection Screen, I assume a value help from the check table TCURC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I activated and re-generated my coding (as mentioned in the ABAP-Keyword help for "PARAMETERS") but it still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody has a clue why this does this not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same thing is for a parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters ..... type CTU_MODE. &lt;/P&gt;&lt;P&gt;Domain CTU_MODE has value Fields (A, E, B) but also here on my program no F4 help occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Stefan Berger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 12:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892269#M53600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-08T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on Parameter for ddic domain does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892270#M53601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no explanation why it's not working implicitly but as a workaround you can use this definition: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: pa_waers TYPE WAERS MATCHCODE OBJECT  RSCURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 12:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892270#M53601</guid>
      <dc:creator>ralf_rubel</dc:creator>
      <dc:date>2005-04-08T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on Parameter for ddic domain does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892271#M53602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A value table is assigned to a domain.  It becomes a check table when a foreign key relationship is established for a field in a table.  The field uses the data element and the data element uses the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: PA_WAERS TYPE EKKO-WAERS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the F4 help you are looking for.  If you use tran SE11 and view EKKO, find field WAERS, use tab Entry Help/check and you will see that table TCURC has been established as a check table.  You can use the foreign key button to see the relationship that has been established between EKKO and TCURC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, domains cannot be used to type a field.  Your reference to CTU_MODE must be referring to a Data Element.  I tried this in a 4.7 system and the F4 works for me.  What version are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 12:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892271#M53602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-08T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on Parameter for ddic domain does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892272#M53603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain WAERS has no value range.&lt;/P&gt;&lt;P&gt;Wherefrom shall F4-Help take the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So correct codeing is:&lt;/P&gt;&lt;P&gt;Parameters: pa_waers TYPE TCURC-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 13:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892272#M53603</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-04-08T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on Parameter for ddic domain does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892273#M53604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help!&lt;/P&gt;&lt;P&gt;Charles: I'm working with 4.6C &lt;/P&gt;&lt;P&gt;Andreas: I thought the "parameter .... type ..." refers to the Data Element WAERS.&lt;/P&gt;&lt;P&gt;	 The Data Element WAERS has a Domain WAERS which has a checktable TCURC.&lt;/P&gt;&lt;P&gt;	 I thought it should use the F4 help from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is solved here.&lt;/P&gt;&lt;P&gt;Thanks for your help again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 13:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-parameter-for-ddic-domain-does-not-work/m-p/892273#M53604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-08T13:59:29Z</dc:date>
    </item>
  </channel>
</rss>

