<?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 Table Maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060200#M425715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a search help exit. The requirement is, I have 3 fields on the screen. User provides the inputs in first 2 fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now, I would like to search the possible values for the 3rd field based on the values entered in the first 2 fields. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;On the search help I have 3 fields. Here, I have to default the first 2 fields with the values entered by the user in the first 2 fields on the &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;screen. I know that I can do it in the PRESEL callcontrol-step, but the problem is I am not able to capture the values of the first 2 fields from the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the code to show the F4 help in the POV event of the screen generated by table maintenance generator. I am not able to capture the values of the first 2 fields using DYNP_READ_VALUES. And I want the values of the first two fields to show the f4 values for the third field using a select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me out here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 12:51:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T12:51:10Z</dc:date>
    <item>
      <title>Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060200#M425715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a search help exit. The requirement is, I have 3 fields on the screen. User provides the inputs in first 2 fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now, I would like to search the possible values for the 3rd field based on the values entered in the first 2 fields. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;On the search help I have 3 fields. Here, I have to default the first 2 fields with the values entered by the user in the first 2 fields on the &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;screen. I know that I can do it in the PRESEL callcontrol-step, but the problem is I am not able to capture the values of the first 2 fields from the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the code to show the F4 help in the POV event of the screen generated by table maintenance generator. I am not able to capture the values of the first 2 fields using DYNP_READ_VALUES. And I want the values of the first two fields to show the f4 values for the third field using a select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me out here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 12:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060200#M425715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060201#M425716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well my sap help tells me that the data transport has to be done manually from dynpro to ABAP in your case.&lt;/P&gt;&lt;P&gt;It even tells me that you shall use function modules which were coded for exactly THAT requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesnt tell me which are those FM´s. And sorry i dont know em myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try SAP help for AT SELECTION-SCREEN ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060201#M425716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060202#M425717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;You might have tried DYNP_VALUES_READ, but i cant quite see why it hasnt worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see this example also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*give program name and screen number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_program_name = sy-repid.&lt;/P&gt;&lt;P&gt;l_dynpro_number = sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*give field name, whose value you want to read into the field 'fieldname' of the &lt;/P&gt;&lt;P&gt;*internal table l_dynp_value_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_dynp_value_tab-fieldname = l_field_name.&lt;/P&gt;&lt;P&gt;append l_dynp_value_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;dyname = l_program_name&lt;/P&gt;&lt;P&gt;dynumb = l_dynpro_number&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;dynpfields = l_dynp_value_tab&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;invalid_abapworkarea = 04&lt;/P&gt;&lt;P&gt;invalid_dynprofield = 08&lt;/P&gt;&lt;P&gt;invalid_dynproname = 12&lt;/P&gt;&lt;P&gt;invalid_dynpronummer = 16&lt;/P&gt;&lt;P&gt;invalid_request = 20&lt;/P&gt;&lt;P&gt;no_fielddescription = 24&lt;/P&gt;&lt;P&gt;undefind_error = 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table l_dynp_value_tab index 1.&lt;/P&gt;&lt;P&gt;l_functd1_value = l_dynp_value_tab-fieldvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*now you have the field value in the variable l_functd1_value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*repeat the process for the second screen field.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pranati.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2060202#M425717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:33:57Z</dc:date>
    </item>
  </channel>
</rss>

