Opening Balances for Project Costing in R12

Hi All,
What are the Open transactions should be migrated as Opening Balance in Project Costing (R12) for Projects and Tasks. Here at client place cost will come from Inv, PO, AP and OTL to Project costing (R12). Can you please explain in detail (Opening Balances & Historical Cost - How to Migrate)?
Waiting for replies...

Hi
Usually on implementation of Projects, people are migrating total historical costs per project.
Depend on your current system, you may convert the historical data summarized by project, task, expenditure organization and expenditure type. There is an option to summarize costs into the latest period, just before starting the future transactions import into Projects. Otherwise, consider summarizing cost data per period, per quarter or per year.
The summarized data may be loaded as miscellaneous expenditures into Projects.
Be aware that for converted expenditures you should setup a Transaction Source which is costed and accounted.
Dina

Similar Messages

  • Open vendor balance for projects

    Dear all,
    How to upload open vendor balance for projects?
    Please suggest.
    Thanks  & Regards,
    AR

    Extract all the open items from your legacy as of the month end date prior to go live. You need to map the vendor codes of your legacy to SAP. You can use LSMW to post your open items. In my previous implementations, I used F-02. The offsetting account for your vendor line items must be the migration GL account which should match the account balance of AP in the trial balance.

  • Opening Balance at Actual Cost Method

    Hi Guys
    How are you ..every body
    how can i enter Opening Balance for items at warehouse uses actual cost method that i need to enter the unit cost for each item not the qty balance only
    thanks
    best regrads
    Amr Hussien

    Hi
    Costing has an API which can be used to enter any costs (Standard or Actual). Create the opening stock using create Immediate and then load the cost separtely using the API. Once you close the period that would become the period cost and valuations would be done accordingly. So even if you use Weighted Average it would be ok
    Regards
    Girish

  • Opening balance for vendor in debit

    Hi
                                  When I post the opening balances for vendors it is showing the vendor balance as debit.(+) Is this correct or it should show vendor balance in credit and customer balance as debit ?
    Regards
    Sekar

    Hi,
                              This was the JE:
                                                                                    VENDOR                         1000 (Debit)
                                                              OP BAL(Asset)               1000(Credit)
    Remarks: BPartners  Opening Balance       
    Thanks and Regards,
    Sekar
    Edited by: S. Gamaliel Sekar on May 17, 2011 11:38 AM
    Edited by: S. Gamaliel Sekar on May 17, 2011 11:39 AM

  • Opening Balances for Previous Periods

    Hi Experts,
    There is a client requirement of entering opening balances for GL for previous periods before going live.
    eg it is required to have OB for 2006,2007 and 2008 before live transactions are entered into the system.
    Please enlighten on how to carry out this.
    Regards,
    Asap

    Hi Asap,
    You could only have one OB for one account.  If those OB for different years are for different accounts, it is ok.  Otherwise, you have 2006 OB only. You may create JE to get something like OB for 2007 and 2008.
    Thanks,
    Gordon

  • Problem in getting opening balance for multiple GL Account

    Hi,
    I am working on a  Trail Balance Report in which i am trying to fetch the data for the opening balance for multiple GL Accounts but it is not coming accurate.. Here is the link to the code which i am using currently right now:-
    http://docs.google.com/View?id=dfxswwff_13fgpdcbgt
    here i am showing the logic for the data of previous year only... i.e. data from begining to 1 day less of the date-low.

    Hi,
    It is a tranparent table which is getting data from the 2 other tables,the filling of this table is right. The execution of this query is right in the program but the problem comes when it is trying to calculate the opening balance for the respective GL Account present in the query it is not doing it. i.e. if there are 2 gl account ids having 3 rows of data each it is not calculating the of it in a single row.. i hope it is clear now...

  • How to get Open Balance for the year and Total Ending Balance?

    For a given account, how to get Open Balance for the year (Cumulative Ending Balance) and Total Ending Balance (Cumulative Ending Balance)?
    Is there any function module available? or should I read from some tables? Please advice.

    Hello Paul,
    You could try calling one of the following BAPIs - see which one meets your requirement. They are documented well so shouldn't be a problem finding out the correct one for your requirements.
    BAPI_GL_GETGLACCBALANCE      
    BAPI_GL_GETGLACCCURRENTBALANCE
    BAPI_GL_ACC_GETBALANCE      
    BAPI_GL_ACC_GETCURRENTBALANCE
    BAPI_GL_ACC_GETPERIODBALANCES
    BAPI_COND_VAL_DECRE_BALANCES
    You might have to put in some of your own logic after the BAPI call to get what you want.
    Hope this helps,
    Cheers,
    Sougata.
    p.s. Also look at FM FAGL_GET_ACCOUNT_BALANCE
    Edited by: Sougata Chatterjee on May 7, 2008 11:47 AM

  • How to enter opening balance for GL A/C(Ex. Bank A/C, Cash A/C, Vendor A/C)

    Hi Expert,
    How to enter opening balance for last year to closing balance to this year opening balance explain deeply helpful for me Thanks in advance.
    Example
    All Bank A/C, Cash Book, Vendors, Customers, like that how to enter closing to opening balance.
    With Warm regards,
    Selva

    Dear,
    As per SAP standard there is no need to carry forward the balances as the system will do a virtual carry forward into next year opening without creating any FI documents.
    If your business scenario demands then you can use the transaction code F-02 for posting a carry forward balances, this will not effect any of your balances but only creates a FI document.
    If your R3 version is SAP ECC5 or 6 then use the transaction code FAGLGVTR

  • How to calculate Opening balance for a customer?

    Hi Experts,
    How to calculate Opening balance for a customer? I am trying to develop a report where in i have to get opening AR balance,current sales,adjustments etc of a customer. Please let me know how can i do this. I have some tables with me KNC1, BSAD, BSID.
    Thanks in Advance.
    Sharat Chandra.

    Say for example ..
    Get the opening bal for Customer 'K' in CCode 'C1' in 2008 ..
    First get all items from BSEG ..
    Select * from BSEG where KUNNR eq 'K'
                                     and BUKRS eq 'C1'
                                     and GJAHR eq '2008' .
    Sum all the DMBTR values (This is the total value).
    Second get the cleared items form BSAD for the above entries;
    Select * from BSAD for all entries in BSEG where KUNNR and BUKRS and XBLNR eq BSEG-XBLNR.
    Sum all DMBTR values ( this is cleared value).
    Third substract the cleared value from total to get Open value.
    This is a overview .. you should go to the tables and look for fields and etc.. and then define the logic meeeting your requirements .... this is a genric undersatnding ....
    Thanks,
    Aditya. V

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • Entering opening balance for a new company

    Hi all
    I am using AP, GL and CM. After successful testing on test environment the customer now is forwarding in live environment.
    He has prepared open balance for all accounts and i should migrate these balances in the system.
    This balance sheet prepared from the customer is balanced so debits equals to credits.
    The currency of this company is ALL, and in this document there are few accounts that are in EUR and USD, but in total the converted amounts of these accounts(accounts that has balance in foreign currency) together with other accounts in ALL are balanced.
    Now i have to enter in the GL module three different journals, one in ALL, one in EUR and the last one in USD, with the exchange rates given by the customer.
    The question is here. These three journals are not balanced, and i wanted a suggestion which is the best way to enter the open balance for this customer.
    Thank you and best regards

    Hi Octavio
    So the document sent from the customer is like this:
    Acc. No------------Debit ALL-----Credit ALL----------Debit EUR-------Credit EUR----------------Debit USD----------Credit USD
    Acc. 1--------------100
    Acc. 2--------------150-------------------------------------100
    Acc. 3--------------150-------------------------------------100
    Acc. 4--------------200-----------------------------------------------------------------------------------------200
    Acc. 5--------------200-----------------------------------------------------------------------------------------200
    Acc. 6---------------------------------800
    Now accounts in foreign currency should have their balances in foreign currency and the converted amount is giving the balance in local currency.
    so i have to register three journals or am i wrong?? As you can see the journals in each currency are not balanced.
    Thanks again
    Edited by: user567002 on Nov 26, 2010 3:13 AM
    Edited by: user567002 on Nov 26, 2010 3:15 AM

  • How to get the opening balances for lessthan selected date in cubes.

    Hi All,
    my task is to get the opening balances for the selected date.
    Ex: If I select date say 31-1-2013, I should get the sum of values which are less than the selected date.
    in sql:
    select sum(balance) from banktrans where banktrans.transdate < 31-1-2013;
    BankTable                            BankTrans
    BankId                               BankId
                                            balance
                                            transdate
    BankTable (records):
    SCB
    BankTrans(records):
    a) SCB, 15000, 10-02-2013
    b) SCB, 20000, 31-01-2014
    c) SCB, 50000, 21-09-2012
    If I select date as 31-01-2014, I should get the value as 65000 
    If I select date as 10-02-2013, I should get the value as 50000
    Date will be dynamic selection from years months days hirearchy ( time dimension)
    How can i achieve this?  
    any help is much appreciated.
    Thanks,
    Rakesh

    Dear David,
    I've tried the below with static date but i'm not getting the values which are sum of less than the given date.
    I've given 1st jan 2013 as static date and I need to get the sum of values which are less than the 1st jan date.
    CREATE
    MEMBER
    CURRENTCUBE.[Measures].[OPENBALANCE]
    AS
    Sum({Null:[Time].[Years
    Quarters Months Weeks Days].[Days].&[2013-01-01T00:00:00]},[Measures].[AmountCur]]),
    FORMAT_STRING
    = "Standard",
    VISIBLE
    = 1
    can you plz check the above once and guide me.
    Thankyou,
    Rakesh

  • Importing BP opening balance  for AP&AR aging report

    I use DTW import BP opening balance,
    for example Maybe AR  posting date is 20080908 and 20090808 ,but I importing GL opening balance at the time of 20091231.
    I wonder whether I shoud import posting date  of  AR templete and datatime of databaseserver is the same year.
    Please advise.

    Thank you for your reply. You understand correctly  What I exactly want to realize the situation.
    But  in fact ,I have just  imported  the AR doc  which column of    docdate is 2010001 in his templete.
    I cannot  import  AR doc of others year  . The DTW prompt error "no matching record odbc(...)"..
    Maybe I need the set the posting period to currecnt  period .but I cannot find the setting In sbo 2007B
    Please advise!

  • How to find opening balance for customer?

    Hello Abapers,
    I have a requirement as i need to find opening balance for particualr customer in a  company.This is related to FI/CO modules.Please solve my porblem.
    Waiting for your favourable replies
    Regards
    Maruthi

    Hi Maruthi,
       Opening balance for a cutomer for a given period, u need to first find closing balance of that customer in the previous period. For eg. Suppose u want to find opening balance for customer 'A' for month of Nov'06, then U have to find wot was his closing balance in at end of Oct'06. Hope this solves u r problem

  • Transfer opening balance for GL accounts and AR, AP accounts

    Dear all,
    How could I transfer opening balance for all GL. AR, AP accounts before system go libe ?
    Thank you very much,
    Kindly regards,
    Sylvecast.

    Hello
    +Dear all,
    How could I transfer opening balance for all GL. AR, AP accounts before system go libe ?
    Thank you very much,
    Kindly regards,
    Sylvecast+
    Ideally, One journal entry for all GL accounts is advisable. Open a clearing account. Debit all GL balances and credit the clearing account. For credit balances, debit the clearing account and credit the GL accounts.
    For open items in AR and AP use LSMW tool, this would take care of the postings to recon accounts also.
    For asset balances, depreciation balances use the LSMW tool. For any other balances, ensure credit or debit to the clearing account, like opening stocks etc.
    At the end of the process, ensure clearing account is zeroed
    Reg
    assign points if useful

Maybe you are looking for

  • Can we use is null in our select statement in ABAP program

    hi, I want to use 'is nul' or 'not null' in select statement of my ABAP program for any field. I have written below query but I am getting sy-subrc = 4 and getting no data. Can anyone resolve this.

  • SAP R/3 to Oralce Database Connetion

    Hi Experts, Is it possible to connect SAP R/3 to Directly Oracle Database of a Non-ERP System ( Without any middleware). Requirement: I need to write the data from SAP R/3 to a Oracle Database of a NON-SAP system. I heard that we can do it through co

  • The Invoice date should hold the GR date by default

    Hi SDners, I have a requirement. When the Billing is done in MIRO, the user wants the field  Invoice Date to be automatically populated with GR  Date. Guide me as to where i need to do the coding for the same. Should this be coded in the user exit? R

  • [solved] "sudo meld" doesn't work

    Hi there, recently I've installed "meld" for merging tasks. The problem: as a user meld works pretty fine but obviously doesn't save any changes to files that require root permission. Now I have tried to start meld with sudo, but this doesn't work: $

  • Programmatically take screenshot and allow user to email it! [iPhone]

    I would like to allow the user to capture a screenshot and email the image to somebody from within my iPhone application. The app allows the user to draw stuff. When finished the user should be able to email the drawing (as e.g. a png file) to anybod