Project Reference in COGS Account

Hi Dina,
How can I get Project reference in COGS Account?We have defined a segement for Project number in COA.The revenue is generated by Order Management->Receivables.
Please help me for solution.
Thanks
Haresh

Hi
I assume you want to generate accounting for COGS in Inventory module, and send the accounting from Inventory to GL.
I assume Oracle Projects is not part of this process.
Look at the Cost Management User Guide. At the end you may find some anexes dealing with available client extensions. There is a client extension you may utilize to override the accounting of some or all inventory transactions. The extension is called by the Cost Manager process that creates the accounting lines. I believe you could use the Accounting Generation Client Extension and develop the logic to populate the appropriate project value.
Dina

Similar Messages

  • CO-PA: COGS accounts created as cost elements

    hello,
    I have a question regarding COGS accounts, being created as cost elements. This was not causing problems, because client was using real internal orders for profit analysis. In the next phase of project, during implementation of costing based CO-PA, now I have problem, because of this situation, because I can not delete created cost elements  (only possible at the beginning of the new fiscal year) , and the system asks for cost object assignment during GI creation. I was considering OKB9 assignment, but I think this will cause double values in CO-PA. Maybe temporary solution, by using real internal orders till the end of the year, and then deleting existing cost elements for COGS accounts, could work?
    Please, advise what to do to solve this situation.
    Thanks in advance,
    Dusko

    Hope you are not using account based COPA
    To avoid double values in COPA, you can do one of two things,
    1) after the costs are transferred to the internal order, you can just keep them there without doing settlement, let the users know that there will be under absorption for the internal order.
    2) If the users are not willing to have under absorption in the internal order, you can transfer the costs to a value feild in COPA which is not reflected in the report in KE30 (Remember that you may loose one value feild in COPA this way)
    Both make no effect on KE30 report as data will be transfered to COPA at the time of billing
    Br Naveen

  • Auto selected G/L Account and COGS Account by CardCode then ItemGroup

    Hello,
    I am new to the community. I have been working on learning SAP B1 8.8 since the beginning of the year. So far its been a great time  
    I have been searching for a solution for method of having multiple G/L Accounts and COGS Accounts in Delivery Notes. I have done the following:
    1. Create the following chart of accounts
         a. Revenues -MB North America
         b. Revenues -MB Latin America
         c. Revenues -VC North America
         d. Revenues -VC Latin America
         e. COGS -MB North America
         f. COGS -MB Latin America
         g. COGS -VC North America
         h. COGS -VC Latin America
    The company being setup sales motherboards and video cards. I need to track the sales of each division by item group. The problem is that the company shares warehouses for both divisions. I tried managing the journal posting by Item Level. This would have worked if the warehouses where not used to fulfill orders from both division. This leaves me with managing the posting by Warehouse or by Item Group. Unfortunately, none of the three methods take into account the BP to post.
    I am trying to tell SAP B1 to take into consideration the BP and them the item. After it will need to refer to the Item Group, the system will need to post each Delivery Note Line Item to the appropriate G/L Account and COGS. I have been researching FMS structure trying to accomplish this task but I have not had much success.
    To help make the query, I am using the AliasName in the OCRD as a holder for the division. '01' for North America and '02' for Latin America.
    Any ideas on how to manage a divisional revenue/cost structure that can be group by item group and share warehouses?

    I close the other thread. The system made two posting.
    Here is an example FMS I have been working on. I did not use the OCRD.AliasName as the text property did not match. I used the BP GroupName for reference.
    SELECT
         CASE T1.[GroupName]
                   WHEN 'High Tech'
                   THEN
                        CASE T3.[ItmsGrpNam]
                             WHEN 'apple'
                             THEN '421000000100101'
                             ELSE 'XXXXXXXXXXXXXXX'
                             END
         ELSE 'XXXXXXXXXXXXXXX'
         END
    FROM OCRD T0  INNER JOIN OCRG T1 ON T0.GroupCode = T1.GroupCode, OITM T2  INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod
    WHERE T2.[ItemCode] = $[$38.1.0] and T0.[CardCode] = $[$4.0.0]
    It seems to be working, but I have not had any luck is the "ELSE" statement. I would like it to lock the entry if possible to insure the correct GL Account number is used.
    Edited by: Luis Molina on May 3, 2011 5:34 AM

  • Progress Billing Invoices in OM with Project Reference ?

    Hello Guys,
    Can anyone help me on this Question,
    Version - > 11i
    Sales Company -> Different OU and LE.
    Manufacturing Plant -> Different OU and LE.
    Billing from OM to AR.
    Their will be progress billing invoices generated from manufacturing plant aganist sales company,Manufacturing Plant will create project and attach it to Sales-orders,Work Orders and Purchase Orders.And track the cost against their project.They are plaining to capture(Material Cost,Labor Cost and Other Expenses) and invoice(OM to AR) it to sales company after shipment.
    Example : Sales Order with 50000 Euro's
    Jan - Invoice - 15000 Euro's
    Feb - Invoice - 20000 Euro's
    Mar - Invoice - 15000 Euro's
    How to generate multiple invoices without actual shipment in OM for Progress Bill ?
    If they meet any exception(Country Exempt from Progress Billing) then only single invoice generated ?Can we generate it automatically ?
    Can we recongnise deferred revenue in OM or AR using COGS account ?
    Can we capture labor,other expense in COGS account ? How we need to do this ?
    Regards,
    Satish

    satish
    I had the same scenario at one of our client, oracle standard functionality doesnt support the requirement
    in order to have the project visible at Order Mangement, project mfg to be enabled and provide project parameters for the specific Inventory organization against that project, it makes the project available for that warehouse in that OU
    order type should be off ship only so that order doesnt process to AR
    Ensure a Custom program to create shipment (sale order issue transaction reflected in Inventory :COGS) to process to projects
    with work.work based rule for the project creates Invoice and interfaces to AR
    Ensure that Invoice is done at Project Organization if your business requirement is have accounts dervied (Invoicing) at Project Org level
    Thanks
    Krishna

  • Creating a static library with XCode cross-project references.

    I have a project and am trying to move a lot of the code into a static shared library, and added a cross project reference to this library in my app.
    However, when I moved a file from my app to the library (removing the reference in my app and moving the file to the library's project directory), and try building my app, I get compiler error messages as if the file I have moved doesn't exist.
    When I build my library project, it says the build has succeeded, but the library.a file remains red. It is also red in the my referencing app project.
    If anybody has any experience setting up cross-project references in XCode, I'd appreciate any help.
    If it helps identify where the problem is, I've performed the following steps to setup the library and cross-project reference:
    1. I created a new Cocoa Touch static library project in XCode which would house the shared code.
    2. I changed the global settings in XCode to place the build products in a shared build directory (rather that the project directory), and made sure the intermediate build files are placed with the build products.
    I changed this using the Preferences menu, but have also gone into the project info for both my app project and the library project and made made sure it is set to place the build projects in the custom shared build directory.
    3. I then added a Source Tree, and made sure that the Path of the project directory of the library project.
    4. I added a project reference to the library project's .xcodeproj file in my application project. I changed the library project reference so that it was relative to JIGSAW24LIBRARY.
    5. I configured the library dependencies by going to my app's target's info, and adding a direct dependency to the library project.
    6. In my app's info build tab, I changed the user header search paths so that it uses the search tree I setup (I used the $(SEARCHTREE_NAME) notation, but checked that this resolves to a valid path). I also made sure that the Always Search User Paths checkbox is checked, and that the Library Search Paths is blank.
    7. I click-dragged the library.a file under the library project so that it was under the Link Binary With Library sub folder of my app's target.
    For step 5, I've also tried adding the reference to the other project as a linked library, rather than a direct dependency, but this doesn't seem to work either.

    I managed to fix the problem. The steps above seem to be correct. The problem seems to be related to the source trees that are defined...
    I was previously using an absolute path for the source tree which pointed at the folder containing the library project. I changed this to a relative path to the same folder (relative from the calling project) and this seems to fix it.
    I'd double checked that the absolute path specified was correct, so it looks like the user header search paths specified must be relative to the current project.

  • Multiple cost center for one cogs account

    Hi Gurus,
    We have created cogs account as cost element so that system picks relevant cost center at PGI.
    Appreciate if you can tell how can system know which cost center should be entered in cogs line if there are multiple cost centers?????
    Thank you

    Hi  Mohit,
    You can specify in OKB9 on what basis different cost centers need to be picked.
    Regards
    Ajith

  • Recognition of COS/COGS Account if the process is A/P Reserve Invoice

    hi there,
    i am trying to post an A/R Reserve Invoice of non-inventoriable item because it's Advance payment to Supplier scenario. would you know on what transaction can i create to recognize the COS/COGS Account of it? i believe if my process is :
    1. PO
    2. A/P Invoice
    3. Outgoing Payment
    under A/P Invoice transaction i'll be able to select the COS/COGS Account of it under G/L Account field but in A/P Reserve Invoice, it's not working.

    Hello,
    It is system functionality because whenever you make Reserve invoice the JE passed only
    1.Downpayment Receive Account And Party Account
    2.Party Account  And Bank Account .
    So we are not able to Active this filed on that document.
    And On A/P invoice there are number of GL affected Like
    Non- Inventory(Default Expeces0 Item Account ,Tax Account,Party Account and this account we can change on invoice.
    So you should explain system functionality to your client
    Thanks
    Manvendra Singh Niranjan

  • WorkFlow Customization for COGS Account

    Hello All,
    I am curious to know if any one has created custom functions for
    OM: General Cost of Goods Sold Account.
    Scenario: Make a sale on OM and tr transactions to GL and review the journals.
    CR: 40 (Raw Material)
    CR: 15(Labor)
    CR: 10(OH)
    DB: 65(COGS)
    The default workflow is crediting all cost to COGS account defined at the item level but we want to break it down to individual raw material expense accounts. For this, I believe we need to get cost elements from the cost tables based on item id from the sales order line. And, hard code the accounts for each cost elements. That is supposed to be done as function in workflow and modify the flow with new attributes.
    Sounds simple but we are completely new to workflow and trying to understand where to start.
    I would appreciate if any one could share their knowledge on such custom functions in workflow.
    Thanks a bunch in advance.
    Anant

    Hi,
    I have implemented changes in generating cogs account using workflow to have only one code combination id.
    I don’t if it’s possible to customize cogs workflow in order to split cogs into two or more accounts. To do that, we implemented a custom in gl interface that generates this split, creating a credit in the account combination defined by the workflow and as many debits as our expenses accounts are.
    Regards,
    Ketter Ohnes

  • Project wise Profit & Loss account.

    Dear All,
    Our sales are routed through WBS Element and cost is booked against Cost Center.  Our Management wants to see project wise Profit & Loss account.  Any suggestions on deriving this??
    Regards,
    Mike.

    Hi,
    You can acheive this through Profitability Analysis by assigning WBS elements as one of the Characteristics,
    since there could be more than one wbs element in a particular profit center.
    Point 1:- WBS element profit or loss can be interpreted only when it has booked the cost as well as revenue in the same period
    Point 2:- IF any thing for which cost or revenue alone is booked then that should not be considered as loss or gain.
    Point 3 Profit center wise Balance sheet is possible where as WBS element is a part of profit center.
    regards
    N.Kumar

  • Template project reference in Implementation Project

    Hi,
    I have defined Template Project & created Business Blueprint hierarchy for the same.
    Now I need to refer the Template Project in Implementation Project.
    1) How to refer Template Project in Implementaion Project ?
    2) Can I get the Template Project reference in Implementation Project automatically in Scope OR do I need to do some settings ? Currently I am not able to see the Template Project in Scope.
    Regards
    P Kumar

    Hi Kumar,
    Refer below links. Should be useful and also I am assuming that you have created master template and you want to refer master in local implementation project.
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-i
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-ii
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-iii
    Master template should be visible in local implementation project under scope automatically.
    Thanks
    Sateesh.

  • PGI Date and COGS accounting date should be different

    Hi All,
    I have a scenario where the client wants to post the COGS account when the material reach to the Customer and on the same date wants to Invoice the Customer, this is required for the Matching Concept of Accounting so that Recognition of Cost and Revenue should be on the same Date.
    For example : Order (01-01-2012) --> Delivery (02-01-2012) - material send to Customer and it reach to the Customer on 10-01-2012 --> PGI (10-01-2012) --> Invoice (10-01-2012)
    However in India we need to update the RG1 register at the time when we remove the material from our Factory, and to update it we need to do the PGI, and as soon as we do the PGI the COGS accounts will be Debited. Whereas the material will reach to the customer, say for example, after 10 days and then the invoice will be created, so the Posting of COGS account and Revenue account will be different.
    For Example (In India) : Order (01-01-2012) --> Delivery (02-01-2012) --> PGI (02-01-2012)(NO Accounting to COGS) - material send to Customer and it reach to the Customer on 10-01-2012 --> COGS entry (10-01-2012) --> Invoice (10-01-2012)
    My Querry is:-
    1) Is it possible to achieve the above requirement that we do the PGI but do not make any accounting entry?
    2) If yes, then how can we recognise the COGS accounting on a later date, when the material reach to Customer?
    3) Is it possible through Standard SAP?
    4) If standard SAP procedure is not possible, kindly suggest the work-around and basic logic for the same.
    For any further query feel free to ask.
    Thanks and regards,
    Amitesh Anand

    Hi Ram / Karthik,
    I think VL01N screen Actual GI date can serve your purpose.
    Ram
    If I change the Actual PGI Date to a future date and do the PGI, then the material document will be posted on the given future date, and so on Current Date (actual date when the material physically move out from the factory) we can not Update the RG1 Register. RG1 Register will be updated on the Posting Date of Material Document, so this will be an Excise Audit Issue.
    Further, a report has to developed,
    > It should show the list of documents posted to the 'Deferred COGS GL and not reversed yet.
    > Based on the customer receipt, the reports should post an entry reversing 'Deferred COGS' GL to the regular 'COGS' GL
    I am looking for the same work-around without defeating any Excise Legal norms. How do we reverse the "Deferred COGS G/L" and make the posting in actual COGS G/L, and what will be its implication on Inventory Ledger and Excise Audit?
    Thanks and regards,
    Amitesh Anand

  • Account determination for COGS account by customer

    Dear gurus
    I’d like to get advice about account determination for COGS account.
    I have requirement to determine COGS account based on “Customer”.
    If the customer is outside the group, we want to charge to
    “Sales: Third-party” and “COGS: Third-party” accounts.
    And if the customer is in the group, we want to charge to
    “Sales: Intercompan” and “COGS: Intercompany” account.
    However, since COGS account is determined from Valuation class in
    Material master (OBYC), it cannot be determined from “Customer”.
    (Because same material can be sold to third-party and intercompany too)
    Do you know any solution for it?
    Yoshi

    Hi
    The only other way I could think of is to do an enhancement at the time of delivery to read the customer and substitute the GL Account for COGS based on Customer recon Account.
    The sales can easily be seggregated based on Customer Account Assignment Group in the customer Sales Area. Assuming the material account assignment group is 01 and customer account assignment group are as under:
    External Customer 01
    Group Customer    03
    Now in VKOA you can seggregate the revenue account determination for Group and external customer based on different customer account assignment group.
    The only issue is for COGS GL for which you might want to look at Enhancement or Split Valuation that I talked about earlier.
    Thanks & Regards
    Sanil Bhandari

  • Error in default workflow Project Supplier Invoice Charge Account

    Hi,
    We applied the patch for E-Business Suite extended support requirements in our clone server and we advise users to test the modules. On the AP-PA module, we received an error saying "The default workflow for the Oracle Payables account function Project Supplier Invoice Charge Account has not been customised. Please replace the dummy function in the default process for account generation by your own account generation method."
    Our problem is that we do not know what has been customised and what are the setup being done. On the unpatched server, the said module/process is working.
    Need your help...
    Thanks,
    Benjo

    Hi,
    do you have projects module being implemented? if that exists,the issue happens when the user is trying to enter project related information in the invoice distributions.
    Ideally the systems looks in the Project supplier invoice work flow for generating the distribution CCID when the invoice is Project related.
    you need to customize the standard Project supplier invoice work flow through work flow builder, by adding your Accounting flex filed segments in it and how they will get picked up ( Like Look up , parameter, constant).
    Doing this will resolve the issue.
    Thanks
    Vijay

  • A/R Delivery Note: How to use different COGS account than default

    Hi,
    when doing the sales delivery, i can change the GL account at the line Item.
    Some item i want it go to the default GL account but for the COGS acct i want it "TO GO DIFFERENT COGS ACCOUNT"
    I created a new screen for this.. but i stuck there..
    Is there any way i can do this?
    Thanks in advance..
    Bruce..
    Message was edited by: Frank Moebius
    Changed subject since "Any idea?" might not be too specific

    Hi Bruce
    The best way to do this is not with development. You can set your gl by wh,item group or items. If the item belong to a specific group. Then make that item group with that certain gl acc determination and when posting documents sbo will do the rest. If it's specific items, then just do the gl acc determination on item level for those items. You can specify in detail for each item which sales,cogs,ect accounts to be used.SBO will do the rest again.
    Hope this helps

  • How to use Project References?

    Hello,
    I've got a project called SearchScreen and another project called SearchDetail.
    I've opened the SearchDetail properties and linked to the SearchScreen project by ticking the project box.
    My problem now is how to actually reference the SearchScreen component from within the SearchDetail project.
    Do I need to setup a new xml:ns ? I've tried searching the web and adobe docs but no joy. if anyone can give me some pointers, that'd be great.
    Thanks,
    Nick

    Ah yes I know that, CTRL + Spacebar brings it up as well, cool.
    OK, I've just tried typing <SearchSc and pressing CTRL + SpaceBar but nothing happens. It just seems to be looking in the curernt project.
    Here's a basic folder structure of both projects incase I'm doing something wrong...
    [SearchScreen]
    bin-debug
    libs
    src
    css
    renderers
    SearchScreen.mxml
    [SearchDetail]
    bin-debug
    libs
    src
    css
    renderers
    SearchDetail.mxml
    I've opened the properties of [SearchDetail] and linked the [SearchScreen] using Project References.
    With the SearchDetail.mxml file open, I'm trying to insert the SearchScreen.mxml  file as a component.
    Natasha - thank you for your help with all this...
    Maybe I've missed something?
    Cheers,
    Nick

Maybe you are looking for