How to transfer balance of one Recon. Account to another Recon.Account

Hi,
The scenario is that we want to change Reconciliation Account of all our vendors/customers. So we want to transfer the balance of old Recon Account to new Recon. Account.
How it would be possible?
Thanks&Regards,
Murali

hi P. M. Dhar
You cannot post values directly from recon. account to another recon. account. On the other hand you cannot change the recon. account of a customer/vandor when the balance is not zero.
Therefor you have to go this way:
1. Create a technical vendor/customer with technical recon. account. (Technical means used only for this purpose).
2. Post all values from all customers/vendors to this Technical customer/vendor (i. e. all balances will be zero on all customer/vendor)
3. Change the recon. accounts of all customers/vendors
4. Post back all values from technical customer/vendor to real customers/vendors
Of course steps 2, 3 and 4 should be done by programs not manually.
I hope this helps
Eric Cartman

Similar Messages

  • How to transfer purchases from one Apple ID to another?

    Hey guys,
    I'm planning on creating a new Apple ID due to an email address change, but am worried that doing so will prevent me from reinstalling any purchases I have made with my old Apple ID.
    Does anyone know a way to transfer my purchases from one Apple ID to another permanently?
    Thanks in advance for any advice,
    Dan

    It is not possible to merge two iTunes accounts.
    Do yourself a favor, do not create a new iTunes account, simply update the account information for the one you already have.

  • HOW TO TRANSFER DATA FROM ONE INTERNAL TABLE TO ANOTHER

    FOR PERTICULAR OBJECT ID ONE INT TABLE JTAB CONTAINS ONE RECORD(ROW) AND ANOTHER INT TABLE KTAB CONTAINS 3 RECORDS(ROWS). THEN HOW I SHOULD TRANSFER DATA FROM KTAB TO JTAB? WHAT R THE VARIOUS WAYS TO DO THAT. PLS HELP ME OUT. THANKS IN ADVANCE

    Try something like
    If you want one record per ktab :
    LOOP AT jtab.
      MOVE-CORRESPONDING jtab TO itab.
      LOOP AT ktab WHERE id = jtab-id.
        MOVE-CORRESPONDING ktab TO itab.
        APPEND itab.
      ENDLOOP.
    ENDLOOP.
    or
    LOOP AT ktab.
      READ TABLE jtab WITH KEY id = ktab-id. " binary implicit if sorted type
      MOVE-CORRESPONDING jtab TO itab.
      MOVE-CORRESPONDING ktab TO itab.
      APPEND itab.
    ENDLOOP. 
    If you want to sum ktab ratio into itab for each jtab
    LOOP AT jtab.
      MOVE-CORRESPONDING jtab TO itab.
      LOOP AT ktab WHERE id = jtab-id.
        ADD-CORRESPONDING ktab TO itab.
        APPEND itab.
      ENDLOOP.
    ENDLOOP.
    Use sorted type table when LOOP AT WHERE, else SORT table is enough.
    Regards

  • How to transfer data from one apple id to another apple id

    a

    You can't merge two IDs.  If you're talking about music, video, etc. that you bought at the iTunes store, then you can't copy/download one file from one account to another.  Same thing with icloud.

  • How to transfer music from one apple id to another?

    I received an iPad and set it up using a new apple id. Can I still access my music from my computer using my old apple id and put the music on my iPad?

    You can not transfer music (or anything else, for that matter) from one Apple ID to another.  However, the iTunes library doesn't care which ID was used for the purchase.  All music, apps, movies, etc. from multiple IDs can reside on the same library in the same iTunes.
    Before I continue, I need a bit more information.  You referred to your mom's ID and your dad's ID.  Do you also have your own ID?  Which music and apps, etc. is actually on the iPod?  Which music and apps, etc. is actually in the iTunes library?

  • How to transfer images from one iPhoto library to another.

    Hi.  I run my main iPhoto library on an EHD but I also have an iPhoto library on my MBP.  I want to consolidate the two librarys and get rid of all the iamges on the MBP and just have them all on my EHD.  My question is, what is the easiest way to transfer all the contents form my library on my MBP to my library on my EHD and will it copy across all my edited versions? 
    Many thanks in anticipation.....
    Nathan

    To merge two iPhoto libraries and to perserve all your edits, use the paid version of
    iPhoto Library Manager
    Or, if you have access to an Aperture installation, and your iPhoto version is iPhoto 9.3 or later, you can merge iPhoto Libraries in Aperture. Aperture 3.3: How to use Aperture to merge iPhoto libraries
    All other methods (exporting from one library and reimporting into the other) will not copy over your books, albums, etc.

  • How to transfer material from One HU strorage location another HU location

    Hi Guys
    Is there any procedure to transfer material Box from one HU storage location to another HU storage location
    thanks in advancve

    Hello,
    No you are wrong Vishal. We can use HUMO for HU movement. In the detaili of report screen of HUMO t-code, select the data and go to header tab "edit". You will get multiple option to do the transaction related to HU movement.
    Thanks
    Milind

  • How to transfer Data of One internal table to another

    Dear Guru,
    I have an internal table
    DATA: BEGIN OF t_cust OCCURS 0,
                kschl  LIKE rv13a-kschl,
                werks LIKE komg-werks,
                matnr LIKE komg-matnr,
                kbetr  LIKE konp-kbetr,
                datab LIKE rv13a-datab,
                datbi  LIKE rv13a-datbi,
          END OF t_cust.
    I want to tranfer all the contents of internal table "t_cust" into another internal table "t_cust2" after converting kbetr, datab, datbi fields  into char type.
    How i will do it??
    pls hlp..

    Hi Saifur,
    if the structure is same then you can simply do
    itab1[] = itab2[].
    if you are changing the data type then.
    data: wa1 like itab1,
            wa2 like itab2.
    loop at itab1 into wa.
    wa2-field1 = wa1-field1.
    wa2-field2 = wa1-field2.
    Append wa2 to itab2.
    endloop.

  • Transfer balance from one g/l account to corresponding profit cente

    Dear
         in our client newly implement profit center accounting so. my question is how to transfer balance from one g/l account to corresponding profit center
    EXAMPLE
       G/L ACCOUNT NAME : SHARE CAPITAL BALANCE :500000. how to transfer this balance to particular Profit center
    Regards
        Maneesh
    Edited by: maneeshpandey on Nov 14, 2011 4:22 PM
    Edited by: maneeshpandey on Nov 14, 2011 4:22 PM

    Hello ,
    This is possible if you are using  Time-independent management of organiz. units
    Please review the following menu path:
    Please start IMG -> Financial Accounting (New) -> Asset Accounting
    -> Master Data -> Specify Time-Independent Management of Organiz. Units
    Indicator- > Time-independent management of organiz. units
    If you set this indicator, the system manages the organizational units
    'business area' and 'cost center' (and thereby 'profit center') as not
    time dependent in the asset master records in this company code.
    Any change to these organizational units during master data maintenance
    then automatically generates a transfer posting document.
    If the indicator is not set, you have to create a new asset master
    record, and manually transfer the entire asset, when the business area
    changes (and you are using business area balance sheets).
    Caution
    If you set this indicator, and then change these organizational units in
    asset master data maintenance, the system replaces the business area and
    cost center (and profit center) in all existing time intervals by the
    new assignments. After that, it is no longer possible to report on these
    organizational units for past time periods in Asset Acccounting! This
    applies even if you later remove the indicator!
    Hope this helps,
    Regards
    Ray

  • How to transfer parameters from one ivew to another-both are in diff. page

    Hi All,
    My requirment is pass the parametrs from one ivew to another ivew(both are different PCD paths). now i am able to see the value in second ivew using java script .Here my problem is come.
    How to transfer varibles from one i vew to another ---Afetr seeing so many forums in SDN.I came to know that EPCM is Best. Using EPCM i am able to transfer the varible and able see the vlues in javascripts(Using alert command).
    From java script how to transfer varible to bean-----afetr seeing forums i came to know that using HTTPSession we can pass parameters to bean. but i am unable to code where i need to call httpsession api methods,it mean that i need to code under  java script , JSp and controller page.
    it is very urgent for me,
    thanqs in advance

    Hi,
    Goto LT01 transaction with Movment type = 999 and stock category = Required stock category. Create a PCN and process the remaining process so as to change the stock type.
    Regards,
    Dilli Babu R

  • Reg:Transfer posting from one sales order to another sales order( V C)

    Friends,
    can anyone tell me how to transfer stock  between one sales order to another sales order(Having different configuarations).
    We tried with movement type 413E but as configuaration is diiferent we cannot carry out.
    Please let me know the solution as early as possible...
    thanks in advance

    Hi,
    Sales order stock with different configuration cannot be delivered against a new sales order. If possible change the configuration of the new sales order matching the configuration of the sales order against which the stock is available by changing the variant characteristics. If the configuration is mapped then system will allow sales order stock transfer.
    Regards,
    Ravi Kumar C.

  • Re :- How to Transfer GL Balance from One A/c to Another Account

    hii gurus
    please tell me  how to transfer GL balances from one GL Account to another GL Account. Could u tell me T- Code for the same.

    Hello
    We transfer GL account balance from one GL a/c to another GL a/c in the following situations.
    When the GL a/c need to be maintained in Open item Management, say GL a/c belongs to a Balance sheet item but you have forgot to check the Open Item Management check box and made entries to that particular GL a/c.
    In this situation you can’t activate the Open item Management when the A/C is having balance, so first u need to make the GL a/c zero balance and than check Open item Management check box, follow the following steps.
    Create another dummy GL a/c, say ABC and the GL a/c which you want to make zero balance is having Dr Balance. Now make a posting using FB50 or F-02, you Dr the ABC GL a/c and Cr the other GL a/c so that the GL a/c balance becomes zero, now go to GL master and check the Open item Management check box. And again make posting through F-02 Crediting the ABC GL a/c and Debiting the other GL a/c.
    Reg

  • HT2736 How can I transfer a gift balance from one apple id to another?

    I have changed iphones and created a new apple ID.  How can I transfer a gift card balance from one apple ID to another.  I tried using Itune Gift but it requires the use of a credit card not a gift card.  Any ideas?

    You can't currently transfer an account's balance from one account to another, nor can you use it to gift content. You shoudl be able to use your old account on your new phone, it's generally best just to have the one iTunes account

  • GL balances transfer from one GL Account to another GL Account.

    Hello All,
    Can some one please tell me how to move GL Balances from one GL Account to another GL Account.
    Thanks,
    Bala

    hi
    i think one company code Gl accounts transfer to another company code Gl accounts
    path:-
    transaction code--ob_glcc01
    sproimgfinancial accountinggeneral ledger accountinggl accountsmaster datagl accounts creation and processing--create gl accounts with reference.
    regards
    sai

  • HT204150 How to transfer contacts from one iCloud account to another

    How can I transfer contacts from one icloud accunt to another.
    After the transfer I want to delete one icloud account have one running.

    Are you a Mac or a PC user?
    If Mac, export the contacts from Address Book as vCards, log out of the 1st iCloud account, and log in to the 2nd iCloud account, then re-import the exported contacts into Address Book.

Maybe you are looking for