CBO and costs

Dear all,
My question is related to CBO and setting optimizer_mode in oracle 9.2. I have been reading a lot about these from oracle.com and also by going to the links by searching from google. But somehow I am still in a confusion about the CBO and different modes.
Maybe someone can help to understand actually why CBO is important how to know that a particular mode is the suitable for the database.
Regards
SL

It's a complex question.
CBO works together the gathering statistics on your database schemas. If you has no statistics at your data dictionary cache it's not able to work with CBO historiogram.
CBO depends too the optimizer_mode parameter or session value, the default value in 9i it's CHOOSE. This value mean if not statistics at database the parse has made at RBO otherwise by CBO.
You can see too the metalink Note:114671.1 to clarify more doubts.
Regards.
Marcio Paiva

Similar Messages

  • PURCHASE PROGRAM  When I filled in my credit card details and proceed to Step 4: Enter your payment information, so nothing happens. Have tried several times. This order applies to the upgrade of CS4 and costs 270,60SEK per month.  Does not this offer?  M

    PURCHASE PROGRAM
    When I filled in my credit card details and proceed to Step 4: Enter your payment information, so nothing happens. Have tried several times. This order applies to the upgrade of CS4 and costs 270,60SEK per month.
    Does not this offer?
    Micke at Raa

    Some general information... your Adobe account and your credit card details must match exactly
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html
    -verify email https://forums.adobe.com/thread/1446019

  • Open PO report with GL's and Cost Centers

    Hi Gurus,
    Is there a report that already exists where we can run open purchase
    orders not received for non-inventory items that pulls the quantity,
    price, GL account code, and cost center account code?
    Thanks
    Anusha

    Hi,
    May be the requirement will not be met in a single report.Please check the t code ME2K with selection parameter as we101 which gives you the open POs for that cost center or range of cost centers.
    EKPO gives price details.
    and check the table EKKN for GL account and cost center for that PO.
    If you want open POs check the T code ME80FN.
    Regards,

  • PO reporting that can capture PO number, PO value and cost center

    Dear SAP expert and gurus,
    Would like to seek for your professional advise and consult on which report in MM that can capture the PO number, PO value and cost center.
    Kindly advise.
    Thank you
    Regards
    Leonard Tan

    ME80FN is a good report that captured the PO number and amount. However, the cost center is not being captured here. is there any suggestion?
    ME2K is not an ideal report to user cause, user requires the data to be shown in one line instead of 2 to 3 line.
    Is there any report like ME80FN can be captured PO number, PO value and Cost Center.
    Thank you
    Regards
    Leonard Tan

  • BAPI_PO_CREATE1 missing GL a/c no. and cost center in every 100th PO line item

    We have a strange issue. We are creating Service Purchase Orders by using BAPI_PO_CREATE1 function module. The source for creating PO is a Z table wherein it contains approximately 1000 records. We create one PO per Vendor and all POs are creating successfully but strangely GL account number and cost centers are missing in every 100, 200, 300, 400, 500, etc. line items and have NO issue with other line items. Our purchase order line item interval is 1 which means at every 100th line item we have an issue in missing GL account number and cost centers. We also checked by changing line item interval to '10' and still we have issue at every 1000th line item.
    We searched for OSS notes but no luck. Did anyone come across this kind of issue ? Could you please advise.
    Regards,
    Krish

    you can either share your code and your source file to have the people check if the error is on your part or you can directly contact SAP if you are the opinion that it is an error in their BAPI code.
    But without looking at code and source file it is not possible to do any evaluation except you are looking for clairvoyants

  • BI FI and Cost Centre Reconciliation

    Hi
    I have a requriement to create a GL reconciliation report between Finance and Cost centre data, i have a multi sitting over the relevant cubes and the data is coming through.
    The report is as follows
                     |_FI Total__|___Cost Centre Total__|__Difference_(should = 0)
    GL Account |                  |                                  |                   
    For the cost centre data the report should bring through the data where the cost element = GL account in the row,
    ie GL Account - 60000
    FI Total - GL Account - 60000
    CC Total - Cost Element - 60000
    Difference - FI - CC
    Any ideas on how i can do this or if this is possible?
    Thanks
    Josh

    Hi Harshal
    Yes i was able to create this report, i had to create an infoobject ZFI_GLCE with 0GL_ACCOUNT as a ref. characteristic.
    Then i created a cube and had transformation going from YCOOM_C02 (CO-OM: Costs and Allocations (Delta Extraction)) to the cube where i mapped the Cost Element to ZFI_GLCE and then also had another transformation from YFIGLO02 (General Ledger: Line Items) to the cube mapping the GL Account to ZFI_GLCE.
    Could you further explain the problem you are having with the GL Accounts?
    Josh

  • Not updating G/L account and cost center with BAPI BAPI_PO_CREATE1

    Hello Friends,
    The two fields G/L ACCOUNT and Cost Center is not updated using BAPI BAPI_PO_CREATE1. I am unable to understand why? This is what i am passing to account assignment structure( POACCOUNT). Filled POACCOUNTX structre as well. I have passed company code at the header level.
    PO_ITEM = 00010
    SERIAL_NO = 01
    CREAT_DATE = sy-datum
    GL_ACCOUNT = 621000
    COSTCENTER = 1000
    CO_AREA = 4000
    Please let me know why it is not updating anything i missed while passing?
    2>I need to update GR quantity but this field is not available in the BAPI ..Please let me know how to update this field.
    Any help is highly appreciated.
    Regards,
    Raj

    Hi, I have a problem I use the bapi BAPI_PO_CREATE1, I pass the table pt_poaccount in the parameter poaccount but the bapi when register my purchase order doesn't register correctly the values KOSTL, AUFNR, PS_PSP_PNR, NPLNR of the tablepoaccount and register the default values of the contract. Please i need help with this.
    CLEAR s_poaccount.
         s_poaccount-po_item     = <fs_datos>-ebelp.
         s_poaccount-serial_no   = w_serial.
         s_poaccount-costcenter  = <fs_datos>-kostl.
         s_poaccount-orderid     = <fs_datos>-aufnr.
         s_poaccount-wbs_element = <fs_datos>-ps_psp_pnr.
         s_poaccount-network     = <fs_datos>-nplnr.
         s_poaccount-activity    = <fs_datos>-vornr.
         s_poaccount-quantity    = <fs_datos>-menge.
         s_poaccount-net_value   = <fs_datos>-brtwr.
         s_poaccount-creat_date  = sy-datum.          
         s_poaccount-itm_number  = <fs_datos>-ebelp.  
         s_poaccount-co_area = '1001'.               
         APPEND s_poaccount TO pt_poaccount.
    CLEAR s_poaccountx.
         s_poaccountx-po_item     = <fs_datos>-ebelp.
         s_poaccountx-serial_no   = w_serial.
         s_poaccountx-po_itemx = 'X'.
         s_poaccountx-serial_nox = 'X'.
         s_poaccountx-creat_date = 'X'.
         s_poaccountx-itm_number = 'X'.
         s_poaccountx-co_area = 'X'.
         s_poaccountx-costcenter = 'X'.
         s_poaccountx-orderid = 'X'.
         s_poaccountx-wbs_element = 'X'.
         s_poaccountx-network = 'X'.
         s_poaccountx-activity = 'X'.
         s_poaccountx-quantity = 'X'.
         s_poaccountx-net_value = 'X'.
         APPEND s_poaccountx TO  pt_poaccountx.
    CALL FUNCTION 'BAPI_PO_CREATE1'
         EXPORTING
           poheader          = pe_poheader
           poheaderx         = pe_poheaderx
         IMPORTING
           exppurchaseorder  = pi_exppurchaseorder
         TABLES
           return             = pt_return
           poitem           = pt_poitem
           poitemx         = pt_poitemx
           poschedule    = pt_poschedule
           poschedulex  = pt_poschedulex
           poaccount      = pt_poaccount
           poaccountx    = pt_poaccountx
           poservices     = pt_poservices
           posrvaccessvalues = pt_posrvaccessvalues.
    The BAPI is register with these values as default however i pass other values in table
    pt_poaccount

  • Functional area and cost of sales accounting (company code 2000) active

    Hi There!
    I hope someone can help.
    In our sandbox system, whenever I try to convert a Purchase requistion into a Purchase Order I get the following error message : "Functional area and cost of sales accounting (company code 2000) active".
    Anyone know how I can resolve this issue?
    Kind regards,
    Karl

    Hi,
    Double click on the error message & check the message Number..
    Then go to
    Spro>MM>Pur
    Attributes of system messages & change the Message from Error to Warning..
    Thx
    Raju

  • Cost of price difference and cost of goods sold

    Dear All,
    I got the explanation from forum :
    The price variance differences are posted per purchased item which are used in making the material to be sold. this difference rolls to the COS line, but not the COGS account.
    May I know what is the difference of cost of goods sold and cost of sales. Both also cost, cost of goods sold is inventory turned to cost upon goods sold whereas cost of sales, to me, can be indirect cost.
    Any help to further explain of COS in relation to price variance?
    Thanks

    Hi
    In SAP there is a concept of COGS, but there is no concept of COS.. COS is more of a accounting terminology,... There are different schools of thought on COS/... Some companies treat COS = COGS + Selling overhead...
    With Material Ledger, the variances of components purchased can be rolled up to the Header Material which consumes them.... If this header mat is consumed in further processes, the consumption can also be revaluated.... Going So on and so forth, you can also revaluate the COGS of the final material....
    Simply said, when variances are rolled up, you can revaluate the inventory... If the inventory is consumed before revaluation, then you can revaluate Consumption / COGS....
    Hope this helps
    Regards
    Ajay M

  • Can anybody tell me how to extract sales value and cost value for an materi

    dear all,
    Can anybody tell me how to extract sales value and cost value for an material sold .
    All the values of cost value and sale values are getting  stored in bseg-wrbtr field .
    How to identify them uniquely.
    Or there is another way to find the sale and cost values.
    Regards
    Mave

    Hi Mave!
    Normally there is no condition change, when something is sold.
    But sales price depends on sales conditions (not only price, but also surcharges, discounts, taxes - if customized).
    Nevertheless, after selling you have a invoice document, where correct values <i>should</i> be stored (see VBRP fields mentioned above). If here is a problem, then customizing of price determination is in question, not a programming of user-exits with MARD selection for costs (or some other tries to get a price).
    When you specify your requirements more in detail, you might get better answers - but currently only general hints are possible ('see in invioce / G/L accounts').
    Regards,
    Christian

  • Purchase Order Field and Cost Center Field Non Editable In F-48

    Hi Friends,
    I have a cretain requirmnet to make the PO and cost centre field non editable.I tried through shd0 bt it says i can only cretae Transcation variats for Dialiog tran.Please help
    Regards,

    Hi,
    You can speak to your functional people. I think through SPRO "Maintain Field Status Variant' under Financial Accounting ->........
    we can control this.

  • COPA derivation for thecombination of Cost center and Cost element/GL accou

    Hi Gurus,
    In COPA derivation using KEDR i am trying to make a derivation for the
    combination of Cost center and Cost element. Here i got following problems
    • While posting FI document using t.code FB50 system not automatically
    updating the fields Cost center and cost element in Profitability
    segment. Hence system not posting COPA document. How can i make this
    derivation? Is there any note should i apply regarding these.
    • How can i create cost element as characteristic.
    • If i configure derivation for the combination of Cost center and cost
    element will it be posted with copa document for postings or automatic
    postings from MM,HR and FI
    Pls provide me solution at the earliest.
    Thanks and Best regards,
    Dhanumjaya.Ranga
    Mobile: - 919940093579
    Mail : [email protected]

    Hi Murali
    Thanks for update
    I explain my req clearly
    For me segment is Distribution channel field (EXPORT and DOMESTIC)
    If GL account is 1000-2000     always                      Export
    If GL account is 2001-3000    and Cost center is     X then Export.
    If GL account is 2001-3000    and Cost center is     Y then Domestic.
    Based on above REQ i am making derivation using KEDR T.code.
    These postings should work for all modules postings such as MM, HR also.
    Actually this should work automatically and after saving the transaction we should have copa document also.
    But problem is in source fields of derivation we have GL account (HKONT) and Cost element (KSTAR). I am making derivation using either of these.
    But after posting document system not giving COPA document.
    I found the reason is  at GL postings we are giving input to GL account (HKONT) but we took in KEDR source field as GL account (SAKNR). GL account (HKONT) is not updating GL account (SAKNR) field in PSEG screen in Fb50. Even i try with cost element (KSTAR), GL account (HKONT) is not updating this in PSEG screen in fb50.
    If GL account (HKONT) updates either GL account (SAKNR) or cost element (KSTAR) at the time of posting FB50
    Or
    If we have the field GL account (HKONT) as source field in KEDR i hope my problem
    Get solved.
    If you want further info pls give me your mobile number then i ll call you

  • AP invoice with different tax rate and cost center?

    Dear all,
    We are just upgrade from 11i to R12.1.3. Before in 11i, we can change distribution account in AP invoice distribution line if the type is "Tax". However, after updated to R12, we define tax code (e.g. P1 for particular account combination), so once user selects tax code "P1" and invoice will automatic creates tax line for such invoice but the user cannot change distribution account anymore. Because in 11i, user will change the distribution account (cost center segment) but now in R12 user cannot change it.
    The only work around is defining different tax code for different cost center.
    For example: P1-0001 => 01.0000.999999.00001
    P2-0001 => 01.0000.999999.00002
    We have hundred of tax code and cost center combination.
    Any other work around for this? or anyone encounter the same problem?
    Please advice.
    Thanks.

    Let me explain more in details:
    1) The cost centre will will more. 2 cost centres just a simple example.
    For now, we have 5 cost centres for each of the tax rate. For the work around now, I need to define 5 tax codes for the same tax rate for different distribution combinations:
    Quote
    Tax Code ==>Tax Rate ==> AP Distribution Combination
    A1-3500 ==> 10% ==>001.9999999.3500.00
    A1-3600 ==> 10%==> 001.9999999.3600.00
    A1-3700 ==> 10%==> 001.9999999.3700.00
    A1-3800 ==> 10%==> 001.9999999.3800.00
    A1-3900 ==> 10%==> 001.9999999.3900.00
    2) The driving factor would be 100% percent.
    Please kindly advice.
    Many thanks.
    driving factor for the cost centre

  • No functional area derived from GL account and cost center ccombination sel

    Hi,
    When doing a goods issue for a delivery, am getting this error. Hope somebody could advice.
    "No functional area derived from GL account and cost center combination selected."

    Hi,
    Go to FS00 and specify the functional area for the gl account. Go cost center change mode specify the functional area. Define the f area in Tcode OKBD, FSP2,KA02,KS12,
    Hope this is clear, if yes assign points
    Regards,
    Sankar

  • Control G/L account and Cost Center for movement type 251

    Dear Friends,
    I would like to use mov. type 251 for GI for sale and like to control over G/L account and Cost center.
    The G/L account is by default from the valuation class of the the material and if the user will enter wrong G/L
    we had done the customising in OMJJ movement type 251 - Account grouping - Unchecked the check box of column
    "Check account assignment" - Impact is " the system always uses the G/L accounts or account assignments determined automatically"
    I also made default cost center for G/L account and plant wise through OKB9.
    Now I would like to suppress/dispaly the G/L account and cost center - for same I had done Setting in Entry control menu of OMJJ for 251 of field Account control - Value  - "-" field is suppressed. But it is not working.
    Please advise to solve this situation.
    Thanks & Regards
    Rajan

    Dear Rajan
    Yes, I have checked in MB1A earlier. We have separate node for Field seletion layout for Enjoy transaction MIGO for mvt type in which the G/L account (KONTO) an Cost center (KOSTL) have only optional or required entry selection.
    warm regards
    Ramakrishna.

Maybe you are looking for

  • Scsi errors on V240

    Hi friends My sun server v240 conncted with storage array. whenever, I run scsi related commands like cfgadm or probescsi to configure something I'm getting plenty of scsi errors.... genunix: [ID 408822 kern.info] NOTICE: glm0: fault detected in devi

  • Urgent issue, BW Data extraction

    Hi,   I have an urgent issue and need help.   We were loading data after activating business content. Every thing worked fine and the delta load was also smooth.   However, in order to start everything fresh. I deleted all the info package, deleted t

  • How to change the Admin's short name?

    I just got my Powerbook G4 back from repair and when they loaded on OSX they made the short name just "a." Not that it is a very big deal but I get frusterated when in the finder it says "a's computer" I really wish I could change my short name for t

  • Speedport W722V VDSL to Airport Extreme Base station

    Hello, I just purchased my airport extreme but am unable to get it to connect to my Speedport router from t-online. I have tried cross over cable, connecting dsl directly to extreme, etc. Has anyone got this to work? Thanks

  • Exchange 2013 disconnects externally after every hour but works fine internally

    Hello All, I have a very strange problem in my office. At the new years eve, there was a disconnection in our Internet from our ISP and everything came back online again after 1 hour. before this happened everything was working fine such as externall