RA values in COPA report

Hi,
In COPA report, we get cumulative figure of both actual revenue and the RA figures either Rev in excess billings or Revenue surplus in the Revenue value field. But, we would like to show in the copa report, what is the actual revenue and the values against Revenue in excess billings and Revenue surplus seperately.  I have explored and but could not find any clue. If any of you met this type of requirement and appreciate if you can share with this agust forum.
Regards!!

Hi
I try...
Basically you need to create two line IDs in my case these were:
T70 POC Sales
T71 T Sales
In OKG5 I linked all revenue costelements to T70 with requirement to capaitalize. No assignement has to be made to T71.
In OKG4 (Update for LineIDs), I added both, T70 and T71, with category E "revenues" and two different costelements. In the appropriate PA Transfer Structure I added the costelements to the correct value field (either POC sales or sales).
In enhancement KKAG0001 I used exit EXIT_SAPLKKAG_001 and include ZXKAGU01. Coding (in extracts as we do other stuff within this user exit):
  DATA: lt_sume   TYPE TABLE OF xkabasis WITH HEADER LINE.
  DATA: lt_sumd   TYPE TABLE OF xkaabgr WITH HEADER LINE.
  DATA: BEGIN OF ls,
         soll TYPE istkumkg,
         sollp TYPE istkumkg,
         sollc TYPE istkumkg,
         ist  TYPE istkumkg,
         diff TYPE istkumkg,
        END OF ls.
  CLEAR ls.
  LOOP AT import_basis WHERE kateg = 'E'.
    lt_sume = import_basis.
    CLEAR: lt_sume-zlnid, lt_sume-bewkz.
    COLLECT lt_sume.
  ENDLOOP.
  READ TABLE lt_sume INDEX 1.
  READ TABLE import_abgrenzun WITH KEY zlnid = 'T70'.
  ls-ist                     = import_abgrenzun-abgrkumkg.
  ls-sollp                   = ls-soll - lt_sume-istkumkg.
  ls-sollc                   = ls-soll + ls-sollp.
  ls-diff  = ( ls-ist - ls-sollp ) * - 1.
  export_veraender-abgty     = 'D'.
  export_veraender-zlnid     = 'T70'.
  export_veraender-abgrverkg = ls-diff.
  APPEND export_veraender.
  ls-diff                    = lt_sume-istkumkg.
  export_veraender-abgty     = 'D'.
  export_veraender-zlnid     = 'T71'.
  export_veraender-abgrverkg = ls-diff.
  APPEND export_veraender.
With this POC and real sales are splitted to T70 and T71.
I hope this helps!
Best regards
Benjamin

Similar Messages

  • COPA report showing as positive values which should be show as Nagitive val

    Dear Experts
    I have one issue with COPA and Profit center reports reconciliation where the both have same structure
    user  compareing the (Period :dec 2011)  report PCA and COPA there identified some values are difference  so we started investgation
    one of the cost element showing in nagitive value in accoungint document and same  it is showing postive value in COPA report
    that values for debit and credit line items are adding (,) insted of Cancellation  (+,-) , so that COPA report is incresed the value for one value field when compare with PCA report line items
    could you please let any guide me where is the problem is occuring
    thanks
    Rana

    Hi,
       The COPA sign logic depends on the cost element type used (costs or revenues) and also the customizing of the '+/-  transfer sign' in tcode KE4I.
    The following table shows an overview of how condition values are
    updated in CO-PA for billing documents from SD:
    Billing document (normal) "With +/- sign"    "Without +/- sign"
    Debit posting                          negative            positive
      (such as sales deductions)
    Credit posting                         positive            positive
      (such as sales revenues)
    Credit memo/return         "With +/- sign"    "Without +/- sign"
    Debit posting                          negative            negative
      (such as sales revenues)
    Credit posting                         positive            negative
      (such as sales deductions)
    The "+/- sign" refers to the "Transfer +/- sign" flag in tcode KE4I where you assign SD conditions to COPA value fields.
    If the system is behaving as shown above and you want a different behavior then you could change the sign in user exit COPA0002.
    regards
    Waman

  • Cost component structure in copa report

    HI Gurus
    1We are doing REM Process and costing variant "PREM"
    2. We are going for moving average price for all Material type there is no standard cost estimate
    3. My client want to see the  cost component structure in copa reports like
      sales
      exice
      ram material
      packing material
      labour
      overehad
      selling and distributioh overhead
    I have done all necessary setting in costing key
    I have done pa trasnfer structre also
    But Cost component spill is not happening in copa report
    Can we get cost component struture in copa report with moving average price if yes
    Please advice  me how to geneate the report
    Thanks & Regards
    KISHORE

    Hi Aravind
    Thanks for your reply, But in our  business process there is not Standard cost estimation,bcoz, Price control in material master is MAP. Can we get cost component strudcture in copa  if we are going for MAP in MM.
    I have done all the Setting IN KE4R also. But i am unable to see the values in COPA report
    Thanks
    KISHORE

  • COPA Report- Cost Elements

    Hi All,
    We have done the required configuration for COPA. We have created a COPA (Costing Based) report as well. The client wants this COPA report to be run for the first quarter of 2008 i.e. April 2008 to June 2008.
    However, discount values for the said period are not flowing to this report.
    Verification reveals that, no cost element is created for "Discount Given" GL Account. Hence, only revenues, from billing document, are being posted to CO area. The same values are updated in COPA also.
    As per my knowledge, unless Cost Elements are created values won't flow to CO and COPA.
    Can anybody help me to overcome the problem. . . ?? i.e. How to get the values in COPA report for the said period . . .
    Thanks in advance . . .
    Regards,
    Ravi Kumar

    Hi
    Your understanding is perfect we need a cost element for transfering the data to CO and COPA.For flow of values to COPA from SD we need to make the following config.
    Create the GL account with cost element category 11 or12
    Map the discount condition type to COPA value field.
    Also it is very diffucult to identify the discount region wise customer wise etc.Since it is posted to one GL account.
    To overcome come this issue I guess the only option is to cancel the billing documents,maintain the config and the again create the billing documents.As you said the volume of transactions are high you can consider using LSMW for cancelling and recreating the billing documents.
    Regards
    Sandy.

  • Non SD invoice in COPA reporting

    Hi Experts,
    I have a scenario for my customer. At present all the sales invoice data is coming to COPA thru condition types which are assigned to value fields.
    Now we are booking some invoices without SD module (normal FI invoice). How do we get this into COPA reporting or is it the right way to bring these non SD values into COPA reporting.
    Please advice and guide me the right process
    Thanks and Regards,
    Ram
    Moderator: Please, avoid asking basic questions. Most of the answers to the questions asked by you, could be easily found in help.sap.com COPA chapter

    Hi
    Yes, you can bring them into COPA..
    While booking invoice in FB70, click on the Prof Segment button for the Revenue Line item... It would open a pop up window for you to enter the desired prof segments
    You need to map the revenue account into PA Trf Str in KEi1
    Br, Ajay M

  • Sales order values not coming in copa report can been seen in ke24

    hi
    i have did sd and billing and actual settlement through va88
    i can able to values in ke24 actual line items.
    but when i cant able to see values in ke30 copa report aganist sales order characteristic
    and aganist record type A values are not flowing in copa report.
    please help me.
    thanks
    kareem

    hi ajay,
    i have again prepare actual line items report from ke94 ,ke91 and executed report ,
    here for that particular sales order values are flowing through record type C but not flowing for record type A.
    sales order is not displaying for record type A.
    and for that c only revenue and  and  raw material cost is flowing.
    thanks
    kareem

  • COPA Report Sales Actual value is not getting picked up

    HI,
    I have creted a COPA REPORT that is Plan vs Actual
    all values are getting picked up in report except sales actual value .
    could you give us some informatin regarding the same ?
    In column actual sales i have selection characteristics 0 only
    And my general data selection is Record Type is From A To I
    Thanks
    Nilesh R

    HI,
    I have creted a COPA REPORT that is Plan vs Actual
    all values are getting picked up in report except sales actual value .
    could you give us some informatin regarding the same ?
    In column actual sales i have selection characteristics 0 only
    And my general data selection is Record Type is From A To I
    Thanks
    Nilesh R

  • COPA report and purchase order value mismatched

    Dear Experts,
    In copa report ke30 COGS value come Rs 12129805 and in purchage order it shown 767537.34 which was assigned the sales order.
    In KE33 report i checked VRPRS was th value field which data flowing to copa and input parameter recoed type B to F.
    VPRS condition type assigned wit VRPRS value field in ke4i(Assignment of SD to copa value field).
    Please suggest why data coming mismatch.
    Regards,
    Debashis

    Hi,
    There could be difference in material prices mentioned in the PO,
    and at the time of PGI/billing. check material prices
    Please check material prices for those material for the period.
    Regards,
    Kedar

  • Help- COPA Report KE30 Unusual value problem

    Hi,
    My COPA report from ke30 showing the bellow value which is unusal to my real value. though we are now entering backlog data but the COGS value which is showing is more less than the actual value. please suggest what to do to correct the report.
    Sales quantity            1,958,412.000
    Gross Revenue             653593,271.00
    VAT                            86,064,276.00
    Net Revenue(aftr VAT      567528,995.00
    Sales Excess              19,721,488.00
    Freight Revenue            5,491,314.00
    Total Revenues            592741,797.00
    % Based discount              0.00
    Quantity based disco       0.00
    Material Rebate               0.00
    Customer Rebate            9,556,570.00
    Free of charge                 3,499.97
    Net Revenue(Aft dis) 583188,726.97
    Raw Material                       0.00
    Packing Material              0.00
    Labour Var                         0.00
    Raw Material                       0.00
    Packing Material              0.00
    Labour Var                         0.00
    Labour Fix                         0.00
    Power Var                          0.00
    Power Fixed                        0.00
    Mfg OH Var                         0.00
    Mfg OH Fixed                  0.00
    Packing OH Variable      0.00
    COGS                           495040,646.82
    COGS Internal price       24,647,600.96
    Mfg Cost(Standard)            0.00
    Production Variance       28,883,245.46-
    Purchase variance          5,002,496.04-
    Revaluation of Inven         275,261.45-
    Actual Cost               34,161,002.95-
    Gross Profit              617349,729.92
    Admn Exp                           0.00
    Depreciation                       0.00
    Finance Exp                        0.00
    Selling and Dist Exp          0.00
    Thanks
    Rajib

    Hi rajibimran
    There is a transaction (KE27) that reavaluates standard price for actual price.
    I dont know how your system is set, but during months all cost elements are set using standard price.
    During period end closing, after you run actual costs (CKMLCP) you have to revaluate CO-PA with actual price.
    Regards
    Fred

  • COPA report value wrong

    Hi Gurus,
    I have write a copa report , i have assigned in  KE4I sd condition type to value filed, so +/- are assigned in PR00 and VPRS condition typs ..still i am getting wrong value ..ie Reversal document value also add to the report  ex billing document Rs 2500 and reversal document Rs 2400/- but in COPA report value is  Rs 4900/-  why and where my config or report was wrong
    let me know.
    Regards
    Vinu

    Hi
    Presently in costing sheet there are two continuous processes, both are considered as SFG (semi finished goods). The SFG 1 material in first process is the BOM part of the second process SFG 3 material. Both process has different cost centres, overheads and cost elements.
    Now the second process of SFG material takes more than 9 months. So want to show this WIP under maturation stock, as separate stock under new SFG 2 material, with some value addition (considered as activity). This new process related SFG 2 material BOM will contains the first process SFG 1 material. And this new SFG 2 material code will be the part of BOM of the last process SFG 3 material.
    Now there are 1 issues we are facing.
    1st query:
    In quality server after transporting the request from Development, Price difference account is generated while production of the 3rd Process SFG 3 material.
    Production made for 1000 AL Qty (Base Qty of BOM 1000 AL and Costing lot size 1000 AL ) and in the entry we are getting the Price difference entry as shown below.
    Dr. Inventory SFG3 - 105,897.43
    Cr. Incr/Decr/Cons SFG 3 - 105,900.00
    Cr. Price difference - 2.57
    Cr. Inventory SFG2 - 94,550.00
    Dr. Incr/Decr/Cons SFG2 - 94,550.00
    Standard cost of SFG 3 for 1000 AL is 105,897.43 and Standard cost of SFG 2 for 1000 AL is 94,550.00
    May i know why the price difference account is picked up while doing the production of existing material SFG 3, when there is no such difference in development server. And no Price difference account in Quality server before introducing the new process?
    Regards
    Vinu

  • Characteristic Values are not updated in COPA Report

    Dear Gurus
    I have created one characteristics  and derive the value out of derivation rule but the same is not appearing in the COPA Report even though I mapped that Characteristics in my COPA Report.  Please advice and help.
    Sivakumar Subramanian

    Dear Jayaram
    While creating the Derivation Rules I checked the derivation is working fine or not by giving the inputs and it is working and no error in deriving the characteristcis.
    Please help.
    Sivakumar Subramanian

  • Value in Index-based currency in COPA report

    Dear all,
    I activate COPA with both accounting-based and Costing-based, I found that In Costing-based only Operating concern currency and company code currency display ,and in account-based we have 3 currency: transaction currency, company code currency and operating concern currency.
    In FI config OB22 for commany code, we add Index-based currency and hard currency.
    Is there any way to get and view value in Index-based currency in COPA report (accounting-based or costing based) ?
    Thank you very much,
    Dat Lam

    Hi Dat Lam,
    I am sorry to tell you that Index based currency can not be used in CO-PA in any form. This is not designed in the application.
    Best Regards,
    Abhisek

  • COPA reporting using costing keys

    Hi,
    I am using costing keys to access the different cost estimates in COPA. I have done the necessary configuration - created valuation strategy and assigned a point of valuation and assigned two costying keys - one for current and one for future costs. I have also mapped my value fields to each cost component. I mapped the one value field twice (representing each costing key) to each cost component.
    My question is, when it comes to reporting, how do I show the values seperately that correspond to each costing key? Since I have the same value field being valued with current and future cost estimates, how are these shown separately in the COPA report? Or do I have to use two different value fields per cost component?
    Much Appreciated

    Just read the SAP documentation which says that you need to enter different value fields for the different costing keys (up to six).
    Thanks to those who attempted.

  • Issue in COPA Report Creation

    Dear All,
    I ave an issue in creation of COPA repor in KE30
    We have created all P&L item as cost element except
    1.Change in WIP for WIP calculation in Product Costing
    2. Price Difference (OBYC- PRD) Variance will be calculated from settlement profile
    Values in COPA are
    1.     VV001  - Quantity (KWBRUM) Quantity field
    2.     VV002 u2013 Price  (PR00) Revenue account of sales (Cost Category 11)
    3.     VV002 -  Material Cost-COGS (VPRS)
    4.     VV003 -  Discount Given (SD Condition)  (Cost Category 12)
    5.     VV005 u2013 Fright (SD Condition)  (Cost Category 12)
    6.     VV005 u2013 Misc Exp (SD  Condition) (Cost Category 12)
    7.     VV006 -  Consumption and Cost of Production, Revaluation, inv diff account
    8.     VV007 u2013 admin expenses
    9.     VV008  - Employees cost
    10.     VV009 u2013 financial cost (interest paid etc deprecation cost, audit exp)
    11.     VV010 u2013 Settlement of Variances of Production order (from settlement profile)
    12.     VV011 - Other income GL accounts (including Exch Rate Diff, profit on sale of asset etc)
    From VV005 to VV009 all the GL account included are created as primary cost element (C category 01)
    and assigned in OKB9 as transfer to PA structure and assigned in PA transfer FI (direct posting form FI)
    VV011 u2013 all the GL account created as Revenue (Cost Category 11)
    Issue we are facing
    1. In Consumption and Cost of Production GL account (Movement type 101 and 261 from production order ) we are not
    able to generate Profit analysis document.
    2. Price difference also come in picture at the time of Stock transfer and Price diff GL account is not created as cost element and how to flow that in copa, price difference from settlement will come from settlement profile.
    Format we have created for COPA report is like
    1.Quantity Field
    2.Selling Price  (PR00)
    3 Material Cost (VPRS)
    4 Discount Given
    5. Fright
    6. Misc Exp
    7. Consumption and Cost of Production, Revaluation, inv diff account
    8 admin expenses
    9. Employees cost
    10. financial cost
    11 Settlement of Variances of Production order
    12. Other income
    13 Net Profit (Calculated Values ) ( 2- 3-4-5-6-7-8-9-10-11+12)
    Is this a correct logic I applied kindly suggest.
    Regards
    Bittu

    Dear All,
    Any suggestion..
    Bittu

  • How to Add a new Selection Field in COPA Report

    Hi Gurus
    I'm new on SAP COPA reporting and I don't know how to solve this problem.
    I need add a new Selection-screen field (char1), not connected with any characteristic.
    This is necessary becuase if the user flag this field, when teh report is running I'll replace some key-figure values using the EXIT  
    ZXYEXF05. I don't find any instruction how to define this simple kinfd of variable, and use it into a Report.
    Thank-you in advance for your help.
    Claudio

    Hi
    I'll try to explain better my need.
    I've 10 CO-PA Key-Figures used to Split in the Cost of a material in different Cost Items.
    Using the customizing I fill these key-figures using some rules.
    The new requirement is use SOMETIME the same KF, by displaying different Costs overwritting the original values using the exit ZXYEXF05. But I need to know when the user wants consider the original value of KF, and when he wants overwrite these values (when I have to run teh exit). So I thought to create a new Selection-screen field (Char1), to permit to the user to pass to some report this user request. I thought to define a global variable, and add it to several reports when this feature is required.
    Can you suggest a better solution ???
    I could create some empty KF and fill them using teh exit, but I would prefer not expand the CO-PA structure.
    Thanks for help.
    Claudio

Maybe you are looking for

  • I want to order a photobook, however I cannot get the option for the country MALTA

    How can I order a photobook if I reside in Malta (Europe).  I cannot get the option for my country of residence.

  • Unable to empty the Trash in iPhoto.

    I'm unable to empty the Trash in iPhoto.  I have uploaded all my photos to iPhotos and then deleted any duplicates.  Consequently I have 33,000 photos in the trash but every time I select 'Empty Trash', the iPhoto app crashes.  Any Ideas?

  • Dynamic user event

    Hello, I am a newbie regarding dynamic user events. Basically, I want to create a user event that triggers  an event structure in a subvi. To do this, I wire up a "create new user event" and then pass the refnum to my subvi "more info" as seen below.

  • Image selection,cut,copy,paste

    Hi, I need to select a portion of the graphics thats been drawn on a panel, cut this image,copy and paste it on any part of the panel. I have tried using clipRect but am not sure whether this will work. Please help me doing the cut,copy,paste of thes

  • Mac Pro - Grey Screen; won't start

    I am having problems with my Mac Pro.  Had to replace the graphics card last week as both cinema displays packed up (coloured lines all over both monitors) and the computer has been fine for the past day or so. During some work tonight, the computer