<?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: Passing selection screen values to tcode f110 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260351#M1632067</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 also think instead of writting BDC use SUBMIT since F110 also have the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SUBMIT &amp;lt;prd name&amp;gt; WITH &amp;lt;selection screen fields&amp;gt; AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anmol112 on Sep 26, 2011 1:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 05:44:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-26T05:44:47Z</dc:date>
    <item>
      <title>Passing selection screen values to tcode f110</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260348#M1632064</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;I have a custom report which should call tcode f110 .&lt;/P&gt;&lt;P&gt;how t pass the selection-screen values to tcode f110. i am using bdc data..&lt;/P&gt;&lt;P&gt;can u please suggest which approach should i go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 10:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260348#M1632064</guid>
      <dc:creator>former_member214132</dc:creator>
      <dc:date>2011-09-24T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing selection screen values to tcode f110</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260349#M1632065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Batch input allows you to enter fields in dynpros, and even in selection screens (which are generated dynpros in fact).&lt;/P&gt;&lt;P&gt;So, that would be easier if you tell us what you tried and what issue you have?&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 16:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260349#M1632065</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-24T16:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Passing selection screen values to tcode f110</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260350#M1632066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends of what you want to do, but I would recommend use a SUBMIT to call F110 (if possible), this way you avoid the BDC that sometimes is tricky and tedious. Here some help of how to use SUBMIT &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2011 16:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260350#M1632066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-25T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Passing selection screen values to tcode f110</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260351#M1632067</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 also think instead of writting BDC use SUBMIT since F110 also have the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SUBMIT &amp;lt;prd name&amp;gt; WITH &amp;lt;selection screen fields&amp;gt; AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anmol112 on Sep 26, 2011 1:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 05:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260351#M1632067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-26T05:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing selection screen values to tcode f110</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260352#M1632068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;Requirement :I need to create a custom report with selection-screen fields containing same parameters as that of tcode F110,&lt;/P&gt;&lt;P&gt;I Need to pass the values to from report to tcode and perform the payment..and  need to pull the payment to .txt file....&lt;/P&gt;&lt;P&gt;Can any one suggest me please ....how to approach if u have sample code please provide me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-selection-screen-values-to-tcode-f110/m-p/8260352#M1632068</guid>
      <dc:creator>former_member214132</dc:creator>
      <dc:date>2011-09-26T09:29:22Z</dc:date>
    </item>
  </channel>
</rss>

