<?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/2268604#M492608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 06:57:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T06:57:14Z</dc:date>
    <item>
      <title>Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268601#M492605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In a FM in ECCversion there is declaration like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end_column                     type   sy-cucol default value 5.&lt;/P&gt;&lt;P&gt;START_COLUMN             type   sy-cucol  default value 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there is a statement in source code like this:&lt;/P&gt;&lt;P&gt;END_COLUMN = START_COLUMN + COLUMNS - 1.&lt;/P&gt;&lt;P&gt;When i am exicuting this FM i am getting error like:&lt;/P&gt;&lt;P&gt;The field END_COLUMN  can not be changes.&lt;/P&gt;&lt;P&gt;How to fix this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268601#M492605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:49: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/2268602#M492606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is END_COLUMN a parameter of the function module ? If so, it should be a CHANGING or EXPORTING parameter.&lt;/P&gt;&lt;P&gt;If it is a data object, it should have been declared with a DATA statement... but I have a hunch it is a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not any of the above cases please provide the declaration for END_COLUMN along with the keyword used, and the exact text of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268602#M492606</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-18T05:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268603#M492607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally, If END_COLUMN is an IMPORTING parameter and you just want to change it in code before using it, Turn on the "Pass by Value" check box in the parameter properties... and voila, the error disappears &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268603#M492607</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-18T06:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268604#M492608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2268604#M492608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:57:14Z</dc:date>
    </item>
  </channel>
</rss>

