<?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: Retrieving values from table control using DYNP_VALUES_READ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176750#M756014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to populate the dynpfields internal table before calling the function,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data: repid like sy-repid.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dynpfields-fieldname = 'PNAME'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;append dynpfields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;repid = sy-repid.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;call function 'DYNP_VALUES_READ'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exporting&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dyname = repid&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dynumb = sy-dynnr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tables&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dynpfields = dynpfields&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exceptions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;others.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;read table dynpfields index 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pname = dynpfields-fieldvalue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will have the field value in pname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 05:11:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T05:11:13Z</dc:date>
    <item>
      <title>Retrieving values from table control using DYNP_VALUES_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176749#M756013</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;I am trying to retrieve the values from the table control using the FM DYNP_VALUES_READ. I have a situation where user enter values in table control in T.code FB60 in Withholding tab for validation purpose. There i'll have to check based on some entries maintained in SET. &lt;/P&gt;&lt;P&gt;I am unable to get the values when i scroll to the next page in the table control. FM raising an exception invalid_dynprofield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting reply...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 04:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176749#M756013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T04:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving values from table control using DYNP_VALUES_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176750#M756014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to populate the dynpfields internal table before calling the function,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data: repid like sy-repid.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dynpfields-fieldname = 'PNAME'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;append dynpfields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;repid = sy-repid.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;call function 'DYNP_VALUES_READ'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exporting&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dyname = repid&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dynumb = sy-dynnr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tables&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dynpfields = dynpfields&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;exceptions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;others.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;read table dynpfields index 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pname = dynpfields-fieldvalue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will have the field value in pname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 05:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176750#M756014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T05:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving values from table control using DYNP_VALUES_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176751#M756015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Vinodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am able to get the values entered in the first page of the table control, when i try to enter the values in the second page of the table control again STEPL index is set to 1 for the first row. I want to retrieve the value based on the line number or STEPL  in DYNPREAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 05:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176751#M756015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T05:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving values from table control using DYNP_VALUES_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176752#M756016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem, try to use the command GET CURSOR LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 15:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-values-from-table-control-using-dynp-values-read/m-p/3176752#M756016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T15:52:09Z</dc:date>
    </item>
  </channel>
</rss>

