Reporting(Netsales for new customers)

Hi All,
In a report i have to display the Net sales for the new customers based on the fiscal year(rows). The new customers is defined as the customers who joined in the previous fiscal year.
Now in the result if we see the Fiscal year 2008 in the rows then in the colums for the net sales for new customer i have to display the net sales of the customers in 2008-1 i.e 2007.
FY -
NetSls NewCust
2008       ---            1438.80 (this is actually net sales of the
                                               customers in 2007)

Have Fiscal year period in rows and KF to columns.
Then restrict the KF with Fiscal year period and restrict the fiscal year period with the selection variable. Here right click on the variable in the variable screen and set the offset.
Say, if the offset is -12, and the selection is 2008 it will display 2007 in the columns and also KF data for 2007.
Hope this helps.
Regards
Kumar

Similar Messages

  • Credit Limit Issue for new customers

    Dear Experts,
    Iam ABAPer and recently shited to SD.
    I have a issue with credit limit check for new customers.
    For example, Credit control team set  Rs1000 limit for new customer.
    Core team created Sales Order with Rs 3000 and they created subsequent documents successfully like Delivery and Invoice.
    System not performing any credit checks before making Delivery note means not showing in VKM1 tcode.
    After creating first invoice for the new customer and system is checking credit limit for all the Sales orders whcih were created after first invoice (Billing).
    Can you please help me how to overcome this issue.
    Note: Credit Control Team dont want to use VKM3 tcode to release the order.
    Thanks
    Shaik

    Hi Shaik Basha,
    --Go to T.Code  XD02 for customer & check in Sales Area under Billing Tab whether Credit control Area is assigned or not.
    --Check in T.Code VOV8 & select your Sales Document check whether credit limit & credit group is assigned or not.
    --Go to T.Code OVAK u2013 Assign check credit-D Automatic credit control & credit grouyp -01 for credit group for sales order.
    --Go to T.Code OVAD u2013select your delivery document & Assign delivery credit group-02 & 03 goods issue.
    --Go to T.Code OVA7 u2013 select your item category & check mark credit active.
    --Go to T.Code OVA8 u2013 Automatic credit control u2013 Double click on the line items & check which credit type are use using Static or Dynamic credit
    --Mention B for Error message as reaction & check mark on the status block.
    --Now Raise Sale Order in VA01 & check the process.
    Please let me know if your problem is solved
    Regards
    Pradeep

  • Combined debt reports required for 'associated' customers showing amountof

    Combined debt reports required for 'associated' customers showing amountof debt and aged by month

    Mugunthan
    Yes we have applied 11i.AZ.H.2. I am getting several errors still that we trying to resolve
    One of them is
    ===========>>>
    Uploading snapshot to central instance failed, with 3 different messages
    Error: An invalid status '-1' was passed to fnd_concurrent.set_completion_status. The valid statuses are: 'NORMAL', 'WARNING', 'ERROR'FND     at oracle.apps.az.r12.util.XmlTransmorpher.<init>(XmlTransmorpher.java:301)
         at oracle.apps.az.r12.extractor.cpserver.APIExtractor.insertGenericSelectionSet(APIExtractor.java:231)
    please assist.
    regards
    girish

  • How to change the "Photography Plan" to "Complete - For New Customers Plan"?

    I've subscribed to "Photography plan" only yesterday but actually changed my mind and would like to go for the "Complete - For new customers" plan. How is it possible to switch?

    You need to contact support to check if it can be done. I have send you a personal message, please & respond.
    You can contact our support team directly at Contact Customer Care to cancel your membership.  If you are not seeing an option to speak with a member of our support team then please utilize a different web browser.
    Regards
    Rajshree

  • SQL report to show new customers orders

    Hi - We recently launched a new website and online marketing campaign. I want to report on how much revenue is being generated by NEW customers and on what item groups. I have this so far:
    SELECT T0.[DocNum], T0.[DocDate], T0.[DocTotal], T1.[CardName], T2.[Dscription], T1.[CreateDate], T3.[ItmsGrpCod], T4.[ItmsGrpNam]
    FROM ORDR T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN RDR1 T2 ON T0.DocEntry = T2.DocEntry
    INNER JOIN OITM T3 ON T2.ItemCode = T3.ItemCode INNER JOIN OITB T4 ON T3.ItmsGrpCod = T4.ItmsGrpCod
    WHERE T1.[CardType] = 'C' AND  T1.[CreateDate] BETWEEN [%0] AND [%1]
    FOR BROWSE
    Can anyone offer any improvement?
    Thanks

    Hi,
    Try this below query , you have to consider the Linetotal insist of Document total and i have included the GrossProfit field also
    Query for Document wise
    SELECT T0.[DocNum], T0.[DocDate],T1.[CardName], T2.[Dscription], T1.[CreateDate], T3.[ItmsGrpCod], T4.[ItmsGrpNam],
    t2.GrssProfit,t2.LineTotal
    FROM ORDR T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN RDR1 T2 ON T0.DocEntry = T2.DocEntry
    INNER JOIN OITM T3 ON T2.ItemCode = T3.ItemCode INNER JOIN OITB T4 ON T3.ItmsGrpCod = T4.ItmsGrpCod
    Query for Item group wise
    SELECT   T0.[DocDate],T1.[CardName] , T1.[CreateDate], T3.[ItmsGrpCod], T4.[ItmsGrpNam],
    sum(Isnull(t2.GrssProfit,0)) [Gross Profit], sum(t2.LineTotal) [Basic Amt]
    FROM ORDR T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN RDR1 T2 ON T0.DocEntry = T2.DocEntry
    INNER JOIN OITM T3 ON T2.ItemCode = T3.ItemCode INNER JOIN OITB T4 ON T3.ItmsGrpCod = T4.ItmsGrpCod
    group by
    T0.[DocDate],T1.[CardName] , T1.[CreateDate], T3.[ItmsGrpCod], T4.[ItmsGrpNam]

  • Report Painter for New GL

    Dear experts,
    I need to create a custom report with ReportPainter with the data you see with t.FAGLB03.
    Since there are no standard reports for New GL, to copy and modify, i created a library by copying the library 0FL (Table FAGLFLEXT) and i stopped after  :(. For example, "Lead column" must be a hierarchy of profit centers. In the "Element definition" i added "Name" - "Profit Center" and chose "Characteristic is Interpreted as Set / Hierarchy," and "Characteristic is Interpreted as variable. In the list of "Value of variable" for the "From" there is no variable that refers to the table FAGLFLEXT, PRCTR field.
    What should I do? I create all the necessary variables with T.GS11, or is there an easier way? Can I use something existing?
    Please, can you give me an explanation step-by-step what I should do. Any advice is welcome!
    Thank you in advance.

    Hi Serena,
    As stated you can create your own reports using the standard SAP library 0FL
    you do not need to create a custom library.
    One tip I have is that If you are creating reports with the  Profit Center scenario active then
    you can still use transaction code KE5B to copy your Financial Statement Version (FSV) groups to EC-PCA.
    Even though your reporting source will NOT be EC-PCA in the New G/L, this method can still be
    used as a short cut to create account groups that can be referenced as sets in Report Painter.
    I used this method in the lead column for "Account Number" to easily generate a FSV style report
    in report painter in the New G/L with the profit center scenario activated.
    - Good Luck

  • What about the 50% extra data for new customers?

    I signed up for Verizon HomeFusion 17 days ago.  I copied the following straight off your webpage for new HomeFusion customers:
    "New customers to the service will  receive 50% more data allowance for their first 2 full billing cycles.  Requires new 2-year activation."  Why am I getting data usage alerts and my account is only showing 10 GB allotted for this month. My bill shows that I was allotted 15 GB for only two days (1/24-1/25).  It hasn't been two months yet, barely even two weeks.  Who do I contact to get this fixed? 

        Getting data overage alerts can certainly be concerning flair_2000. Let's get to the bottom of your usage concerns. Customer gets a 50% data bonus on their prorated billing cycle at activation. If you are currently on the 10 GB data plan, with the 50% more data, you will obtain an additional 5GB of data. When is your bill cycle end? Depending on your bill cycle, you will still obtain data usage alerts. For example, the 10 GB of data usage will be prorated depending on when service is activated and your bill cycle ends. The 5GB of extra data will not be prorated.
    To view your usage and prevent any overage, you may review your usage online via My Verizon by clicking http://bit.ly/xB4iTc  Should you have further questions or concerns, please feel free to reach out to us.
    Thank You,
    MichelleL_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Various consistency checking reports available for New GL?

    Hello dear colleagues,
    May I ask you for your expertise, please.
    Situation:
    We have a lot of report for checking data consistency.
    FI - MM with RM07MMFI
    FI - FA with RAABST02
    Quesition:
    Do you know if we have these reports available for sitution in New GL?
    In detail, I mean that you can compare per Prctr or Segment in addtion to GL account.
    Thank you for your valueable answer and discussion.
    all the best Erwin

    Hello,
    Thank you for your answer.
    Yes, I am fimilar with FAGLF03 >>> it was SAPF190 in classic GL
    and FAGLCORC  for reconciliation of FI - CO. (before starting - consider SAP note for cost element update in GL).
    I am looking for checking cosistency in MM and FA where prctr and segment is available.
    A sum per prctr within gl account.
    I would be comfortabel to have these reports, otherwise I have handle it with SAP Query.
    SAP standard report would be the best choice.
    all the best Erwin

  • Sky Contract coming to an end.. Offers for new customers

    Hi My Sky Fibre contract is finally coming to an end after nearly 2 years!!  I've noticed on the sky website that they offer new customers 6 months free but when asking sky if they would match that they wouldn't.  Now I dont wish to pay for a product that new customers can get for free for 6months while I continue to be skys fibre guinne pig and continue to help subsidies these deals. So what I plan on doing is cancelling my contract and then get my partner to take it out as a 'new customer' . The question is, will there be a break in service for something as simple as a name change? or will we be without internet for 14+ days? thanks

    McGrath1982 wrote:
    I've been with Sky and BT for (FTTC) BT BB at the moment Sky for TV. I always change at the end of the contract as you get good deals as a new customer with the next ISP. Zen Fibre are looking good at the moment for me next month £25 for 76Mbps etc.... And if you don't want a landline £4.50 a month so £29.5 "HAPPY DAYS"NO... it's £4.50 extra per month if you don't take a land line from Zen.you still need line rental from someone, so if you take it from Zen you don't pay the extra £4.50pm for the FTTC service.

  • One-time activation fees for new customers and 'My Support Cases' hyperlink

    Team,
    I'm a new customer to verizon and I have requested only for internet without any invisible charges. And the cutomer care provided a non-contractual internet plan only for 39.99 in addtion to the device charges and one-time activation fees can be waived since verizon kid is already placed in my apartment since verizon identiified our address as "Priority Service" address.
    However first month bill come with $23.33 charge for one-time activation lue for next 2 monts. I really appreciate if the activation fees to be waived since I opted verizon instruments and installation is already done since it all readily available.
    I tried to search for "My Support Cases" Link, i really frustrated and till now I'm not able to find this, not sure whether its hidden somewhere only for verizon customer care

    You do not have any support cases, so you cannot see that board.  Just a friendly reminder, this is a forum where users help other users. It looks like your issue may require a Verizon representative to review your account details. Please visit our Support page for a variety of ways to contact Verizon, including “Ask Verizon,” our virtual chat agent, and customer support phone numbers.

  • Price difference for new BT customers for Infinity...

    BT are currently offering a BT Infinity 1 package at an online price of £15 a month. If I try to order online , after filling in my details the order always fails but as an existing BT adsl customer it appears that I can only upgrade to infinity for £18 a month. Is this offer only available to new customers and if that is the case it seems terribly unfair. What price loyalty!
    Solved!
    Go to Solution.

    Good luck with the options team - i tried them today and they wouldn't budge. There's a lower price for new customers and a higher price for exisiting.
    I am out of contract and have been waiting to see what happened with BT Sport before making a decision whether to stay with BB and TV or go elsewhere. I have been very patient for the last 12 months with the new Vision box and the horrendous & numerous problems we've had and this is the reward we get for our loyalty. When I said i could go to a well known satellite broadcaster for not much more per month I experienced a speech saying how much better BT Sport will be than them and that BT have more premier league matches and more sport etc etc !!!  Not really true compared to what I've read about what BT are showing.
    Obviously new customer attraction is more important than loyal cutomer retention. MAC code becons I think.
    Anyone else had any different experiences?

  • Query engine failed error for crytal report refreshing to new params in jsp

    Using licensed weblogic 8.1 server in production mode. Weblogic workhsop has inetegrated supprot for crystal reports 9. Using standalone report & accessing sql server through odbc, i got result for different parameters passed.
              Problem Area : Passing parameter to have specific report causes unexpected query engine failed error in com.crystaldecisions.report.web.viewer.CrystalViewer class. If viewer.refresh method is commented, then static (already saved) report is displayed through jsp. But using viewer.refresh method for dynamic report genertaion for new parameters through jsp gives above error.

    Hello
              I'm experiencing the same problem. Please let me know if you've any solution.

  • No New DVRs for Existing Customers

    From my recent chat with @VerizonSupport on Twitter:
    Hellstorm (me): @VerizonSupport Any chance of getting a DVR upgrade? I heard FIOS is coming out with new DVRs with more storage, new firmware, etc.
    Verizon Support: @Hellstorm Hi Brian. Currently, there are no plans to upgrade existing customers. ShawnG
    Hellstorm: @VerizonSupport So I can't bring my current DVR to a FIOS location & get a new one?
    Hellstorm: @VerizonSupport Why aren't customers supporting FIOS for years entitled to the same DVR as new customers?
    Verizon Support: @Hellstorm Unfortunately no.

    Bobbo527 wrote:
    Verizon is quickly becoming Comcast. They are making the SAME mistakes Comcast did, taking it's current customer base for granted (and treating them like dog excrement). It's this attitiude that Verizon is developing that drove me away from Comcast to begin with. I re-upped last year so I am trapped for another year, but after that if things continue this way I will be an ex-Verizon customer in 2012.
    Name one company that doesnt. Every company out there does the same thing. Once they get a customer they forget about them. All specials and new equipment are reserved for "new customers only". Been that way for decades and its not going to change anytime soon. You switch because you are offered a good deal. have it until the contract ends, then have to move to another company to get the "new customer deal" or live with what you have. Most live with what they have because it is too much trouble to go through all the switching.
    Or call, try and cancel, then in an effort to keep you they may try and offer you the new customer deal. But you have to be willing to through with the threat and actually cancel.
    I did this once with Direct TV about 12 years ago. I told them I would cancel unless they gave me a DVR for free (back when they were charging $500 for a DVR). They were giving them to new customers but told me I didnt qualify. They told me no, thinking I was bluffing. I canceled on the spot. I didnt have service for 3 days, then they called me back and offered me anything I wanted to come back. I got my DVR, a huge discount, and a contract to keep the discount for twice the length of time they were giving it to new customers. But you have to be willing to actually cut off service, and take the chance that they will not offer it to you to make this work.
    ====================================================================================
    Error exists between keyboard and chair.

  • Student discount for new customer?

    Hello Everyone,
    My friend is planning to open new account for their family. She wondering if Verizon have student discount for new customers?
    And is it for her bill or the total bill that's discounted? Also she heard If one of her family used to have a Verizon phone does she get a $50 gift/rebate card?
    Thank you

    The person needs to check with the school district they work for to see if they give anything for using verizon.  Most of the school districts where I live do if you sign with verizon as my husband is a teacher and we get 20% off just the main account holder's  line which is him.  You just have to provide a recent paystub as proof and give them a work email address but you have to do this through verizon.  Amazon I have no clue so would have to ask them about any special rebates they are running.  Have never bought a phone from them but check the contract you sign with amazon as it's a separate one from the one you sign for verizon service so you should be aware of what they require.    Mary

  • Need Standared report for Open Sales order for all customers

    VA05 is not useful as it gives this list for individual customers.
    We need to see a list of all open orders for asll customers in one report only.
    Thanx in advance.

    Hello,
      did you try with transaction SDO1 - Orders Within Time Period? If it doesn't fit your requirements I suggest you to create a query.
    Best regards,
    Andrea

Maybe you are looking for

  • What is backside illumination, got poor Image quality too

    Hi, I have recently purchased the new iPad with retina display, it had the 5mp iSight camera with backside illumination, can someone please explain what these are firstly, secondly I upgraded from the iPad 2 in hope of better photos but they still se

  • Dashboard playing up

    Within a few days of updating from 10.4.11 to 10.5.8 Dashboard widgets were intermittently not functioning correctly. Dashboard closes down bring up an Apple dialogue box offering to report the problem to Apple (which I have). Has anyone else experie

  • Installin itunes 7.0.1

    help when i try to download any of the software(itunes 7.0.1) it says unknown publisher and wont install plz help

  • List Component - return number of item clicked

    I have populated a List component with data from an XML file.  I simply want the index of the line clicked returned so I can gotoAndStop to that Frame number. I have found the 'selectedItem' property but I don't want the text, I want the number of th

  • Pros/Cons of separating servlet/EJB clusters

              What and the pros and cons of establishing a cluster for the servlet layer and           a separate cluster for the EJB layer?           The rational behind this decision would be to take advantage of a shared infrastructure           where