<?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: Rprt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rprt/m-p/1907451#M378083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;waiting for your kind support..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 11:37:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T11:37:38Z</dc:date>
    <item>
      <title>Rprt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rprt/m-p/1907450#M378082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I am giving you the prog logic. anybody could help me out to develop a program for that.&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;SELECTION SCREEN:&lt;/P&gt;&lt;P&gt;Following fields will be available on initial screen of report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Name   Tech Name	      Range	               Field status&lt;/P&gt;&lt;P&gt;Doc Date	     BLDAT	                      From &lt;DEL&gt;-To&lt;/DEL&gt;--       Mandatory&lt;/P&gt;&lt;P&gt;Vendor	     LIFNR	                      From -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;To-----     optional              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP TABLES:&lt;/P&gt;&lt;P&gt;TABLES:BSEG, LFA1,MAKT are to be used for having output of report.&lt;/P&gt;&lt;P&gt;Report has to be run for specific GL accounts only which are to be hard coded in the program logic. Based on user&amp;#146;s input &amp;#147;Range of Date&amp;#148; all the documents within the range are to be selected along with below criteria from Table BKPF&lt;/P&gt;&lt;P&gt;Transaction code = &amp;#147;ML81N&amp;#148;&lt;/P&gt;&lt;P&gt;If user enters vendor range then select vendors (input values) from Table BSEG after selecting documents from BKPF based on date &amp;amp; TC as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the Document are selected from BKPF give as input to BSEG along with below list of GL account (field- HKONT) Below GL to be hard coded in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1001 Services - Catering -Food/Beverages&lt;/P&gt;&lt;P&gt;1002 Services - Catering - Hi Lift&lt;/P&gt;&lt;P&gt;1003 Services - Catering - Handling&lt;/P&gt;&lt;P&gt;1004 Services - Catering - Stores&lt;/P&gt;&lt;P&gt;1005 Services - Catering - Laundry&lt;/P&gt;&lt;P&gt;1006 Services - Catering &amp;#150; Offloading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on above selection the output data from BSEG will be-&lt;/P&gt;&lt;P&gt;Vendor     Cost Centre            Amount in LC	&lt;/P&gt;&lt;P&gt;(LIFNR)	(KOSTL)		(DMBTR)	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Cost center code which is the output from BSEG above has to be looked into below structures for the cost center group which it belongs, as we need report to be divided into two parts.(1) CATERING_E &amp;#150; catering cost JET class (2) CATERING_F &amp;#150; catering cost First class &lt;/P&gt;&lt;P&gt;Thus each of Expense head has to be print in two section based on the cost center group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost center group structures &amp;#150; GRPVALUES, GRPOBJECTS, GRPDYNP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Service tax has to be find out from GL 27611002, once the vendors are known from BSEG. This for each vendor the cumulative amount of service tax in this GL has to be summarize for the period give in initial screen.&lt;/P&gt;&lt;P&gt;The vendor names also needs to be fetched up from LFA1 by vendor code found from BSEG, and to  be printed on report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sequence of searching data for GL accounts must be same as above and also sequence of heads in report should be same as in report layout below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report display for two parts(JET class &amp;amp; JET First clss) is shown below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report &amp;#150; Catering Service Expenses&lt;/P&gt;&lt;P&gt;Date From -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; To------&lt;/P&gt;&lt;P&gt;JET Class &lt;/P&gt;&lt;P&gt;Expense Head	Vendor 1	Vendor 2	Vendor 3	Vendor 4	Vendor 5	Vendor 6	Vendor 7&lt;/P&gt;&lt;P&gt;F&amp;amp;B							&lt;/P&gt;&lt;P&gt;Handling							&lt;/P&gt;&lt;P&gt;Hi- Lift							&lt;/P&gt;&lt;P&gt;Stores							&lt;/P&gt;&lt;P&gt;Off_Loading					&lt;/P&gt;&lt;P&gt;Laundry							&lt;/P&gt;&lt;P&gt;Srv Tax							&lt;/P&gt;&lt;P&gt;Total Rs							&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date From -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; To------&lt;/P&gt;&lt;P&gt;JET First&lt;/P&gt;&lt;P&gt;Expense Head	Vendor 1	Vendor 2	Vendor 3	Vendor 4	Vendor 5	Vendor 6	Vendor 7&lt;/P&gt;&lt;P&gt;F&amp;amp;B							&lt;/P&gt;&lt;P&gt;Handling							&lt;/P&gt;&lt;P&gt;Hi- Lift							&lt;/P&gt;&lt;P&gt;Stores							&lt;/P&gt;&lt;P&gt;Off_Loading						&lt;/P&gt;&lt;P&gt;Laundry							&lt;/P&gt;&lt;P&gt;Srv Tax							&lt;/P&gt;&lt;P&gt;Total Rs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 07:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rprt/m-p/1907450#M378082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rprt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rprt/m-p/1907451#M378083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;waiting for your kind support..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 11:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rprt/m-p/1907451#M378083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T11:37:38Z</dc:date>
    </item>
  </channel>
</rss>

