<?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: modify the content of a table inside function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753119#M1114760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it all depends on how you defined the variable, tables etc. the structure you are modifying is a part of interface..? how you defined the interface. is that whith out any type..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 04:05:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T04:05:50Z</dc:date>
    <item>
      <title>modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753117#M1114758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if line_bill-cust_no = line_cust-cust_no.&lt;/P&gt;&lt;P&gt;    line_cust-tot_amt = line_cust-tot_amt + line_bill-bill_amt.&lt;/P&gt;&lt;P&gt;    MODIFY it_cust1 FROM line_cust transporting tot_amt  WHERE  cust_no = line_bill-cust_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside the function module in se 37 i am getting an error .&lt;/P&gt;&lt;P&gt;The specified type has no structure and therefore no component called tot_amt....		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually if im running this code inside the se38 editor its running fine . but i want to do this inside a function module. when i tried to do this im getting the above error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me in resolving the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753117#M1114758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753118#M1114759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check the declaration of tot_amt  in the attribute part of the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753118#M1114759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753119#M1114760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it all depends on how you defined the variable, tables etc. the structure you are modifying is a part of interface..? how you defined the interface. is that whith out any type..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753119#M1114760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753120#M1114761</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;Please check the declaration of your function module....there are some tabs..Import,Export,Tables,Changing....You have to declare these properly....and also declare the structures properly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753120#M1114761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753121#M1114762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arunima ,&lt;/P&gt;&lt;P&gt;                   i have declared the tables in the changing tab.. my problem is , how to access the line of the table inside the function module .&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt; loop at itab into wa where field1 = 'field2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have declared the wa in the function module but still it gives the error that field1 is not recognisable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to resolve this...&lt;/P&gt;&lt;P&gt;kindly help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753121#M1114762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753122#M1114763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how you defined the itab in the changing tab. are you using any table type..? if you just refer the structure name then you have to use the table type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753122#M1114763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753123#M1114764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes in have given table type as standard table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753123#M1114764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: modify the content of a table inside function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753124#M1114765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show the changing parameter declaration../&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab   type      ..?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-the-content-of-a-table-inside-function-module/m-p/4753124#M1114765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:25:32Z</dc:date>
    </item>
  </channel>
</rss>

