<?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: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407521#M10679</link>
    <description>&lt;P&gt;You paste twice the same code, so no field-symbol appearance?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2017 07:15:03 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2017-03-16T07:15:03Z</dc:date>
    <item>
      <title>can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407520#M10678</link>
      <description>&lt;P&gt;HI, MASTERS &lt;/P&gt;&lt;P&gt;I have written 2 z-programs one is to get the data &lt;/P&gt;&lt;P&gt;the second one is two fetch the data from the first program &lt;/P&gt;&lt;P&gt;here is the 1 st program&lt;/P&gt;&lt;P&gt;PARAMETERS p_matnr TYPE matnr DEFAULT '000000000000000023'.&lt;BR /&gt;
&lt;BR /&gt;
DATA lt_makt TYPE STANDARD TABLE OF makt.&lt;BR /&gt;
DATA ls_makt TYPE makt.&lt;BR /&gt;
&lt;BR /&gt;
SELECT * FROM makt INTO table lt_makt WHERE matnr = p_matnr.&lt;BR /&gt;
&lt;BR /&gt;
 LOOP AT lt_makt INTO ls_makt.&lt;BR /&gt;
&lt;BR /&gt;
 WRITE : / ls_makt-matnr,&lt;BR /&gt;
 ls_makt-spras.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;2nd program is&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;parameters p_mat type matnr default '000000000000000023' NO-DISPLAY.&lt;/P&gt;&lt;P&gt;
data: txtlines(1024) type c occurs 0 with header line.&lt;BR /&gt;
TYPES LS_MAKT TYPE MAKT.&lt;BR /&gt;
&lt;BR /&gt;
DATA lt_makt TYPE STANDARD TABLE OF makt.&lt;BR /&gt;
SUBMIT ytest_sanju_submit EXPORTING LIST TO MEMORY AND RETURN&lt;BR /&gt;
WITH p_matnr = p_mat.&lt;BR /&gt;
IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;fs_makt&amp;gt; TYPE ANY TABLE. "makt.&lt;BR /&gt;
DATA LV_FIELD(50) TYPE C .&lt;BR /&gt;
&lt;BR /&gt;
lv_field = '(ytest_sanju_submit)ls_makt'.&lt;BR /&gt;
&lt;BR /&gt;
ASSIGN (lv_field) to &amp;lt;fs_makt&amp;gt;.&lt;/P&gt;&lt;P&gt;the thing is i am not getting the value into the lv_field instead of value am getting the text&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 07:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407520#M10678</guid>
      <dc:creator>sanjeeva_reddy9</dc:creator>
      <dc:date>2017-03-16T07:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407521#M10679</link>
      <description>&lt;P&gt;You paste twice the same code, so no field-symbol appearance?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 07:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407521#M10679</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-03-16T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407522#M10680</link>
      <description>&lt;P&gt;now  changed . can you please check it now&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407522#M10680</guid>
      <dc:creator>sanjeeva_reddy9</dc:creator>
      <dc:date>2017-03-16T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407523#M10681</link>
      <description>&lt;P&gt;Still not clear which program is which.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407523#M10681</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-03-16T08:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407524#M10682</link>
      <description>&lt;P&gt;Attempting to use field symbols in this way is a bad idea, and totally pointless if both programs are Z, since you can change both, and so use more robust techniques.&lt;/P&gt;&lt;P&gt;You seem to have a fundamental misunderstanding though.You are trying to get the value of variable in program &lt;STRONG&gt;ytest_sanju_submit&lt;/STRONG&gt; (an inner program), AFTER you've run it, from the outer program. The memory used by &lt;B&gt;ytest_sanju_submit&lt;/B&gt; is no longer available when that program has finished execution. The field symbol technique is used to access the value of variables in the CALLING program from the CALLED program, when there's not really another way of sharing data . I'm not sure it even works with SUBMIT.&lt;/P&gt;&lt;P&gt;I suggest you spend some time reading up on ABAP memory.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407524#M10682</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-03-16T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407525#M10683</link>
      <description>&lt;P&gt;This line is apparently wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_field = '(ytest_sanju_submit)-ls_makt)ls_makt'.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407525#M10683</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-16T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407526#M10684</link>
      <description>&lt;P&gt;It does not work with SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapassign_mem_area_dynamic_dobj.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapassign_mem_area_dynamic_dobj.htm&lt;/A&gt;&lt;/P&gt; &lt;P&gt;the program "PROG" must be loaded into the &lt;STRONG&gt;same internal session&lt;/STRONG&gt; as the current program&lt;/P&gt;&lt;P&gt;-&amp;gt; generally works only during external procedure calls &lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407526#M10684</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-16T09:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407527#M10685</link>
      <description>&lt;P&gt;tried differently but still not getting sir. can you check it now&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407527#M10685</guid>
      <dc:creator>sanjeeva_reddy9</dc:creator>
      <dc:date>2017-03-16T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407528#M10686</link>
      <description>&lt;P&gt;am just checking the functionality of field symbol by using this simple program.&lt;/P&gt;&lt;P&gt;if it works well then i go for the right one&lt;/P&gt;&lt;P&gt;thank you for your suggetions &lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407528#M10686</guid>
      <dc:creator>sanjeeva_reddy9</dc:creator>
      <dc:date>2017-03-16T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407529#M10687</link>
      <description>&lt;P&gt;Your test scenario is incorrectly constructed. You CANNOT do what you are trying to do. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407529#M10687</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-03-16T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407530#M10688</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;programs must be loaded into the &lt;STRONG&gt;same internal session ...&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 10:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407530#M10688</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-16T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: can't getting  DATA FROM ANOTHER PROGRAM USING FIELD-SYMBOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407531#M10689</link>
      <description>&lt;P&gt;SUBMIT AND RETURN starts a new internal mode. With field symbols, you can only access the variables from the same internal mode, so it just can't work.&lt;/P&gt;&lt;P&gt;You can only pass data via parameters (SUBMIT WITH), or using ABAP memory (EXPORT/IMPORT), or SAP memory (SET/GET PARAMETER), or any classic persistent layer (database table, file, etc.), or using ABAP channels. See "memory organization" in ABAP documentation to better understand the concepts.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-t-getting-data-from-another-program-using-field-symbol/m-p/407531#M10689</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-03-17T07:27:21Z</dc:date>
    </item>
  </channel>
</rss>

