<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183291#M464583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alson,&lt;/P&gt;&lt;P&gt;            U can use at line selection event for triggering this functianality. For this activate F2 code of the status of the report. You should also use the Hide statement to store the values of the list in the memory area after the primary list display. This will help u to capture values after double clicking on the particular field of the list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 06:54:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T06:54:37Z</dc:date>
    <item>
      <title>calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183287#M464579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;                 i have to make changes in a classical report.&lt;/P&gt;&lt;P&gt;the output will have two fiels ie, Functional Location and Equipment.&lt;/P&gt;&lt;P&gt;for example:  New delhi | MM-Q6788.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i double click on Functional location(New delhi ) it should call tcode IL03 and when double cliked on Equipment( MM-Q6788) it should call tcode IE03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;alson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183287#M464579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183288#M464580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alson,&lt;/P&gt;&lt;P&gt;               Use &amp;lt;b&amp;gt;at line-selection.&amp;lt;/b&amp;gt; event in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;  get cursor field d_field value d_value.&lt;/P&gt;&lt;P&gt;  case d_field.&lt;/P&gt;&lt;P&gt;   when'Functional Location'.&lt;/P&gt;&lt;P&gt;   call transaction 'IL03'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   when'Equipment'.&lt;/P&gt;&lt;P&gt;   call transaction 'IE03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183288#M464580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183289#M464581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u set the PF-STATUS &lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN &amp;lt;SOMETHING&amp;gt;.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i think what u r saying is an alv report,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183289#M464581</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-05-09T06:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183290#M464582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Lets say youur function location field is FUN_LOC and equipment number field name is EQUNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code is like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT LINE SELECTION.
GET CURSOR FIELD &amp;lt;FILD_NAME&amp;gt; VALUE &amp;lt;VALUE&amp;gt;.

IF FILD_NAME = FUN_LOC.
SET PARAMETER ID &amp;lt;ID&amp;gt;.  " Parameter id for FILD_NAME
CALL TRANSACTION IL03 and SKIP FIRST SCREEN.
ELSEIF FILD_NAME = EQUNR. " Parameter id for EQUNR
CALL TRANSACTION IE03 and SKIP FIRST SCREEN.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183290#M464582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183291#M464583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alson,&lt;/P&gt;&lt;P&gt;            U can use at line selection event for triggering this functianality. For this activate F2 code of the status of the report. You should also use the Hide statement to store the values of the list in the memory area after the primary list display. This will help u to capture values after double clicking on the particular field of the list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183291#M464583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183292#M464584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GET CURSOR field CURSORFIELD value value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183292#M464584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183293#M464585</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;Calling a transaction from a report will make your classical report to interactive report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide those two fields in the loop that you display the first list. Now, At Line-selection event - trap the user click postion and call the transcation you require. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it. If you require further details do mail back.&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/2183293#M464585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:56:27Z</dc:date>
    </item>
  </channel>
</rss>

