Transferring from one asset to multiple assets

Dear SAPians
How can we transfer from one asset to more than one assets. Can we do it thru ABUMN or there's any other way?
Regards
Zain

Hi Dominic,
Thanks for your reply.
I have tried ABUMN. I am entering into the transaction ABUMN and specifiying transaction data (posting and asset value dates). Then I am pressing the "Multiple assets" button after which a List option is available.
I am entering the amount or percentage in partial tranfer tab.
Then I am entering asset numbers in 'from asset' and 'to asset' fields like:
From asset 300000001 to 300000005
From asset 300000001 to 300000007
When I am pressing enter, it accepts only one entry from above specified list.
That means it allows only one to one asset transfer not one to many. Is there any other setting or way to do asset tranfer from one asset to multiple assets?
regards
Zain

Similar Messages

  • Transfer 1 asset to multiple assets

    I'm looking for the functionality to transfer 1 asset to multiple assets in one in one transaction.  In transaction code ABUMN, there is a "multiple asset" functionality but it cannot be used to transfer 1 asset to multiple assets.  SAP will give an error message "You want to post a retirement to asset XXXXX. This is not possible, since a retirement was already posted to this asset in the current document."  Is there another transaction code to accomplish this or SAP don't provide this functionality?
    Thanks

    write your own program with bdc (shdb)
    basis could be a simple excel-worksheet like
    old_bukrs old_anln1 old_anln2 new_bukrs new_anln1 sub-asset  part
    1000        4711        0             1001         1000                          50 %
    1000        4711        0             1001         1000          X              25 %
    1000        4711        0             1001         1000          X              15 %  
    1000        4711        0             1001         1001                          10 %  
    1000        4712        0             1001         1002                          50 %  
    1000        4712        0             1002         1002                          50 %  
    load this from csv into internal table
    and loop this table to fill trx. abumn
    A.

  • Query to get the list of Employees Transferred from one dept to the other

    Hi friends,
    Can some one give me the abstract query for the employees who aare transferred from one dept to the other
    thanks

    In this table oracle auto upload data at particular time but if you want to upload at the same time, therefore you need to run request "Update Assignment Events Fact ", after running this request you will find data in this table.
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Copy the inspection  result  from one lot to multiples lots!!

    Hi SAP expert,
    I want to copy the inspection  result  from one lot to multiples lots, currently i know how to setup  the copy to another lot(SAML Response from SAP ID Service ) , but  i dont know to do to multiples lot.
    ¿Someone can help me?
    Thank you

    First you have to customizing the functionality of Copy of Inspection Results using the following path, where you have to entry the inspection types, plant .etc., where you want to have the functionality.
    SPRO -> Quality Management -> Quality Inspection -> Make Settings for Copy of Inspection Results
    Then when you are in Record Result screen you select Menu -> Edit -> Copy Inspection Results ,
    then a pop-up window is displayed and you filled in with the inspection lot which has the results and then another pop-up window is displayed to select the characteristics that you want to copy.
    A.P.

  • How do I apply color correction from one clip to multiple clips?

    Hey Everyone,
    I coming to find out that I'd like to apply the color correction from one clip to multiple without clicking, dragging, and punching in every setting clip by clip. Does anyone know how? This would be a total time saver! Thanks in advance.
    Mike Diaz

    Grizzly,
    You are too awesome! Thank you so much my friend.
    Mike Diaz

  • Employee transferred from one company code to another company code

    Hi
    I have an issue.
    If an employee is transfered from one company code to another company code.
    how can we transfer the master data and payroll data of the employee from existing company code  to new company code.
    Regards
    Vish

    1.Try with this report  RPUP0001  (read the documentation )
    2.The other option would be LSMW
    But you havent say how the payroll Should process from the persent period with changed company code or for previous periods with pervious company code

  • Transfering from one Internal Order to another Internal order

    Hi
    I need to transfer part of internal order from one location to another internal order to a different location (not physically, but in the system). Budget is only one
    Can somebody let me know if we have this functionality in the Controlling. Each Internal Order is assigned to different CWIP.
    Prasad

    I want to transfer the Budget and Actuals also. The actual scenario is like this:
    We have a budget for 10lakhs. We purchased some materials. Please remeber this is CWIP related thru internal order. Part of the Budget is used (for 1 lakh) and purchased material against this. Part of this material purchased say 40000 is to be transfered to another location Physically, for similar activity.
    As a i am transfering this material, part of my internal order is also has to be transfered to the other location, but remember the budget will be the same.
    So I need to transfer actuals and budget to another location.
    Prasad

  • How to convert data when transferring from one table to another

    I have two tables and these are the structure of the tables
    create table E1(
    ID NUMBER
    ,NAME VARCHAR2(30)
    , DESIGNATION VARCHAR2(30)
    ,GENDER VARCHAR2(10));
    create table E2(
    ID NUMBER
    ,NAME VARCHAR2(30)
    , DESIGNATION VARCHAR2(3)
    ,GENDER NUMBER); Now I want to transfer records from one table to another using a master tables where data are compared because the datatypes in tables are different
    The first one is a gender table to match the gender and convert
    create table Gender(
    E1 varchar2(10),
    E2 number);The second is for the designation
    create table Designation(
    E1 varchar2(30),
    E2 varchar2(3);How to match and convert the data so that it can be transfered.

    Peeyush wrote:
    Can we do it with the help of a cursor.
    All SQL executed by the database are parsed as cursors and executed as cursors.
    I mean I have to insert data in bulk and I want to use cursor for it.The read and write (select and insert) are done by the SQL engine. The read part reads data and passes it to the write part that inserts the data.
    Now why would using PL/SQL and bulk processing make this faster? It will reside in-between the read part and the write part being done by the SQL engine.
    So the SQL engine reads the data. This then travels all the way to the PL/SQL engine as a bulk collect. PL./SQL then issues an insert (the write part to be done by the SQL engine). And now this very same data travels all the way from the PL/SQL engine to the SQL engine for insertion.
    So just how is this approach, where you add extra travel time to data, faster?
    and i want to commit the transaction after every 50 recordsWhy? What makes you think this is better? What makes you think you have a problem with not committing every 50 rows?

  • Data not transfering from one form to another

    I have designed two forms in which i want to transfer data from one form to another which contains lot of fields.Process starts wid filling the first form(form1) from the workspace and all the data from dat form will be transfered to next level user who is having form2.Both forms contains two pages each.I tried with the SETVALUE ACTIVITY after designing two forms but its showing error.

    No am not using any xml schema .i have designed the two forms with the same fileds and field names.what cpould be the problem.After submitting the task from the start process it is going to the next user level but the form is getting added twice in the to do list of that user and data is not getting bound.If u want i can sned u my lca files or forms.

  • Revenue transferred  from one WBS to Another

    Hi ,
    Is any realationship exists to check the revenue transferred and realted information from one WBS to another.WBS ? The main criteria is -From WBS  to TO WBS  for revenue transfer?
    Thanks
    Anil Kumar

    CJI3 report with the field Partner Object should show you the sender and receiver WBS if revenues have been manually reposted.
    Regards
    Sreenivas

  • Connection from ONE VM to multiple X-displays?

    Hallo,
    is it possible to display AWT/Swing components on multiple X11 displays (not screens)
    from ONE virtual machine? Each display has its own name/ip-address.
    Thanx

    From the command line you can only "export DISPLAY" to one machine.
    But, have a look at java.awt.GraphicsDevice and java.awt.GraphicsEnvironment.
    They look promising, returning an array of screens.
    regards,
    Owen

  • Transferring from one ipod to another ipod, both 30gb video

    Is there a way to transfer a music library from one ipod to another ipod. One ipod is used through windows and the other is through a mac. Help please

    I figured it out. I was trying to get my daughters ipod song onto my wifes new ipod. New computer and didn't have them backed up. Thanks anyways!

  • Colors get desaturated when picked and transferred from one file to the other! Why?

    I used the color picker tool to choose colors from one file and fill it in another file. The color shows as desaturated when the other file is active. Both files are on the exact same settings, but I don't know what is happening. I reset the tools. But nothing.

    Are you sure that mode (RGB, CMYK, etc) and assigned color profiles is the same on both files?
    May be you turn on Proof Privew (Ctrl-Y) on one of the files.
    PS. my english is poor )

  • Transferring from one iPad 2 to replacement iPad 2???

    My iPad has been replaced. I am stuck in the process of transferring backed-up old iPad 2 stuff to new/replacement iPad 2; specifically, the iPad screen is displaying Restore Complete > successful restoration, just a few more steps … and I'm done: Facsimile of screen shows, additionally, four two-line items, and the topitem is checked. Beneath the screen representation is Continue; when I finger this, nothing happens; the display is locked in portrait aspect; the iPad is useless. ???

    Transferring from old to new
    http://support.apple.com/kb/HT2109

  • Passing argument to, when using one class for multiple assets

    I had a class that I was passing a simple argument to like so:
    var quiz_1_2:CaseStudyQuiz = new CaseStudyQuiz(2);
    addChild(quiz_1_2);
    I now would like to use this class for multiple MCs in my library. I thought I could let Flash create a class for each of them and specifying the CaseStudyQuiz class as the Base class. When I do that, I get the following error:
    1136: Incorrect number of arguments.  Expected 0.
    Obviously this is because the class created by flash does not except an argument. Does that mean, I would have to create a seperate class for each of the movies that use that class? And if so, what would I have to do in that class for it to except the parameter and pass it on to my base class?
    Thank you very much for any help with this!!!

    use the super() function and pass your parameter.  but you still might get a runtime error but i don't think that will cause a problem.

Maybe you are looking for