<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644170#M877545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kan you give me code please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 10:47:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T10:47:27Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644167#M877542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav to display one field by using logic:Logic 1 - Pass the value of PSP_NR(QMEL)  as the field PSPNR(PRPS) and get PSPHI(PRPS) and pass the value as input for field PSPNR(PROJ) and display the value of POST(PROJ)				kan someone help me out ..how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644167#M877542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644168#M877543</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 this logic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;select psp_nr from qmel into table it_qmel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select psphi pspnr from prps into table it_prps for all entries in it_qmel where pspnr = it_qmel-psp_nr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pspnr post from proj into table it_proj for all entries in it_prps where pspnr = it_prps-pspnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644168#M877543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644169#M877544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can relate the tables PRPS and QMEL with the field OBJNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the  fields to combine  two tables PRPS and PROJ with PSPNR and POST1  fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644169#M877544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T10:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644170#M877545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kan you give me code please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644170#M877545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644171#M877546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH gt_qmel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT        qmnum&lt;/P&gt;&lt;P&gt;                qmart&lt;/P&gt;&lt;P&gt;                qmtxt&lt;/P&gt;&lt;P&gt;                erdat&lt;/P&gt;&lt;P&gt;                qwrnum&lt;/P&gt;&lt;P&gt;                psp_nr&lt;/P&gt;&lt;P&gt;                fertaufnr&lt;/P&gt;&lt;P&gt;                ebeln&lt;/P&gt;&lt;P&gt;                ebelp&lt;/P&gt;&lt;P&gt;                matnr&lt;/P&gt;&lt;P&gt;                mblnr&lt;/P&gt;&lt;P&gt;                arbpl&lt;/P&gt;&lt;P&gt;                ekorg&lt;/P&gt;&lt;P&gt;                bkgrp&lt;/P&gt;&lt;P&gt;                objnr&lt;/P&gt;&lt;P&gt;                pnlkn&lt;/P&gt;&lt;P&gt;                fertaufpl&lt;/P&gt;&lt;P&gt;                qmcod&lt;/P&gt;&lt;P&gt;                qmnam&lt;/P&gt;&lt;P&gt;                ernam&lt;/P&gt;&lt;P&gt;                zz_short_text&lt;/P&gt;&lt;P&gt;                prueflos&lt;/P&gt;&lt;P&gt;                FROM qmel&lt;/P&gt;&lt;P&gt;                INTO CORRESPONDING FIELDS OF TABLE gt_qmel&lt;/P&gt;&lt;P&gt;                WHERE qmnum EQ p_qmnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT vornr&lt;/P&gt;&lt;P&gt;         ltxa1&lt;/P&gt;&lt;P&gt;         aufpl&lt;/P&gt;&lt;P&gt;         plnkn&lt;/P&gt;&lt;P&gt;         FROM afvc INTO CORRESPONDING FIELDS OF TABLE gt_afvc FOR&lt;/P&gt;&lt;P&gt;         ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         aufpl EQ gt_qmel-fertaufpl AND&lt;/P&gt;&lt;P&gt;         plnkn EQ gt_qmel-pnlkn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT maktx&lt;/P&gt;&lt;P&gt;         matnr&lt;/P&gt;&lt;P&gt;         FROM makt INTO CORRESPONDING FIELDS OF  TABLE gt_makt FOR&lt;/P&gt;&lt;P&gt;         ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         matnr EQ gt_qmel-matnr AND&lt;/P&gt;&lt;P&gt;         spras EQ sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT qmartx&lt;/P&gt;&lt;P&gt;         qmart&lt;/P&gt;&lt;P&gt;         FROM tq80_t INTO CORRESPONDING FIELDS OF TABLE gt_tq80_t&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         qmart EQ gt_qmel-qmart AND&lt;/P&gt;&lt;P&gt;         spras EQ sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT code&lt;/P&gt;&lt;P&gt;         katalogart&lt;/P&gt;&lt;P&gt;         codegruppe&lt;/P&gt;&lt;P&gt;         kurztext&lt;/P&gt;&lt;P&gt;         FROM qpct INTO CORRESPONDING FIELDS OF TABLE gt_qpct&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         code EQ gt_qmel-qmcod&lt;/P&gt;&lt;P&gt;         AND katalogart EQ 'T'&lt;/P&gt;&lt;P&gt;         AND codegruppe EQ 'INSPTYPE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT  pspnr&lt;/P&gt;&lt;P&gt;          psphi&lt;/P&gt;&lt;P&gt;          FROM prps INTO  CORRESPONDING FIELDS OF TABLE gt_prps&lt;/P&gt;&lt;P&gt;          FOR ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;          pspnr EQ gt_qmel-psp_nr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;    SELECT pspnr&lt;/P&gt;&lt;P&gt;           post1&lt;/P&gt;&lt;P&gt;           FROM proj INTO CORRESPONDING FIELDS OF TABLE gt_proj&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN gt_prps WHERE&lt;/P&gt;&lt;P&gt;           pspnr EQ gt_prps-psphi.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT stat&lt;/P&gt;&lt;P&gt;         FROM jest INTO CORRESPONDING FIELDS OF TABLE gt_jest FOR&lt;/P&gt;&lt;P&gt;         ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         objnr EQ gt_qmel-objnr&lt;/P&gt;&lt;P&gt;         AND stat EQ 'E*'&lt;/P&gt;&lt;P&gt;         AND inact &amp;lt;&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT stsma FROM jsto INTO CORRESPONDING FIELDS OF TABLE gt_jsto&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN gt_qmel WHERE&lt;/P&gt;&lt;P&gt;         objnr EQ gt_qmel-objnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT txt04&lt;/P&gt;&lt;P&gt;         txt30&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        estat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         FROM tj30t INTO CORRESPONDING FIELDS OF TABLE&lt;/P&gt;&lt;P&gt;         gt_tj30t FOR ALL ENTRIES IN gt_jsto&lt;/P&gt;&lt;P&gt;         WHERE stsma EQ gt_jsto-stsma&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                AND estat EQ gt_jest-stat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                AND spras EQ sy-langu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3644171#M877546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:08:13Z</dc:date>
    </item>
  </channel>
</rss>

