<?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 can we declare variable in program from domain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060662#M724962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: t_text type p length 5 decimals 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 18:06:06 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2007-11-28T18:06:06Z</dc:date>
    <item>
      <title>How can we declare variable in program from domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060658#M724958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody tell me how to declare a variable in a program from a domain (dec5_3) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060658#M724958</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-11-28T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can we declare variable in program from domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060659#M724959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find out a dataelement by using the "Where used list" on the domain. And then declare the variable with the type of the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like DEC5_3 is used in the data element VVBASIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare the variable like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: L_INDEX TYPE VVBASIS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060659#M724959</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can we declare variable in program from domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060660#M724960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: lv type VVBALT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As domain DEC5_3 is used in dataelement &amp;lt;b&amp;gt;VVBALT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060660#M724960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T14:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can we declare variable in program from domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060661#M724961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mini,&lt;/P&gt;&lt;P&gt;   Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: W_VAR TYPE dec5_3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even by using data element also we cal declare like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reward Your Reward Points will help's me a lot,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060661#M724961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we declare variable in program from domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060662#M724962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: t_text type p length 5 decimals 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 18:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-declare-variable-in-program-from-domain/m-p/3060662#M724962</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-11-28T18:06:06Z</dc:date>
    </item>
  </channel>
</rss>

