<?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: Change sy-tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513064#M1423897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to pass values to selection screen of calling program from my custom program. Can we do it using CALL TRANSACTION? If so how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 10:44:00 GMT</pubDate>
    <dc:creator>former_member2382</dc:creator>
    <dc:date>2010-01-06T10:44:00Z</dc:date>
    <item>
      <title>Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513058#M1423891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m trying to submit some values to my calling program using below stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rswiwils&lt;/P&gt;&lt;P&gt;WITH task  = task&lt;/P&gt;&lt;P&gt;WITH cd    = cd&lt;/P&gt;&lt;P&gt;WITH ct    = ct&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prb here is, the calling program having a check for sy-tcode 'SWI1', and at this point I will be having sy-tcode as SE38 as this is being executed from SE38 custom report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to send/modify the sy-tcode value to calling program? Calling program is a standard report RSWIWILS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513058#M1423891</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2010-01-06T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513059#M1423892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can use call transaction.&lt;/P&gt;&lt;P&gt;Check if those fields are having a parameter id, then set the parameter id and call transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Jan 6, 2010 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513059#M1423892</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-06T08:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513060#M1423893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But m also trying to pass values to calling program and I do not want calling program selection screen visible to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible using Call transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513060#M1423893</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2010-01-06T08:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513061#M1423894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use call transaction with skip first screen option.&lt;/P&gt;&lt;P&gt;check the f1 help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 08:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513061#M1423894</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-06T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513062#M1423895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah ....tht is totally possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to pass all the values into the parameters of the fields on the selection screen&lt;/P&gt;&lt;P&gt;and then use the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction XXX and skip fist screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 09:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513062#M1423895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513063#M1423896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not advisable to change the system variables, because sap will automatically populate the values into it which are requied during the runtime..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use call transaction &amp;lt; TCODE &amp;gt; and skip the initial screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need  any further information on how to use the call transaction scenario please search the forum you will get many links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 09:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513063#M1423896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513064#M1423897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to pass values to selection screen of calling program from my custom program. Can we do it using CALL TRANSACTION? If so how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 10:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513064#M1423897</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2010-01-06T10:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513065#M1423898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my field doesn;t have parameter id... is there any other work around?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 10:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513065#M1423898</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2010-01-06T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513066#M1423899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use fm &lt;STRONG&gt;ABAP4_CALL_TRANSACTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;check this link:[http://abaplovers.blogspot.com/2008/05/sap-abap-call-transaction-from-remote.html].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For call transaction check the f1 help or search in scn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 10:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513066#M1423899</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-06T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change sy-tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513067#M1423900</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;there is a workaround for tht also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write a small BDC only for the first screen and pressing the "F8".&lt;/P&gt;&lt;P&gt;Esle you can use FM ABAP4_CALL_TRANSACTION and define the fields in the 'USING_TAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically both work the same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears any confusion.&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 10:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-sy-tcode/m-p/6513067#M1423900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T10:56:52Z</dc:date>
    </item>
  </channel>
</rss>

