<?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: is lc_function is a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044819#M720723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lc_function seems to be a variable.&lt;/P&gt;&lt;P&gt;Please check DATA declarations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 07:12:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T07:12:03Z</dc:date>
    <item>
      <title>is lc_function is a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044818#M720722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION lc_function&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        IV_GUIDH           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          iv_numb            = es_notif-numb&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;          ev_header_guid_ext = lv_crm_guid&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;       no_doc_flow_found.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      number = es_notif-numb.&lt;/P&gt;&lt;P&gt;      MESSAGE e600.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the code above is lc_function a funtion module lc_function is not in a single codes that y i am asking u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044818#M720722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: is lc_function is a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044819#M720723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lc_function seems to be a variable.&lt;/P&gt;&lt;P&gt;Please check DATA declarations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044819#M720723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: is lc_function is a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044820#M720724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanveer,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here LC_function is not the Name of the FM but it is the Variable Which is storing the Name of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call Function 'SPELL_AMOUNT'   "Passing FM name Statically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: LC_Function(30) value 'SPELL_AMOUNT'.&lt;/P&gt;&lt;P&gt;call Function  LC_Function     "Passing FM name Dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044820#M720724</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-26T07:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: is lc_function is a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044821#M720725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: lc_function LIKE enlfdir-funcname&lt;/P&gt;&lt;P&gt;              VALUE 'CRM_DNO_READ_DOCFLOW_DNO'.&lt;/P&gt;&lt;P&gt;Is that a function module we can define it like that also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-lc-function-is-a-function-module/m-p/3044821#M720725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:17:59Z</dc:date>
    </item>
  </channel>
</rss>

