<?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/1045855#M87871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jus put the follwoing code in at line selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                         At Line-Selection                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Calling of corresponding transactions based on selected field.&lt;/P&gt;&lt;P&gt;  PERFORM f_gr_ir_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  f_GR_IR_details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Subroutine to call corresponding transactions based on at line&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      selection criteria&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f_gr_ir_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Getting the field name and value of the double clicked field.&lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD v_fdname VALUE v_inval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Condense the field name to remove the gaps.&lt;/P&gt;&lt;P&gt;  CONDENSE v_fdname NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Function Module to convert EBELN and BELNR to their standard format&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            input  = v_inval&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            output = v_outval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----Call transaction ME23N if EBELN is chosen.&lt;/P&gt;&lt;P&gt;  IF v_fdname = 'ITAB-VBELN'. " should be in caps&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'AUN' FIELD  v_outval. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;*---If any field other than PO number , IR and GR doc Number is chosen&lt;/P&gt;&lt;P&gt;*---for further display , pop a message&lt;/P&gt;&lt;P&gt; MESSAGE i014 WITH 'No navigation possible for the selected field'(i02).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " f_GR_IR_details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2005 16:50:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-19T16:50:43Z</dc:date>
    <item>
      <title>Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045854#M87870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to genarate a report, in that report basic list contains the Sales Order no.s, if I click on a sales order no, I want to show VA01 in the next screen for selected Sales order No.&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 16:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045854#M87870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T16:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045855#M87871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jus put the follwoing code in at line selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                         At Line-Selection                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Calling of corresponding transactions based on selected field.&lt;/P&gt;&lt;P&gt;  PERFORM f_gr_ir_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  f_GR_IR_details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Subroutine to call corresponding transactions based on at line&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      selection criteria&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f_gr_ir_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Getting the field name and value of the double clicked field.&lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD v_fdname VALUE v_inval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Condense the field name to remove the gaps.&lt;/P&gt;&lt;P&gt;  CONDENSE v_fdname NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Function Module to convert EBELN and BELNR to their standard format&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            input  = v_inval&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            output = v_outval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----Call transaction ME23N if EBELN is chosen.&lt;/P&gt;&lt;P&gt;  IF v_fdname = 'ITAB-VBELN'. " should be in caps&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'AUN' FIELD  v_outval. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;*---If any field other than PO number , IR and GR doc Number is chosen&lt;/P&gt;&lt;P&gt;*---for further display , pop a message&lt;/P&gt;&lt;P&gt; MESSAGE i014 WITH 'No navigation possible for the selected field'(i02).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " f_GR_IR_details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 16:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045855#M87871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T16:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045856#M87872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is one way of doing it,  you can also use hotspots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002 no standard page heading.

data: ivbak type table of vbak with header line.

data : cursor_field(30),
       field_value(30) .

select-options: s_vbeln for ivbak-vbeln.

start-of-selection.

select * into corresponding fields of table ivbak
    from vbak
        where vbeln in s_vbeln.

        loop at ivbak.
        write:/ ivbak-vbeln.
        endloop.

at line-selection.
  get cursor field cursor_field value field_value.
  case cursor_field.
    when 'IVBAK-VBELN'.
      set parameter id 'AUN' field field_value.
      call transaction 'VA03' and skip first screen..
  endcase.

&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 16:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045856#M87872</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-19T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045857#M87873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of using hotspots to achieve your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002 no standard page heading.

data: ivbak type table of vbak with header line.

data : cursor_field(30),
       field_value(30) .

select-options: s_vbeln for ivbak-vbeln.

start-of-selection.

  select * into corresponding fields of table ivbak
      from vbak
          where vbeln in s_vbeln.

  loop at ivbak.
    format hotspot on.
    write:/ ivbak-vbeln.
    hide ivbak-vbeln.
    format hotspot off.
  endloop.

at line-selection.

  set parameter id 'AUN' field ivbak-vbeln.
  call transaction 'VA03' and skip first screen.

&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 16:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045857#M87873</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-19T16:53: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/1045858#M87874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT znktest .                                                                                &lt;/P&gt;&lt;P&gt;DATA: sales_order LIKE vbak-vbeln,              &lt;/P&gt;&lt;P&gt;      name(40).                                                                                &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.                             &lt;/P&gt;&lt;P&gt;  sales_order = 491.                            &lt;/P&gt;&lt;P&gt;  name = 'Test'.                                                                                &lt;/P&gt;&lt;P&gt;WRITE: / sales_order, name.                   &lt;/P&gt;&lt;P&gt;  HIDE: sales_order.                            &lt;/P&gt;&lt;P&gt;                                                &lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.                              &lt;/P&gt;&lt;P&gt;  CHECK NOT sales_order IS INITIAL.             &lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VA02'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 17:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045858#M87874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045859#M87875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did kishore's reply really solve your problem?   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 19:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045859#M87875</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-19T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045860#M87876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answers are pretty good. But we need to point the rating for their answers. So blindly i cheked Kishor's answer. Sorry for the mistake.&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 19:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045860#M87876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T19:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045861#M87877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem there. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;  I was just wondering if there was something that I missed.  I assume that you got it working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 19:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1045861#M87877</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-28T19:44:00Z</dc:date>
    </item>
  </channel>
</rss>

