<?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: how to pass value to select-option parameter using SET PARAMETER Command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274827#M782965</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;did u try like dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ztab type table of RSPARAMS with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F001'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '20'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F002'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '0000020'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F003'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'S'.&lt;/P&gt;&lt;P&gt;ztab-SIGN    = 'I'.&lt;/P&gt;&lt;P&gt;ztab-OPTION  = 'BT'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '100000000000000001'.&lt;/P&gt;&lt;P&gt;ztab-HIGH    = '100000000000000010'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'SEL_DATE'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '20071012'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit RV13A004 WITH SELECTION-TABLE ztab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 04:11:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T04:11:45Z</dc:date>
    <item>
      <title>how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274823#M782961</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;    Am passing values to selection-screen fields in report RV13A004 ( used in VK11, VK12 and VK13). using below statement but material number is select-option in this report. am able to pass  MATERIAL FROM using SET PARAMETER ID, can i know how to pass values MATERIAL TO range in select-options fields using SET PARAMETER Command ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Passing values to parameter id&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; set parameter id 'VKS' field kschl.&lt;/P&gt;&lt;P&gt; set parameter id 'VKO' field vkorg.&lt;/P&gt;&lt;P&gt; set parameter id 'VTW' field vtweg.&lt;/P&gt;&lt;P&gt; set parameter id 'KDA' field erdat.&lt;/P&gt;&lt;P&gt; set parameter id 'MAT' field matnr_from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Change condition price.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; call transaction 'VK12' and skip first screen.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balamurugan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274823#M782961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274824#M782962</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 using set parameters and dden call transaction use this..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit RV13A004  WITH SELECTION-TABLE rspar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Effect&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you specify this addition, parameters and selection criteria on the selection screen are supplied from an internal table rspar. You must specify an internal table with the row type RSPARAMS for rspar. The structured data type RSPARAMS is defined in the ABAP Dictionary and has the following components, all of which are data type CHAR:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELNAME (length 8), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIND (length 1), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN (length 1), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTION (length 2), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOW (length 45), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIGH (length 45). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To supply parameters and selection criteria for the selection screen with specific values, the lines in the internal table rspar must contain the following values: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELNAME must contain the name of a parameter or selection criterion for the selection screen in block capitals &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIND must contain the type of selection screen component (P for parameters, S for selection criteria) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN, OPTION, LOW, and HIGH must contain the values specified for the selection table columns that have the same names as the selection criteria; in the case of parameters, the value must be specified in LOW and all other components are ignored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the name of a selection criterion is repeated in rspar, this defines a selection table containing several lines and passes it on to the selection criterion. If parameter names occur several times, the last value is passed on to the parameter. &lt;/P&gt;&lt;P&gt;The contents of the parameters or selection tables for the current program can be entered in the table by the function module RS_REFRESH_FROM_SELECTOPTIONS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;In contrast to selection tables, the data types of the components LOW and HIGH in table rspar are always of type CHAR and are converted to the type of the parameter or selection criterion during transfer, if necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When entering values, you must ensure that these are entered in the internal format of the ABAP values, and not in the output format of the screen display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274824#M782962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274825#M782963</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;Your  Question is not very clear.As per my understanding you wnat to pass material numbers&lt;/P&gt;&lt;P&gt;whcih are in select option  and you are trying to pass low value only(matnr_from)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  i am correct  do like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.    set parameter id 'MAT' field s_matnr-low.&lt;/P&gt;&lt;P&gt;      call transaction 'VK12' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want one by one matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    set parameter id 'VKS' field kschl.&lt;/P&gt;&lt;P&gt;   set parameter id 'VKO' field vkorg. &lt;/P&gt;&lt;P&gt;   set parameter id 'VTW' field vtweg.&lt;/P&gt;&lt;P&gt;   set parameter id 'KDA' field erdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     LOOP AT s_matnr-low.&lt;/P&gt;&lt;P&gt;    call transaction 'VK12' and skip first screen.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Don't forget to reward if useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274825#M782963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274826#M782964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Will,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for your prompt response. IF you execute the report RV13A004 in se38, u will not get any output. if you are using VK11, VK12, VK13, this report will be called, then if you execute , you will get ouput as ' list of material condition price ' in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried submit, it doesn't shows output of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balamurugan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 04:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274826#M782964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274827#M782965</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;did u try like dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ztab type table of RSPARAMS with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F001'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '20'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F002'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '0000020'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'F003'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'S'.&lt;/P&gt;&lt;P&gt;ztab-SIGN    = 'I'.&lt;/P&gt;&lt;P&gt;ztab-OPTION  = 'BT'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '100000000000000001'.&lt;/P&gt;&lt;P&gt;ztab-HIGH    = '100000000000000010'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztab-SELNAME = 'SEL_DATE'.&lt;/P&gt;&lt;P&gt;ztab-KIND    = 'P'.&lt;/P&gt;&lt;P&gt;ztab-LOW     = '20071012'.&lt;/P&gt;&lt;P&gt;append ztab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit RV13A004 WITH SELECTION-TABLE ztab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 04:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274827#M782965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T04:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274828#M782966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what s de condition type ull give?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 04:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274828#M782966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T04:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274829#M782967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Will,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          I tried with some logic, but it passing values to report, am not getting any output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you execute the report in SE38, you will not any output. &lt;/P&gt;&lt;P&gt;try once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samething is happening during SUBMIT report, we are not getting any output . But if you execute report  from VK11, VK12 and VK13, you will get output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of this reason, am using SET PARAMETER logic. but am unable pass value to MATERIAL TO range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to pass value to MATNR TO value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balamurugan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 04:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274829#M782967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T04:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274830#M782968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what s de condition type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bcoz the report called changes with cond type........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dats y v r getting no data when executed in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Will smith on Jan 21, 2008 5:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 04:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274830#M782968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T04:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274831#M782969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Will,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Am using custom condition type ZPR5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell, how to pass value to select-option TO RANGE field value  by using SET PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balamurugan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274831#M782969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274832#M782970</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;after entering ur Condtype type /h and enter ........in debugging mode place a break-point for submit syntax........&lt;/P&gt;&lt;P&gt;and execute....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itll stop at submit (repot name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u got de report name for dat cond type....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in ur report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit rp name with sel..........as discussed above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can see dat in std sap dey r using submit and not call transaction.....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274832#M782970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass value to select-option parameter using SET PARAMETER Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274833#M782971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to pass data using CALL transaction...using bdcdata... statement with BDC for 1st screen only. &lt;/P&gt;&lt;P&gt;Filling the select option with values can be complex.&lt;/P&gt;&lt;P&gt;Execute it in E mode. Logically it should stop after the 1st screen. Not tried yet. But this can be an option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-value-to-select-option-parameter-using-set-parameter-command/m-p/3274833#M782971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:32:49Z</dc:date>
    </item>
  </channel>
</rss>

