<?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 Function module description in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046006#M967154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any website link where I can get information about all the functions used in ABAP...&lt;/P&gt;&lt;P&gt;EX: I want to know the export,import,...parametes of the function "ALSM_EXCEL_TO_INTERNAL_TABLE"....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2008 12:37:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-12T12:37:23Z</dc:date>
    <item>
      <title>Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046006#M967154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any website link where I can get information about all the functions used in ABAP...&lt;/P&gt;&lt;P&gt;EX: I want to know the export,import,...parametes of the function "ALSM_EXCEL_TO_INTERNAL_TABLE"....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046006#M967154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046007#M967155</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;u can check the import and export parameters of  ALSM_EXCEL_TO_INTERNAL_TABLE in se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all function modules r stored in TFDIR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jun 12, 2008 1:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046007#M967155</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-12T12:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046008#M967156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Go to se37 (function Builder), there give Function Module name and click on display. u can find all the import , export parameters. some FM have documentation as well to the right hand side top corner. check it out. i think this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046008#M967156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046009#M967157</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;link for list of FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very helpful check this out&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html" target="test_blank"&gt;http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this prog donot forget to prepare a flat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_mara,&lt;/P&gt;&lt;P&gt;         matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;         mbrsh LIKE mara-mbrsh,&lt;/P&gt;&lt;P&gt;         mtart LIKE mara-mtart,&lt;/P&gt;&lt;P&gt;         maktx LIKE makt-maktx,&lt;/P&gt;&lt;P&gt;         meins LIKE mara-meins,&lt;/P&gt;&lt;P&gt;      END OF ty_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_mara TYPE table of ty_mara WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;parameters : p_file like RLGRAP-FILENAME.&lt;/P&gt;&lt;P&gt;data : itab type table of ALSMEX_TABLINE WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    filename                      = p_file&lt;/P&gt;&lt;P&gt;    i_begin_col                   = 1&lt;/P&gt;&lt;P&gt;    i_begin_row                   = 1&lt;/P&gt;&lt;P&gt;    i_end_col                     = 5&lt;/P&gt;&lt;P&gt;    i_end_row                     = 4&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    intern                        = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE ITAB-COL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;      it_mara-matnr = ITAB-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '2'.&lt;/P&gt;&lt;P&gt;     it_mara-mbrsh = ITAB-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '3'.&lt;/P&gt;&lt;P&gt;      it_mara-mbrsh = ITAB-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '4'.&lt;/P&gt;&lt;P&gt;     it_mara-maktx  = ITAB-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '5'.&lt;/P&gt;&lt;P&gt;      it_mara-meins = ITAB-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; AT END OF ROW.&lt;/P&gt;&lt;P&gt;  APPEND it_mara.&lt;/P&gt;&lt;P&gt;  CLEAR it_mara.&lt;/P&gt;&lt;P&gt; ENDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: prasanth kasturi on Jun 12, 2008 3:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046009#M967157</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-12T12:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046010#M967158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tfdir, "Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enlfdir, "Additional Attributes for Function Modules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046010#M967158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046011#M967159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it wud b okay if i have the SAP installed in the system...&lt;/P&gt;&lt;P&gt;im asking for any other alternative apart from this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046011#M967159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046012#M967160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'KCD_EXCEL_OLE_TO_INT_CONVERT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename                = &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;      i_begin_col             = 1&lt;/P&gt;&lt;P&gt;      i_begin_row             = 1&lt;/P&gt;&lt;P&gt;      i_end_col               = 10&lt;/P&gt;&lt;P&gt;      i_end_row               = 65536&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      intern                  = &amp;lt;internal table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This depends on the excel as well. &lt;/P&gt;&lt;P&gt;65536 is the max number of rows in the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jun 12, 2008 1:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046012#M967160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046013#M967161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ls_excel       TYPE alsmex_tabline,
                                       " Work Area to hold Rows for Table
                                       " with Excel Data

CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
      filename                = p_pfile
      i_begin_col             = 1
      i_begin_row             = 2
      i_end_col               = 45
      i_end_row               = 8
    TABLES
      intern                  = it_excel
    EXCEPTIONS
      inconsistent_parameters = 1
      upload_ole              = 2
      OTHERS                  = 3.
  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jun 12, 2008 1:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046013#M967161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046014#M967162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SRK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://64.85.28.48/Fmods/fg01.aspx?SID=GNhmRcOWfTbjblmUUhdE&amp;amp;"&gt;SAP Function Module Documentation Repository&lt;/A&gt;   &lt;/P&gt;&lt;P&gt;(WWW.SE37.COM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Here u need to give the Function module name then u get  description of the function module &lt;/P&gt;&lt;P&gt;and the paremeters of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some function modules u get the description in german language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For  ALSM_EXCEL_TO_INTERNAL_TABLE  u can see &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;             Description                                                Language
Datenübernahme aus Excel mit OLE - Konvertierung ins interne Format      German &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now click on &lt;STRONG&gt;German&lt;/STRONG&gt;. Now u get the Description and parameters in German language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for Some function modules u get in &lt;STRONG&gt;English&lt;/STRONG&gt; itself.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Ex:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REUSE_ALV_LIST_DISPLAY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_READ_INFOTYPE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;BAPI_GOODSMVT_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;BAPI_PRODCAT_GETPRICES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 17:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046014#M967162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T17:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function module description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046015#M967163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the description for the function modules with their name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/functions.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/functions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/function-list.htm" target="test_blank"&gt;http://www.sap-img.com/abap/function-list.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 18:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-description/m-p/4046015#M967163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T18:40:17Z</dc:date>
    </item>
  </channel>
</rss>

