<?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 from Program by Skipping Initial Screen &amp; Pass the Value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885612#M52421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create an recording where you enter your values in first screen(s). Abort recording with cancel (or whatever) and remove last ok-code filling out of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can call transaction with mode 'E' - stop on error, which is missing ok-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2005 12:45:18 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-02-03T12:45:18Z</dc:date>
    <item>
      <title>Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885611#M52420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to call a transaction from my program. I do not want to display the initial screen of the transaction but that TCODE should get opened by passing the values to the parameter of the initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example, in my program I want to call 'SE38' and in that, my Program of Name 'ZTEST' should get opened. So I need to call Transaction SE38, but I donot want to display initial screen of that. Instead of that, I want to put the value of Program 'ZTEST' and thus my program should get opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 12:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885611#M52420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885612#M52421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create an recording where you enter your values in first screen(s). Abort recording with cancel (or whatever) and remove last ok-code filling out of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can call transaction with mode 'E' - stop on error, which is missing ok-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 12:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885612#M52421</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-03T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885613#M52422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do You mean to do recording through SHDB? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 13:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885613#M52422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885614#M52423</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;yes - the fastest way to get correct call transaction parameters. Convert recording into $tmp-program (or function module) and use the parts you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can fill fields 'manually', too &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 13:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885614#M52423</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-03T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885615#M52424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have not made any references to Batch Processing, I shall tell you the normal way to do it. First look at the code below and execute it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
set parameter id 'DTB' field 'VBAK'.

call transaction 'SE16' and skip first screen.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few things that you need to keep in mind before you use this statement:&lt;/P&gt;&lt;P&gt;1. All mandatory input fields of the initial dynpro must be filled completely and with the correct values by the SPA/GPA parameters.&lt;/P&gt;&lt;P&gt;2. For the initial dynpro, in the Screen Painter the own dynpro number must not be specified as the next screen number. However, if the next screen can be reached from the first screen by just hitting the Enter key, this will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following will not work as you expect, because the next screen in the transaction cannot be reached by just hitting the Enter Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
set parameter id 'RID' field 'ZTEST'.

call transaction 'SE38' and skip first screen.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 13:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885615#M52424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885616#M52425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also invoke the editor directly using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    CALL FUNCTION 'RS_TOOL_ACCESS'
         EXPORTING
              operation           = 'EDIT'
              object_name         = 'ZTEST'
              object_type         = 'PROG'
         EXCEPTIONS
              not_executed        = 1
              invalid_object_type = 2
              OTHERS              = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 14:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885616#M52425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction from Program by Skipping Initial Screen &amp; Pass the Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885617#M52426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could solve the problem by using Export to Memory and the calling tcode is also a ztcode so I Import from memory there and solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 12:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-program-by-skipping-initial-screen-pass-the-value/m-p/885617#M52426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T12:57:15Z</dc:date>
    </item>
  </channel>
</rss>

