<?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: Transporting parameters when calling a transaction. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210488#M1825660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With "call another transaction" I mean calling the same transaction in another session in the same computer. I used &lt;STRONG style="font-size: 12px; color: #333333;"&gt;export/import from/to Memory ID&lt;/STRONG&gt; to transport parameters but when I call it twice or more parameters confuse and then I get no right values, but values that are stored in local memory from the first execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean everything goes right, but only the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 12:54:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-17T12:54:52Z</dc:date>
    <item>
      <title>Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210485#M1825657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to transport some parameters to the transaction that I call. Currently I’m using this way of calling a transaction (CALL TRANSACTION ‘NAME’ MODE 'N' UPDATE 'S'&amp;nbsp; MESSAGES INTO messtab. Using batch input (bdcdata)). When I use this I’m not able to call another transaction. So is there another way to transport parameters when calling a transaction (module pool)?. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210485#M1825657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210486#M1825658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "call another transaction"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your concern is about the hard coded parameters you can use a constant table like STVARV and pass the parameters according to your needs.&lt;/P&gt;&lt;P&gt;Check the CALL TRANSACTION documentation if you have any doubts about the command&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm" title="https://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm"&gt;https://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210486#M1825658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210487#M1825659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try to &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;look towards using &lt;STRONG&gt;SUBMIT&lt;/STRONG&gt; if you call executable program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Another way&amp;nbsp; - use &lt;STRONG&gt;export/import from/to Memory ID &lt;/STRONG&gt;to transport some parameters between different programs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210487#M1825659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210488#M1825660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With "call another transaction" I mean calling the same transaction in another session in the same computer. I used &lt;STRONG style="font-size: 12px; color: #333333;"&gt;export/import from/to Memory ID&lt;/STRONG&gt; to transport parameters but when I call it twice or more parameters confuse and then I get no right values, but values that are stored in local memory from the first execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean everything goes right, but only the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210488#M1825660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210489#M1825661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I used &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;export/import from/to Memory ID&lt;/STRONG&gt; to transport parameters but when I call it twice or more parameters confuse and then I get no right values, but values that are stored in local memory from the first execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I mean everything goes right, but only the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210489#M1825661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210490#M1825662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Export Memory ID, IMPORT Memory Id if you are accessing in same session.&lt;/P&gt;&lt;P&gt;Or use, SET parameter ID, GET parameter ID if you want to store and retrieve in come other session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210490#M1825662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T12:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210491#M1825663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you describe the flow that you programs should be executed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210491#M1825663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting parameters when calling a transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210492#M1825664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after geting data from memory id you should do FREE MEMORY ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-parameters-when-calling-a-transaction/m-p/10210492#M1825664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

