<?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: function module to GET VALUES FROM SCREEN FIELDS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844332#M924262</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;Use DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 09:32:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T09:32:01Z</dc:date>
    <item>
      <title>function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844331#M924261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have four text fields in my screen. I want the values from them. I have to do it by looping at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;/// I have screen-fieldname. Is there any function module to get the values of this field ? ///////&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help........&lt;/P&gt;&lt;P&gt;Rewards Gauranteed..................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844331#M924261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844332#M924262</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;Use DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844332#M924262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844333#M924263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. DYNPRO_FIELD_GET&lt;/P&gt;&lt;P&gt; In this FM,&lt;/P&gt;&lt;P&gt;an internal table is returned,&lt;/P&gt;&lt;P&gt;FIELDS_TO_CONTAINERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There are many fields in this internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. the ones which u want are :&lt;/P&gt;&lt;P&gt;LINE&lt;/P&gt;&lt;P&gt;COLUMN&lt;/P&gt;&lt;P&gt;LENGTH&lt;/P&gt;&lt;P&gt;VISLENGTH&lt;/P&gt;&lt;P&gt;HEIGHT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. There are other useful fields also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844333#M924263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844334#M924264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Basu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ               Read screen field values before PAI field transport&lt;/P&gt;&lt;P&gt;DYNP_VALUES_UPDATE             Change screen field contents w/o PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPRO_FIELD_GET               Determine fields on screen&lt;/P&gt;&lt;P&gt;DYNP_UPDATE_FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844334#M924264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844335#M924265</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;Use the function module &lt;STRONG&gt;DYNPRO_FIELD_GET&lt;/STRONG&gt; to get the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FU DYNPRO_FIELD_GET&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;Determine fields on screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module edits a screen in SAPscript format and puts it in the table LINES and passes the fields to the table FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the parameter FLG_CHECK is set to '1', a check is made whether the screen exists before fetching the screen information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flag FLG_CONTROL controls the information formatting.&lt;/P&gt;&lt;P&gt;If FLG_CONTROL = '0' only the field information is provided.&lt;/P&gt;&lt;P&gt;If FLG_CONTROL = '1' the field information and the screen texts are provided in SAPscript format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formatting SAPscript runs only in a 'Light version'. TableControls, icons and graphical elements are not implemented. The modules RS_SCRP_PRINT or RS_SCRP_PRINT_IN_LIST should be used for printing the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;DYNPRO&lt;/P&gt;&lt;P&gt;FLG_CHECK&lt;/P&gt;&lt;P&gt;FLG_CONTROL&lt;/P&gt;&lt;P&gt;LANGU&lt;/P&gt;&lt;P&gt;PROGRAM&lt;/P&gt;&lt;P&gt;DYNP_FIELDS&lt;/P&gt;&lt;P&gt;LINES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;DYNPRO_NOT_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;SDOP&lt;/P&gt;&lt;P&gt;&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844335#M924265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: function module to GET VALUES FROM SCREEN FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844336#M924266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

  dynfields-fieldname = 'P_PROJ'.
  append dynfields.
  call function 'DYNP_VALUES_READ'
    exporting
      dyname     = 'Z_SYNTAX_CHECKER_EXIT'
      dynumb     = sy-dynnr
    tables
      dynpfields = dynfields
    exceptions
      others     = 0.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hope this helps you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-values-from-screen-fields/m-p/3844336#M924266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:51:56Z</dc:date>
    </item>
  </channel>
</rss>

