IO/ and Cost Center

Hi Everyone,
Would there be anyone willing to help m with IO, and CC. i have read some books, and still im not very clear.
let me know if you could, i will compensate for your services.
Thanks

Actual Assessment Cycle:
Assessment was created to transfer primary and secondary costs from a sender cost center to
receiving controlling objects. During assessment, cost centers or business processes can be used as
senders
Stat Key Figures: You can use statistical key figures as the tracing factor for periodic transactions such as distribution or assessment, and for key figure analysis.
<b>Commitments</b>: Commitments are payment obligations that are not entered into the accounts, but at a future date lead
to actual costs. They are incurred in the purchasing function, in the "Materials Managment"
component:
- The internal communication for a purchasing request is known as a purchase requisition (from the
ordering party to the purchaser). A purchase requisition is a provisional obligation, that can be
changed at any time. You do not need to assign a CO object to a purchase requisition row. If you do
not do so, then the commitment is not displayed in CO.
- A purchase order is a contractual agreement specifying that goods or services from a vendor
will be taken under certain, agreed conditions Therefore, a purchase order is a binding obligation, as
it is based on a contractually fixed agreement. For a purchase row that is assigned to a cost element,
you need to specify a CO object, so the commitment is also displayed in CO.
n If you create a purchase order with reference to a purchase requisition, the commitment is
reclassified (as a purchase order commitment) in CO.
n The commitment is reduced by processing goods receipts against the purchase order. Actual costs
are posted to the CO object. This business transaction is continued until the purchase order is
processed, and the commitment amount is zero.
n You need to activate commitments management in the controlling area in CO. Additionally, the
cost center may not be locked for commitments (locking indicator).
n Commitments are not reduced when you create an outline agreement. These are only incurred when
you create the contract release order (contact), or goods release order (scheduling agreements).

Similar Messages

  • 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

  • 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

  • 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.

  • GL account and cost center field appearing for Goods issue movt type 201

    Hi SAP Gurus
    We are trying to post goods issue in ecc6 . The problem is that the GL Account and cost center fields are available fields .The cost center field is logical but why the GL account field is avaiable .
    How we can grey out the same field as it is going to be picked up from the valuation class setting in GBB - VBR ? Any ideas
    Regards
    Hitesh

    Hi Ravi
    You think that its ok we have to input the cost center .
    But if you allow the users to input the GL then you are overriding the whole purpose of defining the valuation class and offsetting entries ? What is your opinion ?When you input the material in the goods issue screen the offsetting entry needs to be picked from the GBB -VBR .Although even if you do not enter the GL the system posts the Godds issue document .But from the control perspective this needs to be suppressed .
    What do you think ?
    I have also posted the same in Logistics forum .
    Once  again many thanks for your help .In case you find some solution this would be of great help
    Regards

  • Default G/L acct and Cost center in service PO with added Freight line also

    Hi,
    I am doing Service PO my requirement is we need default G/l account and cost center in Service PO, we have added one line as Freight charges that is also required default g/l account.
    please suggest me the configuration.
    Thanks
    Shital

    Hi,
    Can be set with help of following t.codes to have default G/L account with  cost center in Service PO
    OME9, OMGO ,OMQW & OBYC
    Also check the blog:
    http://www.bluemarlinsys.com/ns/0603-03.asp
    Regards,
    Biju K

  • Internal order and Cost center

    hi guys
    can anyone please explain me why do we have cost centers and internal orders?
    If we can track cost to cost center then why do we need internal orders?
    please give some detailed explanation.
    thanks

    when you are posting a document and if the g/l is created as a cost element then
    you have to either assign a cost center, profit center, internal order etc
    so when you are posting an expense and if its for that project you assign the
    internal order and when the project is finished you can settle it to a cost center.
    If we can assign both internal order and cost center i dont think so but not very
    sure. Best way to learn these things i would recommend is try it in test system
    that way you will understand better about the whole flow and it will stick in your
    mind.
    Regards,
    Zaid

  • Plant and Cost Center are not displaying in FI doc. for asset scrap ABAVN.

    Hi All,
    When we do asset retirement by Scraping using Transaction Code ABAVN, Plant and Cost center are not appearing in the FI document. But, in the master data the Plant and Cost center are assigned for the particular Asset. 
    When I see the FI document display, the fields Cost Center and Plant are blank.  Business Area and Profit Center fields are getting updated.
    Can any one help me how to get this Plant and Cost Center in the posted document.  Is there any OSS notes for this.  I am using ECC 6.0 version.
    Thanks in advance for your help.
    Regards,
    Rajesh

    Rajesh
    Aditional on me answer.
    The systemtakes not the cost center from the asset you have to assign it in OKB9 or to fill in during this posting:
    Steps
    Click on Simulate, than you see the posting screen:
    Click on the line (pk 40)
    Click on Goto and Additional account assignment and fill in the cost center whatu2019s in the master record of the asset and post
    An other option is to make a substitution to get this information

  • Report painter- business area and Cost center

    Hi All,
    we have a requirement to create the Report painter report where in the Revenue will be By business area and cost of the particular cost center by Cost element.
    i.e revenue by Business area against cost by department.
    It it possible to use report painter to create such report?. when i was going through the report painter it does not allow me to pull the cost  by department .
    Best regards
    Rajesh dhulipalla

    Hi,
    Business consolidation is for more of consolidation purpose and cost center grouping is more for management reporting purpose for cost control purposes.
    Both the organizational units serve for different purposes. Consolidatied business will not have much meaning unless you go with EC-CS.
    Cost Center Groups are much for control purpose and help in managerial reporting.
    Business Units are part of FI Organizational Structure and Cost Centers are part of CO organizational structures.
    Regards,
    Ravi

  • Bring profit center and cost center  hierarchy from R3 to BW in BI 7.0

    Hello,
    I need to get the hierarchy from R/3 to BW. Can someone send me a link or mention steps i need to do to bring profit center and cost center hiearchy from R3 to BW.
    Thanks
    Laura.

    As you would for any other infoobject
    Activate the business content hierarchy datasources on R3 for cost centre and profit centre
    Go into BW - replicate the metadata
    Then just connect via transformations or transfer rules the datasources to yoru infosources or master data objects
    Create an infopackage per hierarchy!!!!! - press the button available hirachies from OLTP - click the one you want on the left - fire it off
    Then repeat new infopackages for all hierachies

  • How to get SAP report that inculde PR number, PR amount, PO number, PO amount and cost center ??

    Please help! How to get the report in SAP that include information of PR number, PR amount, PO number, PO amount and cost center in one report??
    I try ME5A but th
    ere are no information of PO amount.

    Thank you for your help.
    I have no authorize to use SQVI as I am only the user. I will use your information and ask my SAP team to help.
    Thank you again (^_^)

  • P&L by Profit Center Wise and COst Center wise

    Hi All,
    Profit Center Reporting u2013 I need a P&L by Profit Center.  Unfortunately in SAP, there is no way to u201Cmarryu201D the profit center and cost center accounting into a single report that is filtered by PC/CC.   Example:  I need to see the P&L for my Orlando region (Profit Center and Cost Center Range = 5450 to 5459).  The report should return exactly what is returned when I run a company-wide P&L through standard report:  S_ALR_87012284.
    In fact, if I could simply filter the standard report in SAP there would be no problem, but there is no way to do that successfully u2013 the filters inhibit the correct results.  Also, the standard profit center reports are only provided at the line level, so the report is so ugly it cannot be evaluated like a simple P&L whereas S_ALR_87012284 draws upon a u201Cdesignu201D called Financial Statement Version (which I have manipulated to be what I need).
    Thanks,
    Madhu

    Hi, Go to tcode KDH1 and maintain your account group (like 127) as following format. I am 100% sure this will be result as per your wish. Execute report S_ALR_87013340 give Profit Center and Group as you created.
    127     Profit After Taxation                         
         129     Provision for Taxation                    
              201     Provision for taxation               
         128     Profit Before Taxation                    
              130     Operating Profit               
                   210     Gross Profit          
                        310     Sales     
                             400     External Sales
                             711001     Whole Sale
                             711002     Retail
                             711003     Direct
    Feel free to come back incase.

  • G/L Accounts and cost center

    i would like to find the list of valid G/l Accounts and cost center for a input company code. Is there any good tables for getting this information. ?

    I don't think there is such a thing. If a GL is valid for a company code and a cost center is valid for the corresponding controlling area, then the transaction should post. A relationship between controlling area and company code is in table A059 (Controlling Area/Company Code). This table is empty in our system, so I don't think that checks will be made.
    Rob

  • Link between Employee and Cost center and TCode CAT2

    hi all,
    can anybody tell me where is the link b/w a PERNR and Cost center (which infotype) ?
    if anybody has played with Tcode CAT2, please revert back !!!!!!!!!
    Any help will be rewarded !!!!!!
    Thnx,
    Preeti

    hi puneet,
    i have to upload some data in tcode CAT2. There is Cost center that appears in header record of this employee (say 1000) in this transaction ( and say his KOSTL is D010000).
    But when i try to update any other cost center with an activity type, it gives me error message and does not allow me to save data.
    However, if the COST CENTER <b>CATEGORY</b> is same for all three (activity type, Cost center m tryin to upload and Cost center in header), it allows to save and upload the data.
    so my ques is :-
    is it necessary to have cost center category same for all the 3 fields or is there some conf. problem?
    plz help !!!!!!!

Maybe you are looking for

  • Mac Mini - Screensaver starting on its own and clock is fast ...

    Hi there experts .... I've got a 4 month old Mac mini Model Identifier: Macmini3,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.53 GHz I've noticed for the past couple of months the clock is 4 minutes fast .... And the screeensaver is coming o

  • Anyone knows how 2 change the order of songs in ipod?????????need lots help

    i tried going on my computer then on (f:)(usb drive for ipod nano) and it only shoes me my calander,notes and contacts. oh and there is nothing i could see in itunes7. plz help

  • How to import logo to the clip and display it during the whole clip

    Hello All, I am using Adobe Premiere Pro CS4. I am doing a project now from various DVDs I've already made from a while ago. Now I will use these them in a commercial things so I want to add a logo to the clips to keep my rights ...etc. Here is the s

  • My Game API

    I just discovered this Forum and couldn't help but mention I have been working on a game API since early 97. I am still working on it (doesn't pay the bills) However, I think I have the absolutely most efficient and robust API for games for many many

  • Thinkstation D10 Disk I/O

    Hi, we have the funding to replace our current developer workstations which are currently Dell Precision 690's. Two reasons: the first is abysmal quality control issues we've had with these since receiving them, and two, discovering that the integrat