<?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: Calling a transaction with parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761537#M37017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;The logic and the syntax seem to be true except the first line. It should be&lt;/P&gt;&lt;P&gt;DATA: l_WORKCENTER LIKE CRHD-ARBPL &amp;lt;b&amp;gt;VALUE&amp;lt;/b&amp;gt; '1087456',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I guess the problem is not this. So what problem do you encounter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2004 22:14:04 GMT</pubDate>
    <dc:creator>ssimsekler</dc:creator>
    <dc:date>2004-09-08T22:14:04Z</dc:date>
    <item>
      <title>Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761535#M37015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I want to call a transaction and the pass the paramter with the values. There are three paramters in the Transaction screen AGR,WRK,AAT. I want to pass the value from my program to the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_WORKCENTER LIKE CRHD-ARBPL VALUE '10984A3',&lt;/P&gt;&lt;P&gt;      l_PLANT LIKE CRHD-WERKS VALUE 'ECES',&lt;/P&gt;&lt;P&gt;      l_ORDERTYPE LIKE CYAUKO-AUART VALUE 'G080'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AGR' FIELD l_WORKCENTER.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'WRK' FIELD l_PLANT.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AAT' FIELD l_ORDERTYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CM24'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct way? It didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is the third parameter 'AAT' doesn't get populated in the screen. The screen development is not in my hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to check that whether the paramter is set for that text field? so that i can suggest the CM24 screen Developer. I think he didn't get the paramter for that input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you guys have CM24 in your system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Arun Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2004 22:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761535#M37015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-08T22:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761536#M37016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To check if the fields are being populated correctly, remove the 'SKIP FIRST SCREEN'.  Also I presume the following line&lt;/P&gt;&lt;P&gt;DATA: l_WORKCENTER LIKE CRHD-ARBPL '1087456',&lt;/P&gt;&lt;P&gt;should be&lt;/P&gt;&lt;P&gt;DATA: l_WORKCENTER LIKE CRHD-ARBPL VALUE '1087456',&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2004 22:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761536#M37016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-08T22:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761537#M37017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;The logic and the syntax seem to be true except the first line. It should be&lt;/P&gt;&lt;P&gt;DATA: l_WORKCENTER LIKE CRHD-ARBPL &amp;lt;b&amp;gt;VALUE&amp;lt;/b&amp;gt; '1087456',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I guess the problem is not this. So what problem do you encounter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2004 22:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761537#M37017</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-09-08T22:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761538#M37018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you are at the first screen of "CM24" and the cursor is on the field to which "i_ordertype" will be passed, press F1 and then F9 (if you use performance assistant press the button with hammer and monkeywrench after pressing F1). In the popup screen there should be a box where the parameter ID is written. Check whether it is the same as yours ('AAT'). &lt;/P&gt;&lt;P&gt;Hope they are not the same. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;It's now bed time here... Hope you can handle it anyway...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2004 23:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761538#M37018</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-09-08T23:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761539#M37019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Since CM24 is a report-transaction you may try&lt;/P&gt;&lt;P&gt;Submit RCCRY000 with parameters (use Pattern, other Pattern, SUBMIT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 14:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761539#M37019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-09T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761540#M37020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see ordertype in 4.7 system transaction CM24. What system are you on right now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 14:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761540#M37020</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-09-09T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761541#M37021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi serder,&lt;/P&gt;&lt;P&gt;  I am working on 47.&lt;/P&gt;&lt;P&gt;  I found this parameterID from F1 help. The three parameter IDs are exactly the same AGR,WRK,AAT. The values are passed to the other two. But for the third one the value is not passed. &lt;/P&gt;&lt;P&gt;  I want to understand about parameter ID, Is that the same Parameter ID set for the InputBox in the screen or it is been explicitly defined.&lt;/P&gt;&lt;P&gt;  Because the other developer would have not assigned the parameter to the Inputbox.&lt;/P&gt;&lt;P&gt;  How do i find this ParameterID definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more doubt, In that screen There are two inputbox for each selection from value and to value which are named something like  AFKAUART-LOW and AFKAUART-HIGH, Both of them has the same ParameterID. This really confuses me. I though One ParameterID is assigned to only one inputbox.If it is assigned to more inputboxes then all of them should get the value. Can someone clear this doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 16:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761541#M37021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-09T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761542#M37022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not find AAT parameter id in CM24 in 4.7. Anyway sometimes you cannot rely on the parameter id obtained from F1. In some cases (e.g. sales document transactions) SAP uses tricky parameter id evaluation in PBO logic. So, you might want to take a look into source code of the transaction. Maybe it would be clarified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 19:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761542#M37022</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2004-09-09T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761543#M37023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter ids in txn CM24 is defined in the reference field of the select-options field. For example, Work Center use data element of field ARBPL of table CRHD because the screen select-options field refer to CRHD-ARBPL. So the selection field has parameter id AGR just like in DDIC field CRHD-ARBPL refered to. To look at parameter id list, do SM30 on table TPARA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 19:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761543#M37023</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-09-09T19:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761544#M37024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun&lt;/P&gt;&lt;P&gt;I think, as Viktor has recommended, submitting the report seems as a proper solution.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;From the selection screen, after finding out what &amp;lt;par1&amp;gt;, &amp;lt;par2&amp;gt;, and &amp;lt;par3&amp;gt; are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SUBMIT RCCRY000&lt;/P&gt;&lt;P&gt;WITH &amp;lt;par1&amp;gt; EQ l_WORKCENTER&lt;/P&gt;&lt;P&gt;WITH &amp;lt;par2&amp;gt; EQ l_PLANT&lt;/P&gt;&lt;P&gt;WITH &amp;lt;par3&amp;gt; EQ l_ORDERTYPE .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you still want to use call transaction method, try to find proper parameter IDs as Nablan explained. As previous contributors told, I couldn't figure out any parameters on the screen having parameter ID 'AAT', either. &lt;/P&gt;&lt;P&gt;There were ;&lt;/P&gt;&lt;P&gt;AGR --&amp;gt; Work Center&lt;/P&gt;&lt;P&gt;WRK --&amp;gt; Plant&lt;/P&gt;&lt;P&gt;CAA --&amp;gt; Capacity category&lt;/P&gt;&lt;P&gt;CAP --&amp;gt; individual capacity&lt;/P&gt;&lt;P&gt;PER --&amp;gt; Personel number&lt;/P&gt;&lt;P&gt;Otherwise, your syntax and logic of transaction call is correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 21:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761544#M37024</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-09-09T21:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761545#M37025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Thanks guys anyhow this is the problem with the CM24 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Anyhow i need to use Call Transaction. Because i want to call this transaction inside an workflow method. I want this screen to be pre-populated and once i call the workflow method. But right now i am checking it from an SE38 program stub.&lt;/P&gt;&lt;P&gt;  I want to know any other way to find out the paramter assigned to a field. Should i go into the screen level PBO/PAI logic.&lt;/P&gt;&lt;P&gt;  Is that recommended? or any other way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Arun Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 21:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761545#M37025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-09T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761546#M37026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to know what parameter ids currently used by a transaction, run that transaction in debugging mode. Then click on pulldown Goto-&amp;gt;System Area-&amp;gt;SAP Memory. You will see what parameter ids are used at that moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2004 15:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761546#M37026</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-09-10T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761547#M37027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After setting the parameters , why not trying getting the parameters (Only for testing ), if really your parameters are being loaded properly or not&lt;/P&gt;&lt;P&gt;Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2004 19:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761547#M37027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-10T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a transaction with parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761548#M37028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not necessary that you use only call transaction for workflow. It is perfectly alright to use Submit report. Will the task be called in foreground or background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2004 17:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-with-parameter/m-p/761548#M37028</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2004-09-14T17:13:49Z</dc:date>
    </item>
  </channel>
</rss>

