<?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: Howto access TABLES type parameter within function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810459#M1125987</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;within the exporting parameters use a table type parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a table type using SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 11:19:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T11:19:21Z</dc:date>
    <item>
      <title>Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810458#M1125986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to define a callback function for a BAL message with message parameters. It seems to me that the message parameters appended to the message become passed to the callback function as a TABLES function parameter. Thus I tried to define a function module with a TABLES parameter in the function module's interface. This is not possible because this feature seems to be obsolete ( I get a warning: 'TABLES parameters are obsolete! Message no. FL069 Diagnosis...'). I located the position where the function module call is done: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION I_S_PARAMS-CALLBACK-USEREXITF
               TABLES
                 I_T_PARAMS            = L_T_SPAR
               EXCEPTIONS
                 OTHERS                = 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;How can I access the table passed there within my function module?&lt;/P&gt;&lt;P&gt;I already tried to create a changing parameter with the same name and type and a header line in the function module but this does not work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and kind regards,&lt;/P&gt;&lt;P&gt;...Cedrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810458#M1125986</guid>
      <dc:creator>CedrikKern</dc:creator>
      <dc:date>2008-11-24T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810459#M1125987</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;within the exporting parameters use a table type parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a table type using SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810459#M1125987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810460#M1125988</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 need to create a TYPE TABLE by SE11 and then create an export or changing parameter based on this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by SE11:&lt;/P&gt;&lt;P&gt;A) Create a structure with all fields included in your varaible L_T_SPAR&lt;/P&gt;&lt;P&gt;B) Create a type table based on the structure above;&lt;/P&gt;&lt;P&gt;C) Use this type in your fm to define the changing or export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810460#M1125988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810461#M1125989</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;thanks for your quick answers I tried what you suggested but this leads to a short dump:&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="9" __jive_macro_name="size"&gt;Runtime Errors         CALL_FUNCTION_PARM_MISSING
Except.                CX_SY_DYN_CALL_PARAM_MISSING
....
  Error analysis
     An exception occurred that is explained in detail below.
     The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was
      not caught in
     procedure "PARAMETERS_SHOW" "(FORM)", nor was it propagated by a RAISING
      clause.
     Since the caller of the procedure could not have anticipated that the
     exception would occur, the current program is terminated.
     The reason for the exception is:
     When calling the function module "TPM_TRAC_INC_CALLBACK_READ", one of the
      parameters
     needed according to the interface description was not specified.

     This parameter was "I_T_PARAMS".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Changing Parameter of my Callback function module is also called I_T_PARAMS and has the same table structure fields as L_T_SPAR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810461#M1125989</guid>
      <dc:creator>CedrikKern</dc:creator>
      <dc:date>2008-11-24T11:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810462#M1125990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I get a warning: 'TABLES parameters are obsolete! Message no. FL069 Diagnosis..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i think this can be ignored as its just a warning, you can create a table parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810462#M1125990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810463#M1125991</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;Where is this call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION I_S_PARAMS-CALLBACK-USEREXITF&lt;/P&gt;&lt;P&gt;               TABLES&lt;/P&gt;&lt;P&gt;                 I_T_PARAMS            = L_T_SPAR&lt;/P&gt;&lt;P&gt;               EXCEPTIONS&lt;/P&gt;&lt;P&gt;                 OTHERS                = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it in a std report or custom one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the call is a std report u need to create a fm having the same parameter used here, so u need to create a fm with a table parameter like L_T_SPAR although the table parameter is obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810463#M1125991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T12:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Howto access TABLES type parameter within function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810464#M1125992</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;if there is no other way but to ignore this warning I will do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help and kind regards,&lt;/P&gt;&lt;P&gt;Cedrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/howto-access-tables-type-parameter-within-function-module/m-p/4810464#M1125992</guid>
      <dc:creator>CedrikKern</dc:creator>
      <dc:date>2008-11-24T12:55:39Z</dc:date>
    </item>
  </channel>
</rss>

