<?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: changing data in called program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679854#M299677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the data in a field in a program using field-symbols. The field-symbols acts as a pointer to a defined field. Change the field-symbol value will in turn change the value of the field. You can also assign the value of a field from a different program ( at runtime ) to a field symbol. But I beleive that in this circumstance changing the field-symbol will not change the actual field value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this same problem myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2006 11:47:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-06T11:47:43Z</dc:date>
    <item>
      <title>changing data in called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679853#M299676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an exit where I want to change the main program's internal table data dynamically in this exit FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, I want to change the internal table data in calling program being in called FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done? If so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 11:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679853#M299676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: changing data in called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679854#M299677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the data in a field in a program using field-symbols. The field-symbols acts as a pointer to a defined field. Change the field-symbol value will in turn change the value of the field. You can also assign the value of a field from a different program ( at runtime ) to a field symbol. But I beleive that in this circumstance changing the field-symbol will not change the actual field value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this same problem myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 11:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679854#M299677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: changing data in called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679855#M299678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  u can use Extenal subroutine to change the internal table in FM.&lt;/P&gt;&lt;P&gt;  before that there must be a internal table defined in the fm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 11:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679855#M299678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: changing data in called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679856#M299679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we can access the data of different programs using field-symbols, but now I need to update the internal table records being in called program &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679856#M299679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: changing data in called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679857#M299680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have any subroutine to run from FM, I have the internal table name and main program name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I change the internal table data from the user exit function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 12:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-data-in-called-program/m-p/1679857#M299680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T12:04:18Z</dc:date>
    </item>
  </channel>
</rss>

