<?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: Help Required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required/m-p/1916216#M381070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your internal table like .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_ekpo  ,&lt;/P&gt;&lt;P&gt;            your fields what you required ,&lt;/P&gt;&lt;P&gt;         end of itab_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_s012 ,&lt;/P&gt;&lt;P&gt;          your fields for &lt;/P&gt;&lt;P&gt;        end of s012,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_final,&lt;/P&gt;&lt;P&gt;            now here to have fields of wemgm for diff months &lt;/P&gt;&lt;P&gt;            netpr for diff months ,&lt;/P&gt;&lt;P&gt;            peinh for diff months ,&lt;/P&gt;&lt;P&gt;            bprme for diff months ,&lt;/P&gt;&lt;P&gt;        end of itab_final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select from ekko based on sales organization &lt;/P&gt;&lt;P&gt;then based on above data select from ekpo .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then loop at itab_ekpo and selecte from diff tables to merge into itab_final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be logic .For getting amount for different months write only one select query .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 06:24:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T06:24:27Z</dc:date>
    <item>
      <title>Help Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required/m-p/1916215#M381069</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 have 6 tables from which the output is fetched...ekko, ekpo, mara, makt, mbew, s012, ausp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ekorg from ekko - select option&lt;/P&gt;&lt;P&gt;mtart and meins from mara where mtart is select option&lt;/P&gt;&lt;P&gt;maktx from makt&lt;/P&gt;&lt;P&gt;stprs and peinh from mbew&lt;/P&gt;&lt;P&gt;atwrt from ausp&lt;/P&gt;&lt;P&gt;matnr from ekpo&lt;/P&gt;&lt;P&gt;wemgm from s012..., but with this field i need 5 different columns. wemgm giving the sum of po amount in month jan, wemgm2 in feb.........wemgm5 in may.&lt;/P&gt;&lt;P&gt;like wise netpr from ekpo. ... 5 columns with this field....netpr1 for the price of materials in jan..netpr2 in feb.....&lt;/P&gt;&lt;P&gt;same is the case for ekpo-peinh and ekpo-bprme, for each field i need 5 columns coreesponding jan to may.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me how to define the internal tables and write the select statements for this requirement. i am new to programming , so not able to understand wht to do.&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required/m-p/1916215#M381069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required/m-p/1916216#M381070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your internal table like .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_ekpo  ,&lt;/P&gt;&lt;P&gt;            your fields what you required ,&lt;/P&gt;&lt;P&gt;         end of itab_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_s012 ,&lt;/P&gt;&lt;P&gt;          your fields for &lt;/P&gt;&lt;P&gt;        end of s012,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab_final,&lt;/P&gt;&lt;P&gt;            now here to have fields of wemgm for diff months &lt;/P&gt;&lt;P&gt;            netpr for diff months ,&lt;/P&gt;&lt;P&gt;            peinh for diff months ,&lt;/P&gt;&lt;P&gt;            bprme for diff months ,&lt;/P&gt;&lt;P&gt;        end of itab_final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select from ekko based on sales organization &lt;/P&gt;&lt;P&gt;then based on above data select from ekpo .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then loop at itab_ekpo and selecte from diff tables to merge into itab_final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be logic .For getting amount for different months write only one select query .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 06:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required/m-p/1916216#M381070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T06:24:27Z</dc:date>
    </item>
  </channel>
</rss>

