Intelligent modelling question for real BI people

Notification Notif-itme  Matl  Plant Vendor  Source  Customer  Notif-counter     Defect
1000           1             4RA  100               Manuf    5000                1                  Kink      
1001           1             4RA            ABC    Purch    5001                1                  Break
1002           1             5RA  300               Manuf    6000                1                   Kink   
Deliv  Deliv-item  Matl    Customer        Deliv qty
8000      1          4RA        5000             10
8001      1          4RA        5001             30
8002      1          5RA        6000              50         
Manuf: Manufactured
Purch: Purchased goods
ECC LO Data sources:     2LIS_05_0QITEM (for notification)  and 2LIS_12_VCITM (for deliveries)
DSOs:  Notification DSO  and Delivery DSO.
My reporting reqmt needs to combine both DSOs. Only Material, Customer and Batch nos are common in both DSOs.
KPI:  Notification counter / Delivery quantity.
Drill downs can be any.
I know that multiprovider on DSOs will show data as shown in above table.
I want all data to come in same row based on material, batch and customer. Can I solve it by using Infoset or APD.
Is there alternate solution for modeling.
Please help.
Thanks
Shankar.
Edited by: Shankar Shankar on Sep 12, 2008 3:02 AM

To make it more clear:
I have 2 DSOs
DSO-1: Has Notification no and item no as key fields. And data fields are are material, batch or serial no, plant, vendor, source (manufactured or purchased),  material document posting date, customer, No of defects and Notification date.
DSO-2: Has Delivery no and item no as key fields. And data fields are are material, batch or serial no, customer delivery date, and delivery quantity
Report KPI : No of defects / Delivery quantity.
User should be able to navigate report with any drill downs like: customer, material, plant, batch, serial no.
Selection can be based on any range like: Notification date from - to, delivery date from - to, material document posting date from - to.
If I create an infoset with inner join between material, batch, customer and serial no..
Can I fulfill reporting requirement.
Thanks
Shankar

Similar Messages

  • Question for REAL ActionScript 3 Gods

    Prove you ARE an ActionScript 3 God by solving and exposing here (or in private) a valid way to store classes as SharedObject,  and RECOVER THEM LATER AFTER A WEB PAGE RELOADS IN A READY TO USE STATE.
    I personally tried everything I know including ByteArray and flash.net functions, but sadly (and very disappointing) I could not do it. I solved many unbelievable things in ActionScript 3 so I guess I can exchange one secret for another if you're not willing to share with the community.
    Are there any REAL ActionScript 3 Gods ?

    Thank you for your answer. I tried but those won't help.
    Download: http://www.iflash.ro/various/classToSharedObject.zip
    Please take a look at the following (please ignore the incompletness of the code ... listeners missing and possible errors not handled):
    Use the first class as document class for a fla at your choice. I named mine 'classToSharedObject.fla'.
    package {
        import flash.display.Loader;
        import flash.display.MovieClip;
        import flash.net.URLRequest;
        import flash.net.SharedObject;
        import flash.utils.*;
        import flash.net.*;
        public class manyKitties extends MovieClip {
            public var loader:Loader;
            public var object:Object;
            public var structure:Class;
            public var sharedObject:SharedObject=SharedObject.getLocal('ZCZC','/');
            public var passedInfo:Boolean=true;
            public function manyKitties() {
                if (sharedObject.size>0) {
                    trace('The SharedObject which holds one system domain class and one runtime class has a size of '+sharedObject.size+' bytes. Is this ok ?!?!');
                    //sharedObject.data.theClass is declared below in function ripClass
                    //fail
                    for (var prop in sharedObject.data.theClass) {
                        trace(prop);
                    //fail
                    trace(sharedObject.data.theClass as Class);
                    //fail
                    //object=new structure(passedInfo);
                    //txt is a TextField on the stage
                    //txt.text=new structure(passedInfo).aProperty;
                } else {
                    sharedObject.clear();
                    loader=new Loader  ;
                    loader.load(new URLRequest('runtimeStructure.swf'));
                    loader.contentLoaderInfo.addEventListener('complete',ripClass);
            public function ripClass(e) {
                try {
                    structure=loader.contentLoaderInfo.applicationDomain.getDefinition('ripMe') as Class;
                    object=new structure(passedInfo);
                    //aProperty is a public string in runtimeStructure.swf: 'The quick brown fox jumps over the lazy dog'
                    txt.text=object.aProperty;
                    //as can be seen, the class is loaded and used correctly
                    //now I will try to store the runtime class locally
                    //this is just the easiest example. I tried many versions, including
                    //ByteArray and registerClassAlias but I failed
                    // ... maybe I'm too focused and I can't see the obvious
                    sharedObject.data.theClass=structure;
                    //Why not store also a system domain class ? Let's store this also
                    var systemDomainClass:Class=getDefinitionByName("flash.display.MovieClip") as Class;
                    sharedObject.data.disc=systemDomainClass;
                    //Maybe we just can't store directly Classes. ByteArray should work
                    //two byte arrays, one with a runtime class, one with a system domain class
                    var ba1:ByteArray=new ByteArray  ;
                    ba1.writeObject(structure);
                    sharedObject.data.BA1=ba1;
                    var ba2:ByteArray=new ByteArray  ;
                    ba2.writeObject(systemDomainClass);
                    sharedObject.data.BA2=ba2;
                    sharedObject.flush();
                } catch (e:Error) {
    This is where I try to use classes stored locally. Below is a basic runtime class (use it as document class for 'runtimeStructure.fla').
    package {
        import flash.display.MovieClip;
        public class ripMe extends MovieClip {
            public var aProperty:String = 'OMG! Many Kitties';
            public function ripMe(youPassMeSomeInfo:Boolean = false) {
                if (youPassMeSomeInfo) aProperty = 'The quick brown fox jumps over the lazy dog';
                //txt is a TextField on the stage
                txt.text = aProperty;
    As is expected, the first time it runs, classToSharedObjectswf will show a TextField with 'The quick brown fox jumps over the lazy dog' as content.
    The second time is run will display as text: 'IF YOU SEE THIS TEXT THE SECOND TIME THE SWF RUNS, MEANS THAT WE FAILED AND WE HAVE TO TRY SOMETHING ELSE.'
    If you test in the authoring environment you will be able to see also the trace actions.
    Any ideas, suggestions?!
    I will come back later with a more complex failed try (too tired now).
    Download: http://www.iflash.ro/various/classToSharedObject.zip
    P.S. I made a lot of copy and paste here and I see the code it's not shown correctly so please use the archived files for test (scan first ... you never know).

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • HT4088 This article was no where near the question or problem I had... Are these techs for real? unbeleivable - never mind

    This article was no where near the question or problem I had... Are these techs for real? unbeleivable - never mind

    What are you talking about?

  • Question for CL Forum Ad

    I have been reading through this forum and there seems to be no shortage of upset customers. They all seems to be asking the same questions over and over again, and the only answer given is, "I'll post more information when I get it".
    Now, I'm not a real tech savvy guy, but why is it not possible, to walk over to the desk of the head developer, and say, "Hey Steve, can you tell me why the new drivers are the same as the beta ones?"
    And then walk back to your PC and type the answer here. I mean lets be honest, unless you are sending messages via snail mail, I don't understand why this is so hard to do. I suspect you HAVE the answers, but the big cheese at CL has told you to simply deflect the questions for now.
    What I am trying to say is that by you saying you'll post information when you get it, does nothing but make your company look completely rag tag. It gives the impression that everyone just works part time from home, and they only meet every other Saturday for a softball game. There is no official statements from CL, you guys don't have any answers, no one knows when anything is being released or what it'll have in it...it just seems like the company is in shambles.
    And this brings me to my second question. While you're slow to respond to questions about why things aren't working and such, but you are quicker than a fat man chasing a rolling donut down the street when someone advertises another brand, so my question is what do YOU recommend we do?
    Can you suggest some solutions for all of the people who bought CL cards and have no working drivers? I would really appreciate if you didn't simply ignore, or skirt around this question.
    I think it's time you threw us a bone here, if you're not going to give us any information, then at least give us some other alternati'ves.

    Dude, honestly, I could care less what happened 0 years ago. I have said it before and I'll say it again for you, just because this type of thing keeps happening doesn't mean it's right.
    When I buy a product from a company I don't do it thinking, "Hey, maybe if I buy this product then the $200 will help them become the best company in the world, and I don't care if it works or not, I just like the feeling of supporting companies in the hopes they'll do well!"
    I buy products, and I expect them to work.
    Regardless, if you had actually read my post, you would see that I'm not asking when the drivers will be out, or why they aren't... I am asking why this "world leader" in sound cards can't communicate effecti'vely with it's customers? I am asking why the Admins keep saying the same old mumbo jumbo, and expect us to buy that they can't actually just go talk to the people in charge.
    I am also asking if they can't tell me that information, then help me find some alternati'ves.
    So, why don't you paypal me a few hundred dollars for a new sound card. You seem to have no problem sitting there giving your sound card "high fi'ves" and talking to it in a sweet voice, "Don't worry little sound card, I know you have amazing potential, I won't give up on you!"
    "Do you remember the old days of Windows 2000?" We then cut to a montage of you running through fields of flowers hugging your sound card and a copy of Windows 2000. You shake your fingers at them and say, "Not yet little guys, soon we'll all be together in harmony, we just have to wait!!"

  • Fico model questions

    Can some help me to get fico model questions..

    Hi
    Some of the FICO Q's are as follows:-
    1. I have created GL master without selection open item management and I have posted business transactions to that GL. Now client wants to change that GL to open item management. is it possible...how?
    2. While creating asset master we have two options. One is using asset class and another one is using existing asset master. Here the question is what default values to be provided by asset class and existing asset master to newly created asset master?
    3. What is the role of FI consultant in FI-SD integration?
    4. Give some examples of GL accounts that should be posted automatically through the system and how is this defined in the system.
    5. What is an Account group and where all is it used?
    6. What is a field status group?
    7. What is a Financial Statement Version?
    8. How are input and output taxes taken care of in SAP?
    9. What are Validations and Substitutions?
    10. Is it possible to maintain plant wise different GL codes?
    11. Is Business area at company code Level?
    12. What are the different scenarios under which a Business Area or a Profit Center may be defined?
    13. What are the problems faced when a Business area is configured?
    14. Which is the default exchange rate type which is picked up for all SAP transactions?
    15. Is it possible to configure the system to pick up a different exchange rate type for a particular transaction?
    16. What are the Customizing prerequisites for document clearing?
    17. Explain the importance of the GR/IR clearing account.
    18. How is Vendor Invoice payments made?
    19. How do you configure the automatic payment program?
    20. Explain the entire process of Invoice verification from GR to Invoice verification in SAP with accounting entries?
    21. How are Tolerances for Invoice verification defined?
    22. Can we change the reconciliation account in the vendor master? If so, and how? What is the impact on the old balance?
    23. What is the difference between primary and secondary cost elements?
    24. What is the difference between Assessments and distributions?
    25. What is the difference between profit center and profitability analysis?
    26. What is the difference statistical order and real orders in internal orders?
    27. What is statistical key figure?
    28. What is the difference between Cost center and internal orders?
    The above are only a few. If you browse throughe you will come across various sites providing SAP FICO questions.
    Regards
    Phani

  • Question for you Deathstalker

    Hi Richard.
    I have a question for you about the MSI K7N2G-LISR (NVIDIA nForce2 IGP) motherboard we were discussing.
    If this board has integrated graphics, why do I need a video card? I had someone else ask me the same thing but I didn't know the answer.
    Thanks
    Mike

    Hi Mike, I not sure if I should step in and put in this reply, but couldn't stop myself not to as this is quite important.
    Mobos that comes with on board/integrated/shared Memory Graphics usually dun ends up giving you good framerates and graphics details. I have a friend who spent Sin 2000 over dollars to D.I.Y a creative slix look alike com with on board graphics has regretted not getting a proper mobo with AGP slot. The graphics that are produced on his com are like running a TNT2 Riva 32MB card for games like warcraft 3 and any latest 1st person shooting games... juz imagining it...
    I'm the type of person who are more for graphics and smoothness of gameplays and details of model as I do some 3D designs and picture designing. I juz dun understand why there are still people going for onboard graphics and complaining about poor fps produced which they should have blame themselves for it X( ... It's good that you've pointed out your doubts on that...
    All the Best...  :D !!!

  • Satellite Pro A300D - What is the model number for the keyboard?

    My husband managed to dislodge a keycap on my keyboard, and broke the white scissor clip that holds hit on...(don't ask me how)
    He spoke to the authorised service centre here in Norway, and they sent us replacement scissor clips (actually they sent an old non-functioning keyboard) but the clips are of a different design to the ones on my laptop.
    I was wondering if anyone has an idea of the model/serial number of the keyboard used in the Satellite Pro A300D-151 (PSAK9E) so I can get the correct replacement part.
    I really don't want to have to replace the whole keyboard when it's just 1 of the scissor clips that is broken...the laptop is only 5 months old.
    Here are some photos of the scissor clip in question & the where it attaches to the keyboard (sorry about the quality)
    Link:[http://img31.imageshack.us/gal.php?g=1000683o.jpg]
    Thanks
    notsure

    Hi
    Sorry buddy but its not possible to exchange some single keys on a keyboard so in this case you must replace the complete keyboard. But normally this should not be so difficult.
    Either you exchange the keyboard yourself or you sent the notebook to the authorized service provider.
    The model number for the keyboard is not known to me but contact your ASP!! They can order all Toshiba parts and they should know the right part number.
    Bye

  • I am having trouble answering my old security questions for my itunes account and it is creating a problem because I am not able to purchase apps/songs on my new IPAD. What phone number/email adress should I call to get a quick response to my issue?

    I have recently bought an IPAD 2 for my girlfriend and have encountered a problem with purchasing apps through my itunes account. It is requesting that I not only enter my pasword (which I know) but answer my old account questions, which I have forgotten the answers to. It had since locked me out of changing my questions for eight hours. Is there any number I can call to prove that I am the real owner of my itunes account so my girlfriend will be able to use her ipad to purchase new apps without having to go through the trouble of using one of my other apple devices? Random information: I believe my questions were set back in 2007 when I purchased my first ipod nano, since then I have used this same itunes account for my own ipod touch and ipad 2 and my girlfriends iphone 1st generation. I have never run into a problem regarding my questions before on any of these devices

    http://www.apple.com/support/itunes/contact/

  • How can I save a page and all its component parts in a single file, like IE does as an MHT - it's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)

    how can I save a page and all its component parts in a single file, like IE does as an MHT?
    It's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)
    It is simply too painful to have to zip everything up into a single file to send. MHT format has been available for years now from IE, and with every new FF release it's the first thing I look for. I have been using FF for years, and hate having to come out of it, over into IE |(which I even took out of startup) and key everything in again, in order to send somebody something in a convenient format that they can open with a single click.
    I can't believe this hasn't been asked before, so have you looked at it and rejected it? Have MS kept the file format secret?
    Thanks
    MG

    This is not really an answer just my comments on your question.
    I am sure I recollect efforts being made to get mhtml to work with FF.
    Probably the important thing to remember about .mhtml is that if other browsers do support it they may need addons, and may not necessarily render the content correctly/consistently.
    There are FF addons designed for archiving webpages, you could try them, but that then assumes the recipient has the same software.
    You could simply save the page from FF to your XP pc; then offline open it with and save it using IE, before then emailing using FF, and attaching the .mht or mhtml file that you have now created on your PC.
    As an alternative method, in some cases it could be worth considering taking a screen grab of the required page, then sending that to the recipient as a single email attatchment using either a bitmap or jpeg file format for instance.
    Something such as an airline booking may be designed with a print option, possibly it could be worthwile looking at sending the print file itself as an email attachment.

  • Please answer a programming question for an admin

    I'm not a programmer (although my interest is growing), so I can't answer this question in a discussion regarding how Win32API w/OLE and COM is SO much better than programming for Unix/OS X applications.
    The original discussion was in regards to OS X's superior Unix based security, he devolved to this. Having only begun my venture into programming, his questions are a little above my head at this point. I'm also interested (as an amature programmer), how this would be accomplished in OS X/Unix.
    Thanks in advance.
    Here's his position:
    *(1st entry)*
    I have unsed Windows and many flavors of Unix and I have written programs in Assembler, Fortran, Pascal, Cobol, RPG, Smalltak, Basic, PowerBuilder, Delphi, C, C++, C#, Java, and Perl, and I have been programming for over 20 years, so I do have extensive knowledge about programming.
    So I have one question for you:
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    I make my living building complex customized business software, and Windows allow me to build these applications by myself in weeks, when it would take me and a team of programmers months to do these same things in Unix because of the lack of an the Win32 API, COM, and OLE, or I would have to BUY third party libraries that did these things, and deal with the licensing, versioning, and vendor problems that go with them, and none of those third party librabries would be close to Word, Excel, and IE in CAPABILITY!
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    Anyone who thinks a Unix has more CAPABILITIES than Windows, has never used Win32API/COM/OLE/.Net, and does not build customized complex business software for a living, because we people that do are the reason that you find some much customized business desktop software for Windows, and so little for any Unix.
    I have nothing against Unix, and it is great for simple business tasked server software, but for complex business tasked desktop software Windows with Win32API/COM/OLE/.Net wins hands down!
    *(2nd Entry)*
    A System administrators view of an operating system and an application developers view are entirely different, and the Win32API/COM/OLE/.NET simply make my job so much easier, and you simply don't understand because you do not have to deal with the "dirty' details of making what a user wants, which is why your definition of "integration" and mines are totally different!
    With the spell check you talked about, how will you keep in in synch with the dictionary in Word where the user is constantly adding and removing words?
    No, you would have the user to have to maintain two different spell check dictionaries, and you would totally ignore the grammer check requirement!
    Cutting and pasting data between applications is simple integration, and not the complex type that I am talking about.
    Can you make your application display and use the MacGourmet menus appear in its own window, and to access and use the MacGourmet functionality (ie. search for a recipe) in its own window?
    Give me one example of a Unix application that can display the menus of another application, yet alone control its features!
    Of course you can't, because you need COM and OLE!
    I am quite familiar with different flavors of Unix, but those operating systems do not have the rich API and program integration features namely COM and OLE that Windows has, because it violates the Unix idea of security by process isolation!
    Yes that idea of process isolation keeps the operating system safe from malicious code in applications and from one application taking the others down, but you lose the power of programs working together, and you simply cannot build the type of customized business applications that I build by myself, without reinventing the wheel over and over and without having a large team with lots of programmers.
    For example, my customers and millions of others spend all day working in Word and Excel, and the Windows idea that I can transparently integrate my complex business applications right in Word and Excel menu, and into their templates and macros, is why third party developers like me prefer Windows over Unix, regardless of how much better security in Unix is.
    Do not get me wrong, Java improves business application development on Unix, but unfortuantely it is not feasable to rewrite ever legacy application in Java, and Java does not integrate well with other programming languages.
    I used to code business application for both IBM MVS and Sun Solaris, and I never want to go back to those "bad" old days again, once I took the time to learn how to PROPERLY code using Win32API/COM/OLE/.NET!

    At risk of feeding the troll I'll wander in here:
    NOTE: Since this is an Apple programming boards and I have limited experience programming on traditional Unix systems (and most of that in college) I will confine my answers to the area I know.
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    Note that this scenario assumes the user has Microsoft office installed. The person argues that they don't have to purchase libraries to program but what they are effectively doing is simply transferring that cost to user. I don't have to purchase libraries but everyone of my users needs to. Good for you, very good for Microsoft but bad for your customer - IMHO. OK, I know "But all Windows business users have Office installed already." When it comes free with the system then I'll retract my objection.
    Under OS X and Cocoa many of these functions are intrinsic to the system layer and do not require any applications to be installed. Using Cocoa you can write a simple Word processor that has rulers, full font manipulation (including kerning, spacing and leading), Document Save and Load, Printing, Export to PDF as well as spell-checking in under 10 lines of actual code. Adding a custom file type and icon for full system integration will add another 5 minutes to your programing.
    In case you think I'm blowing smoke here is a tutorial from 2002 (yes, this has been possible for over 5 years) outlining the 8 line Word Processor build in Cocoa. http://www.stone.com/TheCocoa_Files/What_s_sofunny.html
    And yes, Cocoa also includes Webkit so I can add full HTML rendering by dragging in a WebKit window to my user interface. For an experienced Cocoa programmer this certainly sounds like less than a day of programming - in fact it sounds like a good tutorial for a middle-experienced training day or 2 day class in Cocoa.
    I won't include the link to the 1 line web browser you can build in Cocoa using Webkit because it's shorter than the description. Feel free to search for it if you want to.
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    BUT this is all done from the stock system that is on every OS X computer not simply those with Office installed. Obviously you'd need to add some features that were more complicated than this - because any halfway decent programmer could turn this stuff out - and polish takes a while but to meet the requirements of the challenge it would take 2 days tops.
    Is every *nix programming environment like this? I don't know I can only answer for the system that I have experience with and is the concern of this board. If you really have questions regarding *nix programming then I suggest you find an appropriate board and troll^H^H^H^H^H ask there.
    If you're ever serious about programming on the Mac feel free to stop by and actually take a look at it. I think you'll be surprised.
    =Tod

  • Hi there how are you guys out there of this forum? I got a question for y'a

    Hi there how are you guys out there of this forum? I got a question for y’all
    I wanted to know how I could record different folders using iTunes
    Cause when recorded 2000 thongs on the DVD
    There were 2000 songs to go through
    So I really wanted to have had folders and then the music recorded inside them
    So I could get right to where I wanted real quickly
    Could anyone please teach me how to do that real quickly?
    Can we do it with iTunes?
    I know we can do it with Nero.

    1) Go to file, select new playlist. Creat the playlaist.
    2) Download your music into iTunes.
    NOTE: CHECK 'Recently Added' before you download your music.
    If the select boxes has a check in them, turn it off by
    holding down the 'ctrl' key and selecting one of the
    checked boxes. This shold turn off all the checks.
    It would be better to clear 'Resently Add' of all
    previous downloads, but I don't know how to do that
    yet.
    3) under 'PLAYLIST' on the right, select 'Recently Add'.
    all of your song should show there with a check in the selection
    box.
    4)Hold the shift key and select the frist (selete records name),
    then the last recorded tune. All of the recordings shouls light
    up blue.
    5) While holding the 'shift' key, drag one of the records to your new
    playlist. All of the blue highlighted song will transfer to the new
    playlist.

  • What's the model number for my HP tablet

    HP provides a type of model name near the screen of your tablet, but this name or number might not be sufficient to get proper support for your tablet. These names or numbers might represent a series of tablets that look similar but have different options and parts.
    Having the exact model number is important for software and driver downloads, product updates, helpful documents and technical support for your HP tablet.
    HP Tablets- How Do I Find My Model Number? shows you how to find that exact model number  you need, which is generally on the side of the product.
    For example,  here is where you can find the model number for the Slate 7.
    The numbers after P/N (Product Number), give you the information you are looking for.
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

    floridainiowa wrote:
    I don't have any numbers on my tablet case. Where can I find it? It should be somewhere I can find it in the screens.
    Are you typing on the tablet that you are asking about?  The Forum has already identified it as an HP TouchPad!
    Go to the Settings Tab, then Device Info.  There you will find the model number (aka "Product Number")
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • What is the model number for an ipod classic 120gb

    I keep reading about the 6th Gen and 7th Gen ipod classics...
    Its my understanding that there is no real 7th Gen ipod classic just a new 120gb storage version...
    What is the correct model number for this version and does it vary with color or other options?
    I'd like to find one for my son, but it's very confusing
    thanks in advance

    Click here for information.
    (117073)

Maybe you are looking for

  • If I move from Firewire 400 to 800 will download speed of video increase?

    Hi, I have just upgraded from a MacMini (which had firewire 400) to a new iMac which only has firewire 800. I have a 3 year old JVC digital camcorder (GR-D340EK) with ilink out and previously used a Belkin cable to connect to my Macmini. My question

  • Error While Showing Layout

    Hello All, I am trying to use the new Crystal Reports Integration For Add-Ons functionality in the latest patch levels. I have created a new report type, and than imported crystal report for this new report type. After this, in  my add-on, on the for

  • Clear_block(NO_VALIDATE) validating the record

    Hi , I am facing a issue when my code have Clear_block(NO_VALIDATE) ; After the clear_block builtin , When-validate-item of that block.item is getting fired. please help me to find why the clear_block(no_validate) is firing the WVI . WHEN-BUTTON-PRES

  • I'm using Mac OSX Tiger 10.4.11 and can't seem to find a version that is compatible

    Please help me find the correct link to download a version that will work on my Mac OSX Tiger 10.4.11. The links from the forums take me to a page that doesn't exist. Help me, I'm desperate.

  • Mat type as "SCRAP

    Hi, I have to add 1 mat type as "SCRAP". Is there any standard mat type, so that i can copy it. Uts