<?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 get field symbol value across function group. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007223#M957290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two function groups and I want to have the value of an internal table in function group 1 in Function group 2.  I  found that Field symbols can be used for this. Could anyone please help me out with information about how tom do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 09:17:41 GMT</pubDate>
    <dc:creator>sudha_naik</dc:creator>
    <dc:date>2008-06-13T09:17:41Z</dc:date>
    <item>
      <title>get field symbol value across function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007223#M957290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two function groups and I want to have the value of an internal table in function group 1 in Function group 2.  I  found that Field symbols can be used for this. Could anyone please help me out with information about how tom do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007223#M957290</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2008-06-13T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: get field symbol value across function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007224#M957291</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;cross assigns work like this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS:
  &amp;lt;gt_int_edidc&amp;gt;         TYPE STANDARD TABLE.

  ASSIGN ('(RSEIDOC2)INT_EDIDC[]') TO &amp;lt;gt_int_edidc&amp;gt;.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN __default_attr="Courier New" __jive_macro_name="font"&gt;RSEIDOC2&lt;/SPAN&gt; is the program and &lt;SPAN __default_attr="Courier New" __jive_macro_name="font"&gt;INT_EDIDC&lt;/SPAN&gt; is the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program names of function groups usually starts with &lt;SPAN __default_attr="Courier New" __jive_macro_name="font"&gt;SAPLS&lt;/SPAN&gt;. You can find the program name of the function goup on attributes tab of one appropriate function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Rudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007224#M957291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: get field symbol value across function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007225#M957292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Rudi .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We put the code like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS method".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007225#M957292</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2008-06-13T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: get field symbol value across function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007226#M957293</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;guess you need a table type of &lt;SPAN __default_attr="Courier New" __jive_macro_name="font"&gt;MCHB&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS &amp;lt;gfs_mchb&amp;gt; TYPE TABLE OF MCHB.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards Rudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007226#M957293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: get field symbol value across function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007227#M957294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. if you are transfering data from internal table use [] after the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Cynthia Somnath on Jun 13, 2008 11:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-symbol-value-across-function-group/m-p/4007227#M957294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:30:08Z</dc:date>
    </item>
  </channel>
</rss>

