<?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 transfer select options variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362214#M806769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this can help you, but it's a start... In TX abaphelp &lt;/P&gt;&lt;P&gt;for call transaction, there are two possible additions you can use: &lt;/P&gt;&lt;P&gt;(we're on 4.6c) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2. &lt;/P&gt;&lt;P&gt;... using ITAB &lt;/P&gt;&lt;P&gt;Adition 2.a &lt;/P&gt;&lt;P&gt;.... Options from OPT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this transaction calls a report, you can use submit instead of call &lt;/P&gt;&lt;P&gt;transaction. Submit allows you to call a report specifying &lt;/P&gt;&lt;P&gt;select-options and parameters using the "with" addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 12:04:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T12:04:14Z</dc:date>
    <item>
      <title>how to transfer select options variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362211#M806766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello: &lt;/P&gt;&lt;P&gt;I can pass parameter to parameter id such as p_fikrs, but how to transfer select options parameter to parameter id such s_fictr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'FIK' FIELD p_fikrs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'FIS' FIELD s_fictr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'FPS' FIELD s_fipex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'GJR' FIELD p_year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FMRP_RFFMEP1BX' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 08:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362211#M806766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T08:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer select options variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362212#M806767</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;u can do it in another way......using submit statement.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the report name for ur transaction(using se93)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4747474"&gt;&lt;/A&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, 28 Jan 2008 08:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362212#M806767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer select options variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362213#M806768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SUBMIT with the following option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... USING SELECTION-SCREEN scr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000. &lt;/P&gt;&lt;P&gt;This addition allows you to start the same report in different situations, using a different selection screen each time. &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;The addition VIA SELECTION SCREEN determines whether the report is processed in the foreground or the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if the required screen does not exist or is not a selection screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 1000: &lt;/P&gt;&lt;P&gt;If you want to use the standard selection screen (... USING SELECTION-SCREEN 1000 or do not specify a ... USING SELECTION-SCREEN) addition, the system does not process a selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other selection screens: &lt;/P&gt;&lt;P&gt;The system triggers a runtime error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope dis helps,&lt;/P&gt;&lt;P&gt;Reward if it does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 09:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362213#M806768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T09:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer select options variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362214#M806769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this can help you, but it's a start... In TX abaphelp &lt;/P&gt;&lt;P&gt;for call transaction, there are two possible additions you can use: &lt;/P&gt;&lt;P&gt;(we're on 4.6c) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2. &lt;/P&gt;&lt;P&gt;... using ITAB &lt;/P&gt;&lt;P&gt;Adition 2.a &lt;/P&gt;&lt;P&gt;.... Options from OPT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this transaction calls a report, you can use submit instead of call &lt;/P&gt;&lt;P&gt;transaction. Submit allows you to call a report specifying &lt;/P&gt;&lt;P&gt;select-options and parameters using the "with" addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-transfer-select-options-variable/m-p/3362214#M806769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:04:14Z</dc:date>
    </item>
  </channel>
</rss>

