Budget Report to show the fixed and variable split for Materials

Hello Gurus,
Could you tell me if there is a budget standards report that will show the fixed and variable split for Materials? Example: Labor, Equip., QC and Overheads? 
I need it for the correctly rolled-up 'final material number' step.  The report that does this now (without fixed and var split) is the Indented BOM Comparison (sret - cost mgmt-product costing - cost mgmt-customized reports - cost estimate comparison - costed multilevel compare rpt - Indented BOM Comparison).
Thanks,
Jefferson

one simple way is in your final itab declare a slno type i field
data : begin of itab occurs 0,
slno type i,
<other fields>
end of itab.
after filling the data in itab.
loop at itab.
itab-slno = sy-tabix.
modify itab.
endloop.
in fieldcatalog also you have to define that slno field as the first column.
but it will change its order if you are sorting the output or filtering the output.
regards
shiba dutta

Similar Messages

  • Report that shows the PO and PR number for each FI doc # of invoice posting

    Hi
    I want a report in SAP for PO and PR no. for each FI doc.
    Thanks & Regards

    There is no standard report. Through development or BI.

  • Examples for Fixed and variable prices for activity type

    Hi,
    Can someone please provide a real life example for the fixed and variable prices of an activity type?
    Moderator: Search SDN and SAP help material

    Hi,
    Fixed Price are those expenditures which remains constant in total amount irrespective of change in Volume of production.Eg Rent will be constant even if your production volume changes.The activity price calculated for such expenditures will also be constant per activity rate even if there is a change in the volume of production.
    Varriable price on the other hand changes with the volume of production .e.g power cost will change if you produce more.the the activity rate say KWH/ton will also change and its price will also change if you produce more.
    Generally activities for service center fixed costs will yield fixed price.
    Once you are done with planning in KP26.these plan amounts are used for standard cost estimate.when you are doing standard cost estimate, cost will calculated from BOM(Materials cost) and Routing(here you have activitype plan cost/hr.no.of hrs to finish goods).
    once you are with standard cost estimate it will update material master.
    To calculate variances(target costs Vs Actual cost),we use target cost.target cost is nothing but your standard cost estimate cost for that particular materials(Finished or Semi -Finished).
    you can check this in OKV6 T.code.
    Thanks,
    Rau

  • Linking to an OBIEE report without showing the user and password

    Hi!
    we are trying to access to an obiee report from an external portal (coded with php).
    The idea is that the user clicks on a link an gets the report in pdf format. For that purpose we are using this url:
    http://ttivobiee01:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criteria"."Key"&P3=1402&NQuser=user&NQPassword=pass&format=pdf
    But this url is expossing OBIEE's user and password.
    In order to avoid this security issue we tried to do an wget of the url but it doesn't return the report. Instead we get an html, which seams to download the report chunk by chunk (using javaScript).
    The question is, is there any way that we could let our portal ussers access to an obbie report without expossing the user and password?
    I have been looking into oracle forums and have found this: OBIEE Go URL with password protected
    but we couldn't use this aproach due to security issues.
    Thanks!
    Nuria

    Hi!
    We have finally done this (and it works!)
    <?php
    $urlInforme='http://obi:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criterios"."Clave oficial"&P3=1402&NQuser=user&NQPassword=pass&format=pdf';
    $ch = curl_init($urlInforme);
    $ckfile = tempnam ("./", "CURLCOOKIE");
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $output = curl_exec ($ch);
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $fp = fopen("salida.pdf", "w");
    curl_setopt($ch, CURLOPT_FILE, $fp);
    $output = curl_exec ($ch);
    curl_close($ch);
    fclose($fp);

  • Fixed and Variable Breakup of Actual Cost

    We have implemented Material ledger and also activated actual cost component split. We are getting the actual product cost at month end. In the costing cockpit we get the Peiodic unit price(Actual cost) as well as std price of the material. But In costing cockpit we are not able to get the breakup of Fixed and variable. Whereas we are getting Fixed and varible breakup when we check cost component report in ckm3. But there, we can see individual material wise fixed and varibale breakup.
    Can anybody help me so that I can see the Actual Fixed and variable cost for all the products at a time?
    With regards
    Mukesh Poddar

    Fixed price, is the fixed costs - I usually see it in relation to Overhead..
    Fixed costs remain, whether you manufacutre or not.
    Say you are deciding whether to out-source an assembly,  If you outsource, VARIABLE cost will be saved, Material, labor for that assembly, Overhead representing fringes for that labor, the electricity to run that specific machine.  However, you will still have fixed costs of: Management Salary (although some of that can be variable); insurance on the building; heating and cooling for the building; realestate taxes.
    If the cost to make "in house" is 150 each and the vendor is going to charge you 100, thi is only a true saving if your fixed costs are less than 50.
    SAP allows you to separate fixed and variable costs so that you do make/buy analysis, budgeting, etc
    Hope this helps
    Edited by: Althea Madigan on May 12, 2010 2:11 PM

  • Fixed and Variable set up times CIFing

    Hi All,
    We would like to CIF both Fixed Set up time (say 30min independent of the previous phase / operation) and Variable Set up time
    ( which comes through the assigning of Set up group in R/3 recipe and set up matrix maintenance in APO).
    When I try to CIF, only the set up phase which has got the set up group assignment (ie., the variable set up phase) gets
    transferred. How to transfer both the fixed and variable set up simultaneously.
    Master Data used - Master Recipe in R/3 / PDS in APO
    TIA
    Regards

    Hello
    You can get the report by using the  report painter, no development will be required.
    Regards
    Madhav

  • Product costing - Fixed and variable cost.

    HI,
    I like to know how the cost is divided into fixed and variable at the cost compent level.
    as there is only one setting available at Define Cost Component Structure.
    Kindly let me know how this is done and possible forward the Product costing document and setting.
    my e-mail :[email protected]
    With Regards
    Krishna Singareddy
    Edited by: krishna singareddy on Feb 26, 2008 8:26 PM
    Edited by: krishna singareddy on Feb 26, 2008 8:27 PM

    Hi,  FICO MOH ,
    Do u have any logic if a coast element has 100 how do u divide it among the fixed and variable.
    what is the persentage or based on what it is defined .
    can u put some example pls
    with regards
    krishna

  • Fixed and variable sizes

    hi,
    i have a dought. What exactly the fixed and variable sizes represent in oracle.
    regards,
    kishore.

    hi kishore, seems you are using forums very well these days... :-)
    Part of the SGA contains general information about the state of the database and the instance, which the background processes need to access; this is called the fixed SGA. No user data is stored here. The SGA also includes information communicated between processes, such as locking information.
    more info on fixed size
    http://www.google.co.in/search?hl=en&q=fixed+size+in+sga&meta=&aq=0&oq=fixed+size+

  • Overview report cost estimate (fix and variable)

    Hello
    anybody knows a overview report  where i can see for the current valid cost estimates
    per material
    costs splitt between fix and variable costs
    Alternatively it would be sufficient if this is just shown for a costing run
    In CK40N and all other reports i know i have the complete costs but to see details an extra click to the between fix and variable costs is needed and i can not extract to excel.
    Or is the only option an query on KEKO,KEPH, CKIS?
    Cheers
    Tim

    Hello
    @Sachin: Thanks for the report but the output is not that good - but helpful
    @Eric: Thanks this report solved my problem )
    Cheers
    Tim

  • Do we have the report to show PO Price and invoice actual price

    Dear Guru,
    I'm finding the report to show PO Price and Actual Price after invoice.
    The actual price is mean that we may have other debit/credit price as subsequent posting in MIRO.
    So we would like to compare PO price and actual Price.
    Please kindly advice.
    Thank you very much.
    Best Regards,
    Saiya

    Hi,
    Please check ME81N --> Order value analysis.
    SAM
    Edited by: Saminathan Gopalan on Jul 22, 2010 6:05 PM

  • A report which shows the purchase order MM and the linked vendor invoice

    Hi All,
    I wonder if ther's a SAP standard report which shows the purchase order MM and the linked vendor invoice (the FI document)  with the Net due date.
    Could anyone help me?
    Thanks
    G.Rossi

    Hi,
    ME80FN with PO History View
    ME2N with Scope of List "ALLES"

  • A report which shows the vendor invoice and its purchase order MM

    Hi All,
    I wonder if ther's a SAP standard report which shows the vendor invoice (the FI document) and its purchase order MM.
    Could anyone help me?
    Thanks
    G.Rossi
    Edited by: Lakshmipathi on Aug 2, 2011 2:24 PM
    Thread Locked - Reason  Cross Posted

    Dear,
    you can use FBL1N,
    From there you can view following things:
    1. Vendor Invoice = Reference
    2. Document type = KR and RE for Invoices
    3. Po Number
    4. Amount
    you can enable there many fields as per your requirement.
    Hope this helps!!!
    Br,Vivek

  • Read the fixes and still having problems. Firefox will not open at all and I receive a crash report upon launch. Have restarted, shut down, run virus and malware checks and even tried downloading and reinstalling with no response. Please assist.

    Read the fixes. Cannot open Firefox in safe mode. Have tried reinstalling Firefox. Crash occurs each time I try to launch Firefox. Have run scans, checked for malware, spyware, installed all windows updates and still no luck.
    Have accessed my crash reports. One of the reasons indicated is:
    GenuineIntel family 6 model 23 stepping 10
    Crash Reason
    EXCEPTION_ACCESS_VIOLATION_WRITE
    Have no idea how to fix this and have had crash reports since yesterday evening.
    Signature: nsStandardURL::SchemeIs(char const*, int*)

    Sorry believe something got miscommunicated. Wasn't trying to qualify firefox as malware - was terming it that way because the malware was crashing Firefox and no other issue. Worked on it and had isolated the virus in avast (put it in the chest) and was searching for assistance on why even after isolating the virus and restarting (some forums had indicated to then uninstall and reinstall Firefox, which I did), still would not launch without the crash report.
    Worked the problem and eventually installed a 5.0 version of Firefox and it launches. Only seems to have the crash report with 6.0 or higher.
    The forums had suggested that if after isolating the malware in avast or disinfecting it with MBAM (tried that too), to uninstall and then reinstall the latest version of firefox. That's when I tried the older versions. Had run a boot log scan as well and didn't see any additional problems. Just can't launch in 6.0 or higher.

  • Fixed and variable cost component break up in PCA

    Hi,
    Is it possible to get fixed and variable cost component break up and contribution report in PCA at each product group level and lower level of node. I think this requires development. As my client requires the report to have cost break up into fixed and variable in PCA at each line item level. Can anyone solve this

    Hello
    You can get the report by using the  report painter, no development will be required.
    Regards
    Madhav

  • Fixed and Variable Overhead

    We are using standard costing and with only one Overhead Resource - we would like create a Fixed and Variable Overhead Resource - we have tested adding 2 new resources - but when we run the Assembly Cost Update - for WIP it revalues the jobs as if they had no Overhead at all before - does any one have any help to offer on the correct way to make this change and revalue WIP correctly?
    The change is correct for a part when you view the item cost and the Inventory onhand is revalued correctly.
    Thanks
    Pam

    Pam,
    Did you review the output of the WIP Standard Cost Adjustment report after the standard cost update to see how the wip inventory was updated? I would suggest that you get the following to verify if the cost update is not updating wip correctly:
    -The WIP Standard Cost Adjustment report this is created when a standard cost update is performed
    -The log file of the Standard cost update with the debug profile options MRP:Debug option set to yes and CST:Cost update Debug level set to Full
    -The output of the Job.sql (see note 378348.1) for a job that the standard cost update is being performed against both before and after the standard cost update
    -Screen shots of the resource set up and cost that is being changed
    -Screen shots of the Item Cost of the frozen cost type and the cost type that the cost is being updated from.

Maybe you are looking for

  • Drag and Drop - Transferable, how to pass a reference? (URGENT)

    I've a tree that supports drag and drop correctly but every time I exchange a node position the old parent instance remaining on the tree is different from the one I was referencing with the dragged child before the drag occurred. I absolutely need t

  • Trigger a background job immediately after a file is placed in App Server

    Hi all, I have a program  ZPGM1 that needs to be executed in background when a file is placed in an application server. I know i can schedule  ZPGM1 to trigger in background after an event say ZEVENT1. Also i know i raise the event ZEVENT1 using FM B

  • IPhone 4s won't work with home share

    Hello I'm having problems with home sharing on my iPhone 4s. I can see my library but it just gets stuck in the half circle/half moon thing when loading. My ipad 3 works fine with Itunes home sharing so I know how to set it up correctly. with Apple I

  • APEX_COLLECTION API not listed with others

    Hello, I was just wondering why the APEX_COLLECTION API was not displayed with the others here: http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/toc.htm Regards, Dan http://danielmcghan.us http://sourceforge.net/projects/tapigen

  • Getting 5D Mark II Video From Aperture to iPad/iPhone

    I’m looking for some help on my workflow.  I’d also like to know if I’m actually just missing something in the way iTunes handles syncing video from an Aperture library to an iPad or iPhone.  Video, and specifically video from my 5D Mark II, is what’