<?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: Problem creating function module in ECC6.0! Please help. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258061#M489185</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;Create a table type in SE11 for the structure ZSELTB &amp;amp; ZSELTB2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INstead of TABLES use CHANGING parameter and give the table type in the TYPE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the radio button data type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give ZSELTB_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the radio button..Table type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the structure name ZSELTB..in the row type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press save and activate the table type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the existing table type AFVC_T if you have any clarifications..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose the changing tab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the table type name as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CH_ZSELTB TYPE ZSELTB_T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2007 21:56:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-17T21:56:13Z</dc:date>
    <item>
      <title>Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258059#M489183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a new function module that was there in the previous version(4.6C) but the function module does not let me add parameters in "TABLES" section! It sayd TABLES is obsolete! Any help would be great. I am putting function module declaration in old version below if this could help. thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module declaration in old version:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(EINF_MEHRF) DEFAULT 'E'&lt;/P&gt;&lt;P&gt;*"     VALUE(START_COLUMN) DEFAULT 4&lt;/P&gt;&lt;P&gt;*"     VALUE(START_ROW) DEFAULT 4&lt;/P&gt;&lt;P&gt;*"     VALUE(WINDOW_TITLE) DEFAULT ' '&lt;/P&gt;&lt;P&gt;*"     VALUE(HEADER_LINE) LIKE  ZSELTB STRUCTURE  ZSELTB OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(HEADER_LINE2) LIKE  ZSELTB2 STRUCTURE  ZSELTB2 OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SEL_LIN1) LIKE  ZSELTB STRUCTURE  ZSELTB&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SEL_LIN2) LIKE  ZSELTB2 STRUCTURE  ZSELTB2&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      SEL_TABLE STRUCTURE  ZSELTB OPTIONAL&lt;/P&gt;&lt;P&gt;*"      SEL_MULT STRUCTURE  ZSELTB2 OPTIONAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 21:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258059#M489183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T21:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258060#M489184</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;It allows.. it only a warning message..Press Enter when the warning message shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use changing instead of tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Syed A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 21:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258060#M489184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T21:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258061#M489185</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;Create a table type in SE11 for the structure ZSELTB &amp;amp; ZSELTB2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INstead of TABLES use CHANGING parameter and give the table type in the TYPE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the radio button data type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give ZSELTB_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the radio button..Table type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the structure name ZSELTB..in the row type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press save and activate the table type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the existing table type AFVC_T if you have any clarifications..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose the changing tab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the table type name as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CH_ZSELTB TYPE ZSELTB_T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 21:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258061#M489185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258062#M489186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your latest version?&lt;/P&gt;&lt;P&gt;What are you exactly trying to do in tables parameter? It should allow you to add the parameters. post the code what you are trying to add.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 21:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258062#M489186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T21:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258063#M489187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dah, I just had to hit enter because it was just a warning. Thanks for your time and I rewarded points to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 22:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258063#M489187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T22:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating function module in ECC6.0! Please help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258064#M489188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;This item was very helpful also for me.&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 08:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-function-module-in-ecc6-0-please-help/m-p/2258064#M489188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T08:11:41Z</dc:date>
    </item>
  </channel>
</rss>

