<?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 Getting another screen values? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666156#M1288552</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;  Is it possible to get a different screen field value from the current screen by using DYNP_VALUES_READ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or How can we read?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the scenario is ME21N...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 06:04:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T06:04:21Z</dc:date>
    <item>
      <title>Getting another screen values?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666156#M1288552</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;  Is it possible to get a different screen field value from the current screen by using DYNP_VALUES_READ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or How can we read?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the scenario is ME21N...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666156#M1288552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting another screen values?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666157#M1288553</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;You cannot read the other screen field values using the FM DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;Check the fields decalared on the other screen are globally declared or not. If they are globally declared than you can use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or chek those values are passed to any other global fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else there is no other go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666157#M1288553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting another screen values?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666158#M1288554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I do not think the FM DYNP_VALUES_READ will work in this scenerio.&lt;/P&gt;&lt;P&gt;So you can use the &lt;STRONG&gt;Get parameter id 'XYZ'  field w_field.&lt;/STRONG&gt; to get the fields value from the &lt;/P&gt;&lt;P&gt;SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : w_ebeln TYPE ebeln.
GET PARAMETER ID 'BES' FIELD w_ebeln.
WRITE : w_ebeln.  " Purchasing Document Number 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666158#M1288554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting another screen values?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666159#M1288555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I am trying to access the field value from one search help exit, I am not able to access the global structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I try Field Exit(Where I can export ther value)  in this case? &lt;/P&gt;&lt;P&gt;Then whether I can import the memory in my search help exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Lijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666159#M1288555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting another screen values?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666160#M1288556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your field exit fm use statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export var to memory id 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your search help exit use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import var from memory id 'ABC'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-another-screen-values/m-p/5666160#M1288556</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2009-05-28T06:38:49Z</dc:date>
    </item>
  </channel>
</rss>

