Standard program to transfer open items from one vendor to another

Hello to you all,
Does anyone know of a standard program to transfer open items from one vendor to another,
Thanks
Yoav

Hi,
i dont know whether there is any program but there is one t.code which is meant for one of this purpose.
We can do the same through F-51 also. First specify the document header information. for the first line item specify the customer debit or credit posting key, vendor number, and special gl if you want (Here you have to give vendor number to whom you want to transfer) press enter
in this screen specify the amount. and go to Choose open items new screen will come
Specify the vendor number and in additional selections choose document number and then click enter. the one line item only appear here then go for simulate. if required specify the narration by double clicking on the line item.
hope this is clear,
Regards,
Sankar

Similar Messages

  • A/R transfer open items from one payer to another

    Hello,
    has someone transferred open customer invoice items from one payer to another after the new payer was associated with the customer as a partner? which transaction to best use?
    thanks a lot
    Patrick

    Hi Andreas,
    unfortunately I didn't succeed in posting the transfer. somehow I seem not to be able to pick up the items for clearing in order to transfer them to a new invoice, although I can see them in the open item list. Would you have any hints on how to pull the old invoice into the posting and then create the new one in the same posting?
    thanks a lot
    Patrick

  • Standard procedure to transfer Inventory Items from one Warehouse to other

    Dear All,
    Please let me know what is the standard procedure to be followed while transferring Inventory Items from one warehouse to other warehouse through SDK. Right now I am using sql statements to deduct and add the items to and from warehouse. Its not working properly.  Please let me if any business object is provided by SAP to achieve this functionality.
    Regards,
    Noor Hussain

    Hello Noor,
    You can use stocktransfer object:
    Private Sub PostStockTransfer()
            Dim oDoc As SAPbobsCOM.StockTransfer = oCompany.GetBusinessObject(BoObjectTypes.oStockTransfer)
            oDoc.DocDate = Date.Today()
            oDoc.FromWarehouse = "01"
            oDoc.Lines.ItemCode = "A0001"
            oDoc.Lines.WarehouseCode = "02"
            oDoc.Lines.Quantity = 10
            If oDoc.Add = 0 Then
                sbo_application.MessageBox("Stock transfer Issued")
            Else
                sbo_application.MessageBox(oCompany.GetLastErrorDescription)
            End If
        End Sub
    Regards
    János

  • How to transfer open POs from one DB to another

    I wish to transfer all open PO from one database of 2007B to another database of 8.8. Can somebody guide me easiest way to do it.
    OPS

    Only DTW is a legitimated way to achieve your goal.
    You may run some queries from existing 2007B db as
    SELECT * from OPOR WHERE DocStatus = 'O'
    SELECT * from POR1 WHERE DocEntry in (SELECT Distinct DocEntry FROM OPOR WHERE DocStatus = 'O')
    Then check the needed columns to DTW.
    Thanks,
    Gordon

  • Transfering items from one Vendor to another vendor.

    Dears,
    I am a FI consultant.  Here we have a requirement to close a particular vendor and transfer all the items from this vendor to a new vendor.  We dont want to post further items into that vendor. For this,please advise me on the following:
    a) whether we can block the vendor for further transactions and at the same time keep this account active till all the open items in the vendor are processed ? viz. can we allow both these scenario at the same time to a vendor account ?
    b) How I can take a list of open PRs, POs, GR not invoiced, IRs for which GR not done from the MM side ?
    c) How can I transfer all the open PRs, POs, GRs, IRs from the old vendor to a new Vendor ? (I am looking for Tcodes for these)
    d) I also want that a payment term defaulted from the Vendor Master record in the transactions like PRs, POs, should not be able to be changed by the user.  Is it possible to make the payment term field in the POs, PRs as display only ?
    Since this is very critical for me, please offer your comments.
    Note : Please follow forum rules,search forum before posting,one post one question.
    Edited by: Jeyakanthan A on Jun 8, 2011 3:20 PM

    you can block a venor for a purchasing organisation in MK05, so new purchasing activities cannot be performed.
    once all business is done, you can block the vendor at company code level too in FK05.
    Purchasing dcoument lists can be pulled per vendor using ME2L transaction.
    Based on the selection parameter you can retrieve open POs.
    PRs list can be created with ME5A.
    How can I transfer all the open PRs, POs, GRs, IRs from the old vendor to a new Vendor ? (I am looking for Tcodes for these)
    Usually there is no need to transfer PRs, it is enough to assign a new source if there is a source assignment to the unwanted vendor.  This can be done in ME52N and ME56 and ME57.
    Open POs can be deleted (ME22N) and recreated with the new vendor (ME21N).
    You should not delete POs which have already a receipt but not yet an invoice, or have an invoice but not yet a GR. If you want delete such POs, then you you should first cancel the receipt/invoice. But this can be very work intensive, as the goods may already been consumed (which requires that you cancel the consummtion first .....)
    if a field is open for maintenance is defined in customizing OLME > purchase order > Define Screen Layout at Document Level

  • Transfer of Credit from one Vendor to another Vendor

    Dear Freinds,
    Can I transfer credit of one vendor to another vendor ?
    eg I have entered vendor inv thru fb60 & posted as well  , say for vendor "A", further I want to transfer the amount payable to vendor "A" to some other vendor say vendor "B"
    <u><b>In sap 5.0/ 6.0 ver is it possible , if yes how & what is the t code ? Once transfer takes place open items of vendor "A" should be cleared & transfered to vendor "B"</b></u>
    Thnks
    Vinod

    Dear Vinod Chincholkar 
    Yes it is possible through alternative payee.
    Please input the vendor B in the mster record of vendor A in the filed of alternative payee ( Document level)
    also try with transaction f-51 with option of transfer with claring.
    Thanks

  • Transfering items from one customer to another customer

    Hi Gurus,
    I have a requirement where we have to transfer the items from one customer to another customer in the same company code.
    We should also be clearing the items from the old customer as part of the transfer.
    Is there a way/transaction in ECC 6.0 to achieve this.
    This is not a one-time transfer and the business would like the option of doing it every period (on a case to case basis.) so any standard SAP (transaction) way of doing it would be preferred.
    Best Regards
    ew

    Dear,
    SAP provides you F-51 t code to post transaction with clearing.
    Select radio button transfer posting with clearing and press choose open item button. Give customer name whose blance is to transferred and account key as D. Press process open item and in next screen select line items which needs to be posted. Proceed further give other customer number with posting 01 and do the transfer. Hope it will help
    Regards

  • Clearing of open items from one Bank Account to one or several customer A/C

    The requirement herein is to do the Posting & clearing of open items from one Bank Account to one or several customer Accounts. We will have to use the Standard program RFBIBL00 to achieve this because the program can do the posting and clearing of open items. I know that we will have to use the structures BSELK (Header) & BSELP (item) to get the clearing functionality as well. Now the question is to which field we will map the Bank A/C No. and the Customer Clearing A/C. I need help on mapping the data to correct structure fields. I thought about it and I think the data should be arranged like the following:
    BGR00- Session Header
    BBKPF- Header
    BBSEG- Doc. data (Bank Account BBSEG-BANKN )----Can you confirm ??
    BSELK-AGKON (Customer A/C- open item/ Header )
    BSELP - Line Item
    BSELK-AGKON (Customer A/C- open item/ Header )
    BSELP - Line Item
    BSELK-AGKON (Customer A/C- open item/ Header )
    BSELP - Line Item
    I know that the clearing can happen from one Bank A/C to several customer accounts. I am thinking on building up data in this format & then writing it to a file to sumbit the file data to RFBIBL00. Can anybody help me in building up the data. Kindly provide your helpful insights. I want to be sure if this is correct or not ?? One more question how to fill the BSELP structure ??

    Solved Through forum

  • How to transfer a calendar items from one month to another

    How can one transfer a calendar item from one month to another month by drag and drop.

    Click it and hold, then drag. If you want to duplicate it, hold down the option/alt key while dragging.

  • Transfer items from one calendar to another (on iMac)

    I have a question: how can you transfer all the items from one calendar into another calendar? I thought I had come up with an ingenious solution, but it didn't work (see below).
    Years ago, I set up a calendar for my wife and I to use as a "family" calendar. After uploading iOS8, I decided to try transfer all the calendar items from our "family" calendar to the newly created Family calendar. I used the Export command  to export all the items in the "family" calendar, and then the Import command to bring them into the Family calendar. BAD IDEA. I got a dialog box telling me the items could not be imported because they were already on the iCloud calendar. This dialog box had to be dismissed by choosing either "Ignore", "Try Again", or "Revert to Server". This dialog box popped up FOR EVERY CALENDAR ITEM. At first I thought I was in an endless loop. I finally put a stapler on my keyboard to hold down the Return key to dismiss the dialog boxes. Even then, it took several minutes to clear the dialog boxes. Apparently, I learned how NOT to transfer items from one calendar to another.

    Okay. I have answered my question. The key is to actually read and follow Apple's instructions (i.e. delete the original calendar AFTER exporting it, but BEFORE importing it into the new calendar.) 

  • Transfer Items from one warehouse to another

    hi,
        i have to transfer Items from one warehouse to another warehouse.
    i have a item which has 3 quantity in warehouse1 now i find that this item belongs to warehouse2  ,i want to shift all it's quantity in 2nd warehouse as well as sets  warehouse2 as default warehouse for that item.
    Regards

    Hi,
    Check this, it will help your query :
    http://help.sap.com/saphelp_sbo2005asp1/helpdata/en/0c/87353e7a069028e10000000a114084/content.htm
    Regards,
    Jitin

  • How can we transfer stock from one vendor to another vendor?

    Dear Gurus,
    How can we transfer stock from one vendor to another vendor?
    pls tell the steps to follow..
    Thanks..

    This is the Normal Third Party Sub Contracting
    Follow these steps
    If components to be provided to a vendor are supplied not by your company but by a third-party, you can order the components from the third-party and specify the subcontractor in the purchase order as the delivery address. At goods receipt the components are posted directly to the stock of the material provided to vendor.
    Entering a Purchase Order for Components
    To order components for a subcontract order from a vendor and have them delivered direct to the subcontractor, enter a standard purchase order with a different delivery address:
    From the Purchasing menu, choose Purchase order ® Create ® Vendor known.
    Maintain the data on the initial screen. Make sure you enter the vendor of the components and the plant concerned.
    Enter the items.
    Then choose Item ® More functions ® Delivery address.
    A dialog box appears in which you enter the delivery address.
    In the field Vendor enter the number of the subcontractor and select the SC vendor box.
    Selecting the box causes the components at goods receipt to be posted directly to the stock of the material provided to vendor when the goods receipt is posted.
    Save the purchase order.
    Posting the Goods Receipt of the Components
    If the subcontractor lets you know that the components have arrived, you can enter the goods receipt for the purchase order. The components are posted directly to the stock of the material provided to vendor.
    Stock Update
    A goods receipt posting has the following results in the system:
    the stock of material provided to vendor at plant level is increased. The stock of material provided to vendor is not managed at storage location level, since the stock is no longer stored at your company.
    Valuated stock at plant level increases.
    Documents
    An accounting document is created for the material document.
    After this normal subcontracting order for finished product.

  • How can I transfer apps purchased from one AppleId to another due to breach of account?

    Due to a recent security breach not if my doing a user stole my apple id and needed to change appleid account.  Now as a result i've lost all purchased apps from the itune store. I would like to transfer apps from one apple id to another without incurring additional costs.  With sufficient information in direct contact with the store I should be able to transferable within the software or at very least with the itune store direct.  Perhaps this is a way of charging additional costs for same programs?
    Not a happy camper because of the theft in id but now to add insult to injury i'll have to repurchase the apps to properly sync with my devices.
    Any help would be appreciated

    You can't transfer iTunes content from one account to another. If someone had obtained access to your account credentials and you've had the account locked that should not affect the current authorizations on your computer, though it will prevent you from updating apps until you have resolved the issue. Rather than creating a new AppleID what you should do is regain control of your original Apple ID and have it reenabled with a new password, get, if possible, Apple to deauthorize all computers for your account (assuming you don't have 5 so can't do it yourself) then authorize your computers.
    tt2

  • How do I transfer my music from one PC to another PC with ipod?

    I currently have my music in one PC and just bought another PC for the home. How do I transfer my music from one PC to another without reloading all the music?

    man, oh man the money i would make if i was making commision.
    try this program:
    iPod agent
    find it at download.com
    free to try/$15USD to buy

  • How to Transfer the iPhone from one computer to another Win XP

    All
    I got my wife a new macbook pro, running Windows XP prof. She has an iphone 3G with 16 GB memory running 3.0.1. So..she wanted to transfer the sync function from her PC to her macbook. Of course, Apple was of NO help at all (but did want to charge us $69.95 since her iphone is out of warranty, and this was an iphone not a mac problem, hmmm..). Took me lots of digging, but here is how you transfer you iphone from one computer to another:
    1. Move you itunes library from the old computer to the new one. To do this, you do NOT just copy it. This is as good a link to use as any to see how to do it, but search the internet and you can find instructions:
    http://reviews.cnet.com/8301-12519_7-10242259-49.html
    2. Transfer your applications you have purchased to the new computer. To do this, open itunes in the new computer, hook up your phone and click on File>transfer purchases (from itunes store) to computer. This will move your applications to the new computer.
    3. Export your MS outlook calendar, contacts, notes, etc. to the new computer by saving each of these categories as a PST file (file>export>then choose the category and type of file)...and then copy these PST files to your new computer and import them into MS outlook.
    4. Copy your playlists from itunes on your old computer to your new computer. This link may be helpful or search the internet again if you need to:
    http://osx.tribe.net/thread/08fd0e5e-f1d0-450b-8de5-9f7cb5bd278d
    5. Now...the important part...how to transfer all your settings from the iphone to the new computer....this is the part that was hard to find online, but finally got it: NOTE: THE BACKUP THAT ITUNES MAKES BACKS UP THE APPLICATION SETTINGS BUT NOT THE APPS SO THIS IS WHY YOU NEED TO TRANSFER THE APPS TO THE NEW COMPUTER. The settings have all the data you put into your apps, email settings, preferences, etc...so its a huge time save to transfer these to the new computer also.
    -Sync your iphone with your old computer to have a backup in case you mess up...in that case you can restore from your old computer and start over
    -Plug your iphone into the new ocmputer and start itunes. It will detect your phone (I assume you have already authorized your new computer to use the library and playlists and apps that you moved)
    -Right click on the "iphone" on the left bar...you will see a popup menu...click on "BACKUP". Let it backup your iphone to the new computer. It will NOT sync the phone
    -When the backup is done....copy the backup file to a temp directory to be safe. The backup is located in "documents and settings">user name>applications>apple computer>mobile sync. If you cannot see it, you need to open windows explorer (not internet explorer) and go to tools>folder options>view and click on "show hidden files and folders" Note YOU CANNOT JUST COPY THE BACKUP FROM THE OLD COMPUTER TO THE NEW COMPUTER AS SUGGESTED ON SOME WEB SITES...THIS DOES NOT WORK, ITUNES WILL NOT IDENTIFY THE BACKUP EVEN IF YOU PUT IT IN THE FOLDER IN THE NEW COMPUTER THAT MIRRORS THE FOLDER LOCATION IN THE OLD COMPUTER.
    -OK now you are ready...click restore on the iphone and restore the phone to factory settings. This will happen in a few minutes (10-15 mins).
    -The phone will reboot and itunes will recognize the phone again...as a restored phone. It will then ask you if you want to restore it from the backup..say YES. You then need to go through all the itunes tabs and click on everything you want to sync to the phone (playlists, movies, podcasts, ringtones, etc). Once you are done going thru the tabs click "apply" and the sync will start. Go out, to a movie, to bed, whatever because it will take hours to sync.
    -Once the sync is done...voila...your iphone has been moved with ALL the settings to the new computer. Check it. Then you can delete the backup you put into the temp folder if it is OK
    -Deauthorize your old computer
    This worked for Win XP...should work for Vista. The whole process took many hours so don't rush through it (i'm guessing 12 hours total work).
    Can I send apple a bill for tech support?????

    All
    I got my wife a new macbook pro, running Windows XP prof. She has an iphone 3G with 16 GB memory running 3.0.1. So..she wanted to transfer the sync function from her PC to her macbook. Of course, Apple was of NO help at all (but did want to charge us $69.95 since her iphone is out of warranty, and this was an iphone not a mac problem, hmmm..). Took me lots of digging, but here is how you transfer you iphone from one computer to another:
    1. Move you itunes library from the old computer to the new one. To do this, you do NOT just copy it. This is as good a link to use as any to see how to do it, but search the internet and you can find instructions:
    http://reviews.cnet.com/8301-12519_7-10242259-49.html
    2. Transfer your applications you have purchased to the new computer. To do this, open itunes in the new computer, hook up your phone and click on File>transfer purchases (from itunes store) to computer. This will move your applications to the new computer.
    3. Export your MS outlook calendar, contacts, notes, etc. to the new computer by saving each of these categories as a PST file (file>export>then choose the category and type of file)...and then copy these PST files to your new computer and import them into MS outlook.
    4. Copy your playlists from itunes on your old computer to your new computer. This link may be helpful or search the internet again if you need to:
    http://osx.tribe.net/thread/08fd0e5e-f1d0-450b-8de5-9f7cb5bd278d
    5. Now...the important part...how to transfer all your settings from the iphone to the new computer....this is the part that was hard to find online, but finally got it: NOTE: THE BACKUP THAT ITUNES MAKES BACKS UP THE APPLICATION SETTINGS BUT NOT THE APPS SO THIS IS WHY YOU NEED TO TRANSFER THE APPS TO THE NEW COMPUTER. The settings have all the data you put into your apps, email settings, preferences, etc...so its a huge time save to transfer these to the new computer also.
    -Sync your iphone with your old computer to have a backup in case you mess up...in that case you can restore from your old computer and start over
    -Plug your iphone into the new ocmputer and start itunes. It will detect your phone (I assume you have already authorized your new computer to use the library and playlists and apps that you moved)
    -Right click on the "iphone" on the left bar...you will see a popup menu...click on "BACKUP". Let it backup your iphone to the new computer. It will NOT sync the phone
    -When the backup is done....copy the backup file to a temp directory to be safe. The backup is located in "documents and settings">user name>applications>apple computer>mobile sync. If you cannot see it, you need to open windows explorer (not internet explorer) and go to tools>folder options>view and click on "show hidden files and folders" Note YOU CANNOT JUST COPY THE BACKUP FROM THE OLD COMPUTER TO THE NEW COMPUTER AS SUGGESTED ON SOME WEB SITES...THIS DOES NOT WORK, ITUNES WILL NOT IDENTIFY THE BACKUP EVEN IF YOU PUT IT IN THE FOLDER IN THE NEW COMPUTER THAT MIRRORS THE FOLDER LOCATION IN THE OLD COMPUTER.
    -OK now you are ready...click restore on the iphone and restore the phone to factory settings. This will happen in a few minutes (10-15 mins).
    -The phone will reboot and itunes will recognize the phone again...as a restored phone. It will then ask you if you want to restore it from the backup..say YES. You then need to go through all the itunes tabs and click on everything you want to sync to the phone (playlists, movies, podcasts, ringtones, etc). Once you are done going thru the tabs click "apply" and the sync will start. Go out, to a movie, to bed, whatever because it will take hours to sync.
    -Once the sync is done...voila...your iphone has been moved with ALL the settings to the new computer. Check it. Then you can delete the backup you put into the temp folder if it is OK
    -Deauthorize your old computer
    This worked for Win XP...should work for Vista. The whole process took many hours so don't rush through it (i'm guessing 12 hours total work).
    Can I send apple a bill for tech support?????

Maybe you are looking for