<?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 syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312656#M793428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, first if this program is a REPORT program, you should always call it using the SUBMIT statement rather than a CALL TRANSACTION.  If your program is a module pool program, then you should use CALL TRANSACTION instead of SUBMIT.  In the case where you have no control over the CALLED program, meaning you can't change it, then you would need to do a BDC to pass the values to this transaction. If you do have control over this program you could use memory to pass the values, for example, in the calling program, use the EXPORT statement to pass the values to memory, and in the called program, use IMPORT to get the values.  And of course, this is just one approach.&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>Fri, 25 Jan 2008 14:41:07 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-01-25T14:41:07Z</dc:date>
    <item>
      <title>Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312654#M793426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert,&lt;/P&gt;&lt;P&gt;I have called a program using submit from my program.&lt;/P&gt;&lt;P&gt;and i passed some value through it.&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZRME222&lt;/P&gt;&lt;P&gt;        WITH PRINTER# = ztca001-zz_gchr2&lt;/P&gt;&lt;P&gt;        WITH P_QTYLBL = v_lifmg&lt;/P&gt;&lt;P&gt;        WITH S_KUNNR  = v_kunnr&lt;/P&gt;&lt;P&gt;        WITH S_MATNR  = i_zvsd006-matnr&lt;/P&gt;&lt;P&gt;        and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in place of this i have to use a call transcation to call this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is how to pass the screen variable through CALL TRANSATION ,  I have not to create any BDC for this.&lt;/P&gt;&lt;P&gt;Is there any syntax which can perform this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312654#M793426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312655#M793427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we could do that by seting the perameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PERAMETER is the key word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first find the parameter IDs for those fields and set those in the program before calling the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312655#M793427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T14:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312656#M793428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, first if this program is a REPORT program, you should always call it using the SUBMIT statement rather than a CALL TRANSACTION.  If your program is a module pool program, then you should use CALL TRANSACTION instead of SUBMIT.  In the case where you have no control over the CALLED program, meaning you can't change it, then you would need to do a BDC to pass the values to this transaction. If you do have control over this program you could use memory to pass the values, for example, in the calling program, use the EXPORT statement to pass the values to memory, and in the called program, use IMPORT to get the values.  And of course, this is just one approach.&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>Fri, 25 Jan 2008 14:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312656#M793428</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-01-25T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312657#M793429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do SET PARAMETER and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to make sure there is PARAMETER ID for each field on screen that you want to pass and then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312657#M793429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312658#M793430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a parameter transaction for the program and use CALL TRANSACTION with the new transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 15:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312658#M793430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312659#M793431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have not to change the calling program. Is that any syntax where i can pass screen variable through CALL TRANSACTION. actually user doesn't have authorization to run the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhishek prakash on Jan 25, 2008 6:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 17:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-syntax/m-p/3312659#M793431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T17:07:00Z</dc:date>
    </item>
  </channel>
</rss>

