<?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: function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580893#M262111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  This is a Function module which is called in any mainprogram of any transaction and is used is a call to an USER EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Exporting means values that you pass to the Function Module from the Program which calls the function module. These values are received in the Import parameters of the function module.&lt;/P&gt;&lt;P&gt;  Tables is used to pass values of an internal table from the Program that calls the Function Module.&lt;/P&gt;&lt;P&gt;  Changing is used to pass values from the Program that calls the Function Module and some manipulations could be done inside the Function Module and the values of these parameters (Changing parameters) are modified and and can be recieved in the main program.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  The code would be written in some user exit and could be found on doubleclicking on '001' which would b ean include starting with 'ZX......' in a Function Module starting with 'EXIT_....._001'.&lt;/P&gt;&lt;P&gt;  Moreover this is not an unique function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2006 12:05:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-09T12:05:40Z</dc:date>
    <item>
      <title>function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580889#M262107</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;&lt;/P&gt;&lt;P&gt;Can any one explain me about this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '001'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              SEGMENT    =  IDOC_DATA&lt;/P&gt;&lt;P&gt;              DXMESCOD   = IDOC_CONTRL-MESCOD&lt;/P&gt;&lt;P&gt;              CONTRL     = IDOC_CONTRL&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              DXVBAP     =  XVBAP&lt;/P&gt;&lt;P&gt;              DIVBEP     =  IVBEP&lt;/P&gt;&lt;P&gt;              DXVBADR    =  XVBADR&lt;/P&gt;&lt;P&gt;              DXVBPA     =  XVBPA&lt;/P&gt;&lt;P&gt;              DD_FLAG_P  =  D_FLAG_P&lt;/P&gt;&lt;P&gt;              DXKOMV     =  XKOMV&lt;/P&gt;&lt;P&gt;              DXBDCDATA  =  BDCDATA&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              DXVBAK     =  XVBAK&lt;/P&gt;&lt;P&gt;              DD_FLAG_K  =  D_FLAG_K&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              USER_ERROR = 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is exporting,tables,changing means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give me clarification. because i need to work on the tables which are mentioned in the tables option&lt;/P&gt;&lt;P&gt;in this fouction module in the userexits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we pass any values to  the changing options manually.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thnaks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580889#M262107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T11:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580890#M262108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a call of user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to find the ZX_____ Abap which is called to put your own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do u find it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580890#M262108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T11:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580891#M262109</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;This is one of the FM's for the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you will be able to use the values which you are passing to the FM to change the structure XVBAK and the other tables which you passing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coding that you will do will be inside the FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580891#M262109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580892#M262110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ramu,&lt;/P&gt;&lt;P&gt;Check&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/SiliconValley/Campus/6345/call_cus.htm" target="test_blank"&gt;http://www.geocities.com/SiliconValley/Campus/6345/call_cus.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Variant 6&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION func.&lt;/P&gt;&lt;P&gt;Additions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same as for CALL FUNCTION func.&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Calls the function module func . func must be a 3-character literal (e.g. '001')&lt;/P&gt;&lt;P&gt;In line with SAP's enhancement concept, function modules are delivered empty and must be implemented by the customer (the transactions used for this are SMOD at SAP and CMOD at the customer's).&lt;/P&gt;&lt;P&gt;The interface and call location are both defined by SAP.&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;The customer can use Transaction CMOD to activate the function module. The final name of the function module is compiled from EXIT_ , the name of the module pool where the function module is called, and the name func . For example, the statement " CALL CUSTOMER-FUNCTION '001' " in the module pool SAPMS38M calls the function module EXIT_SAPMS38M_001. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580892#M262110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T11:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580893#M262111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  This is a Function module which is called in any mainprogram of any transaction and is used is a call to an USER EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Exporting means values that you pass to the Function Module from the Program which calls the function module. These values are received in the Import parameters of the function module.&lt;/P&gt;&lt;P&gt;  Tables is used to pass values of an internal table from the Program that calls the Function Module.&lt;/P&gt;&lt;P&gt;  Changing is used to pass values from the Program that calls the Function Module and some manipulations could be done inside the Function Module and the values of these parameters (Changing parameters) are modified and and can be recieved in the main program.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  The code would be written in some user exit and could be found on doubleclicking on '001' which would b ean include starting with 'ZX......' in a Function Module starting with 'EXIT_....._001'.&lt;/P&gt;&lt;P&gt;  Moreover this is not an unique function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 12:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580893#M262111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T12:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580894#M262112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link, which ll give you complete idea about this function module.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/SiliconValley/Campus/6345/call_cus.htm" target="test_blank"&gt;http://www.geocities.com/SiliconValley/Campus/6345/call_cus.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 14:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/1580894#M262112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T14:18:10Z</dc:date>
    </item>
  </channel>
</rss>

