How to Transfer AR AP Data to Profit Center Accounting

Hi,
Can anyone explain me the process of transferring the AR - AP data load into Profit center accounting. As of now we dont have  PCA inthe existing SAP system. Now implemented PCA and wanted to bring old AR AP data... Please give me the process for this
Thanks
KC
Edited by: Kischow on Oct 22, 2010 9:26 AM

Hello
There is many ways, like define in the post before, and you can transfer it monthy,
There is also another way is to implement NewLedger.
But this is more harder than activate profit center.
Best regards
Philippe

Similar Messages

  • 1KEK - Transfer Payables and Receivables to Profit Center Accounting.

    Hi,
    I have an issue in in regard to 1KEK - Transfer Payables and Receivables to Profit Center Accounting.
    When a user is running 1KEK transaction, some of the open items like for customer is picking up Dummy profit Center. User wants those open items should not be posted to dummy profit center but to some other specified profit center. Profit Center will vary per company code. There will be one profit center per company code.
    I have tried with subsitutution but it doesnt work. I also looked for some user exit but didnt find any.
    Is there any way we can replace this dummy profit center with some other profit center.
    Regards,
    Harish

    You may have to customize the 1KEK by copying it to your Z program with modification around the area which may be pointed to read the company code and change course from dummy profit center to the desired profit center.
    The program that needs alteration to meet your needs would perhaps be LF048F00 as given in the correction instruction of the note number 87256.
    This however would not be supported by SAP but needs monitoring for every future patch applied.

  • Transporting Control Parameters for Actual Data in Profit Center Accounting

    Hi Friends
    Transport type of control parameters for actual data in Profit Center Accounting has been mentioned as Manual, when I try to manually create the Transport Request the Transport option in the Menu is disabled.  Is there any other way to transport this configuration.
    Regards
    P Rajan

    Hi
    I think the settings that you are mentioning is through transaction 1KEF please clarify. Else elaborate where you have set the transport type manual.
    Transport request are the domain of Basis people and is meant for transport from one client to another like quality to production.
    Anand

  • Profit Center Accounting-Transfer of Accounts payable/Receivable

    Dear All,
    in our company SAP  was implemented in  2005 . Now we configurd PCA and  transfering the Ending balance of Accounts Payable/Recivable ( Transaction 1KEK). System only select the invoices which were posted in last month ( Feb,2009) and ignore all the open invoices which were posted  before Feb,2009.
    Please advise me, How I'm able to post the ending balance of Accounts payable/Recivable on respective profit center.

    Hi
    The transaction 1KEK is specific to a period. The first box that you would provide the period and then the year. Subsequently you will be providing the fiscal year. So only the entries for Feb 2009 will be going over to PCA. If there were any entries subsequent to the execution of 1KEK, you need to execute it again in order that the delta entries make it to PCA.
    You transfer payables and receivables to Profit Center Accounting in the course of normal period‑closing activities.You can transfer payables and receivables as often as you wish, since the system deletes previously transferred data before each new transfer.
    Hope this clarifies. Else please get back.
    Karthik

  • Transfer actual costs from a Profit Center to another

    Hello,
    I need to know how to transfer actual costs from a profit center to another starting from a certain date, after having changed the corresponding profit center value in a Wbe.
    Thanks,
    Giovanna

    Your future postings are taken care to the new Profit Center. You only need to address the posting in Jan 2007 or probably until the period you changed the Profit center in the WBS.
    Since the value and number of transactions are likely to be limited in January 2007, you may want to use <b>9KE0</b> which is a direct posting to PCA. Identify the value that has gone to the old PCA for the period of Jan 2007, take that amount by cost element, use the same cost elements and amount and make the transfer posting. This is like a journal entry. Debit the old profit center and credit the new profit center with the same amount. This can be controlled by the minus signs to the amount.
    Caution; This practise may not be followed too often, the access to thist-code may be restricted to avoid frequent usage.
    For the history, you can take a download of the WBS with the amount you are going to transfer.

  • Transfer Recvables & payables to Profit Center accounting

    Hi
    How can we transfer the recieveables & payables to profit center accounting?
    Regards
    Samir

    Use T Code 3KEH
    Regards
    Sanil Bhandari

  • Data extraction from Profit center accounting and load to BCS

    We need to extract data from profit center accounting in SAP R/3 and then we will have to load the same  to BCS ( Business consolidation) module as file upload.
    Can anyone please explain me the steps involved in extracting the data from Profit center accounting.
    Advance thanks.

    One way is to view GLPCT table and summarize in Excel as needed. This can subsequently be saved as CSV to fit the flexible file upload configuration.
    Another alternative is to extract the table to a basic infocube and use this a the source data basis for the load from data stream data collection method.
    Good luck.

  • How to run automatic plan data transfer to Profit Center Accounting?

    Can anybody help me telling how to transfer plan data automatically to Profit Center Accounting?
    At the moment I use 1ke0 to transfer manually.

    Hi,
    You can the option in Customizong "Define Versions"  > Settings for Fiscal Year > choose the Integrated Planning,
    but if already exists planned data, set the indicator by tcode KP96.
    Regards
    Elza

  • HT1296 how to transfer Iphone 4  data to my Dell pc

    how to transfer Iphone 4 data to a dell laptop ?

    Read here:
    http://www.apple.com/support/iphone/syncing/

  • I am switchning from iphone 3gs to iphone 4. can some one guide me how to transfer all my data to iphone 4?

    i am switching from iphone 3gs to iphone 4. can some one guide me how to transfer all my data to iphone 4?
    i have a back up in my itunes account .can anyone suggest please ????

    http://support.apple.com/kb/ht2109

  • (urgent)How to transfer(outbound) the data of invoices  to flat file?

    HI All,
    i am new to oracle Receivables. i have assigned task like below. How to transfer Oracle Receivables data(open invoices) to flat file(format like Xl Sheet or csv).i mean to say that outbound interface with sample data and code. can some one help me to sort out this issue. pls send me sample code for invoices outbound.
    Thanks.
    Edited by: user627525 on Feb 18, 2009 9:30 PM

    Hi, Here is what you required...Below logic shows how to use utl_file to write a data into file which is store outside of database. Please let me know in case of any additional information is required. Thanks!
    V_Extract_Dir:=ltrim(rtrim('/cdunix/erp/'||V_Instance_ID||'/global/acctrecon/wrk'));
    V_Rename_Dir:=ltrim(rtrim('/cdunix/erp/'||V_Instance_ID||'/global/acctrecon/snd'));
    V_Fname := 'ASSURENET-GL-'||V_SOB_ID||'-'||V_Date||'-'||V_Fnum||'.csv';
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,V_Fname);
    V_File:=UTL_FILE.FOPEN( V_Extract_Dir,V_Fname,'w');
    FOR C3 IN C2 LOOP -- Header record
    UTL_FILE.PUT_LINE(V_File,'"HEADER"'||','||C3.V_Con ||','||C3.V_Total);
    END LOOP;
    FOR C4 IN C1 LOOP -- Body
    UTL_FILE.PUT_LINE(V_File,C4.md);
    END LOOP;
    FOR C3 IN C2 LOOP -- Footer Record
    UTL_FILE.PUT_LINE(V_File,'"FOOTER"'||','||C3.V_Con ||','||C3.V_Total);
    END LOOP;
    Regards,
    Murali

  • How to transfer service ticket data from ECC6.0 to CRM 7.0 using LSMW?

    how to transfer service ticket data from ECC6.0 to CRM 7.0 using LSMW?
    Plz suggest me any BAPI or IDOC for that ..
    thanks in Advance .

    You have to convert your long string to a table of shorter strings.
    There may be other ways, but one possibility is to use a loop to process you string.
    while (there is something left)
       put the next e.g. 1024 characters in a new row of your table
    endwhile
    If you need to reconstruct your string from the table, don't use simple concatenation since it will remove blanks at the end of lines. Believe me (from experience) sooner or later this will happen.
    Instead you need to either set the subsections of your long string, or insert from the end of your table and keep shifting the contents (probably less efficient) right

  • How to transfer internal table data to Applicatiion Server in XML fromat.

    how to transfer internal table data to Applicatiion Server in XML fromat.

    Hi if u want to transfer from to application server using xml in
    do like this,
    v_xml_table is u r internal table,
    and define li_xml_table as line of u r internal table
    OPEN DATASET g_file FOR OUTPUT IN BINARY  MODE .
        LOOP AT v_xml_table INTO  li_xml_table.
          TRANSFER li_xml_table TO g_file .
        ENDLOOP.
        CLOSE DATASET g_file.
      ENDIF.
    <removed_by_moderator>
    Regards,
    Prasad.
    Edited by: Julius Bussche on Jul 16, 2008 2:43 PM

  • My computer that my iphone 4 is backed up on crashed... I bought a new computer as well as the iphone 5. How can transfer the my data/pics/notes/songs etc to my new phone?

    My computer that my iphone 4 is backed up on crashed... I bought a new computer as well as the iphone 5. How can transfer the my data/pics/notes/songs etc to my new phone?

    Use the backup you have of the old computer and restore that data to the new computer. Also and backups that you have made of your iTunes library (it has a method to back it up as well) can be copied back over to the new computer. If you attempt to sync the phone to the new computer without the data, it will delete that data from the phone. The iPhone is not designed as a storage/backup device and as such will not sync music from itself to a new computer.
    If by chance you had not been backing up the computer and/or iTunes, you can google for some third party software, such as Touchcopy that will do some of what you are asking.

  • PROFIT CENTER ACCOUNTING-BALANCE SHEET ITEMS TRANSFER

    Dear all.
    SAP describe as forllows about set up the opening balance for materials:
    In this activity, you set up the opening balance for materials.
    The system determines the material stock balance from Materials Management and posts it to Profit Center Accounting.
    After setting up the opening balance, it is advisable to post the changes in the material stock balance online to Profit Center Accounting, as this simplifies reconciliation with Financial Accounting.
    However, you can also transfer the material stock balance to Profit Center Accounting periodically.
    I want to know how can i  transfer the material stock balance to Profit Center Accounting periodically?
    Thanks!

    Dear Chen
    You can utilise the reports to transfer the balance sheet items periodically. pl  try this report to transfer the materials periodically S_ALR_87013348.
    I hope it will suffice to resolve your querry.
    Regards
    Madhav

Maybe you are looking for