<?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: Value help based on condn. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895935#M1327163</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;In my dialog programming table control  i am having 10 column fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my column field i am having List box with   different  status types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will select any status  in the column field I have to show  related documents for that status when user is going to the document column field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I  have  used  Process on value-request .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to populate the F4 values based on  user selected in the status column field ( List box) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User wonu2019t select the ROW of the table. Just they will go any row with out selecting ROW  just they change the status from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find how I will know the latest status value they changed while populating F4  values for the document of the row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get cursor line ln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with get cursor field  fl vale g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even then I am  not getting the latest value of the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I can find the line . I donu2019t know the entire row (Work area) of the line.&lt;/P&gt;&lt;P&gt;I donu2019t know the exact changed value of the status .&lt;/P&gt;&lt;P&gt;if I am getting the changed status value I will  get the related document from the table and populate the F4 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am trying to find the changed field value from the internal table  i am not getting new changed value only old value available.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I need the latest changes of entire row field values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me how to proceed  further.&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;sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2009 14:36:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-12T14:36:10Z</dc:date>
    <item>
      <title>Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895926#M1327154</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 created a module-pool n I have f4 based on value request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to have diff f4 values based on if else condn.&lt;/P&gt;&lt;P&gt;d field is mat no.(matnr).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;der r 2 condns.&lt;/P&gt;&lt;P&gt;in 1 condn I have values which i m populating it in f4 thru f4 value request FM.&lt;/P&gt;&lt;P&gt;another is a std f4 help which is MAT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call dese f4 based on conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ne idea how can v achieve dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want d std f4 help to triger based on 1 condn n oder f4 values(which i have in internal table)  based on oder condn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895926#M1327154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895927#M1327155</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;Try putting your conditioin in &lt;/P&gt;&lt;P&gt;Module Pool event "PROCESS ON VALUE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895927#M1327155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895928#M1327156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use event &lt;/P&gt;&lt;P&gt;At selection-screen on value-request for S_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use these FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ&lt;/P&gt;&lt;P&gt;PLM_GET_SUBORDINATE_EQUIPMENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your proble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895928#M1327156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895929#M1327157</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;Please avoid using SMS language in posts.&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>Wed, 22 Jul 2009 10:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895929#M1327157</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-07-22T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895930#M1327158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895930#M1327158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895931#M1327159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apologies for the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will not be repeated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895931#M1327159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895932#M1327160</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;In PROCESS ON VALUE-REQUEST  event write the module for the field which you want to dissplay the F4 values.&lt;/P&gt;&lt;P&gt;In the screen if you define that MATNR field from the table, automatically that F4 will come. so, in the module if the 1 st condition satisfies do not call the F4 help function module. so it will get the standard F4 values. if it satisfies the 2nd condition then only call the F4 help FM. it will display F4 values from your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895932#M1327160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895933#M1327161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi, 
Try this way.
&lt;PRE&gt;&lt;CODE&gt;
PROCESS ON VALUE-REQUEST.
FIELD MARD-MATNR MODULE f4_for_matnr.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;PRE&gt;&lt;CODE&gt;
MODULE f4_for_matnr INPUT.
IF condition 1
" Use F4IF_INT_TABLE_VALUE_REQUEST function module to build internal table with values and display as f4 help. 
else condition 2.
 " Use DD_SHLP_CALL_FROM_DYNP function module to show search help created in dictionary.
endif.
ENDMODULE.
&lt;/CODE&gt;&lt;/PRE&gt;

I hope that it helps you.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895933#M1327161</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-07-22T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895934#M1327162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 11:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895934#M1327162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value help based on condn.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895935#M1327163</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;In my dialog programming table control  i am having 10 column fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my column field i am having List box with   different  status types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will select any status  in the column field I have to show  related documents for that status when user is going to the document column field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I  have  used  Process on value-request .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to populate the F4 values based on  user selected in the status column field ( List box) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User wonu2019t select the ROW of the table. Just they will go any row with out selecting ROW  just they change the status from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find how I will know the latest status value they changed while populating F4  values for the document of the row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get cursor line ln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with get cursor field  fl vale g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even then I am  not getting the latest value of the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I can find the line . I donu2019t know the entire row (Work area) of the line.&lt;/P&gt;&lt;P&gt;I donu2019t know the exact changed value of the status .&lt;/P&gt;&lt;P&gt;if I am getting the changed status value I will  get the related document from the table and populate the F4 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am trying to find the changed field value from the internal table  i am not getting new changed value only old value available.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I need the latest changes of entire row field values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me how to proceed  further.&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;sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 14:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-help-based-on-condn/m-p/5895935#M1327163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T14:36:10Z</dc:date>
    </item>
  </channel>
</rss>

