<?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 Domain values should be filled dynamically using FM? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411934#M1408050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have maintenance view which has 4 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one field&lt;/STRONG&gt; has drop down but value for this field should be dynamically filled using function module, we can't hard-core the values in domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2009 08:45:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-27T08:45:43Z</dc:date>
    <item>
      <title>Domain values should be filled dynamically using FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411934#M1408050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have maintenance view which has 4 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one field&lt;/STRONG&gt; has drop down but value for this field should be dynamically filled using function module, we can't hard-core the values in domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 08:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411934#M1408050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Domain values should be filled dynamically using FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411935#M1408051</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 can create your own Z function module for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take import parameter as the value of select option which have a drop down , now based on this get all the possible values of the other screen fields and export them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 08:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411935#M1408051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Domain values should be filled dynamically using FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411936#M1408052</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;Use this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or You can see tables &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DD07L and DD07T Tables or FM DDIF_DOMA_PUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more info Take the Help of Function Moduel Documentation If available(SE37)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 09:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411936#M1408052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T09:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Domain values should be filled dynamically using FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411937#M1408053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the value generated through FM in the maintenance view? how this can be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Bhupinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 10:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411937#M1408053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T10:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Domain values should be filled dynamically using FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411938#M1408054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 18:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-values-should-be-filled-dynamically-using-fm/m-p/6411938#M1408054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T18:59:27Z</dc:date>
    </item>
  </channel>
</rss>

