<?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: Data Transfer through call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065148#M427266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirment is call the transaction and skip the first screen then no need to go for BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the parameter id of the fields for that transaction code, pass the values to the id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'IQM' FIELD wa_final-qmnum.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'IW53' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 08:44:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T08:44:00Z</dc:date>
    <item>
      <title>Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065144#M427262</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 dealing with call transaction method in BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to call the transaction ZXY &amp;amp; skip its first screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I wrote the code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'ZXY' using jtab mode 'A' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But by using the above code it is not skipping the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me what I need to do??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065144#M427262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065145#M427263</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;CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement saves the data of the calling program, and starts transaction tcod. At the end of the transaction, the system returns to the statement following the call in the calling report. If the LEAVEstatement occurs within the called transaction, the transaction ends and control returns to the program in which the call occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a variable to specify the transaction tcod . This allows you to call transactions statically as well as dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition AND SKIP FIRST SCREEN allows you to prevent the initial screen of the new transaction from being displayed. The first screen to be displayed is then the specified Next screen in the screen attributes of the initial screen. If the first screen calls itself as the next screen, you cannot skip it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065145#M427263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065146#M427264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Neha,&lt;/P&gt;&lt;P&gt; I am agreeing with sudheer. U can do by that way.&lt;/P&gt;&lt;P&gt;Rply for any queries,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065146#M427264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065147#M427265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First screen  is not skipped in call transcation method if there are any mandatory fields in the first screen.  To skip that u need to fill the Contents of the fields and then proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 08:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065147#M427265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065148#M427266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirment is call the transaction and skip the first screen then no need to go for BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the parameter id of the fields for that transaction code, pass the values to the id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'IQM' FIELD wa_final-qmnum.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'IW53' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 08:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065148#M427266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer through call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065149#M427267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hi !&lt;/P&gt;&lt;P&gt;... AND SKIP FIRST SCREEN is only properly working if you can set ALL obligatory fields of the entry screen (i.e. by SET PARAMETER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the called transaktion goes to the next screen only by pressing ENTER !!&lt;/P&gt;&lt;P&gt;There's no chance to use (AND SKIP FIRST SCREEN) if the transaction needs any other function-code then the ENTER-Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check that in the dialog.&lt;/P&gt;&lt;P&gt;Fill all the fields and press ENTER. If the transaction does not change to the next screen you'll have to use &lt;/P&gt;&lt;P&gt;a CALL TRANSACTION USING....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 09:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-through-call-transaction/m-p/2065149#M427267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T09:01:24Z</dc:date>
    </item>
  </channel>
</rss>

