TCode to post a Controlling Document in Object Currency only

Is there a TCode that can be used to post to a secondary cost element but only updating the Object Currency Value?
I had an issue with our recent periodic Assessment. Some of the posted assessment documents have line items that have  different Object Currency value than that of the CoArea Currency value, even though all  the cost objects are all in USD. The CO Area currency as well as the Co Code currencies are also all in USD.

Hi,
You can try using allocation method assessment cycle... Immediately after entering the cycle name... u have option to select in "Field Groups" -->Object Currency.
Also consider the following documentation on object currency option given by sap...
Object currency:
The SAP System calculates sender values in object currency separately and distributes them separately. This only works if the object currency of all the objects (for example, cost centers or orders) is the same, since no conversion between object currencies takes place during processing.
For example, it is not possible to distribute a sender value to a receiver with a different currency. If this type of error occurs during processing, a warning is issued and the SAP System processes the object currency as if the indicator is inactive.
If the indicator is inactive, the object currency being posted is determined from the controlling area currency by converting it to the object currency of the sender or receiver when the sender credit/ receiver debit is posted.
Example
The controlling area currency is USD.
Sender A distributes 50% each to receiver B and C.
The posted values on sender A are in object currency:
DEM 1000.00
For receiver B and C, object currency DEM is also set.
If "Object currency" is activated, the following values result from sender A and receivers B and C:
Sender A Receiver B Receiver C
1000 DEM
-1000 DEM * 500 DEM * 500 DEM *
If "Object currency" is activated, the SAP System updates the values in object currency beside the controlling area currency and posts three line items (*).
If it is not active, the following values result:
Sender A Receiver B Receiver C
1000 DEM
- 590 USD * 295 USD * 295 USD *
If "Object currency" is inactive, the SAP System only shows the controlling area currency and posts three line items (*).
If receivers B and C have different object currencies than the sender currency, the SAP System ignores them and posts in CO area currency
Regards
Sudhakar Reddy

Similar Messages

  • Can I manually post a controlling document?

    Hi everyone,
    Is it possible to manually post a controlling document? (without hitting FI). We have a unique requirement that necessitates this entry.
    Any help is much appreciated.
    Thanks,
    PSM

    Hi,
    Yes it is possible to post document in controlling directly without involving FI.
    Below are area where you post direct postings in controlling area.
    - Statistical Data
    - Cost Distribution in CCA and PCA (secondary cost element)
    - Cost assessment in CCA and PCA (secondary cost element)
    What is your requirement?
    regards,
    Prashant Rane

  • How to post overhead costs in WBS object currency?

    I have a requirement to post the overhead costs (t.code CJ45) to the WBS elements in the respective WBS element object currency instead of the controlling area currency or the company code currency. How can i configure this?

    Answered

  • Controlling currency vs object currency

    what is the different between controlling currency and object currency. what is the purpose on having the two currency in CO? Please advice, thanks.

    • <b>Controlling area currency </b>
    The system uses this currency for cost accounting. This currency is set up when you create controlling area. It is based on the assignment control indicator and the currency type.
    • <b>Object currency </b>
    Each object in Controlling, such as cost center or internal order, may use a separate
    currency specified in its master data. When you create an object in CO, the SAP system
    defaults the currency of the company code to which the object is assigned as the object
    currency. You can specify a different object currency only if the controlling area currency is
    the same as the company code currency. There is an object currency for the sender as
    well as one for the receiver.

  • Custmizing object currency

    Hello
    From where we can custmizing object currency,area and transaction currency.
    Thanks

    Hi,
    Controlling area currency is defined with controlling area (OKKP)
    Object currency is defined in the master data of the relevant object (cost centre, I/O, WBS, etc.)
    Transaction currency is the currency of the posted document.
    Regards,
    Eli

  • Controlling Document Not Getting Posted

    Dear All,
    We have a peculiar scenario of Controlling Document not getting posted. Any pointers on wat could be the issue will be highly helpful.
    Scenario:
    We have an interface which posts an accounting document.
    Dr. Expense
    Cr. Balance Sheet.
    The Cost Center is supplied thru the interface and FI document and Profit Center Document is posted without any issues. However, CO document is not generated, not sure wat could be the issue. We have performed the basic checks. Also, for the same expense account, we observe some postings have gone into CO where are some didnt'. The difference between documents posted with corresponding CO and documents without corrsponding CO posting is only the "Transaction Key". When we maintain blank Transaction key.. the system posts CO document, when transaction key is "WRX" for that specific GL the system doesn't post.
    Not sure why Standard SAP behaves like that. Please advice wat items i need to check to resolve
    this.
    regards
    Diwakar

    Hello,
    Make sure in OBYC, for key WRX, you have maintained the GL accounts.
    Regards,
    Ravi

  • Controlling Document not posted upon GRS of PO with account assignt type A

    My company is going to upgrade our SAP ERP system from version 4.6C to ECC5.
    In version 4.6C, when a Purchase Order (PO) is created and assigned to:
    (1) project wbs element
    (2) asset
    Upon GRS, the following accounting documents are normally posted:
    (1) Accounting document
    (2) Profit center doc.
    (3) Spec. purpose ledger
    (4) Asset transaction
    (5) Cost accounting doc.
    Following, if I want to view the Actual Cost line items posted for the project wbs element in mind, I am able to view the details via transaction CJ74.
    However, in ECC5, simulating the same scenario as described earlier, i.e. a Purchase Order (PO) is created and assigned to:
    (1) project wbs element
    (2) asset
    Upon GRS, the following accounting document is NOT posted:
    (1)Cost accounting doc.
    (which in ECC5 is termed Controlling Document)
    As a result, I am unable to track the Actual Cost line item of the wbs element via transaction CJ74.
    This is because in normal instances, a corresponding CO document posted for the FI document posted upon GRS. What I understand is that CJ74, pulls data from CO tables and because CO tables aren't updated, I can't view this statistical cost postings.
    I would appreciate if anyone could advise the following:
    (1) Why this occurs in ECC5
    (2) How to rectify the problem
    Thank you.

    Hello,
    Make sure in OBYC, for key WRX, you have maintained the GL accounts.
    Regards,
    Ravi

  • Controlling Post Order of Multiple View Objects

    Hi ,
    Here is the scenario:
    I have a use case of "Creating an Abstract"
    Steps:
    step1 ) (Page 1) Author presents the details of the abstract (Details goes to 2 tables ABSTRACT & ABSTRACT_CONTENT tables). For the 2 tables i have 2 entities. I use a view here called CreateAbstractView from both the tables( here i control the post order of the entities ....code from jdeveloper 11g guide)
    Step 2)(Page 2) Author presents details of Additional Authors. I use the view (*AdditionalAuthorDetailsView*) (Details goes to 2 tables AUTHOR & ABSTRACT). Here in the abstract table i have a parent key(parent abstract id) So all the additional authors has a record in Abstract table with parent_abstract_id from step1. ABSTRACT table also has a foreign key (author_id) .Here also i control the post order of the 2 entity object using the code from jdeveloper 11g guide.
    I also have a link from CreateAbstractView to AdditionalAuthorDetailsView (abstract_id in Abstract table from CreateAbstractView to parent_abstract_id in Abstract table from AdditionalAuthorDetailsView )
    If i have a commit on both the pages , i don't see a problem.
    But i want to have a commit process at the end so that the user can review the information. So when i try to add a commit process at the end , i get a exception (Parent Key not found exception) which i came to understand that commit from AdditionalAuthorDetailsView is happening first which is trying to insert a record into ABSTRACT table and cannot find the parent_abstract_id.
    How do i control the post order for multiple view objects in such scenarios?

    Hi!
    Please take a look at the dev guide. It comes down to controlling the posting order on entity level.
    http://download-uk.oracle.com/docs/html/B25947_01/bcadveo007.htm#CEGJAFCF
    Sascha

  • Controlling Document Posting as per Vendor, Customer and GL

    I want to know how do I control SA not being posted with
    1. GL Dr
        Vendor Cr
    Also, I dont want KR to be posted in a document containing,
    2. GL Dr
        GL Cr
    Similarly for Customer as well.
    3. Customer Dr
        GL Cr
    How do we control the respective Document Types not to be posted in other documents. I have already tried by unticking Vendor and Customer in SA Document Type. In KR, KZ I have unticked Customer and GL.
    In DR, DZ I have unticked Vendor and GL.
    While posting in F-02, SA Document type it doesnot allow Vendor or Customer. That works for me. But when I am posting F-02/FB60 for Vendor and GL, it doesnot allow GL. This is not I am expecting. I want system to raise error message when I post GL Dr and GL Cr with Document Type KR/KZ.
    Please advice the correct method.

    Define validation (OB28) as below :
    Prerequisite:
    T-code F-02, Document type : KR , Debit Credit Indicator : Debit
    Check:Account type :GL
    Message: Error/Warning : GL account not allowed as Credit line
    Please refer these examples
    http://www.sapfunctional.com/FI/ValidationRules/Index.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0bc693c-76d8-2910-fd81-e891248a02c5?QuickLink=index&overridelayout=true&12962211338029

  • Posting in Controlling Area Currency

    Hi
    We have the following Scenario
    Actual Balance in WBS Elements X  is 15000.00 AUD (Object Currency) and 12000.00 USD(Controlling Area Currency)
    We have transffered the balance from X WBS Element to Y WBS Element by netting of the Object Currency to Zero.
    Resulting that the revised balance as below :
    Object Currency = 0.00 AUD
    Controlling Area Currency = 1000.00 USD.
    We like to net of the Controlling Area Currency also in WBS Element X.
    Is there any way of posting the same in Controlling Area Currency Alone.
    We want the solution urgently.
    Thanks and Regards
    Ramesh KR

    thanks for your reply.
    But there is no Tcode with Fbb0. Can you provide me the correct Tcode.

  • Exchange rate problem in controlling document

    Hi Friends
    I have posted CJ45 (over head run) and posted documents in cost center and pca.
    we wanted to know which exchange rate was taken for posting in different currencies (Controlling area and PCA).
    Can any one please help me any table where can we find co document posted amount with exchange rate considered?
    Advance thanks!
    GK

    Hi,
    Controlling Document can be checked in Table COEP (CO Object line item table).
    PCA: Table GLPCA
    Hope this helps.
    Thanks,
    Ashok

  • Exchange rate type for posting to Controlling

    Hi
    We are using Currency type as 20 in Controlling Area. We have several Company Codes and each have different currency.
    While posting entry from FI to CO , the system always take exchange rate type as M.
    Please let me know whether we can assign some other exchange rate type for actual transactions.
    Thanks
    Gaurav Jain

    Hi
    Goto TCode OBA7 and select your document type (usually SA ) and enter in Field "Ex.rate type for forgn crncy docs" your required exchange type.
    Cheers
    Srinivas

  • No posting in profitability document

    Hi
    I have created a new sales pricing condition in DV1 and have missed a step somewhere that assigns it so it posts a profitability document and shows up in the CO PA.  Here are the steps that I did set up:
    DV1K924795 DV1K New Order Reason Licensing
    SPRO > Sales & Distro > Sales > Sales Documents > Sales Document Header > Define Order Reasons.  New one is #375 Licensing.
    DV1K924799 DV1K New Pricing Condition for Licensing Revenue
    SPRO > Sales & Distro > Basic Functions > Pricing > Pricing Control > Define Condition Types.  New one is ZLIC Licensing Revenue.
    DV1K924801 DV1K Add new pricing cond ZLIC to Pricing Procedure ZCHCRE
    SPRO > Sales & Distro > Basic Functions > Pricing > Pricing Control > Define and Assign Pricing Procedures > Maintain Pricing Procedures.  I added it to ZCHCRE as step 69.
    DV1K924803 DV1K Define Account Key ZLC for License Revenue
    SPRO > Sales & Distro > Basic Functions > Account Assignment/Costing > Revenue Account Determination > Define and Assign Account Keys.
    The new key is ZLC License Revenue.
    SPRO > Sales & Distro > Basic Functions > Account Assignment/Costing > Revenue Account Determination > Assign GL Accounts > General.  In sales org 1000 & 3500 assigned gl 43099.
    DV1K924809 DV1K Assign new Price Cond ZLIC to COPA
    SPRO > Controlling > Profitability Analysis > Flows of Actual Values > Transfer of Incoming Sales Orders > Assign Value Fields > Maintain Assignment of SD Conditions to CO-PA Value Fields.  I added ZLIC to VVCRE.
    I can create a sales order and bill it.  It posts to the correct GL but it does not post a profitability document and it does not show up in CO PA when I run report Profitability by Customer out of KE30.   Please let me know what I missed and I will add it to my steps in case I ever have to create another.
    Regards
    kaushal

    Hi Prabal da
    Welcome to SDN!
    If you are talking about consumption postings generated from back flushing from MFBF - Then the CO object is the Prod order or Cost Collector in such cases
    Since, CO Object is already found, OKB9 does not work in this
    Check your Prod order or Cost collector... The GI postings would already be lying there
    If I have not understood your case properly, do let me know
    br, Ajay M

  • Error ki280 when posting a billing document

    I am running into a ki280 error message when posting a billing document. This happens to be for a situation that includes a customer down payment, the error message is not encoutered when posting a billing document without the down payment interestingly enough.
    The error message is below.  Account 410000 is a revenue account, so is it looking for a type 11 cost element to be created?
    Any information appreciated.
    Create account 410000 for 02/11/2009 as a cost element in controlling area
    HEES
        Message no. KI280
    Diagnosis
        Account 410000 is a profit and loss account. You assigned it to an
        object in cost accounting (for example, a cost center, order, or
        project).
    System Response
        Account 410000 in the determined controlling area HEES must exist as a
        cost element on the posting date 02/11/2009.
    Procedure
        o   Create account 410000 as a cost element and then repeat your
            posting.

    Hi,
    Use T.Code FS00.  Choose the account to be created as cost element and click for display. Now click the edit cost element tab. Screen will open for the GL account to be created as a cost element. Enter from and to dates like 01.01.2008 to 31.03.9999 and click master data. Choose category 11 after giving the text of the cost element and save. If you want that this revenue to be posted to a cost center you can enter in the default account assignment tab.  Try to post the invoice again.  If you have further problem revert back.
    Regards,
    Sadashivan

  • BTE 1120 for posting to controlling

    Hello,
    I have been working on activating BTE 1120 to modify the WBS element before the document is posted. I have been able to successfully modify the value on field PROJK and it is shown in FB03, once the document is posted. However, it looks like the integration with Controlling is not catching my change. The line item posting to the WBS I forced using the BTE is not displayed in the controlling document or visible in report CJI3.
    Has anybody had the experience of using this BTE to modify CO objects like cost centers, WBS, etc..? Have your changes been successfully reflected in the CO document?
    I have read several discussions related to the use of this BTE, but no one has really discussed its integration with CO.
    Thanks!
    César.

    Yes and No, often true for BSEG fields, but for other applications like CO or new G/L (cf. OSS notes on this BTE and new general ledger)  there are some codes in include LFACIF48 to modify other internal tables. the problems may arise when field names are different in different application. (the MOVE-CORRESPONDING does not perform well...)
    Here no match between XBSEG-PROJK and T_ACCIT-PS_PSP_PNR, so you will be require to modify code in standard include LFACIF48 -> Read 1905020 - Substitution for 'Transaction Type' in New G/L View with Open-FI 00001120 for point of insertion (NB: This is a modification)
    Regards,
    Raymond

Maybe you are looking for

  • System shutdown instead of hibernate (Safe Sleep)

    After upgrading to Mavericks I've been having problems with hibernation (Safe Sleep) not working, and instead causes a full shutdown that's hard to re-power back on. I have the problem on my own rMBP and my father's Macbook Air. I have trouble gettin

  • Payment run error "No check exists which meets the selection criteria"

    I have done a payment run successfully, maintained a variant for the check print program but when I want to display the cheques i get this error: " No check exists which meets the selection criteria"   I have mantained the check lot for the house ban

  • Column Headers in Excel using CLIENT_OLE2

    Hello guys, I have muti record block that has 10 columns which I want to display in Excel. I created a procedure RUN_EXCEL and everything works fine when the button is pressed and the procedure is called. However, I want to add the column prompts and

  • Transfer of stock from Returns stock type to Unrestricted/Blocked

    Hi,Friends How to transfer of stock from Returns stock type to Unrestricted/Blocked what movement type will trigger by transfering this stock, Thanks & Regards Krishna

  • How to clear the contents of table control

    Hi All,           How to clear the contents that are present in a Table control. If there is any code Please Let me know. I will assign full marks to the correct code. Pradeep Kumar Kota.