<?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: Passing values to FG from program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846227#M666782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edwin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The field symbol is not assigned in the debug mode.Ya I will use export and import now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:05:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T14:05:36Z</dc:date>
    <item>
      <title>Passing values to FG from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846225#M666780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Please help me to sort this problem.I have to call a screen in the Function group from a report  program so I am using below code to call it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear bdcdata_wa.&lt;/P&gt;&lt;P&gt;  bdcdata_wa-program = 'SAPLZSECURITIES'.&lt;/P&gt;&lt;P&gt;  bdcdata_wa-dynpro = '0300'. "where 300 normal screen&lt;/P&gt;&lt;P&gt;  bdcdata_wa-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  append bdcdata_wa to bdcdata_tab.&lt;/P&gt;&lt;P&gt;  call transaction 'ZDOCS_SECURITIES' using bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to access the values from the program in FG screen after calling the screen.So I used below code but it is not working.Please help me to sort it out.&lt;/P&gt;&lt;P&gt;assign ('(ZCML_DOCS_SECURITIES)I_VDARL') to &amp;lt;fs_vdarl&amp;gt;."I_VDARL Structure&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        move &amp;lt;fs_vdarl&amp;gt; to i_vdarl.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 13:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846225#M666780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values to FG from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846226#M666781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would work if it's an include/form, and you read data from the main program. But I do not know if it can be used with a call transaction. Maybe the problem is that it is not the same LUW... But I am not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see anyting wrong with the code itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When debugging, is the field symbol &amp;lt;fs_vdarl&amp;gt; assigned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you use an export to memory instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 13:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846226#M666781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values to FG from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846227#M666782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edwin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The field symbol is not assigned in the debug mode.Ya I will use export and import now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-to-fg-from-program/m-p/2846227#M666782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:05:36Z</dc:date>
    </item>
  </channel>
</rss>

