<?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 report help 3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325646#M511033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a report which lists the delivery no, delivery qty, customer no, material no, material description for the given shipping points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 11:10:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T11:10:44Z</dc:date>
    <item>
      <title>report help 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325646#M511033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a report which lists the delivery no, delivery qty, customer no, material no, material description for the given shipping points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325646#M511033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: report help 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325647#M511034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the Delivery tables LIKP and LIPS and take the required fields and develop&lt;/P&gt;&lt;P&gt;Its easy, since the data is from two tables &lt;/P&gt;&lt;P&gt;write a single join and fetch the data into Int table and display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325647#M511034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T11:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: report help 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325648#M511035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go though the link for   the sap script  with  example  of all  the Attribute  ,elements  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header&lt;/P&gt;&lt;P&gt;pages&lt;/P&gt;&lt;P&gt;windows&lt;/P&gt;&lt;P&gt;page windows&lt;/P&gt;&lt;P&gt;paragraph formats&lt;/P&gt;&lt;P&gt;character formats&lt;/P&gt;&lt;P&gt;Documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://www.thespot4sap.com/Articles/SAPscript_example_layout%20set.asp&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325648#M511035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: report help 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325649#M511036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry by misake i posted  another   forums answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325649#M511036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: report help 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325650#M511037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here  is the program    add some more fields  for LIPS table as you want ...and in the select query also &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

REPORT zSAMPLE.
 
TYPES: BEGIN OF t_output,
        salesdoc TYPE vbak-vbeln,
        item1    TYPE vbap-posnr,
        deldoc   TYPE likp-vbeln,
        item2    TYPE lips-posnr,
        billdoc  TYPE vbrk-vbeln,
        item3    TYPE vbrp-posnr,
       END OF t_output.
 
DATA: gt_output TYPE STANDARD TABLE OF t_output,
      wa_output LIKE LINE OF gt_output.
 
START-OF-SELECTION.
 
  SELECT vbak~vbeln vbap~posnr likp~vbeln lips~posnr vbrk~vbeln vbrp~posnr
    FROM vbak
   INNER JOIN vbap
      ON vbak~vbeln = vbap~vbeln
   INNER JOIN lips
      ON lips~vgbel = vbak~vbeln
     AND lips~vgpos = vbap~posnr
   INNER JOIN likp
      ON likp~vbeln = lips~vbeln
   INNER JOIN vbrp
      ON vbrp~aubel = vbak~vbeln
     AND vbrp~aupos = vbap~posnr
   INNER JOIN vbrk
      ON vbrk~vbeln = vbrp~vbeln
    INTO TABLE gt_output.
 
END-OF-SELECTION.
  IF NOT gt_output[] IS INITIAL.
 
    LOOP AT gt_output INTO wa_output.
      WRITE: / wa_output-salesdoc,
               wa_output-item1,
               wa_output-deldoc,
               wa_output-item2,
               wa_output-billdoc,
               wa_output-item3.
    ENDLOOP.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 11:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-3/m-p/2325650#M511037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T11:47:49Z</dc:date>
    </item>
  </channel>
</rss>

