<?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: Batch-Input data on function-pool dynpros in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888059#M52863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gunnar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have been able to solve your problem, right? And it seems that Rich's answer was useful to you. Could you please reward him the appropriate points and close the thread?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2005 12:33:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-24T12:33:43Z</dc:date>
    <item>
      <title>Batch-Input data on function-pool dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888055#M52859</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 want to call a transaction (e.g. SWI14) with skipping the first screen but setting values on it. Unfortunatly 'CALL TRANSACTION &amp;lt;tc&amp;gt; USING &amp;lt;bdcdata&amp;gt;' doesn't work, maybe because the underlying program is a function pool (e.g. SAPLSWI2)(?). The GET-Parameter is not defined in the dynpro definiton so SPA/GPA doesn't work either. Any ideas how to solve the problem without modifications?&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;Gunnar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 17:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888055#M52859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-23T17:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input data on function-pool dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888056#M52860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do a BDC in mode 'E'.  Just do the recording for SWI14, filling in your fields, and clicking execute.   Calling transaction with mode 'E' will stop the program after clicking execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't matter that the program is a function pool.  &lt;/P&gt;&lt;P&gt;I have done BDCs over transaction CO11N many times,  no problems.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 17:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888056#M52860</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-02-23T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input data on function-pool dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888057#M52861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunnar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my advice is:- create a Z* transaction with parameters, which calls transaction SWI14. In the definition of the Z* transaction, fill the values for the fields on the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if it helped. Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 17:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888057#M52861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-23T17:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input data on function-pool dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888058#M52862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Rich: Blinded by the fact that there is a function-pool I had overlooked to set the correct mode. Now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Alvara: The parameter transaction doesn't work, although all values and the flag 'Skip initial screen' is set. Maybe it does matter here that there is a dynpro instead of a selection screen behind the transaction because it works with a 'normal' transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 12:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888058#M52862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-24T12:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input data on function-pool dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888059#M52863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gunnar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have been able to solve your problem, right? And it seems that Rich's answer was useful to you. Could you please reward him the appropriate points and close the thread?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 12:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-data-on-function-pool-dynpros/m-p/888059#M52863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-24T12:33:43Z</dc:date>
    </item>
  </channel>
</rss>

