<?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: Reading Screen field values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983938#M1161169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of functions that let you 'read' the field values from a screen; example DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37 and search with &lt;STRONG&gt;DYN&lt;/STRONG&gt;VALUE*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick one function that gets the values and try it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 13:34:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T13:34:48Z</dc:date>
    <item>
      <title>Reading Screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983934#M1161165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have one requirement that in IE02 screen there are so many tabs but I have to check one field on tab1 based on the value present in one of the field of tab2. For that I have created field exit for the field on tab1. But I am unable to retrieve the field value present in tab2. So my question is how to retrieve the field value present in Tab2 so that I can write logic for checking the field in Tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 11:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983934#M1161165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983935#M1161166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its IE02, its highly likely that the field has some parameter ID related to it. To see the parameter ID related to it go to F1-&amp;gt;Technical Information for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use GET PARAMETER to read the parameter value and work with the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create your custom parameter using SET PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 08:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983935#M1161166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T08:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983936#M1161167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prosenjt,&lt;/P&gt;&lt;P&gt;As you said, I added that parameter id in user profile and I checked with GET PARAMETER, but still the value is not getting picked up. What could be the reason? kindly suggest me if there is any other method to read the field value.&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;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 09:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983936#M1161167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983937#M1161168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. It is important to note that the values are stored in GLOBAL and User-Specific Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Parameter ID can be 20 Characters long. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass values to the SAP memory using SET PARAMETER ID &amp;lt;pid&amp;gt; field &amp;lt;f&amp;gt; and get the values from the SAP Memory using GET PARAMETER ID &amp;lt;pid&amp;gt; field&amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a selection screen, you link fields to parameters using the MEMORY ID addition in the PARAMETERS or SELECT-OPTIONS statement. If you specify an SPA/GPA parameter ID when you declare a parameter or selection option, the corresponding input field is linked to that input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we will see an example as to how SET PARAMETER and GET PARAMETER can be used in a real life Scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you want to call a Transaction and Skip the Initial Screen. For example in transaction VA01 if the parameters on the initial screen are fixed and you want to preset to the user screen no 2. then it can be done as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: d_order_type_field like vbak-auart value 'OR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'AAT' FIELD d_order_type_field.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VA01' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;You can also get the latest Order number from SAP using GET PARAMETER ID as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: d_order_no like vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Code for BDC.&lt;/P&gt;&lt;P&gt;        GET PARAMETER ID  'AUN' FIELD d_order_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 09:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983937#M1161168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983938#M1161169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of functions that let you 'read' the field values from a screen; example DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37 and search with &lt;STRONG&gt;DYN&lt;/STRONG&gt;VALUE*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick one function that gets the values and try it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 13:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-screen-field-values/m-p/4983938#M1161169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T13:34:48Z</dc:date>
    </item>
  </channel>
</rss>

