<?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: Mapping a Input help field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025154#M415000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Create a Search Help in Txn SE11 -&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Enter check table name in Selection Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Add both CODE and DESCRIPTION as Search Help Parameter - Both of them as EXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Assign Search help to table / structure field -&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to structure / table by which you have declared your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Select CODE field and click on search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Propose both CODE and DESCRIPTION fields as fields in your structure / table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Joshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;I hope u know how to award points&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 06:17:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T06:17:46Z</dc:date>
    <item>
      <title>Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025152#M414998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table control with CODE and DESCRIPTION as columns,first column is CODE and has a check table associated with it.So i press F4 for input help,to get the values for the table control.In the input help screen i get the CODE eg'01' and its Description eg'Order'.&lt;/P&gt;&lt;P&gt;so i select the row that i need and press enter.&lt;/P&gt;&lt;P&gt;Now in my Table control the selected row doesnt appear fully,Only the Field CODE is getting filled but the Field DESCRIPTION is not coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any easier way to get the DESCRIPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 13:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025152#M414998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025153#M414999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Can Give u an Idea based on this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make description field in that table control of limited size, say restrict it to CHAR 100. and fill this table with append table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_data-code = wa-code.&lt;/P&gt;&lt;P&gt;it_data-description = wa-description(100).&lt;/P&gt;&lt;P&gt;append it_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan Patel&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reward Points if u find this helpful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025153#M414999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025154#M415000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Create a Search Help in Txn SE11 -&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Enter check table name in Selection Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Add both CODE and DESCRIPTION as Search Help Parameter - Both of them as EXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Assign Search help to table / structure field -&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to structure / table by which you have declared your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Select CODE field and click on search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Propose both CODE and DESCRIPTION fields as fields in your structure / table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Joshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;I hope u know how to award points&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 06:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025154#M415000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T06:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025155#M415001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ppl for your valuable inputs,&lt;/P&gt;&lt;P&gt;As i am not authorised to create Search helps.&lt;/P&gt;&lt;P&gt;I am mapping it using POV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025155#M415001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T11:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025156#M415002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it through code in POV, As you might know PBO is not called when you select a value from F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you are thinking of pushing value into DESCRIPTION field based on the selected value of CODE field. The value will not get reflected in DESCRIPTION field after value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way you can populate value in DESCRIPTION field without even firing PBO is to use FM - "DYNP_VALUES_UPDATE". Enter parameters -&lt;/P&gt;&lt;P&gt;DYNAME - program name&lt;/P&gt;&lt;P&gt;DYNUMB - screen number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter field data in DYNPFIELDS like this -&lt;/P&gt;&lt;P&gt;LT_DYNPFIELDS-FIELDNAME = &amp;lt;DESCRIPTION SCREEN FIELD&amp;gt;.&lt;/P&gt;&lt;P&gt;LT_DYNPFIELDS-STEPL = &amp;lt;CURRENT LINE NO&amp;gt;. "get it from table control's current line eg - tabctrl-current_line&lt;/P&gt;&lt;P&gt;LT_DYNPFIELDS-FIELDVALUE = &amp;lt;value to be filled in DESCRIPTION field&amp;gt;.&lt;/P&gt;&lt;P&gt;APPEND LT_DYNPFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 12:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025156#M415002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T12:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a Input help field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025157#M415003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;I have used the Function module 'DYNP_VALUES_UPDATE'.Now its throwing a runtime error mentioned below.&lt;/P&gt;&lt;P&gt;Runtime errors: CALL_FUNCTION_CONFLICT_LENG&lt;/P&gt;&lt;P&gt;Except.           CX_SY_DYN_CALL_ILLEGAL_TYPE.&lt;/P&gt;&lt;P&gt;Short text:       Type conflict when calling a function module&lt;/P&gt;&lt;P&gt;                      the function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code i implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ws_dynpfields-fieldname  = wc_scrfld.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ws_dynpfields-stepl      = tc_1017-current_line.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ws_dynpfields-fieldvalue = ws_hssr-text.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; APPEND ws_dynpfields TO wt_dynpfields.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dyname               = 'sapmzapp01'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dynumb               = '1008'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dynpfields           = wt_dynpfields&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     invalid_abapworkarea = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     invalid_dynprofield  = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     invalid_dynproname   = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     invalid_dynpronummer = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     invalid_request      = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     no_fielddescription  = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     undefind_error       = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     OTHERS               = 8.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE e800(zmdb_mda_supplier).&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is in screen USER COMMAND OF 1017(POV-input help screen).&lt;/P&gt;&lt;P&gt;wt_dynpfields is the internal table.&lt;/P&gt;&lt;P&gt;and its fields are fieldname,stepl and fieldvalue &lt;/P&gt;&lt;P&gt;ws_dynpfields is the workarea of the internal table.&lt;/P&gt;&lt;P&gt;wc_scrfld-Constant with value zbut0000qnnyxa-ztfldg6h7np'(the description field name of the screen 1008 where i want the description value to get in automatically after selecting from input help)&lt;/P&gt;&lt;P&gt;ws_hssr-text= The Work area containing the value 'eg ORDER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly get back immediately....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 06:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-a-input-help-field/m-p/2025157#M415003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T06:12:57Z</dc:date>
    </item>
  </channel>
</rss>

