Purchase Order Data transfer from one client to another client

Suppose i have created some purchase orders in one client( development server) and that are accurate according to our need .
Now instead of creating same purchase orders again in production server is a useless task.
SO i want to upload these purchase order directly from SAP development client to production client.
How to execute this task.
Please help me  out.
I think it needs ALE concept .
I know the ALE concept but i never uploaded the transaction data through ALE only i have uploaded the MASTER DATA.
For eg i have transfered the material from one server to another server but never transfered the purchase order.
CAN anybody help me out with simple example then it will greatful to me.
Thanks a lot

hi u can use BAPI to call that PO FROM ONE CLIENT TO ANOTHER CLIENT.
FOR that, use, data: wa_destination type gsval.
  CASE sy-sysid.
    WHEN 'DVH'.
      CONCATENATE 'DVC' 'CLNT' '021' INTO wa_destination.
    WHEN 'QAH'.
      CONCATENATE 'QAC' 'CLNT' '129' INTO wa_destination.
    WHEN 'SUH'.
      CONCATENATE 'SUC' 'CLNT' '222' INTO wa_destination.
    WHEN 'PRH'.
      CONCATENATE 'PRC' 'CLNT' '222' INTO wa_destination.
  ENDCASE.
call function  BAPI_PO_CREATE DEATINATION WA_DESTINATION
COMMIT
REWARD POINTS IF THIS IS USEFUL

Similar Messages

  • Purchase Order Data transfer from one old sap system to new sap system

    hi all,
    Suppose i have created some purchase orders in one client( old sytem) that are accurate according to our need .
    Now instead of creating same purchase orders again in in new system is a useless task.
    SO i want to upload these purchase order directly from SAP old system to
    SAP new system.
    How to execute this task.
    CAN anybody help me out with simple example  plz..
    thnx & rgds

    using ALE & IDOCS you can trasfer data from one system to another

  • Sales Order Stock Transfer from one plant to another plant

    I am transfering sales order stock from one plant to another, using movement type 301E MIGO.
    But when i go to Detail Data tab i found the Dst tab gray and only special stock field is appearing in grey there. So when I input all the data in from box it also copied in destination box. I also went to where tab page but the same data is appearing in both area from and destination.
    In my opinion both area should be writeable, how can I make the detination detail available in there and should be writeable.
    Please advice.
    Best regards

    Hi,
    Please go to MB1B in that give movement type as 301 and SP Stock as E and provide Plant Storage location and press enter...
    as well in MIGO select the Transfer Posting and provide Movement type as 301E and press enter If in OMBW the plant and Storage location is Mandatory then it will not go ahead for Posting.s
    Try at your end.
    Regards,
    Ninad Kshirsagar

  • Data transfer from one frame to another

    Developers
    I am new to swing :)
    I am working on employee information system. I am taking some employee information
    (say name, address, telephone) on frame1 and after clicking
    next button which is on frame1, displaying that information on frame2.
    On frame2 I am taking some more information about that employee and after clicking
    on next button of frame2, I am displaying all information from both frame1 and frame2 on
    frame3. On frame 3 there are 2 buttons say save and back.
    If user clicks on save his information will be saved in DB or if user click on back
    he will be forwarded to back frame.
    So how can I proceed? How and where can I store the information from frame1 and frame2
    which I am displaying on frame3
    With anticipatory thanks

    I agree with the card layout idea, but in general, if you want to store data together that comes from multiple views, then using the Model/View/Controller pattern is often the way to go.
    The main idea is to have one class (the model) that stores all the data, one or more views that can display and update it, and a controller class to tie everything together and give access from the outside world. Often, in simple cases, the controller and view are in the same class, but in your case, perhaps not. Alternatively combining the model and controller may make sense, and then just have separate view classes.

  • 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

  • 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 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);

  • Customer master data updation from one system to another system

    HI  Experts,
    I have an issue with customer master data updation from one system to another system. And here only one field is not updating properly from one system to another system. and we found this is through idoc , but we don't find field in any segment.
    and the field is called ADDR1_DATA-HOME_CITY.
    and this will displayed as different city in address column.
    but as per the notes given in help , it is by program , form through only passing. but not able to trace and as per my analysis ADRC table , ADRNR  had this field HOME CITY.
    And this is for some customers updating wrong one from one system to another system , and for some customers field itself not updating in address column.
    please can you suggest any one. here are screenshot for your reference.

    that is not enough, it was enough in times before 40b release, but this was in the  last century
    Please read OSS note 384462 - Master data and addresses
    it explains what you have to do for ALE

  • 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

  • ABAP Question- line item transfer from one customer to another

    Dear SAP Guru's-
    I have a hot issue so any help would be greatly appreciate. 
    I have a customer that needs to move open A/R line items to one payer to another and without using F-30 or F-21, I recall seeing a program or t-code that gave one the ability to move the line items from one customer to another by selecting all line items or listing specific document numbers.  Does anyone know what I am talking about?
    If so, does anyone have any information that could share with me so that I can do it or any documentation to start me in the right direction?
    POINTS PROMISED

    Thank you Murali and Sunil
    These t-codes are not helpful and tideous if you have many like a 1000 line items.  In addition, you lose the history, the due date information and the document type change for invoices, etc. 
    I KNOW I saw something that moved all or selected items by document number from one customer to another.  It was called payer to payer transfer.  I cannot find any information on it.
    Any help or more input, more points awarded.
    THANKS!

  • 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 mac to another mac

    i am trying to transfer all itunes files from one mac to another one via a hard disk
    found this information:
    http://support.apple.com/kb/hT1751
    but does not seem to work for me.
    has anyone more information?
    Mark

    try this script:
    iTunes Track CPR v1.3 
    This script attempts to locate the files of so-called "dead tracks"--iTunes tracks designated with (!)--that you assume are not actually missing but are still located in the iTunes Music folder in their "iTunes File Order" (Music -> Artist -> Album -> file.xxx)."

  • 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

  • Copy Version-Budget data copied from one version to another-How to view Data in Copied Version.

    Dear All,
    Budget Data is copied from one Version to another Version using Tools>copy Version option. How can you view Data copied to new Version, when you receive a message Version is successfully copied.
    I think we can do that by selecting appropriate version in the version dimension while accessing the Forms or in Smart View.
    Can you please let me know how to do this or different options available with this process.
    Thanks in Advance for your valuable time...

    A form to check the data with the correct POV, a Smart View query, excel addin retrieve, financial report, export data, report script, take your pick.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for