<?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: Drop down list in report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282851#M1388587</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;I am using the below code but it does not display any value in F4 help or drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield  = c_layout&lt;/P&gt;&lt;P&gt;dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield     = 'P_LAYOUT'&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt; value_tab = t_variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 11:18:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-28T11:18:20Z</dc:date>
    <item>
      <title>Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282849#M1388585</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;I am using the function module VRM_SET_VALUES to display the drop down list for a selection screen field for a report program. It works fine in foreground but in background mode the job is getting cancelled and the error log states 'Make an entry in all required fields'. If I remove this code for drop down list for a selection screen field then the program runs correctly in back ground mode. So i feel there is some problem with the function module. Can anyone suggest me an alternate function module or how to correct this error. I have used the condition if 'SY-BATCH' is initial only then to exceute the code for displaying the drop down list for a selection screen field. But even then the background job gets cancelled. The function module is called in the event AT SELECTION-SCREEN output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282849#M1388585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282850#M1388586</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;Instead of that function module, you can declare your field as a list box and use the function module 'F4IF_INT_TABLE_VALUE_REQUEST' to populate the required values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else try using VRM Values function module in the event AT SELECTION_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282850#M1388586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282851#M1388587</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;I am using the below code but it does not display any value in F4 help or drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield  = c_layout&lt;/P&gt;&lt;P&gt;dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield     = 'P_LAYOUT'&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt; value_tab = t_variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282851#M1388587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282852#M1388588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to implement an F4 help or a drop down? Plz be clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If F4 help, then the call of the FM: F4IF_INT_TABLE_VALUE_REQUEST is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not capturing the table RETURN_TAB. How do you expect to get the selected value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282852#M1388588</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-28T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282853#M1388589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In paramters mentioned like as list box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:  paramters : p_text  type c as list box . and then use  FM 'F4IF_INT_TABLE_VALUE_REQUEST' if you want internal table values as F4 help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM F4IF_FIELD_VALUE_REQUEST if you want  domian level values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282853#M1388589</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-10-28T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282854#M1388590</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;Easy! You are calling that function module in the wrong event. It should be called in :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it is only executed if the user presses F4 (dropdown help) on that field.&lt;/P&gt;&lt;P&gt;Therefore  it will no longer cause a problem for your background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;P&gt;Hanabi Technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282854#M1388590</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2009-10-28T11:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down list in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282855#M1388591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 12:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-report-program/m-p/6282855#M1388591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T12:01:06Z</dc:date>
    </item>
  </channel>
</rss>

