<?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: about function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371362#M525433</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; for documentation to the function module "FM_SELECTION_CRITERIA_PRINT"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;procedure to getting the Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se37--&lt;DEL&gt;&amp;gt;provide function module name&lt;/DEL&gt;--&amp;gt;select the option Document , then u will get the documentation provided by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;for knowing the Use of FM    &amp;lt;b&amp;gt;FM_SELECTION_CRITERIA_PRINT&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZVVRLPOP.&lt;/P&gt;&lt;P&gt;TABLES USR01.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_USER  FOR USR01-BNAME,&lt;/P&gt;&lt;P&gt;                S_LANGU FOR USR01-LANGU.&lt;/P&gt;&lt;P&gt;PARAMETER:      P_NAME(12) DEFAULT 'Victor',&lt;/P&gt;&lt;P&gt;                P_CITY(12) DEFAULT 'Minsk'.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF INFOTAB OCCURS 0,&lt;/P&gt;&lt;P&gt;        FLAG,&lt;/P&gt;&lt;P&gt;        OLENGTH TYPE X,&lt;/P&gt;&lt;P&gt;        LINE LIKE RSVAR-INFOLINE,&lt;/P&gt;&lt;P&gt;      END OF INFOTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- 1st -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;write / '1st: PRINT_SELECTIONS' color col_key.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PRINT_SELECTIONS'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          MODE      = 1&lt;/P&gt;&lt;P&gt;          RNAME     = SY-CPROG&lt;/P&gt;&lt;P&gt;          RVARIANTE = SY-SLSET&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          INFOTAB   = INFOTAB&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS    = 1.&lt;/P&gt;&lt;P&gt;LOOP AT INFOTAB.&lt;/P&gt;&lt;P&gt;  WRITE: / '=&amp;gt;', INFOTAB-LINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- 2nd -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;write / '2nd: FM_SELECTION_CRITERIA_PRINT' color col_key.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FM_SELECTION_CRITERIA_PRINT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          I_REPORT_NAME = SY-CPROG&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS        = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write / 'End of data.' color col_key.&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;sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 09:53:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T09:53:55Z</dc:date>
    <item>
      <title>about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371360#M525431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"FM_SELECTION_CRITERIA_PRINT"&lt;/P&gt;&lt;P&gt;What is its use ? There is documentation available in english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371360#M525431</guid>
      <dc:creator>suresh_adapa2</dc:creator>
      <dc:date>2007-06-07T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371361#M525432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;FM_SELECTION_CRITERIA_PRINT&lt;/P&gt;&lt;P&gt;Will give/fetch you the Selection screen values (select-options tables and paramter values) for a particular program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371361#M525432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371362#M525433</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; for documentation to the function module "FM_SELECTION_CRITERIA_PRINT"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;procedure to getting the Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se37--&lt;DEL&gt;&amp;gt;provide function module name&lt;/DEL&gt;--&amp;gt;select the option Document , then u will get the documentation provided by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;for knowing the Use of FM    &amp;lt;b&amp;gt;FM_SELECTION_CRITERIA_PRINT&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZVVRLPOP.&lt;/P&gt;&lt;P&gt;TABLES USR01.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_USER  FOR USR01-BNAME,&lt;/P&gt;&lt;P&gt;                S_LANGU FOR USR01-LANGU.&lt;/P&gt;&lt;P&gt;PARAMETER:      P_NAME(12) DEFAULT 'Victor',&lt;/P&gt;&lt;P&gt;                P_CITY(12) DEFAULT 'Minsk'.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF INFOTAB OCCURS 0,&lt;/P&gt;&lt;P&gt;        FLAG,&lt;/P&gt;&lt;P&gt;        OLENGTH TYPE X,&lt;/P&gt;&lt;P&gt;        LINE LIKE RSVAR-INFOLINE,&lt;/P&gt;&lt;P&gt;      END OF INFOTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- 1st -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;write / '1st: PRINT_SELECTIONS' color col_key.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PRINT_SELECTIONS'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          MODE      = 1&lt;/P&gt;&lt;P&gt;          RNAME     = SY-CPROG&lt;/P&gt;&lt;P&gt;          RVARIANTE = SY-SLSET&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          INFOTAB   = INFOTAB&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS    = 1.&lt;/P&gt;&lt;P&gt;LOOP AT INFOTAB.&lt;/P&gt;&lt;P&gt;  WRITE: / '=&amp;gt;', INFOTAB-LINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- 2nd -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;write / '2nd: FM_SELECTION_CRITERIA_PRINT' color col_key.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FM_SELECTION_CRITERIA_PRINT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          I_REPORT_NAME = SY-CPROG&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS        = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write / 'End of data.' color col_key.&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;sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371362#M525433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T09:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: about function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371363#M525434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer these threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3345921"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="353168"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module/m-p/2371363#M525434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T09:58:15Z</dc:date>
    </item>
  </channel>
</rss>

