<?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: SEARC HELP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243935#M484105</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;1) Use FM DYNP_VALUES_UPDATE in at selection screen on value request for P_matnr. &lt;/P&gt;&lt;P&gt;2) if P_vbeln is blank u can avoid using FM, otherise by getting values corresponding to sales order first &amp;amp; pass it to FM F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 06:26:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T06:26:10Z</dc:date>
    <item>
      <title>SEARC HELP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243934#M484104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Need help on search help,I am doing a report in which the selection screen has 2 select options 1)Sales Order No ,2) Material Number&lt;/P&gt;&lt;P&gt;Now what I want is that if the user enters the sales order no and then presses F4 for material number then only those materials should be displayed which are the present in the entered Sales order range,I am able to do this with help of the function module F4IF_INT_TABLE****( I dont remember the complete name ) and im doing this wen sales order select option is not initial,but if it is initial wat i want is that wen i press F4 on material number then normal search help should pop up and not value with help of above function module since the number of records will be to large............&lt;/P&gt;&lt;P&gt;is there anyway i can use both the function module n matchcode objects or anythin else but 2 different search help according the status of the sales order select options................ pls help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW i have used a function module Help_start,but wat i want is the wen the sales order is initial then only those matnr from MARA should be displayed which have a field XCHPF in mara marked as 'X'......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243934#M484104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: SEARC HELP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243935#M484105</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;1) Use FM DYNP_VALUES_UPDATE in at selection screen on value request for P_matnr. &lt;/P&gt;&lt;P&gt;2) if P_vbeln is blank u can avoid using FM, otherise by getting values corresponding to sales order first &amp;amp; pass it to FM F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243935#M484105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: SEARC HELP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243936#M484106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use another condition use if condition that checks sales order no is inital.&lt;/P&gt;&lt;P&gt;if salesoreder value is initial.&lt;/P&gt;&lt;P&gt;normal f4.i.eCALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;f4 help based on sales order no.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243936#M484106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: SEARC HELP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243937#M484107</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;if salesoreder value is initial.&lt;/P&gt;&lt;P&gt;normal f4.i.eCALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searc-help/m-p/2243937#M484107</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-30T06:33:53Z</dc:date>
    </item>
  </channel>
</rss>

