<?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 F4 Help for a dynamic input field( class CL_DD_INPUT_ELEMENT) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708697#M310179</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;I am programming a dynamic document which has several input fields on it. I want to program F4 helps for these fields, does anyone have an idea how I can do that?&lt;/P&gt;&lt;P&gt;I have the idea to program a button(class CL_DD_BUTTON_ELEMENT) next to the input field and manually program an F4 help in the event handler of the button. But I do not know how I can handle pattern entries with '*' etc. in the input field. Is there a function module which could give me an F4 list(F4IF_INT_TABLE_VALUE_REQUEST could not be used, because it needs a dynpro field as a return field, which we do not have in this case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 08:44:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T08:44:45Z</dc:date>
    <item>
      <title>F4 Help for a dynamic input field( class CL_DD_INPUT_ELEMENT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708697#M310179</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;I am programming a dynamic document which has several input fields on it. I want to program F4 helps for these fields, does anyone have an idea how I can do that?&lt;/P&gt;&lt;P&gt;I have the idea to program a button(class CL_DD_BUTTON_ELEMENT) next to the input field and manually program an F4 help in the event handler of the button. But I do not know how I can handle pattern entries with '*' etc. in the input field. Is there a function module which could give me an F4 list(F4IF_INT_TABLE_VALUE_REQUEST could not be used, because it needs a dynpro field as a return field, which we do not have in this case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 08:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708697#M310179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help for a dynamic input field( class CL_DD_INPUT_ELEMENT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708698#M310180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE node.&lt;/P&gt;&lt;P&gt;allows you to define further nodes for dynamic selections. If the node has type T, you can use TABLE instead of NODE. The user can then decide at runtime the components of the node for which he or she wants to enter selections. Dynamic selections require special handling in the database program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4 HELP-&amp;gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN ON VALUE REQUEST FOR P_SACHA.&lt;/P&gt;&lt;P&gt;    PERFORM VALUES_SACHA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708698#M310180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help for a dynamic input field( class CL_DD_INPUT_ELEMENT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708699#M310181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this sample program&lt;/P&gt;&lt;P&gt;DD_ADD_FORM_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use ADD_SELECT_ELEMENT method of CL_DD_FORM_AREA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doest exactly look like a F4 but more like a drop down list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-for-a-dynamic-input-field-class-cl-dd-input-element/m-p/1708699#M310181</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-11-15T09:12:45Z</dc:date>
    </item>
  </channel>
</rss>

