<?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: f4 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046625#M721191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create an internal table like this with following fields&lt;/P&gt;&lt;P&gt;month text&lt;/P&gt;&lt;P&gt;01 January&lt;/P&gt;&lt;P&gt;02 February&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;12 December&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when user presses F4 on month.&lt;/P&gt;&lt;P&gt;Write this code in POV.(Process on Value Request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at tb_month where month &amp;gt;= start_date&lt;EM&gt;4(2) and &amp;lt;= end_date&lt;/EM&gt;4(2).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Move this data in an internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use FM F4&lt;STRONG&gt;INT&lt;/STRONG&gt;VALUE*REQUEST ( Sorry I don't rem exact name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Nov 2007 10:35:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-03T10:35:28Z</dc:date>
    <item>
      <title>f4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046622#M721188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have three fields in module pool 1. Start Date 2. End Date 3. Months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt; Start Date : 01.02.2007 &lt;/P&gt;&lt;P&gt; End Date: 27.06.2007&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If i click month field only i should display/ enable following months only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FEBRAUARY,MARCH,APRIL, MAY JUNE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible if any one know please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 07:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046622#M721188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-03T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046623#M721189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    U can use DYNP_VALUES_READ Function module to read the data of the screen elements bbefore the screen is processed. So u use this FM and get the values of start date and end date , so that u can  write ur further logic.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shafivullah Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 07:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046623#M721189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-03T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046624#M721190</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;since ur doing Module pool , if ur using those fields referencing to ur customized table, then mention FEBRAUARY,MARCH,APRIL, MAY JUNE at domain level in value range tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tc&lt;/P&gt;&lt;P&gt;saji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 09:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046624#M721190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-03T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046625#M721191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create an internal table like this with following fields&lt;/P&gt;&lt;P&gt;month text&lt;/P&gt;&lt;P&gt;01 January&lt;/P&gt;&lt;P&gt;02 February&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;12 December&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when user presses F4 on month.&lt;/P&gt;&lt;P&gt;Write this code in POV.(Process on Value Request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at tb_month where month &amp;gt;= start_date&lt;EM&gt;4(2) and &amp;lt;= end_date&lt;/EM&gt;4(2).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Move this data in an internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use FM F4&lt;STRONG&gt;INT&lt;/STRONG&gt;VALUE*REQUEST ( Sorry I don't rem exact name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 10:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/3046625#M721191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-03T10:35:28Z</dc:date>
    </item>
  </channel>
</rss>

