Reset the clearing to transfer from one contract to another

Hi,
We are facing the following problem:
We have a number of credits that we have re-set the clearing on to transfer them from one contract account  to another. Once the items are showing as open credits we are going to the transfer open items screen but the credits are not appearing.
We have made sure that we are transferring from the correct contract a/c but when we have reversed the reset clearing from a few days ago as the payments had been reposted the open items the line items are showing as open but not yet due and not been reversed.
Thanks & Regards,
Purab

Hello,
Sorry! I could not understand your question completely. If I understand it right, you have few accounts/items where they are re-set few days ago. Now you want to transfer them to a single Contract Account(s). Right?
In that case, though you might have reset the items few days ago,
1.Check whether FPMA Account maintenance<AM> was run. In that case, your OI wud be set off against Open Payments<OP>
2. AM  need not happen always happen @ FPMA. It also happens when-ever a new posting<payments happen..pls check during Invoicing too> is made ...setting of OI with OP.
3. Also veriy whether anytime FP06 is used.
4. You can take the clearing doc and see the header of the doc to veriy who/how/when this is happened <<U can use table DFKKKO to extract data>>.
I hope this helps.
If this is not what you are looking for, do let me know otherwise.
Rgds
Rajendra

Similar Messages

  • How can i transfer the entire itunes program (not the library,but the actual program itself) from one cpu to another? I have the older version that has the slide feature. I can't stand the new itunes.

    HOW CAN I TRANSFER THE ITUNES PROGRAM ( NOT THE LIBRARIES,BUT THE ACTUALLY EXE PROGRAM ) FROM ONE CPU TO ANOTHER. I CAN'T
    STAND THE NEW ITUNES. I WANT TO TRANSFER MY OLD ONE THAT STILL HAS THE SLIDER FEATURE. THANKS

    Sounds like you've already installed iTunes 11 and are now trying to downgrade. To do so successfully you will also need access to a pre-upgrade copy of your library as set out below...
    The main differences between iTunes 11 and earlier versions are the loss of coverflow and ability to have multiple windows open.
    In Windows, you can restore much of the look & feel of iTunes 10.7 with these shortcuts:
    ALT to temporarily display the menu bar
    CTRL+B to show or hide the menu bar
    CTRL+S to show or hide the sidebar
    CTRL+/ to show or hide the status bar (won't hide for me on Win XP)
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour
    Use View > Hide <Media Kind> in the cloud or Edit > Preferences > Store and untick Show iTunes in the cloud purchases to hide the cloud items. The second method eliminates the cloud status column (and may let iTunes start up more quickly)
    If you don't like having different coloured background & text in the Album (Grid) view use Edit > Preferences > General and untick Use custom colours for open albums, movies, etc.
    With iTunes 11.0.3 you can enable artwork in the Songs & List views from View > Show View Options (CTRL+J) making it more like the old Album List view.
    If you still feel the need to roll back to iTunes 10.7 first download a copy of the 32 bit installer or 64 bit installer as appropriate, uninstall iTunes and supporting software, i.e. Apple Application Support & Apple Mobile Device Support. Reboot. Restore the pre-upgrade version of your library database as per the diagram below, then install iTunes 10.7.
    See iTunes Folder Watch for a tool to scan the media folder and catch up with any changes made since the backup file was created.
    tt2

  • Can I transfer the outlook pst file from one mac to another

    Can I transfer the outlook pst file from one mac to another?

    sure you can
    also to a windows pc and import it in a windows outlook

  • Vendor Open items transfer from one Recon to Another recon

    We have wrongly maintained one recon account in Vendor. 
    Is there any way to trnasfer Vendor Open items transfer from one Recon to Another reconciliation account..

    Hi,
    The best way is to transfer the items from old to new reconciliation account.
    Please use the following entries to transfer.
    1. Dr Vendor a/c(Old recon a/c)
        Cr Vendor clearing a/c
    After nullifying the balance in old recon account, here chage recon in the master.
    2. Dr Vendor clearing a/c
        Cr Vendor a/c(New recon a/c)
    F101 only post the adjustment entry at period end and reverse the same entry in next period. So, transferring the items is the best method. If you have volume of data, then create a LSMW for this.
    Rgds
    Murali. N

  • How do I transfer from one ArrayList to another -

    Hi
    Basically what I want to do is transfer from one arayList to another using an iterator to iterate of the list and transfer certain entries to another - one is called lots, the other is called unsold.
    I don't want help with trying to get the right fields to transfer at the moment I'm just trying to get it to transfer EVERY entry, which I cant seem to to with this while loop
    public ArrayList getUnsold()
           Iterator it = lots.iterator();
            while(it.hasNext()) {
                    Lot lot = (Lot) it.next();
                    unsold.add(lot.getDescription());
                    return unsold;With the above all I seem to get is the first item in the 'lots' list to transfer even though theree are 3 items that need to be transferred...
    I have declared all arraylists and everything on this level works I just cant transfer items over properly...
    Any help is most appreciated.
    -greg

    Add these print statements (and others you think might help) to help you see what's going on: public ArrayList getUnsold()
           Iterator it = lots.iterator();
            while(it.hasNext()) {
                    Lot lot = (Lot) it.next();
                    System.out.println(lot);
                    System.out.println(lot.getDescription)());
                    unsold.add(lot.getDescription());
                    System.out.println(unsold);

  • Getting error in file transfer from one system to another system

    Hi All
    One of my client (User) wants to transfer his file from  SAP R/3 System SAP XI system. He is using a customize t-code ZFIR0325 (Trial balance report transfer to Hyperian System). When user execute the  program he is getting error "File Transfer Failed due to Network chk with Admin"
    I checked with Network team but they said it is okay from their side. We also check for authorization but there is no issue regarding authorization.
    Name of File Path of Aplication Server, XI destinaion and XI directory entered by user is correct.
    We also put authorization trace in XI System to RFC User (In file transfer from one system to another system this RFC User is geeing Used) but no authorization issue was found.
    Please help me to resolve this problem. I any detail require I will provide the same.

    Guruprasad Wrote:
    He is using a customize t-code ZFIR0325 (Trial balance report transfer to Hyperian System).
    We also put authorization trace in XI System to RFC User (In file transfer from one system to another system this RFC User is geeing Used) but no authorization issue was found.
    Firstly, no one in the community can answer on how a custom transcation code and a program associated with it behaves.
    If there are no authorization issues in the system, you have to look at the exact error message. Look if your XI system is allowed to receive files from the SAP system.
    Unfortunately, you should do some more home work before putting your question here. If everything is fine and configured correctly, then the issue might be with the program.
    Regards,
    Raghu

  • File transfer from one system to another system

    How can I use ODI to do file transfer from one system to another system ?
    Do I need to create Models or I have to simply use Jython procedure/script to do the same ? Kindly help. I have done DB to DB using Knowledge Modules. But I am not able to understand this piece.
    Kindly help.

    If you are asking about file transfer use ODI FTP tool to do it. If you are asking about file transformation..
    You can not do file transformation directly in ODI like we do in any other ETL tool like data stage or Ab Initio.. File transformation in ODI can be done using staging database in an interface(i.e ELT way).
    Create source and target data stores for the file to be transformed. Create an interface using File to SQL LKM to load the file into staging database and then use SQL to File Integration knowledge module.
    Thanks,
    D

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

  • Why the menu to move from one page to another is not seen when the page is online?

    On my web, I have different pages like 'Homepage' or 'Contact' but when I publish my web I can not see the menu.
    why the menu to move from one page to another is not seen when the page is online?
    Thank you,
    Roger.

    Where are you publishing and how are you uploading the files?

  • How to migrate the concurrent managers definations from one instance to another

    How to migrate the concurrent managers definitions from one instance to another instance by using FNDLOAD in R12.1.3
    Greatly appreciate any help on this.
    Thanks!

    Concurrent managers can't be migrated using FNDLOAD -- Tips and Examples Using FNDLOAD (Doc ID 735338.1)
    What are you trying to achieve here? Why migrating CMs from one node to another?
    Thanks,
    Hussein

  • Material transfer from one plant to another

    Hi expert
    i am transfer material from one plant to another , for the same i have  created a vendor in that i have assigned supplying plant, and in the Purchase order, i am need to use inventoried tax code.
    For the same i have done transfer with 351 and i did migo , but i didnt get  FI document for 101 movement
    If it is development, how do we acheive this.
    Let me know if you need more details on this. Appreciate your possible solutions to this.
    Thanks
    Rgds
    Nabil

    For the stock transfer within two plants in the same company code, Accounting document gets generated on doing goods issue.
    Supplying Plant Stock/Account BSX gets credited
    Receiving Plant Stock BSX gets debit.
    After that its stock in transit for the receiving plant and by doing goods receipt you are just taking goods in so the accoun ting document does not get generated again while doing GRN.
    If it is Company Code, it will be  sale & purchase concept  where in  vendor & customer master are created in respective plant and the accounting entries for that scenario will be
    At the supplying plant
    Stock Account Credited
    Cost of Goods sold Acc Debited
    At Receiving plant
    Stock Account Debited
    GR/IR Clearing Acc Credited
    You can also go through following link
    Re: STO -FI document is not generate from the GRN
    Regards
    Sangeeta

  • Excise for assets during transfer from one plant to another plant

    Hi SAP gurus,
    Pls note i have an issue during tranfer of asset from one plant to another.When i tranfer asset from one plant to another , in my suppling plant i create an Excise invoice where EXCISE RECOVERY ACCOUNT (debit) is getting hit instead of CENVAT PAYABLE ACCOUNT ( debit).
    What may be the issue ?
    And in same ways during inward of the goods - MIGO at the receiving plant CENVAT CLEARING ACCOUNT (credit)  gets hit.
    Now both Excise recovery account & cenvat clearing account are not gettiing nullified.
    The Process is as given below.Should i change any step or do i have to configure something
    **Master Data**
    1.     Material code (UNBW) should be available in both plants with Sales views -MM01                    
    2.     Stock should be available otherwise upload the stock with 501 movements (UNBW). No impact on FI u2013 MB1C
    3.     Excise details maintained in both plants for the Material code as Asset u2013 J1ID
    Business Process:
    1.     Transfer the Credit of UNBW asset to the current financial year if not updated u2013 J2I8.
    2.     Create STO PO - for UNBW Material Code with Item category U and Document type ZSTO (Mention the Price which is the base for Tax calculation. This needs to be decided by UCAM. Normally it is the  first initial actual Price at which the asset was procured ) u2013 ME21N
    3.     Do outbound delivery -  VL10B
    4.     Do Vl02n PGI ( stock is reduced and NO FI Document, stock in transit in Receiving Plant)
    5.     Do VF01 with ZSTO billing type. Verify the Price and Tax details( NO FI Doc)
    6.     Do J1iin with reference to Billing doc, Excise values flows from Billing document and Excise  invoice is created. Now FI Document will be created
    FI documents have the below entries:
    BED account credited u2013
    E Cess account credited u2013
    S Hecess   account creditedu2013
    Excise duty recovered  debited +
    7.     Do MIGO in receiving plant with reference to PO/Delivery note and by referencing the Excise Invoice and Date, Post it. Stock will be updated in receiving plant. NO FI document. Excise Entries appear in receiving plant
    On hold Account + (50% of total duty)
    BED  + (50% of BED)
    Ecess + (50% of Ecess
    SHEcess + (50% of SHEcess)
    Cenvat Clearing  credited u2013
    8.     Transfer Credit in the next financial year  -J2I8 ( refer this separate business  process
    document)
    Pls guide
    Nandu

    Hello Nandu,
    Please check the G/Ls assigned against CAGI and CAGR in "Specify Excise Accounts per Excise Transactions"  and "Specify G/Ls Accounts per Excise Transactions" configuration for Tax on Goods Movement > India.
    The combination should help you arrive at the right G/L accounts.

  • Transfer from one customer to another customer.

    Dear All,
                 I want to do transaction from one customer to another customer.how to do in sap please help me out which t.code shall i take and posting key and document type. Its uregnt

    There are multiple options to transfer balances from 1 customer to another in SAP but it depends on your actual requirement. If you just want to transfer without clearing the 1st customer you can use F-01 or FB01. These transactions won't clear the customer line items from where you intent to transfer the balance to the another. In this scenario you need to clear the Dr. and Cr. Line items manullay regardless of the fact that customer has 'zero' balance.
    Best option is to use the T Code FB05. This T Code is meant for transfer posting with clearing. Using this option clears the customer line items from customer 1 (nothing remains open in customer account as it moves to cleared items automatically).
    Hope this helps.

  • Ipod will not update from library after transfer from one PC to another?!?

    I recently transfered my itunes library from one PC to another using the ipod hard drive and according to the directions listed on this site. All went smooth and roughly 12GB of music transferred. After all music was successfully transfered to the library on the new PC I reconnected my ipod via USB hub and the dialog box popped up asking if I now want to associate my ipod with this new computer. I replied Yes.
    As expected the program then deleted all 3000 songs off of my ipod and was supposed to then upload all the songs from my library (all songs were checked) back onto my ipod. For some reason all that happens is it says "update complete" and no songs transfer. I now have 3000+ songs in my library and ZERO on my ipod! I've checked all the default settings to be sure it is set to automatically update, all songs are checked and the box is checked to update checked songs, etc. I've shut down and restarted my PC and even tried several different USB hubs. Also, if relevant, when I connect my ipod the computer itunes recognizes it and it shows up on the itunes screen, but just for a few seconds. After it says it has successfully updated my ipod (I wish...) the little tab which shows "Chris' ipod" then disappears and itunes acts like it doesn't even know a device is connected.
    I'm lost - I'd really appreciate any feedback anyone can provide. Thank you in advance!
    Chris
    20GB click wheel   Windows XP  

    I recently transfered my itunes library from one PC
    to another using the ipod hard drive and according to
    the directions listed on this site. All went smooth
    and roughly 12GB of music transferred. After all
    music was successfully transfered to the library on
    the new PC I reconnected my ipod via USB hub and the
    dialog box popped up asking if I now want to
    associate my ipod with this new computer. I replied
    Yes.
    As expected the program then deleted all 3000 songs
    off of my ipod and was supposed to then upload all
    the songs from my library (all songs were checked)
    back onto my ipod. For some reason all that happens
    is it says "update complete" and no songs transfer. I
    now have 3000+ songs in my library and ZERO on my
    ipod! I've checked all the default settings to be
    sure it is set to automatically update, all songs are
    checked and the box is checked to update checked
    songs, etc. I've shut down and restarted my PC and
    even tried several different USB hubs. Also, if
    relevant, when I connect my ipod the computer itunes
    recognizes it and it shows up on the itunes screen,
    but just for a few seconds. After it says it has
    successfully updated my ipod (I wish...) the little
    tab which shows "Chris' ipod" then disappears and
    itunes acts like it doesn't even know a device is
    connected.
    I'm lost - I'd really appreciate any feedback anyone
    can provide. Thank you in advance!
    Chris
    20GB click wheel  
    Windows XP  
    In iTunes Preferences, did you update the iTunes Library to the new location? In other words, are you pointing to the correct location on the new harddrive for your iTunes Library?
    Lisa

  • Transfer from one screen to another screen in mm02

    hi guru,
    how to trasfer value of field from to screen to another screen.
    my problem is when we change in mm02 transaction Basic data1 view the field (prod.hierarchy) value it should be transfer to sale organization 2 view and displayed in prod.hierarchy.
    the value should be transfering from one screen to another screen.
    kindly do the need full code ASAP.
    Thanks & Regards,
    Sudheer.

    check this link....
    defining screen fields using FIELD-SYMBOL
    regds,
    kiran

Maybe you are looking for

  • Windows 8 can't recognize iphone

    question as the title. I tried to insert my USB key, there is no pro. So, i guess it's the iphone pro. What should I do?

  • PSE 7 on Media Center

    I've just begun playing with viewing my photos through the PSE 7 Media Center plug-in. Its native support for viewing by album is a huge benefit. The problem I'm running into is that it wants to include/display every version of every picture in an al

  • Call C++ programs from PL/SQL

    Can someone give me an example of how to call C++ programs from PL/SQL ASAP please? Thanks Chitra

  • Retain Items and item history on feature re-deployment

    Using SharePoint feature/solution I have created a list instance with 4 fields and is currently in production. I got a request to add another 3 fields to existing list instance so making it 7 fields now. While deploying the updated package the data a

  • ORA-03115 when connect to Oracle8.0.5.1 on Linux

    My JDeveloper with JDBC(upgraded today) connects OK to Oracle8 on NT and SUN. But there is error with Oracle8 for Linux. What's wrong? null