<?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: classes and methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699280#M625016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; hi all&lt;/P&gt;&lt;P&gt;&amp;gt; how to find the use or purpose  of CL_RECA_DDIC_DOMA&lt;/P&gt;&lt;P&gt;&amp;gt;  and the methods declared in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to se24,is class builder and write ur class in object type.and goto display mode.u will get methods of that class.they are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXISTS                  StaticPubl   Does Domain Exist?                                     &lt;/P&gt;&lt;P&gt; EXISTS_VALUE            StaticPubl   Fixed Value Is in Domain (Y/N)?                        &lt;/P&gt;&lt;P&gt; CHECK_VALUE             StaticPubl   Do Not Show "Complete Period" (Exc.)?                  &lt;/P&gt;&lt;P&gt; GET_COMPLETE            StaticPubl   Supplies All Technical Info                            &lt;/P&gt;&lt;P&gt; GET_TEXT_BY_VALUE       StaticPubl   Supplies Text of Entered Fixed Value                   &lt;/P&gt;&lt;P&gt; GET_VALUE_BY_TEXT       StaticPubl   Supplies Fixed Value for Text Entered                  &lt;/P&gt;&lt;P&gt; GET_VALUES              StaticPubl   Supplies All Values of Fixed Values                    &lt;/P&gt;&lt;P&gt; GET_SINGLE_VALUE        StaticPriv   Supplies All Values of Entered Fixed Value             &lt;/P&gt;&lt;P&gt; FILL_BUFFER             StaticPriv   Buffers All Fixed Values of a Domain                   &lt;/P&gt;&lt;P&gt; MAKE_DISTINCT_TEXTS     StaticPriv   Adjusts the Fixed Value Texts to Be Unique (If Neede   &lt;/P&gt;&lt;P&gt; FILL_MISSING_TEXTS      StaticPriv   Fills Missing Texts with Keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on each method you will get the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 14:36:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-28T14:36:41Z</dc:date>
    <item>
      <title>classes and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699277#M625013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;how to find the use or purpose  of CL_RECA_DDIC_DOMA  and the methods declared in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 07:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699277#M625013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: classes and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699278#M625014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of the static methods is quite straightforward:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXISTS	Does Domain Exist?
EXISTS_VALUE	             Fixed Value Is in Domain (Y/N)? -&amp;gt; returns 'X' if true
CHECK_VALUE	            -&amp;gt; same like EXIST_VALUE but raises exception
GET_COMPLETE	           Supplies All Technical Info [of domain]
GET_TEXT_BY_VALUE	Supplies Text of Entered Fixed Value
GET_VALUE_BY_TEXT	Supplies Fixed Value for Text Entered
GET_VALUES	              Supplies All Values of Fixed Values&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 16:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699278#M625014</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-08-27T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: classes and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699279#M625015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always find the methods for any class by displaying the class in the Class Builder, which can be accessed through SE24, or through the Information System, SE84.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of the class in question and select to display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it displays, it show you a list with the methods by default:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e..g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; EXISTS                  StaticPubl   Does Domain Exist?                                     
 EXISTS_VALUE            StaticPubl   Fixed Value Is in Domain (Y/N)?                        
 CHECK_VALUE             StaticPubl   Do Not Show "Complete Period" (Exc.)?                  
 GET_COMPLETE            StaticPubl   Supplies All Technical Info                            
 GET_TEXT_BY_VALUE       StaticPubl   Supplies Text of Entered Fixed Value                   
 GET_VALUE_BY_TEXT       StaticPubl   Supplies Fixed Value for Text Entered                  
 GET_VALUES              StaticPubl   Supplies All Values of Fixed Values                    
 GET_SINGLE_VALUE        StaticPriv   Supplies All Values of Entered Fixed Value             
 FILL_BUFFER             StaticPriv   Buffers All Fixed Values of a Domain                   
 MAKE_DISTINCT_TEXTS     StaticPriv   Adjusts the Fixed Value Texts to Be Unique (If Neede   
 FILL_MISSING_TEXTS      StaticPriv   Fills Missing Texts with Keys  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within this you can drill down to the source code by double clicking on a method, or click on the parameters button to get a list of parameters and their definitions, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are also able to see other class-related info from this screen, such as events and attibutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 22:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699279#M625015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T22:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: classes and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699280#M625016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; hi all&lt;/P&gt;&lt;P&gt;&amp;gt; how to find the use or purpose  of CL_RECA_DDIC_DOMA&lt;/P&gt;&lt;P&gt;&amp;gt;  and the methods declared in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to se24,is class builder and write ur class in object type.and goto display mode.u will get methods of that class.they are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXISTS                  StaticPubl   Does Domain Exist?                                     &lt;/P&gt;&lt;P&gt; EXISTS_VALUE            StaticPubl   Fixed Value Is in Domain (Y/N)?                        &lt;/P&gt;&lt;P&gt; CHECK_VALUE             StaticPubl   Do Not Show "Complete Period" (Exc.)?                  &lt;/P&gt;&lt;P&gt; GET_COMPLETE            StaticPubl   Supplies All Technical Info                            &lt;/P&gt;&lt;P&gt; GET_TEXT_BY_VALUE       StaticPubl   Supplies Text of Entered Fixed Value                   &lt;/P&gt;&lt;P&gt; GET_VALUE_BY_TEXT       StaticPubl   Supplies Fixed Value for Text Entered                  &lt;/P&gt;&lt;P&gt; GET_VALUES              StaticPubl   Supplies All Values of Fixed Values                    &lt;/P&gt;&lt;P&gt; GET_SINGLE_VALUE        StaticPriv   Supplies All Values of Entered Fixed Value             &lt;/P&gt;&lt;P&gt; FILL_BUFFER             StaticPriv   Buffers All Fixed Values of a Domain                   &lt;/P&gt;&lt;P&gt; MAKE_DISTINCT_TEXTS     StaticPriv   Adjusts the Fixed Value Texts to Be Unique (If Neede   &lt;/P&gt;&lt;P&gt; FILL_MISSING_TEXTS      StaticPriv   Fills Missing Texts with Keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on each method you will get the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 14:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods/m-p/2699280#M625016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T14:36:41Z</dc:date>
    </item>
  </channel>
</rss>

