<?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: How to fill Domain Value range Programatically? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440701#M1412229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first find out the value table used for the domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update the Value table with ZTABLE. It will add the value range for that domain.  Either pass this Ztable as a Value table for the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 07:15:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-25T07:15:07Z</dc:date>
    <item>
      <title>How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440698#M1412226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to fill the domain range values from 'ZTABLE' ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me how to fill the domain range values programatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Banu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440698#M1412226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T07:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440699#M1412227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if the entry already exists in the ztable.. by using select single..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify ztable from wa_ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440699#M1412227</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-25T07:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440700#M1412228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a Value table instead and fill this value table for the domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440700#M1412228</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-11-25T07:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440701#M1412229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first find out the value table used for the domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update the Value table with ZTABLE. It will add the value range for that domain.  Either pass this Ztable as a Value table for the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440701#M1412229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440702#M1412230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Banu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;You can update these values for Domain using Table *DD07L*.

DOMNAME " Domain Name
AS4LOCAL
VALPOS
AS4VERS
DOMVALUE_L " Lower Limit
DOMVALUE_H " Upeer Limit
APPVAL

So in program 
Fill your Work Area and update 
modify table DD07L where DOMNAME = 'YOUR_DOM_NAME'.&lt;/CODE&gt;&lt;/PRE&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>Wed, 25 Nov 2009 07:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440702#M1412230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T07:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill Domain Value range Programatically?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440703#M1412231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Banu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not good practice to update or modify SAP standard table values directly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the FM "DDIF_DOMA_PUT" which will update Domain values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can call this FM in your Ztable event to update your domain values every time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-fill-domain-value-range-programatically/m-p/6440703#M1412231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T07:35:43Z</dc:date>
    </item>
  </channel>
</rss>

