<?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/6468936#M1416903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use fm &lt;STRONG&gt;ABAP4_CALL_TRANSACTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Check the tables parameters, you can use parameter &lt;STRONG&gt;USING_TAB&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 08:31:42 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-01-18T08:31:42Z</dc:date>
    <item>
      <title>Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468934#M1416901</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 need to go to the transaction KOB1 from my program and populate the select options parameter for all the orders.&lt;/P&gt;&lt;P&gt;How is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction we can use set parameter...But this is only for a single value &lt;/P&gt;&lt;P&gt;How can i send multiple values to that screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468934#M1416901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468935#M1416902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL TRANSACTION ta USING bdc_tab ... 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468935#M1416902</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-01-18T08:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468936#M1416903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use fm &lt;STRONG&gt;ABAP4_CALL_TRANSACTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Check the tables parameters, you can use parameter &lt;STRONG&gt;USING_TAB&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468936#M1416903</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T08:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468937#M1416904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u used it before?&lt;/P&gt;&lt;P&gt;I dont think multiple values can be passed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468937#M1416904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468938#M1416905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its same like calling a bdc transaction with bdcdata.&lt;/P&gt;&lt;P&gt;Just do a recording in SHDB for you transaction with sample data and populate the table as same in the recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468938#M1416905</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T08:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468939#M1416906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You can use SUBMIT ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="821325"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468939#M1416906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468940#M1416907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah using a BDC this can be done , but i dont want to use a BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you record in SHDB we will get the screen field names but not the parameter id's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468940#M1416907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468941#M1416908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with that submit program is that incase of KOB1, the selection screen is slightly different when you run the program that when u run the transacrion which is not desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468941#M1416908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468942#M1416909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think that you can pass multiple values using parameter ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468942#M1416909</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468943#M1416910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dexter ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to populate Ranges Table for this and pass this ranges table to Call Transaction.&lt;/P&gt;&lt;P&gt;And instead of using Call transaction I will suggest you use SUMBIT.&lt;/P&gt;&lt;P&gt;Consider the following Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RANGES : r_vbeln FOR jksddemand-vbeln.

  LOOP AT it_data INTO wa_data.
    r_vbeln-sign = 'I'.
    r_vbeln-option = 'EQ'.
    r_vbeln-low = wa_data-vbeln.
    APPEND r_vbeln.
  ENDLOOP.

  SUBMIT rjksdordergen AND RETURN WITH vkorg IN vkorg
                                  WITH vtweg IN vtweg
                                  WITH spart IN spart
                                  WITH contra IN r_vbeln
                                  WITH doc_con IN r_doc_con
                                  WITH issue IN matnr
                                  WITH doc = 'JTA'
                                  WITH testrun = ''
                                  WITH success = 'X'
                                  VIA SELECTION-SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where rjksdordergen is the program associated with thransaction &lt;STRONG&gt;JKSDORDER01&lt;/STRONG&gt; . So instead of calling this transaction , I am calling the program associated this tranasaction.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Please revert to me if you need more help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468943#M1416910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468944#M1416911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; you can do somtihing like &lt;/P&gt;&lt;P&gt;SUBMIT RKAEP000 AND RETURN&lt;/P&gt;&lt;P&gt;WITH P_TCODE = 'KOB1'&lt;/P&gt;&lt;P&gt;WITH AUFNR IN SO_AUFNR&lt;/P&gt;&lt;P&gt;WITH KSTAR IN SO_KSTAR&lt;/P&gt;&lt;P&gt;WITH R_BUDAT IN SO_BUDAT&lt;/P&gt;&lt;P&gt;WITH BUKRS IN SO_BUKRS&lt;/P&gt;&lt;P&gt;USING SELECTION-SCREEN '110'&lt;/P&gt;&lt;P&gt;WITH P_DISVAR EQ 'DBW' sign 'I' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="246733"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1402648"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6468944#M1416911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:25:38Z</dc:date>
    </item>
  </channel>
</rss>

