<?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: CLASS ... Definition LOAD in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133370#M448662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which version of sap do you use? it doesn't work on 4.6C. and i'd be gratefull if anybody could tell me if i can load my own (Z) class definition to smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2007 13:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-06T13:16:41Z</dc:date>
    <item>
      <title>CLASS ... Definition LOAD in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133368#M448660</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;&lt;/P&gt;&lt;P&gt;does anybody know how to attached definition of class (containing only static methods and constants, so no instance will be created) to smartforms? Statement class ... definition load under section "Initialization" doesn't work (i cant use constants f.e. on condition tabs of text node) i get then always message: "Direct access to components of the global class ZCL_SE_CONST is not possible (CLASS ZCL_SE_CONST DEFINITION LOAD statement is mi" SAP 4.6C&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juzio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Juzio Kowlaski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 11:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133368#M448660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: CLASS ... Definition LOAD in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133369#M448661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juzio,&lt;/P&gt;&lt;P&gt; I don't know how you have declared the z class, but i am able to use the static attributes of standard class like CL_ABAP_CHAR_UTILITIES in the conditions.&lt;/P&gt;&lt;P&gt;I have used a global variable of the smartform to compare with the static attribute CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB directly in the conditions tab.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 11:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133369#M448661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: CLASS ... Definition LOAD in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133370#M448662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which version of sap do you use? it doesn't work on 4.6C. and i'd be gratefull if anybody could tell me if i can load my own (Z) class definition to smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 13:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133370#M448662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: CLASS ... Definition LOAD in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133371#M448663</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;In SAP 4.6C&amp;nbsp; you need to use the statement 'CLASS ... DEFINITION LOAD' to access to class's static components.&lt;/P&gt;&lt;P&gt;Eg. :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ...&lt;/P&gt;&lt;P&gt;TYPE-POOLS abap.&lt;/P&gt;&lt;P&gt;CLASS cl_abap_objectdescr DEFINITION LOAD. &lt;/P&gt;&lt;P&gt;DATA: line&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE c LENGTH 80,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RG,&lt;/P&gt;&lt;P&gt;Hung.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 04:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-definition-load-in-smartforms/m-p/2133371#M448663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-03T04:24:30Z</dc:date>
    </item>
  </channel>
</rss>

