<?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: object oriented in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574946#M259603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZPPR3490_SLOC_VAR_CL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK ONE WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_WERKS TYPE WERKS_D obligatory, "Plant&lt;/P&gt;&lt;P&gt;P_LGORT TYPE LGORT_D. "Storage Location&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_BUDAT FOR SY-DATUM. "Date&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK ONE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"This way you can pass the selection screen paramters &lt;/P&gt;&lt;P&gt;"to the methods of your class.&lt;/P&gt;&lt;P&gt;*-- start of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt; DATA : O_INV TYPE REF TO LCL_INV_VAR.&lt;/P&gt;&lt;P&gt; CREATE OBJECT O_INV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Call method for selecting the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD O_INV-&amp;gt;SELECT_INV_DATA&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt; E_WERKS = P_WERKS&lt;/P&gt;&lt;P&gt; E_LGORT = P_LGORT&lt;/P&gt;&lt;P&gt; E_BUDAT = S_BUDAT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--end of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*--Call method for displaying the variance report&lt;/P&gt;&lt;P&gt; CALL METHOD O_INV-&amp;gt;DISPLAY_INV_DATA&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt; E_WERKS = P_WERKS&lt;/P&gt;&lt;P&gt; E_LGORT = P_LGORT&lt;/P&gt;&lt;P&gt; E_BUDAT = S_BUDAT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 09:30:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T09:30:54Z</dc:date>
    <item>
      <title>object oriented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574944#M259601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds...&lt;/P&gt;&lt;P&gt;Can anyone tell me using Object oriented concept how to&lt;/P&gt;&lt;P&gt;convert parameters into select-options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574944#M259601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: object oriented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574945#M259602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters and select options are features on the selection screen.THE oops concept is only used in module pool programming and not on selection screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574945#M259602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: object oriented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574946#M259603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZPPR3490_SLOC_VAR_CL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK ONE WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_WERKS TYPE WERKS_D obligatory, "Plant&lt;/P&gt;&lt;P&gt;P_LGORT TYPE LGORT_D. "Storage Location&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_BUDAT FOR SY-DATUM. "Date&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK ONE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"This way you can pass the selection screen paramters &lt;/P&gt;&lt;P&gt;"to the methods of your class.&lt;/P&gt;&lt;P&gt;*-- start of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt; DATA : O_INV TYPE REF TO LCL_INV_VAR.&lt;/P&gt;&lt;P&gt; CREATE OBJECT O_INV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Call method for selecting the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD O_INV-&amp;gt;SELECT_INV_DATA&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt; E_WERKS = P_WERKS&lt;/P&gt;&lt;P&gt; E_LGORT = P_LGORT&lt;/P&gt;&lt;P&gt; E_BUDAT = S_BUDAT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--end of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*--Call method for displaying the variance report&lt;/P&gt;&lt;P&gt; CALL METHOD O_INV-&amp;gt;DISPLAY_INV_DATA&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt; E_WERKS = P_WERKS&lt;/P&gt;&lt;P&gt; E_LGORT = P_LGORT&lt;/P&gt;&lt;P&gt; E_BUDAT = S_BUDAT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 09:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented/m-p/1574946#M259603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T09:30:54Z</dc:date>
    </item>
  </channel>
</rss>

