<?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: Dialog Programming : Input value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503206#M1422116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to enter a value then dont use output only.&lt;/P&gt;&lt;P&gt;wat u can do is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) either create a dropdown box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you will get all the F4 help result into a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  now check if your field has the value which is one in the table by reading the table with the screen value.&lt;/P&gt;&lt;P&gt;  if not then mabbe u can blank or give error....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many ways to do it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2010 09:55:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-08T09:55:35Z</dc:date>
    <item>
      <title>Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503202#M1422112</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 programmed a Dialog programe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my input Screen i have a field called 'New Project'. ( PROJ-PSPID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user must not be able to enter value directly into this field but must always be able to select it from the F4 HElp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Function module  'CN_SUCHE_FREIE_NUMMER'  as F4 help for the field 'NEW_PROJECT' ( to obtain the next available project number.), in the event Process on value request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I should not allow the user to enter any value directly, instead he must always select from the F4 Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen many post, but the answer is provided when they r using the Function module 'F4IF_FIELD_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my F4 help Func module is different , it is 'CN_SUCHE_FREIE_NUMMER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503202#M1422112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T09:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503203#M1422113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want users to change the value - then we can make the attributes of the field to OUTPUT ONLY in SE51. The value can be populated by using the Function Module you had mentioned in the PBO of the Screen, so the number will get loaded when the screen is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503203#M1422113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503204#M1422114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change it as lis box with key in the screen attributes of that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503204#M1422114</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-08T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503205#M1422115</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;You make the field as a drop down, then the user will not be able to enter any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503205#M1422115</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-01-08T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503206#M1422116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to enter a value then dont use output only.&lt;/P&gt;&lt;P&gt;wat u can do is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) either create a dropdown box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you will get all the F4 help result into a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  now check if your field has the value which is one in the table by reading the table with the screen value.&lt;/P&gt;&lt;P&gt;  if not then mabbe u can blank or give error....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many ways to do it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503206#M1422116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503207#M1422117</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;Thanks for the replies.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The function maodule 'CN_SUCHE_FREIE_NUMMER' needs the user to press the 'Find' button , hence i need to provide it to the user, such that he does the action, if you can jst plz check out the FM 'CN_SUCHE_FREIE_NUMMER', it would be of great help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot predict the next project number available (as it is dynamic ,determined from the number range), hence i cannot provide the list nor drop down &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to get the next project number available during creation of the project(CJ20n)( Custom program is been done : BDC program ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish to get your inputs,&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503207#M1422117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503208#M1422118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 10:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503208#M1422118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503209#M1422119</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;Make your field output only in a screen painter. Than call CN_SUCHE_FREIE_NUMMER in ON VALUE-REQUEST event for your field and after call of this function module set required screen variable according to exporting parameters of CN_SUCHE_FREIE_NUMMER. You also have to update this value using FM DYNP_VALUES_UPDATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 07:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503209#M1422119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T07:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Input value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503210#M1422120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagrik, I'l check it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-input-value/m-p/6503210#M1422120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:47:54Z</dc:date>
    </item>
  </channel>
</rss>

