<?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: Default values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846054#M358921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I understand what do you want to say, but my explanation it's horrible I'm terrible sorry.&lt;/P&gt;&lt;P&gt;What I want to say is e.g:&lt;/P&gt;&lt;P&gt; I have a Function Group of two Function Modules and one has a table of parameter, when I call one Function Module that don't has a table parameter the other one wich has the table, this one fills up and is ready to use with table full without put the data manually and without selection screens and others.&lt;/P&gt;&lt;P&gt;It's possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 14:51:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T14:51:08Z</dc:date>
    <item>
      <title>Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846048#M358915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, I'd like if I could have a table in a module function with default values.&lt;/P&gt;&lt;P&gt;I know that I can do this with Import parameters, Can I do the same with the tables?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846048#M358915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T11:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846049#M358916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes You can do this with the TABLES statments, just give the name in the TABLES parameters, when you calling the Function module, you can pass the Same structure Internal table, and write the code in the Source code of the Function module, &lt;/P&gt;&lt;P&gt;if you specify the Import parameters, and once call the Function module then it will appear in the Export Parametrs, same as if you define the Table in the TABLES parameters, that will appear in the TABLES statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846049#M358916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846050#M358917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be done...Check &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; function module...in the TABLES parameter u need to input values and the same gets accumulated in another after execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846050#M358917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846051#M358918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have a table in a module function/function module with default values.&lt;/P&gt;&lt;P&gt;You can write the default value in your codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.: your table name is TMARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF TMARA[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    TMARA-MATNR = '1000'.&lt;/P&gt;&lt;P&gt;    APPEND TMARA.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above codes will make table TMARA has default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846051#M358918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T11:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846052#M358919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, I thought that I could insert the values directly into the table and when I run then function module, this one carries the default values that I inserted before, without code I mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846052#M358919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846053#M358920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is what &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; does...in selection screen u will specify values and when u run the FM it will internally do some logic and outputs the data into other table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 12:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846053#M358920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846054#M358921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I understand what do you want to say, but my explanation it's horrible I'm terrible sorry.&lt;/P&gt;&lt;P&gt;What I want to say is e.g:&lt;/P&gt;&lt;P&gt; I have a Function Group of two Function Modules and one has a table of parameter, when I call one Function Module that don't has a table parameter the other one wich has the table, this one fills up and is ready to use with table full without put the data manually and without selection screens and others.&lt;/P&gt;&lt;P&gt;It's possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 14:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846054#M358921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846055#M358922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to Declare the Table in the TOP include of the Function group, so that the Table/Internal table will avilabe for all the Function modules, You can fill the Table without the Selection screen but you need to execute the Function module to fill the data in to that, once it is fill then you can use the Table for entire Function group. make sure the Table should be declared in the TOP include of the Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 14:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846055#M358922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846056#M358923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Very Much!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 15:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-values/m-p/1846056#M358923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T15:44:20Z</dc:date>
    </item>
  </channel>
</rss>

