<?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: Functionality Of Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603667#M271009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this thread for the first one&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="2114453"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 11:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T11:33:48Z</dc:date>
    <item>
      <title>Functionality Of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603664#M271006</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;   Can any one tell me the functionality of these below mentioned function Modules and what are the parameters that need to be passed to them.&lt;/P&gt;&lt;P&gt;1.WFMC_MESSAGES_SELECT&lt;/P&gt;&lt;P&gt;2.WFMC_MESSAGES_EXTEND&lt;/P&gt;&lt;P&gt;3.WFMC_MESSAGES_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 11:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603664#M271006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality Of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603665#M271007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sourabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WFMC_MESSAGES_SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : nase.&lt;/P&gt;&lt;P&gt;constants: appl like nase-kappl value 'V2'.&lt;/P&gt;&lt;P&gt;select-options:&lt;/P&gt;&lt;P&gt;rg_nacha for nase-nacha default '1',&lt;/P&gt;&lt;P&gt;rg_kschl for nase-kschl.&lt;/P&gt;&lt;P&gt;ranges: rg_objky for nast-objky.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;msgs_1 like msg0 occurs 100 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Fill Object Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Execute fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'WFMC_MESSAGES_SELECT'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;pi_application = appl&lt;/P&gt;&lt;P&gt;pi_processing = '1'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;ri_medium = rg_nacha&lt;/P&gt;&lt;P&gt;ri_type = rg_kschl&lt;/P&gt;&lt;P&gt;ri_object = rg_objky&lt;/P&gt;&lt;P&gt;tx_messages = msgs_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 11:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603665#M271007</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-19T11:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality Of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603666#M271008</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;WFMC_MESSAGES_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;triggers a print for the output type assigned to a&lt;/P&gt;&lt;P&gt;particular delivery.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WFMC_MESSAGES_PROCESS' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;PI_DISPLAY_ID = 'NALIV2' &lt;/P&gt;&lt;P&gt;PI_NO_DIALOG = PM_VERDI &lt;/P&gt;&lt;P&gt;PI_VERMO = PM_VERMO &lt;/P&gt;&lt;P&gt;TABLES &lt;/P&gt;&lt;P&gt;TX_MESSAGES = MSGS &lt;/P&gt;&lt;P&gt;TX_DISPLAY = DISP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the program SD70AV2A. the FM "WFMC_MESSAGES_PROCESS" is used in this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anversha s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 11:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603666#M271008</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-19T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality Of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603667#M271009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this thread for the first one&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="2114453"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 11:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-function-modules/m-p/1603667#M271009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T11:33:48Z</dc:date>
    </item>
  </channel>
</rss>

