<?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 report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524081#M571590</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;Sample report for  INTERACTIVE  report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  YMS_INTERACTIVETEST LINE-SIZE 50 NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: VBAP,KNA1,VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: CUST FOR KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;        KUNNR LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;        NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;        VBELN LIKE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;        AUDAT LIKE VBAK-AUDAT,&lt;/P&gt;&lt;P&gt;        AUART LIKE VBAK-AUART,&lt;/P&gt;&lt;P&gt;        POSNR LIKE VBAP-POSNR,&lt;/P&gt;&lt;P&gt;        POSAR LIKE VBAP-POSAR,&lt;/P&gt;&lt;P&gt;      END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB1 LIKE ITAB OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT KNA1&lt;SUB&gt;KUNNR KNA1&lt;/SUB&gt;NAME1 INTO CORRESPONDING FIELDS OF TABLE ITAB1&lt;/P&gt;&lt;P&gt;          FROM KNA1 WHERE KNA1~KUNNR IN CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;    WRITE:/10 ITAB1-KUNNR HOTSPOT, 30 ITAB1-NAME1.&lt;/P&gt;&lt;P&gt;    HIDE: ITAB1-KUNNR.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&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;  CASE SY-LSIND.&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;      SELECT KNA1&lt;SUB&gt;KUNNR VBAK&lt;/SUB&gt;VBELN VBAK&lt;SUB&gt;AUDAT VBAK&lt;/SUB&gt;ERDAT INTO CORRESPONDING FIELDS OF TABLE ITAB1&lt;/P&gt;&lt;P&gt;      FROM KNA1 INNER JOIN VBAK ON KNA1&lt;SUB&gt;KUNNR = VBAK&lt;/SUB&gt;KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;        WRITE:/ ITAB1-VBELN HOTSPOT, ITAB1-AUDAT, ITAB1-AUART.&lt;/P&gt;&lt;P&gt;        HIDE: ITAB1-VBELN, ITAB1-AUDAT, ITAB1-AUART.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '2'.&lt;/P&gt;&lt;P&gt;      SELECT VBAK&lt;SUB&gt;VBELN VBAP&lt;/SUB&gt;POSNR VBAP~POSAR&lt;/P&gt;&lt;P&gt;      INTO CORRESPONDING FIELDS OF TABLE ITAB1 FROM VBAK INNER JOIN VBAP ON VBAK&lt;SUB&gt;VBELN = VBAP&lt;/SUB&gt;VBELN.&lt;/P&gt;&lt;P&gt;      LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;        WRITE:/ ITAB1-POSNR, ITAB1-POSAR.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE:/ SY-VLINE,TEXT-001 COLOR COL_NEGATIVE.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 05:01:39 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2007-07-18T05:01:39Z</dc:date>
    <item>
      <title>Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524077#M571586</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;          I am learning interactive report . i want to know how to use AT LINE SELECTION and a sample program using that.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u all.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;              regards,&lt;/P&gt;&lt;P&gt;               Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 04:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524077#M571586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T04:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524078#M571587</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;AT LINE-SELECTION is to capture the events that a user does on the LIST output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can use CASE ENDCASE on sy-lsind to work on different levels of the list.&lt;/P&gt;&lt;P&gt;when sy-lsind = 1 its basic list.&lt;/P&gt;&lt;P&gt;then sy-lsind &amp;gt; 1 are called detail lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the example is&lt;/P&gt;&lt;P&gt;REPORT demo_at_line_selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;  WRITE 'Click me!' COLOR = 5 HOTSPOT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;  WRITE: / 'You clicked list', sy-listi, &lt;/P&gt;&lt;P&gt;         / 'You are on list',  sy-lsind. &lt;/P&gt;&lt;P&gt;  IF sy-lsind &amp;lt; 20. &lt;/P&gt;&lt;P&gt;    SKIP. &lt;/P&gt;&lt;P&gt;    WRITE: 'More ...' COLOR = 5 HOTSPOT. &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Also goto ABAPDOCU transaction and check&lt;/P&gt;&lt;P&gt;BC-ABAP Programing -&amp;gt;ABAP user Dialogs -&amp;gt;Lists-&amp;gt; User Actions on Lists.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 04:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524078#M571587</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-18T04:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524079#M571588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 04:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524079#M571588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524080#M571589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Check this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Tables declaration&lt;/P&gt;&lt;P&gt;TABLES:EKKO.                                       "PO Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Data Declaration&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  TYPES:BEGIN OF X_EKKO,&lt;/P&gt;&lt;P&gt;          EBELN TYPE EKKO-EBELN,                    "PO Number&lt;/P&gt;&lt;P&gt;          BUKRS TYPE EKKO-BUKRS,                    "Company code&lt;/P&gt;&lt;P&gt;          BSART TYPE EKKO-BSART,                    "Document type&lt;/P&gt;&lt;P&gt;          LIFNR TYPE EKKO-LIFNR,                    "Vendor&lt;/P&gt;&lt;P&gt;          SPRAS TYPE EKKO-SPRAS,                    "Language key&lt;/P&gt;&lt;P&gt;          ZTERM TYPE EKKO-ZTERM,                    "Terms of payment&lt;/P&gt;&lt;P&gt;        END OF X_EKKO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        BEGIN OF X_EKPO,&lt;/P&gt;&lt;P&gt;          EBELN TYPE EKPO-EBELN,&lt;/P&gt;&lt;P&gt;          EBELP TYPE EKPO-EBELP,                     "PO Item&lt;/P&gt;&lt;P&gt;          WERKS TYPE EKPO-WERKS,                     "Plant&lt;/P&gt;&lt;P&gt;          MATNR TYPE EKPO-MATNR,                     "Material Number&lt;/P&gt;&lt;P&gt;          MATKL TYPE EKPO-MATKL,                     "Material Group&lt;/P&gt;&lt;P&gt;        END OF X_EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:IT_EKKO TYPE TABLE OF X_EKKO,&lt;/P&gt;&lt;P&gt;       WA_EKKO TYPE X_EKKO,&lt;/P&gt;&lt;P&gt;       IT_EKPO TYPE TABLE OF X_EKPO,&lt;/P&gt;&lt;P&gt;       WA_EKPO TYPE X_EKPO,&lt;/P&gt;&lt;P&gt;       V TYPE EKKO-EBELN.&lt;/P&gt;&lt;P&gt;*-----Selection-screen design&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF BLOCK B1.&lt;/P&gt;&lt;P&gt;  SELECT-OPTIONS:S_EBELN FOR EKKO-EBELN.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Selection-screen validation&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;*-----retrieving data from the PO Header&lt;/P&gt;&lt;P&gt;  SELECT EBELN&lt;/P&gt;&lt;P&gt;  FROM EKKO&lt;/P&gt;&lt;P&gt;  INTO TABLE IT_EKKO&lt;/P&gt;&lt;P&gt;  WHERE EBELN IN S_EBELN.&lt;/P&gt;&lt;P&gt;*-----if there are no records display an error&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE E009.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Data retrieval&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*-----To retrieve the header information&lt;/P&gt;&lt;P&gt;  SELECT EBELN BUKRS BSART LIFNR SPRAS ZTERM&lt;/P&gt;&lt;P&gt;  FROM EKKO&lt;/P&gt;&lt;P&gt;  INTO TABLE IT_EKKO&lt;/P&gt;&lt;P&gt;  WHERE EBELN IN S_EBELN&lt;/P&gt;&lt;P&gt;     AND SPRAS = 'EN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Top-of-page&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE:/30 TEXT-012.&lt;/P&gt;&lt;P&gt;  ULINE (100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Top-of-page for the secondary list&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE:/30 TEXT-013.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;  ULINE (80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----Displaying the data&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE:/01 SY-VLINE,02 TEXT-001,&lt;/P&gt;&lt;P&gt;         19 SY-VLINE,20 TEXT-002,&lt;/P&gt;&lt;P&gt;         32 SY-VLINE,33 TEXT-003,&lt;/P&gt;&lt;P&gt;         57 SY-VLINE,58 TEXT-004,&lt;/P&gt;&lt;P&gt;         70 SY-VLINE,71 TEXT-005,&lt;/P&gt;&lt;P&gt;         91 SY-VLINE,92 TEXT-006,&lt;/P&gt;&lt;P&gt;         100 SY-VLINE.&lt;/P&gt;&lt;P&gt;  ULINE (100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IT_EKKO INTO WA_EKKO.&lt;/P&gt;&lt;P&gt;    WRITE:/01 SY-VLINE,02 WA_EKKO-EBELN,&lt;/P&gt;&lt;P&gt;           19 SY-VLINE,20 WA_EKKO-BUKRS,&lt;/P&gt;&lt;P&gt;           32 SY-VLINE,33 WA_EKKO-BSART,&lt;/P&gt;&lt;P&gt;           57 SY-VLINE,58 WA_EKKO-LIFNR,&lt;/P&gt;&lt;P&gt;           70 SY-VLINE,71 WA_EKKO-SPRAS,&lt;/P&gt;&lt;P&gt;           91 SY-VLINE,92 WA_EKKO-ZTERM,&lt;/P&gt;&lt;P&gt;           100 SY-VLINE.&lt;/P&gt;&lt;P&gt;    ULINE (100).&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----To get the secondary list.&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD WA_EKKO-EBELN VALUE V.&lt;/P&gt;&lt;P&gt;*-----To retrieve the item information&lt;/P&gt;&lt;P&gt;  SELECT EBELN EBELP WERKS MATNR MATKL&lt;/P&gt;&lt;P&gt;  FROM EKPO&lt;/P&gt;&lt;P&gt;  INTO TABLE IT_EKPO&lt;/P&gt;&lt;P&gt;  WHERE EBELN = V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-----To display an error if the user clicks on any other header detail&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE E001.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE:/01 SY-VLINE,02 TEXT-007,&lt;/P&gt;&lt;P&gt;         19 SY-VLINE,20 TEXT-008,&lt;/P&gt;&lt;P&gt;         42 SY-VLINE,43 TEXT-009,&lt;/P&gt;&lt;P&gt;         48 SY-VLINE,49 TEXT-010,&lt;/P&gt;&lt;P&gt;         67 SY-VLINE,68 TEXT-011,&lt;/P&gt;&lt;P&gt;         80 SY-VLINE.&lt;/P&gt;&lt;P&gt;  ULINE (80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IT_EKPO INTO WA_EKPO.&lt;/P&gt;&lt;P&gt;    WRITE:/01 SY-VLINE,02 WA_EKPO-EBELN,&lt;/P&gt;&lt;P&gt;           19 SY-VLINE,20 WA_EKPO-EBELP,&lt;/P&gt;&lt;P&gt;           42 SY-VLINE,43 WA_EKPO-WERKS,&lt;/P&gt;&lt;P&gt;           48 SY-VLINE,49 WA_EKPO-MATNR,&lt;/P&gt;&lt;P&gt;           67 SY-VLINE,68 WA_EKPO-MATKL,&lt;/P&gt;&lt;P&gt;           80 SY-VLINE.&lt;/P&gt;&lt;P&gt;    ULINE (80).&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 04:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524080#M571589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T04:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524081#M571590</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;Sample report for  INTERACTIVE  report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  YMS_INTERACTIVETEST LINE-SIZE 50 NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: VBAP,KNA1,VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: CUST FOR KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;        KUNNR LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;        NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;        VBELN LIKE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;        AUDAT LIKE VBAK-AUDAT,&lt;/P&gt;&lt;P&gt;        AUART LIKE VBAK-AUART,&lt;/P&gt;&lt;P&gt;        POSNR LIKE VBAP-POSNR,&lt;/P&gt;&lt;P&gt;        POSAR LIKE VBAP-POSAR,&lt;/P&gt;&lt;P&gt;      END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB1 LIKE ITAB OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT KNA1&lt;SUB&gt;KUNNR KNA1&lt;/SUB&gt;NAME1 INTO CORRESPONDING FIELDS OF TABLE ITAB1&lt;/P&gt;&lt;P&gt;          FROM KNA1 WHERE KNA1~KUNNR IN CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;    WRITE:/10 ITAB1-KUNNR HOTSPOT, 30 ITAB1-NAME1.&lt;/P&gt;&lt;P&gt;    HIDE: ITAB1-KUNNR.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&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;  CASE SY-LSIND.&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;      SELECT KNA1&lt;SUB&gt;KUNNR VBAK&lt;/SUB&gt;VBELN VBAK&lt;SUB&gt;AUDAT VBAK&lt;/SUB&gt;ERDAT INTO CORRESPONDING FIELDS OF TABLE ITAB1&lt;/P&gt;&lt;P&gt;      FROM KNA1 INNER JOIN VBAK ON KNA1&lt;SUB&gt;KUNNR = VBAK&lt;/SUB&gt;KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;        WRITE:/ ITAB1-VBELN HOTSPOT, ITAB1-AUDAT, ITAB1-AUART.&lt;/P&gt;&lt;P&gt;        HIDE: ITAB1-VBELN, ITAB1-AUDAT, ITAB1-AUART.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '2'.&lt;/P&gt;&lt;P&gt;      SELECT VBAK&lt;SUB&gt;VBELN VBAP&lt;/SUB&gt;POSNR VBAP~POSAR&lt;/P&gt;&lt;P&gt;      INTO CORRESPONDING FIELDS OF TABLE ITAB1 FROM VBAK INNER JOIN VBAP ON VBAK&lt;SUB&gt;VBELN = VBAP&lt;/SUB&gt;VBELN.&lt;/P&gt;&lt;P&gt;      LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;        WRITE:/ ITAB1-POSNR, ITAB1-POSAR.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE:/ SY-VLINE,TEXT-001 COLOR COL_NEGATIVE.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 05:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524081#M571590</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-07-18T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524082#M571591</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;Find the simple code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report  zineractive  no standard page heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  set pf-status'XYZ'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write 'basic list'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write 'list 0'.&lt;/P&gt;&lt;P&gt;&lt;/P&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;&lt;/P&gt;&lt;P&gt; CASE sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WRITE 'first secondary list'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   WHEN '2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WRITE 'second secondary list'.&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;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: 'list',  sy-lisel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 05:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524082#M571591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T05:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524083#M571592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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; Report  ZAK_IR_AS16                                                 *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&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;                                                                     *&lt;/P&gt;&lt;P&gt;*&amp;amp;    Interactive Report  to check the number of secondary lists       *&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;&lt;/P&gt;&lt;P&gt;REPORT  ZAK_IR_AS16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'LIST INDEX DURING BASIC LIST- ', SY-LSIND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'LIST INDEX DURING LINE SELECTION (SECONDARY LIST)- ', SY-LSIND.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 05:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524083#M571592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524084#M571593</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;      check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When the system processes event blocks that are not assigned to interactive list events, and when processing dialog modules, the ABAP program writes its list output to the basic list. &lt;/P&gt;&lt;P&gt;The ABAP system field SY-LSIND contains the index of the list currently being created. While the basic list is being created, SY-LSIND is zero.&lt;/P&gt;&lt;P&gt;By default, the basic list has a standard list status and a standard page header. The TOP-OF-PAGE and END-OF-PAGE events can occur while the basic list is being created. All output in these events is placed in the page header or footer of the basic list. In executable programs, the basic list is automatically sent to the list processor and displayed at the end of the END-OF-SELECTION event. Otherwise, it is displayed after the PAI processing block on the screen from which the LEAVE TO LIST-PROCESSING statement occurred. &lt;/P&gt;&lt;P&gt;Creating Detail Lists&lt;/P&gt;&lt;P&gt;Each time the user executes an action on a list, the runtime environment checks whether there is an event block defined that corresponds to the function code. If there is, SY-LSIND is automatically increased by one, and the relevant event block is executed. Any list output arising during this event block places its data into a new list (list level) with the index SY-LSIND. In order to create a new list level, the GUI status of the basic list must allow user actions, and the relevant event blocks must be defined in the program. &lt;/P&gt;&lt;P&gt;All lists created during an interactive list event are detail lists. Each interactive list event creates a new detail list. With one ABAP program, you can maintain one basic list and up to 20 detail lists. If the user creates a list on the next level (that is, SY-LSIND increases), the system stores the previous list and displays the new one. The user can interact with whichever list is currently displayed. &lt;/P&gt;&lt;P&gt;The system displays this list after processing the entire processing block of the event keyword or after leaving the processing block due to EXIT or CHECK. By default, the new list overlays the previous list completely. However, you can display a list in a dialog box. If no other dialog status is set in the event block for the detail list, the system uses the status from the previous list level. However, there is no standard page header for detail lists (see below). &lt;/P&gt;&lt;P&gt;Consequences of Event Control&lt;/P&gt;&lt;P&gt;The fact that you program detail lists in event blocks has important consequences. You cannot nest processing blocks (see Structure of an ABAP Program). Therefore, you cannot process other events within the processing blocks of interactive lists.&lt;/P&gt;&lt;P&gt;Especially, you cannot&lt;/P&gt;&lt;P&gt;&amp;#149; use separate processing blocks to process further interactive events. A certain user action always triggers the same processing block in your program. You must use control statements (IF, CASE) within the processing block to make sure that the system processes the desired statements. There is a range of system field that you can use for this. &lt;/P&gt;&lt;P&gt;&amp;#149; use the event TOP-OF-PAGE to influence the list structure of secondary lists. To layout the page headers of the secondary lists, you must use the event TOP-OF-PAGE DURING LINE-SELECTION (see below). However, the system does process the event END-OF-PAGE in secondary lists. &lt;/P&gt;&lt;P&gt;&amp;#149; use events such as GET and GET LATE to retrieve data for secondary lists, but must use SELECT statements. You can use the logical database assigned to the executable program (report) only for the basic list. If you want to use a logical database during interactive events, you must either call another executable program using SUMIT, or (better) call the logical database using a function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigating in Lists: &lt;/P&gt;&lt;P&gt;To return from a high list level to the next-lower level (SY-LSIND), the user can choose back from a detail list. The system releases the last list to have been displayed, and returns to the previous list level. The system deletes the contents of the released list.&lt;/P&gt;&lt;P&gt;To determine the list level in which the output from an event block will be displayed, you can change the value of the system fields SY-LSIND. This is one of the few exceptions to the rule that states that you must never overwrite ABAP system fields. The system accepts only index values which correspond to existing list levels. It then deletes all existing list levels whose index is greater or equal to the index you specify. For example, if you set SY-LSIND to 0, the system deletes all secondary lists and overwrites the basic list with the current secondary list.&lt;/P&gt;&lt;P&gt;When you change SY-LSIND, the change only takes effect at the end of the corresponding event. If you work with statements that access the list with index SY-LSIND (using the INDEX addition - for example, SCROLL), you should set the new value of SY-LISND after these statements. The best place to set it is in the last statement of the event block. &lt;/P&gt;&lt;P&gt;System Fields for Details Lists&lt;/P&gt;&lt;P&gt;After each user action on a list, the following ABAP system fields will be set in the corresponding event block: &lt;/P&gt;&lt;P&gt;System field&lt;/P&gt;&lt;P&gt;SY-LSIND Index of the list created during the current event (basic list = 0)SY-LISTI Index of the list level from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LILLI Absolute number of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LISEL Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-CUROW Position of the line in the window from which the event was triggered (counting starts with 1)&lt;/P&gt;&lt;P&gt;SY-CUCOL Position of the column in the window from which the event was triggered (counting starts with 2)&lt;/P&gt;&lt;P&gt;SY-CPAGE Page number of the first displayed page of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-STARO Number of the first line of the first page displayed of the list from which the event was triggered (counting starts with 1). This line may contain the page header.&lt;/P&gt;&lt;P&gt;SY-STACO Number of the first column displayed in the list from which the event was triggered (counting starts with 1)&lt;/P&gt;&lt;P&gt;SY-UCOMM Function code that triggered the event&lt;/P&gt;&lt;P&gt;SY-PFKEY Status of the list currently being displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page Headers for Detail Lists&lt;/P&gt;&lt;P&gt;On detail lists, the system does not display a standard page header and it does not trigger the event TOP-OF-PAGE. To create page headers for detail list, you must use a different TOP-OF-PAGE event: &lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;The system triggers this event for each detail list. If you want to create different page headers for different list levels, you must program the processing block of this event accordingly, for example by using system fields such as SY-LSIND or SY-PFKEY in control statements (IF, CASE).&lt;/P&gt;&lt;P&gt;As on the basic list, the page header of a detail list remains displayed even when you scroll vertically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages on Detail Lists&lt;/P&gt;&lt;P&gt;ABAP allows you to react to incorrect or possibly-incorrect user input by displaying messages. The seriousness of the error determines how program processing continues. &lt;/P&gt;&lt;P&gt;In list processing, the message processing for the individual message types is as follows: &lt;/P&gt;&lt;P&gt;A (=Abend): Termination&lt;/P&gt;&lt;P&gt;The system displays the message in a dialog box. After the user confirms the message using ENTER , the system terminates the entire transaction (for example SE38).&lt;/P&gt;&lt;P&gt;E (=Error) or W (=Warning):&lt;/P&gt;&lt;P&gt;The system displays the message in the status bar. Once the user has confirmed the error by pressing ENTER, the current event block is terminated and the previous list level remains displayed. If you use an error or warning message while creating the basic list, the entire program is terminated. &lt;/P&gt;&lt;P&gt;I (=Information):&lt;/P&gt;&lt;P&gt;The system displays the message in a dialog box. Once the user has confirmed the message (ENTER), the program continues processing after the MESSAGE statement. &lt;/P&gt;&lt;P&gt;S (= status)&lt;/P&gt;&lt;P&gt;The system displays the message in the status bar of the current list. &lt;/P&gt;&lt;P&gt;X (= Exit) Runtime error:&lt;/P&gt;&lt;P&gt;This message type triggers a runtime error and generates a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Detail Lists&lt;/P&gt;&lt;P&gt;A classic report is a program that generates a single list, which must contain all of the required detail information. This procedure may result in extensive lists from which the user has to pick the relevant data. For background processing, this is the only possible method. After starting a background job, there is no way of influencing the program. The desired selections must be made beforehand and the list must provide detailed information. &lt;/P&gt;&lt;P&gt;For dialog sessions, there are no such restrictions. The user is present during the execution of the program and can control and manipulate the program flow directly. To be able to use all advantages of the online environment, classical reporting was developed into interactive reporting.&lt;/P&gt;&lt;P&gt;Interactive reporting allows the user to participate actively in retrieving and presenting data during the session. Instead of one extensive and detailed list, with interactive reporting you create a condensed basic list from which the user can call detailed information by positioning the cursor and entering commands. Interactive reporting thus reduces information retrieval to the data actually required. Detailed information is presented in detail lists. &lt;/P&gt;&lt;P&gt;Apart from creating detail lists, interactive reporting also allows you to call transactions or other executable programs (reports) from lists. These programs then use values displayed in the list as input values. The user can, for example, call a transaction from within a list to change the database table whose data is displayed in the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION : This Event triggers when we double click a line on the list, when the event is triggered a new sublist is going to be generated. Under this event what ever the statements that are been return will be displayed on newly generated sublist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&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; Title             : Purchase Order Listing REPORT                  *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Author            :                                *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Date of Creation  :                                *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                       Modification Log                             *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Author                :                                            *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Date of Change        :                                            *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Functional Specs #    :                                            *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Correction Request #  :                                            *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Description of Change :                                            *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZEXAMPLE_PO_LISTING NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;                           LINE-SIZE 160&lt;/P&gt;&lt;P&gt;                           LINE-COUNT 30(1)&lt;/P&gt;&lt;P&gt;                           MESSAGE-ID Z00.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 T A B L E S                                        *&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;TABLES : EKKO, "Purchasing Document Header&lt;/P&gt;&lt;P&gt;         EKPO, "Purchasing Document Item&lt;/P&gt;&lt;P&gt;         LFA1, "Vendor Master (General Section)&lt;/P&gt;&lt;P&gt;         SSCRFIELDS. "Fields on selection screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 INTERNAL TABLES                                    *&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;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;      EBELN LIKE EKKO-EBELN,&lt;/P&gt;&lt;P&gt;      LIFNR LIKE LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;      NAME1 LIKE LFA1-NAME1,&lt;/P&gt;&lt;P&gt;      AEDAT LIKE EKKO-AEDAT,&lt;/P&gt;&lt;P&gt;      WAERS LIKE EKKO-WAERS,&lt;/P&gt;&lt;P&gt;      END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB2 OCCURS 0,&lt;/P&gt;&lt;P&gt;        EBELN LIKE EKPO-EBELN,&lt;/P&gt;&lt;P&gt;        EBELP LIKE EKPO-EBELP,&lt;/P&gt;&lt;P&gt;        TXZ01 LIKE EKPO-TXZ01,&lt;/P&gt;&lt;P&gt;        EMATN LIKE EKPO-EMATN,&lt;/P&gt;&lt;P&gt;        MENGE LIKE EKPO-MENGE,&lt;/P&gt;&lt;P&gt;        MEINS LIKE EKPO-MEINS,&lt;/P&gt;&lt;P&gt;        NETPR LIKE EKPO-NETPR,&lt;/P&gt;&lt;P&gt;      END OF ITAB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 D A T A D E C L A R A T I O N S                    *&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;DATA: DATE LIKE SY-DATUM.&lt;/P&gt;&lt;P&gt;      DATE = SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 S E L E C T I O N S C R E E N                      *&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;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS S_EBELN FOR EKKO-EBELN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS S_AEDAT FOR EKKO-AEDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 AT-S E L E C T I O N S C R E E N                   *&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;*PURCHASE ORDER SCREEN VALIDATION&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON S_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK SSCRFIELDS-UCOMM = 'ONLI'.&lt;/P&gt;&lt;P&gt;IF NOT S_EBELN[] IS INITIAL.&lt;/P&gt;&lt;P&gt;   SELECT SINGLE EBELN FROM EKKO INTO EKKO WHERE EBELN IN S_EBELN.&lt;/P&gt;&lt;P&gt;   ELSE.&lt;/P&gt;&lt;P&gt;   MESSAGE E010 WITH 'Purchase Order Not Found'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 I N I T I A L I Z A T I O N                        *&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;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 S T A R T - O F - S E L E C  T I O N               *&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;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;   PERFORM FETCH_RECORDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                 E N D - O F - S E L E C  T I O N               *&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;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;  WRITE:/ SY-VLINE, ITAB-EBELN,11 SY-VLINE,&lt;/P&gt;&lt;P&gt;       12 ITAB-LIFNR, SY-VLINE,&lt;/P&gt;&lt;P&gt;       30 ITAB-NAME1,42 SY-VLINE,&lt;/P&gt;&lt;P&gt;       47 ITAB-AEDAT,SY-VLINE,&lt;/P&gt;&lt;P&gt;       65 ITAB-WAERS,77 SY-VLINE .&lt;/P&gt;&lt;P&gt;HIDE ITAB-EBELN.&lt;/P&gt;&lt;P&gt;ULINE /(77).&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                             TOP-OF-PAGE                            *&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;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  PERFORM DISPLAY_PAGE_HEADER.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                              END-OF-PAGE                           *&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;END-OF-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&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;                              AT LINE-SELECTION                     *&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;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;IF SY-LSIND EQ 1.&lt;/P&gt;&lt;P&gt;  SELECT EBELN&lt;/P&gt;&lt;P&gt;         EBELP&lt;/P&gt;&lt;P&gt;         TXZ01&lt;/P&gt;&lt;P&gt;         EMATN&lt;/P&gt;&lt;P&gt;         MENGE&lt;/P&gt;&lt;P&gt;         MEINS&lt;/P&gt;&lt;P&gt;         NETPR&lt;/P&gt;&lt;P&gt;         FROM EKPO INTO TABLE ITAB2&lt;/P&gt;&lt;P&gt;         WHERE EBELN EQ ITAB-EBELN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;   MESSAGE I010 WITH 'NO ITEMS FOUND FOR THIS PO'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;   PERFORM FETCH_PO_DETAILS.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  PERFORM GENERATE_SECONDARY_LIST_HEADER.&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  Validate_outer&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;      text&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&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 FETCH_RECORDS.&lt;/P&gt;&lt;P&gt;  SELECT  A~EBELN&lt;/P&gt;&lt;P&gt;          A~AEDAT&lt;/P&gt;&lt;P&gt;          A~WAERS&lt;/P&gt;&lt;P&gt;          A~LIFNR&lt;/P&gt;&lt;P&gt;          B~LIFNR&lt;/P&gt;&lt;P&gt;          B~NAME1&lt;/P&gt;&lt;P&gt;          INTO CORRESPONDING FIELDS OF TABLE ITAB&lt;/P&gt;&lt;P&gt;          FROM EKKO AS A&lt;/P&gt;&lt;P&gt;          INNER JOIN LFA1 AS B&lt;/P&gt;&lt;P&gt;          ON A&lt;SUB&gt;LIFNR = B&lt;/SUB&gt;LIFNR&lt;/P&gt;&lt;P&gt;          WHERE A~EBELN IN S_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE E010(Z00) WITH 'Valid Data not Found'(001).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " FETCH_RECORDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*GETTING ALL THE DETAILS FROM EKPO ON A EBELN&lt;/P&gt;&lt;P&gt;FORM FETCH_PO_DETAILS.&lt;/P&gt;&lt;P&gt;  LOOP AT ITAB2.&lt;/P&gt;&lt;P&gt;    WRITE:/ SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-EBELN,&lt;/P&gt;&lt;P&gt;         15 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-EBELP,&lt;/P&gt;&lt;P&gt;         30 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-EMATN,&lt;/P&gt;&lt;P&gt;         45 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-TXZ01,&lt;/P&gt;&lt;P&gt;         80 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-MENGE UNIT 'PC' CENTERED,&lt;/P&gt;&lt;P&gt;         95 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-MEINS,&lt;/P&gt;&lt;P&gt;        110 SY-VLINE,&lt;/P&gt;&lt;P&gt;            ITAB2-NETPR CURRENCY 'USD',&lt;/P&gt;&lt;P&gt;        125 SY-VLINE.&lt;/P&gt;&lt;P&gt;            ULINE /(125).&lt;/P&gt;&lt;P&gt;        AT END OF EBELN.&lt;/P&gt;&lt;P&gt;          SUM.&lt;/P&gt;&lt;P&gt;          WRITE:/97 'TOTAL VALUE:',112 ITAB2-NETPR CURRENCY 'USD'.&lt;/P&gt;&lt;P&gt;        ENDAT.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*GENERATING THE PAGE HEADER&lt;/P&gt;&lt;P&gt;FORM DISPLAY_PAGE_HEADER.&lt;/P&gt;&lt;P&gt;  PERFORM COMPANY_HEADER.&lt;/P&gt;&lt;P&gt;FORMAT INTENSIFIED ON COLOR COL_KEY.&lt;/P&gt;&lt;P&gt;ULINE (77).&lt;/P&gt;&lt;P&gt;WRITE:/ SY-VLINE,&lt;/P&gt;&lt;P&gt;        'P.ORDER NO',&lt;/P&gt;&lt;P&gt;     11 SY-VLINE,&lt;/P&gt;&lt;P&gt;        'VENDOR NO',&lt;/P&gt;&lt;P&gt;        SY-VLINE,&lt;/P&gt;&lt;P&gt;     30 'VENDOR NAME',&lt;/P&gt;&lt;P&gt;        SY-VLINE,&lt;/P&gt;&lt;P&gt;     50 'PO DATE',&lt;/P&gt;&lt;P&gt;        SY-VLINE,&lt;/P&gt;&lt;P&gt;     65 'CURRENCY KEY',&lt;/P&gt;&lt;P&gt;     77 SY-VLINE.&lt;/P&gt;&lt;P&gt;ULINE /0(77).&lt;/P&gt;&lt;P&gt;FORMAT RESET.&lt;/P&gt;&lt;P&gt;ENDFORM.&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  GENERATE_SECONDARY_LIST_HEADER&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;      text&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&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 GENERATE_SECONDARY_LIST_HEADER.&lt;/P&gt;&lt;P&gt;  PERFORM COMPANY_HEADER_02.&lt;/P&gt;&lt;P&gt;  FORMAT INTENSIFIED ON COLOR COL_KEY.&lt;/P&gt;&lt;P&gt;ULINE (125).&lt;/P&gt;&lt;P&gt;WRITE:/ SY-VLINE,&lt;/P&gt;&lt;P&gt;        'P.O.No',&lt;/P&gt;&lt;P&gt;     15  SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Item No',&lt;/P&gt;&lt;P&gt;     30  SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Material',&lt;/P&gt;&lt;P&gt;     45  SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Material Desc',&lt;/P&gt;&lt;P&gt;     80 SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Order Qty',&lt;/P&gt;&lt;P&gt;     95 SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Order Unit',&lt;/P&gt;&lt;P&gt;    110  SY-VLINE,&lt;/P&gt;&lt;P&gt;        'Net Price',&lt;/P&gt;&lt;P&gt;    125  SY-VLINE.&lt;/P&gt;&lt;P&gt;ULINE (125).&lt;/P&gt;&lt;P&gt;ENDFORM.                    " GENERATE_SECONDARY_LIST_HEADER&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  COMPANY_HEADER&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;      text&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&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 COMPANY_HEADER.&lt;/P&gt;&lt;P&gt;WRITE:/40 '  INDIA IS GR8'.&lt;/P&gt;&lt;P&gt;WRITE:/40 '        India         '.&lt;/P&gt;&lt;P&gt;WRITE:/40 'Purchase Order Header Listing'.&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " COMPANY_HEADER&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  COMPANY_HEADER_02&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;      text&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&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 COMPANY_HEADER_02.&lt;/P&gt;&lt;P&gt;WRITE:/40 '  India is gr8'.&lt;/P&gt;&lt;P&gt;WRITE:/40 '        India         '.&lt;/P&gt;&lt;P&gt;WRITE:/40 'Purchase Order Items Listing'.&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " COMPANY_HEADER_02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if u find helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt; Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 05:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2524084#M571593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T05:05:35Z</dc:date>
    </item>
  </channel>
</rss>

