<?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: Interactive Reports?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811963#M348049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;get cursor field FFFF value VVVV.&lt;/P&gt;&lt;P&gt;set parameter id DDD field VVVV.&lt;/P&gt;&lt;P&gt;call transaction 'TTT' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 06:12:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-01T06:12:53Z</dc:date>
    <item>
      <title>Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811960#M348046</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;If i click at one field value in BASIC list the cursor has to go to a transaction....&lt;/P&gt;&lt;P&gt;how it is posiible ...&lt;/P&gt;&lt;P&gt;eplain me by writing the code,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 05:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811960#M348046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T05:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811961#M348047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE THE &lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD &amp;lt;VARIABLE TO GET FIELD NAME&amp;gt; &lt;/P&gt;&lt;P&gt;                     VALUE &amp;lt;VARIABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;VAR&amp;gt; = &amp;lt;YOUR DESIRED VALUE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE IT WILL HELP YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811961#M348047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811962#M348048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;* In case that sy-ucomn value
  CASE pi_ucomm.

    WHEN c_code.    "Double click
      IF NOT pi_selfield-value IS INITIAL.

*       If field selected  is 'ORDER'
*       Retrieve the value of field selected in local variable
        IF ( pi_selfield-fieldname = c_sales_order ).
          l_v_order = pi_selfield-value.
          SET PARAMETER ID: 'AUN' FIELD l_v_order.
          CALL TRANSACTION c_trans_va02 AND SKIP FIRST SCREEN .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here based on the field value and sy-ucomm value the transaction va02 will be called ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811962#M348048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811963#M348049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;get cursor field FFFF value VVVV.&lt;/P&gt;&lt;P&gt;set parameter id DDD field VVVV.&lt;/P&gt;&lt;P&gt;call transaction 'TTT' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811963#M348049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811964#M348050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PAVAN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y did u written Set param ID before call transaction statement..&lt;/P&gt;&lt;P&gt;please clarify this....&lt;/P&gt;&lt;P&gt;can we use leave to transaction instead of call transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811964#M348050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811965#M348051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each  field some parameter id will be there ......&lt;/P&gt;&lt;P&gt;u r calling the field in get parameter -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:  vendor LIF, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this parameter reference it is going to call that transaction code......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the SET and GET parameter for HOTSPOT. i.e. if you have provided a hotspot on Report Output and when user clicks on that value, you want to call another transaction with the clicked value as input, then use SET Parameter in the report program. In the called program, use GET parameter to retrieve the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can also be used to pass value from one screen to another in module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGAIN IAM COMING WITH  ONE EX: &lt;/P&gt;&lt;P&gt;example........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: cac_kokrs like coas-kokrs,&lt;/P&gt;&lt;P&gt;get parameter id 'CAC' field cac_kokrs.WRITE CAC_KOKRS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter ID 'CAC' is checked in SAP MEMORY and if it is there, it is assigned to cac_kokrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter id will be unique for a particular field in&lt;/P&gt;&lt;P&gt;SAP MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN ALSO USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET parameter id 'CAC' field cac_kokrs. ABOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT THE DIFFERENCE BETWEEN THE TWO IS AS FOLLOWS:&lt;/P&gt;&lt;P&gt;get parameter id&lt;/P&gt;&lt;P&gt;DATA: para TYPE tpara-paramid VALUE 'RID', &lt;/P&gt;&lt;P&gt;prog TYPE sy-repid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID para FIELD prog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;MESSAGE 'Parameter not found' TYPE 'I'. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;1.in the above syntax para is a variable for which parameter id is assigned.&lt;/P&gt;&lt;P&gt;2. get parameter id returns sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parametr id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID: 'CAR' FIELD carrier, &lt;/P&gt;&lt;P&gt;'CON' FIELD connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the parameter id 'CAR' is static , u cant use variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I THINK THI SWILL FULFILL U R REQUIREMENT.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;      SITARAMIREDDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811965#M348051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811966#M348052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write your code based on below pseudocode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;Select field1... into table.&lt;/P&gt;&lt;P&gt;loop at table.&lt;/P&gt;&lt;P&gt;hide &amp;lt;hidevariable&amp;gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;if hidevariable = &amp;lt;desired value&amp;gt;&lt;/P&gt;&lt;P&gt;  write:/ .........&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 15:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1811966#M348052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T15:46:03Z</dc:date>
    </item>
  </channel>
</rss>

