Easy way to assign 250 objects to 1 doc?

Hi.
We have a task to assign a lot of materials (let's assume 250) to one document.
There is an excel file with the list of materials, so user can copy them with ctrl+c.
The best way could be to use simple ctrlc and ctrlv combination.
The problem is that transaction CV02N doesn't allow to paste all 250 materials with cntrl+v at once
On the screen 25 lines for assignment are visible, so user can paste just 25 materials, then press scroll down, paste another 25 and so on. For users it's not so comfortable. By the way, table  control on F4 screens allows it.
I wonder to know, if there is may be any other simple way to assign a lot of objects to one document?
Thanks a lot

Hi,
In standard you can assign all the objects. only thing you can paste max.15 object values at a time.Then scroll down and add.
This is the only solution in standard but it's effective and fast than taking extra efrorts by using any other method.
Hope this will help.
Regards,
Ravindra

Similar Messages

  • Easy way to assign a frequently used geotag

    Most of my images are shot from the same 3-4 locations and manually setting a geotag for each is time consuming. Is there an easier may to do this?
    1) Lift and stamp?
    2) Assign a geotag to a keyword? (i.e. long/lat for my house is applied when I assign the "my house" keyword to an image)
    3) Automator workflow?
    Any thoughts? Thanks!

    The free version of GPS2Aperture* will effectively let you lift-n-stamp co-ordinates from one image to another.
    http://aperture-assistant.com/gps2aperture
    Ian
    *“I may receive some form of compensation, financial or otherwise, from my recommendation or link.”

  • The Best Way to Assign an Enum to the Corresponds value of a String?

    I am reading from and xml file configuration file. The data being returned is stored as a String and corresponds to a Enum value. My question is - What is the best way to assign the enum the value that corresponds to value of the string?
    public enum Names { BOB, FRED, JIM, SAM }
    String name = "FRED";   // This is the data retuned from the xml file.
    Names n =              // I want to assign n the value of Names.FREDI know I could do an "if" statement. However, this is a contrived example with only a few enum values. In the real world, this enum list could be quite large.
    I have looked into reflection, but I don't know whether there is an easier way to achieve my objective?
    Thank you for your time,
    Harold Clements

    dcminter wrote:
    But for looking up "how do I do X with a subclass of type Y", I think the API documentation should be able to answer that.I think I disagree when it's a language feature.That's definitely a point worth observing.
    By that reasoning you'd expect to populate the API docs with definitions for class (and this and super) all over the place.I think you're exaggerate, and you know it ;-)
    If those were to be mentioned in the JavaDoc, they should obviously go into the documentation of java.lang.Object only.
    I suppose you could have a "synthetics" section to the docs in much the same way that the inherited methods and fields are defined but it doesn't seem very useful.It's not useful if it's just clutter that's the same everywhere, of course.
    But in this particular case a simple "note that enum classes have a syntetic valueOf() method that does foo bar baz" in the body of the class documentation would have been a nice guesture (especially since that part is pretty small here anyway).
    And yes, I also think that the length field of arrays should find some mention in the JavaDoc. I don't know how and where, 'though.

  • Is this write way to clone a object?

    All,
    I this the correct way to clone a object? if not so can anyone point me the right way to do that. Because this method is taking longer time to execute.
    import java.io.*;
    public class ObjectCloner
        public ObjectCloner()
        public static Object clone(Object obj)
            throws Exception
            ByteArrayOutputStream bstream = new ByteArrayOutputStream();
            ObjectOutputStream out = new ObjectOutputStream(bstream);
            out.writeObject(obj);
            out.close();
            ByteArrayInputStream binstream = new ByteArrayInputStream(bstream.toByteArray());
            ObjectInputStream oin = new ObjectInputStream(binstream);
            Object newobj = oin.readObject();
            return newobj;
        public static int sizeOf(Object obj)
            try
                ByteArrayOutputStream bstream = new ByteArrayOutputStream();
                ObjectOutputStream out = new ObjectOutputStream(bstream);
                out.writeObject(obj);
                out.close();
                return bstream.toByteArray().length;
            catch(Exception ex)
                ex.printStackTrace();
            return 0;
    }

    calvino_ind wrote:
    i might be wrong, but i think there are some really easier ways to clone an object:
    public class Age {
    int numberOfYears;
    public Age(int numberOfYears) {
    this.numberOfYears = numebrOfYears;
    public Object clone() {
    return new Age(this.numberOfYears);
    No! This is very wrong. For this simple example, all one needs is class Age to implement Cloneable and
    public Object clone() {
             return super.clone();
    }which will automatically give you a shallow clone of the the class.
    Consider what ill happen with your approach when one clones superclasses of class Age.
    Edited by: sabre150 on May 26, 2008 3:42 PM

  • Trx KKPHIE: assigning single objects to cost objects hierarchy through BDC

    Is there a way to assign single object to cost object hierarchy.
    The ALV TREE button "Assignmnet single objs on/off" does not seem to trigger an OKCODE since it is managed in the abap object (class).
    Is there is way to make a BDC. Or other ways to enter that data in BG, like a BAPI.
    - Tried the BDC recorder without success
    - Did not find a BAPI
    - Did not find anything interesting in SWO1 business object BUS2076.
    Any clue ?

    Ok, we found the solution. Simply use the old transaction "KKP2" instead of "KKPHIE"

  • What's an easy way to determine what the user typed is a date object?

    What's an easy way to determine what the user typed is a date
    object?
    Thanks!

    Thanks for trying. Sorry for not being clear. but I figured
    it out.
    the user can type in a date, or a name to search. The format
    they type in date has to be in mm/dd/yyyy.
    I was able to use:
    if (new Date(textEntered).toString()=="Invalid Date") {
    // not a date entered
    else {
    // a date is entered
    To do what I need to do.
    Thanks.

  • Image objects following each other--the easy way?

    I have a series of images that scroll up the screen. There are 35 or so of them and they follow each other like a filmstrip. I have been creating one layer and copying one motion path for each, staggering them in the timeline. This works great, but it's a drag if I decide to change the timing. I then have to go to each one and move it individually.
    Is there an easier way?

    well if your images are a fixed size, it should be too hard to work out the offset for each. But you can move the parent group around as you arrange your images, and then move it back to its start position when you're ready to roll (pun intended).
    I liked specialcases solution though, seems tricky to set up if you're unfamilar with the replicator but powerful. And once set up it woul dbe easy to replace the images at any later stage.
    adam

  • Easy way to add more audiotracks??? + Environment midi/audio question???

    Hi!
    Let's say, when I open a new project I have standard 24 audio tracks.
    But when recording I see that I will need more, is there an easy and fast way to add more tracks?
    As I see it now, I Have to run the Logic Setup Assistent, add more tracks (let's say 40). Reopen the project, go in the environment, create a new audio object for every track I want to add, double click it and assign the correct track to 'channel'. If I need to add 10 more tracks I have to go over these last steps 10 times. Am I missing some handy quick trick here?
    Also, the second part of my question:
    when I open the environment window, sometimes it only shows "midi" and the "GS instrument drum mapped" and some other times it shows "audio" and an "overview of my mixer". This seems to happen at random and I don't know why. The mixer view is what I want (especially when I need to add tracks as mentioned before), but when I get the midi view I don't know what to do to get the audio/mixer view. Any help?
    Powermac G5 dual 2,3 - 1,5Gig ram   Mac OS X (10.4.3)   Logic 7.1.1 / M audio Ozone / BCF2000 / Drumkat 3.8

    Ok,
    There is a way so you wont have to do the 10 setups.
    Run the Setup Assistant and when it asks how many
    audio tracks you want, always tell it more than you
    will possibly need. I use 101. I know I will probably
    never use that many but they are already and waiting
    in case I do need more. This way you dont have to do
    anything except go to the track menu and select create
    new or double click the arear below the last
    track and what ever track is highlighted, a exact duplicate
    will appear. Then you just click and hold on it to make it
    whatever kind of track you need from the menu that appears.
    This first answer takes care of the second question. Since you
    dont need to go into the enviroment to hook up new tracks.
    Just so you know if you click and hold on the name of the layer
    Midi, instruments, clicks and ports or whatever another menu
    will appear letting you choose what layer you want to go to.
    This is the easy way!

  • Is there an easy view of assigned Retention Tags in main view of Messages, e.g. a custom column?

    Hi,
    I have a requiement to have an easy/overall view of assigned Retention Policy tags against a list of messages in outlook 2010.
    I envisage that if there was a column in the main message list view, that showed the assigned tag against each message and that could be sorted, e.g. so I can see what has an assigned tag (and what it is) and what doesn't, this would hit the mark perfectly.
    Any such capability?
    Can I create a custom column that extracts a message property to do this?
    If so, how?
    Thanks! David.

    Hi Greg,
    Sorry it's been a couple of days, it's been busy.
    Unfortunately not. I raised it with our devs to take a look at. I was initially after an assessment of effort. But they were quoting me a number of days effort just to get to the point of being able to tell me how long it would take. At that point I
    pulled it, as it wasn't a must-have requirement.
    Still, it would have been nice.
    To extract such a property, I might imagine an Outlook plug-in to extract the data from the property and watchers to look out for changes in various circumstances. In this way if you can get the data into a new Custom Message Property, a Column
    will readily display it. It feels a little over-engineered and duplicates the data just to get it into a place to show it.
    Maybe there are easier ways. But no, I didn't make progress.
    All the best. Ta, /David.

  • Easy way to schedule a job to run for a set period?

    Is there an easy way to schedule (dbms_scheduler) a job to run for a set period -say, half an hour- and then to stop.
    Currently, I schedule a procedure to do the work (a bunch of inserts or updates, say) and the first line of that procedure assigns sysdate to a variable when it starts. Then as the procedure loops through its work, I compare the current sysdate with that original one, and if the new sysdate>original one by more than 30 minutes, I raise an application error. But it's messy, and I was wondering if there was a nicer way of doing it?

    "Admin" -I think you'll find that 'end_time' merely states a time after which the job will not be run. It doesn't do anything to kill off a job which is already running at the time that comes round. Similarly, repeat_interval merely states how often the job should be run, not a time interval within which it must run and outside of which it must stop being run.
    Satish: your suggestion looks great. Do you have, or know of, any examples where that is used, though? The doco you pointed to says the parameter raises an event, but that it's up to my event handler to deal with it. I wouldn't have the first idea of how to deal with this in code myself. If I could see a simple example, it would help a lot! Unfortunately, that page doesn't contain such an example!

  • Easy way to revert a project from Cap4 to Cap3?

    Is there an easy way to revert a project back to Captivate 3
    when you hit a Captivate 4 limitation? I made a ton of changes in a
    Captivate 4 project and don't want to have to re-do them by going
    back to my previously saved Cap3 version of the project. Thanks for
    any suggestions...

    jdmosley,
    You might try creating a blank project in C3 at the same
    resolution as your C4 project, import slides and objects, and save.
    I don't have time to test this, but I vaguely recall I've stepped a
    project back before using that technique.

  • I have just updated my software on my iPhone 4S to IOS7.0.4 now I have lost many of my contacts.   Can anyone suggest an easy way to reinstate them.  (Without having to add them all again as I don't know what I have lost until I need it).

    I have just updated my software on my iPhone 4S to IOS7.0.4 now I have lost many of my contacts.   Can anyone suggest an easy way to reinstate them.  (Without having to add them all again as I don't know what I have lost until I need it).

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Assigning an object a primative value[ compiler magic | documented] ?

    I recently discovered something I was doing in code on J2SE (Mac & Sun) which I never recall knowing you could do. That is assigning an Object a primative an integral datatype, like a short. Example:
    public class PrimativeTest {
        public static void main(String[] args) {
            Object sp = getShortPrimative();
            Object so = getShortObject();
            Object da = (short) 34;
            System.out.println("primative version value: " + sp.toString() + " type: " + sp.getClass().toString());
            System.out.println("object  version value: " + so.toString() + " type: " + so.getClass().toString());
            System.out.println("direct assignment version value: " + da.toString() + " type: " + da.getClass().toString());
        static short getShortPrimative() { return (short) 75; }
        static Short getShortObject() { return new Short((short) 25); }   
    }Produces:
    primative version value: 75 type: class java.lang.Short
    object version value: 25 type: class java.lang.Short
    direct assignment version value: 34 type: class java.lang.Short
    Don't get me wrong, I am using this, like it, and now know I am using it. I, however, cannot find where this is declared as a feature. My concern stems from some of this code is to run on J2ME in the future. How many implementations of that are there?
    Can someone please link me up with the on-line doc that say this is legal.
    Thank you

    Good points about compiler settings. Am using Netbeans with CVS. I literally needed a spreadsheet to plan out which project goes to which platform (servlet, desktop, phone) all in advance.
    Figuring out how to compile, assemble (obfuscate/sign), & preverify (for J2ME) common code is one of the reasons I said 'in the future' of my orginal post.
    Back in the 'old days', I used Visual Sourcesafe doing VB programming, so I keep trying to figure out a way to make CVS solve my problem. With sourcesafe, one project had the source, but you could put an alias to that file in other projects. I do not want branches that drift apart. If that worked, I could just make three actually distributed projects with all the classes each needed, one of which was compiled using the Mobility pack.
    Not really a subject for this forum, but thought I would expand on the issue raised.

  • Is there an easy way to generate a 'summary' page?

    Once the form is completely filled out - I want to condense a 14 page form to 2 pages - buy generating a summary and signature page.
    Any chance that there is an easy way to generate a summary page built from the objects in the existing form?
    So, it would just list caption/question and data value.
    Or do I need to design a summary page with values that carry from the 'form' field to the 'summary' field (...ick...)?

    You have to designer a summary page where you indicate what fields appear there and update their values based on the fields in the main part of the form.
    Paul

  • Is there an easy way to transpose 2 colors in Illustrator CS6?

    I have a black and gold logo in Illustrator, and I want to change it so that everything that is now black will be gold and everything that is now gold will be black.
    I tried select same fill, then used the eyedropper to change the gold to black, but then I realized if I do the same with the black, I will end up also selecting everything that I just changed.
    I'm hoping there is some easy way around this I am not seeing. The only thing I can think of is maybe pasting the elements I've changed into a different layer and locking it.
    But is there an easier way without having to move to a different layer?

    it,
    Here is an edited reply since it has proved impossible to edit the first post:
    You may, for multiple objects of the same colour (presuming fills only, it may be done similarly with strokes and with combinations of fills and strokes):
    1) Select one gold object and Select>Same>Fill Color, then set it to white (or whatever) in the Color palette;
    2) Select one black object and Select>Same>Fill Color, then set it to gold;
    3) Select one white (formerly gold) object and Select>Same>Fill Color, then set it to black.
    The Select Same part is unnecessary for a single object of a colur, of course.

Maybe you are looking for

  • Is there a different version of firefox for 64 bit windows 7? if so, where do i go to get it. I try installing and it doesn't work.

    I had an issue with my school website today, they said i could have issues with the new version of firefox, so i decided to go back to the 6.0.2 version of firefox. I open and run the file to start the process of setup, and it extracts the file. It t

  • Scheduled Report Failing - Don't Know Why

    I'm trying to re-create a scheduled report on CMC that had gotten deleted. It ran before (sometimes multiple times...) but at least it ran. I'm duplicating all the settings for this report based on how they were before, but every time I try to get th

  • Can i install flash drive in mid-2009 macbook pro

    I want to increase the storage on my MacBook pro - mid-2009. I use Final Cut so there are demands. Must I stay with a spinning drive or can I install a large flash drive? I big can I go? 2.26 ghz, 8 gigs ram, running latest Mountain Lion (10.8.2) Tha

  • Apple TV Movie Rental

    I've rented two movies on Apple TV, and neither will play. "An error has occurred downloading this content" is the error message. Any idea how to fix? Is there a way to restart Apple TV? If not, how can I get the rental charge credited?

  • Images sporadically not loading

    All of a suddent, I have started experiencing a problem where images are not loading in my application. I have four applications in my workspace and they all share images that are defined for any application in the workspace to use. This issue seems