<?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: transaction with parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925502#M59763</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;If this has been answered, please reward and close the post. If not, please revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2005 18:10:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-19T18:10:48Z</dc:date>
    <item>
      <title>transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925493#M59754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is transaction with parameters? and how can i transfer the parameter to the tcode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 02:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925493#M59754</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-15T02:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925494#M59755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hit the F1 key on the fields on the first screen of the transaction.  Then hit the Technical Info key.  On the lower left, look for the parameter name.  For example, a company code is very likely to have the parameter 'BUK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program use the SET PARAMETER... command to set a value for each parameter that you want to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do a CALL TRANSACTION 'Transaction Name' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 02:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925494#M59755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T02:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925495#M59756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you .&lt;/P&gt;&lt;P&gt;but i can't find SET PARAMETER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 03:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925495#M59756</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-15T03:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925496#M59757</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 hope I am addressing the question correctly. According to SAP Documentation:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Parameter transactions allow you to preassign values to fields on the initial screen of a transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a parameter transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Transaction with parameters (Parameter transaction). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide the initial screen of a parameter transaction if you have specified values for all of its fields. &lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example of creating a parameter transaction, take a look at &lt;A href="http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shehryar Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, take a look at &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/eb/5fab38d79b11d296190000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/eb/5fab38d79b11d296190000e82de14a/frameset.htm&lt;/A&gt; for other transaction types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 04:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925496#M59757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T04:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925497#M59758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;P&gt;i create a new tcode just like S_ALR_87012615 with develope clase $TMP,when i execute it ,it ask me to assign a program name . But where can i assign the program name to it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 06:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925497#M59758</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-15T06:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925498#M59759</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 am wondering how did you create the Transaction. I assume that you used the Transaction: SE93. In your case call this TA and fill your transaction code in the shown field, the press change. After you did, you can maintain a reportname.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 06:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925498#M59759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T06:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925499#M59760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU FOR YOUR HELP, I JUST DO IT ACCORDING TO YOUR ADVICE.I CAN CREATE A NEW TCODE OF MYSELF NOW ZTYW11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ALSO COPY THE PROGRAM OF S_ALR_87012615 TO MYSELF PROGRAM ZYW11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANT TO CONNECT TCODE ZTYW11 TO PROGRAM ZYW11.BUT I FIND I MUST SET D_SREPOVARI-REPORTTYPE TO RE,D_SREPOVARI-EXTDREPORT TO FM 01IFMEISA1 3FMB4001 ,AND IT STILL USE THE PROGRAM OF S_ALR_87012615 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 07:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925499#M59760</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-15T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925500#M59761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For help on SET PARAMETER, in the ABAP editor, go to keyword help.  Put in keyword SET.  A list of different SET commands will be presented.  About 5 down from the top, you should see SET PARAMETER...  You can click on it to get the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 13:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925500#M59761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925501#M59762</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;S_ALR_87012615 is a SAP standard parameter transaction for executing a report painter report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A parameter transaction is useful when you want to skip the initial screen of another transaction or start from a particular screen of a module pool. Suppose you want to run VA01 skipping the initial screen, then you will create a parameter transaction ZZVA01 in SE93 and enter the transaction code VA01 in the field provided for the purpose. At the bottom of the screen, you will enter each field on the initial screen of VA01 and the value you want to set it to. Now you have custom version of VA01 that may be specific to certain users who should create only certain order types or for certain sales areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now coming to your specific situation. Did you copy the program to ZYW11 for any specific reason? Did you have to make changes to this ZYW11 program. If you did that, then what you now ended up is a normal report program. In this case, you will just create a normal report transaction in SE93. You don't need to create a parameter transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to SE93. Enter ZTYW11 for transaction code. Give some short text. Select the radio-button for "report transaction". In the next screen, Enter ZYW11 in the program name and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 14:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925501#M59762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925502#M59763</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;If this has been answered, please reward and close the post. If not, please revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 18:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925502#M59763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T18:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925503#M59764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;if i do as you tell me,it execute not like the original tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me how to close the message.&lt;/P&gt;&lt;P&gt;I still don't know how to close?reply first?where is the "close"icon and post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ruxiang Fu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 09:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925503#M59764</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-22T09:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925504#M59765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will close the post by choosing the star icon next to the post that solved your problem and select "Solved Problem".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will close the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 14:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925504#M59765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T14:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925505#M59766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't know how to close?reply first?where is the "close"icon and post?please teach me step by step.&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;fu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2005 01:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925505#M59766</guid>
      <dc:creator>former_member386395</dc:creator>
      <dc:date>2005-04-23T01:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: transaction with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925506#M59767</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;By assigning 'Solved Problem' points to someone will automatically change it to a answered status as it did in this case. This way others will not try to answer it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2005 03:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-with-parameters/m-p/925506#M59767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-23T03:04:38Z</dc:date>
    </item>
  </channel>
</rss>

