<?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: call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825216#M919925</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't run Call transation both (fore ground and Back ground ) the modes at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 12:41:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T12:41:35Z</dc:date>
    <item>
      <title>call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825214#M919923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we execute the two modes in call transaction at same time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two button in selection screen one for forground and other for background plz give me the code for this&lt;/P&gt;&lt;P&gt;i am used modes A and E in one programm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825214#M919923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825215#M919924</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;&lt;STRONG&gt;I think it is not possible&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825215#M919924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825216#M919925</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't run Call transation both (fore ground and Back ground ) the modes at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825216#M919925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825217#M919926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction is used to upload the data to a transaction.its not possible to use the call transaction in two modes at same time.because you have the same data.actual process is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)fetch the data and place it in internaltable&lt;/P&gt;&lt;P&gt;2)map the data to screens&lt;/P&gt;&lt;P&gt;3)use the call transaction in one mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when we have the data in the internaltable we will call CALL TRANSACTION.if you again call it ,you will get error.if you have two internal tables then it is possible to to upload the data using foregroung and background.the steps you have to follow are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)fetch the data and place in two internaltables(note:the data must be different)&lt;/P&gt;&lt;P&gt;2)map the data to the screens(two times)&lt;/P&gt;&lt;P&gt;3)call CALL TRANSACTION two times  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   or &lt;/P&gt;&lt;P&gt;1)first fetch the data and place in internaltable and then map to the screens and then use call transaction in foreground(write the code to map screens in a subroutine)&lt;/P&gt;&lt;P&gt;2)refresh the internal table and fill that with new data and then call the subroutine and then use call transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825217#M919926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825218#M919927</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;Use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: iopt LIKE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_rad1 = 'X'.     "first radio button&lt;/P&gt;&lt;P&gt; iopt-defsize = 'X'.&lt;/P&gt;&lt;P&gt; iopt-dismode = 'A'. "Fore ground&lt;/P&gt;&lt;P&gt;elseif p_rad2 = 'X'. "second radio button&lt;/P&gt;&lt;P&gt; iopt-defsize = 'X'.&lt;/P&gt;&lt;P&gt; iopt-dismode = 'N'. "back ground&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXXXXXX'&lt;/P&gt;&lt;P&gt;                      USING bdcdata&lt;/P&gt;&lt;P&gt;                      OPTIONS FROM iopt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3825218#M919927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:06:31Z</dc:date>
    </item>
  </channel>
</rss>

