QM&PP, Where shall I begin?

Hello Gurus,
We've built a QM&PP implementation team.
I will join this team. 
I will be responsible for QM implementation in the future.
Could you tell me the learning paths of PP and QM (esp QM)?  Where shall I begin?
Hope you could  offer me some suggestions!
Thank you very much!
Jason

Hi Jason,
please refer the link for QM and PP , you will get detail steps with tcode
for QM 
http://help.sap.com/saphelp_46c/helpdata/en/fe/67f9979d6f11d189b60000e829fbbd/frameset.htm
for PP
http://help.sap.com/saphelp_46c/helpdata/en/51/95303ca1fa11d189ba0000e829fbbd/frameset.htm
rgds
prerna

Similar Messages

  • Where shall i save the jar file when i'm using a parser(JDOM) in jwsdp

    I'm using jwsdp These errors are coming
    when i compile.where shall i save the jdom.jar file?
    do i have to change the server.xml file in jwsdp-1_0\conf directory ?
    import org.w3c.dom.*;
    ^
    MetaBuilder.java:4: cannot resolve symbol
    symbol : class DocumentImpl
    location: package dom
    import org.apache.xerces.dom.DocumentImpl;
    ^
    MetaBuilder.java:5: cannot resolve symbol
    symbol : class DOMImplementationImpl
    location: package dom
    import org.apache.xerces.dom.DOMImplementationI
    ^
    MetaBuilder.java:6: cannot resolve symbol
    symbol : class Document
    location: package dom
    import org.w3c.dom.Document;
    ^
    MetaBuilder.java:7: cannot resolve symbol
    symbol : class OutputFormat
    location: package serialize
    import org.apache.xml.serialize.OutputFormat;
    ^
    MetaBuilder.java:8: cannot resolve symbol
    symbol : class Serializer
    location: package serialize
    import org.apache.xml.serialize.Serializer;
    ^
    MetaBuilder.java:9: cannot resolve symbol

    Hello,
    the *.jar file thing is a common problem in Java. One simple solution to the problem is by saving the *.jar file in the C:\j2sdk1.4.0\jre\lib\ext\ folder. This directory is an extension to the regular java files and by doing this, java will look in this directory if you import some other files not included in the java package. This does not work if you are using JBuilder, couse JBuilder installs its own jsdk, which is uses, probably under the JBuilder folder.
    TheLaw

  • I have an IPad and would like to sync it to my IPhone4S. Where do I begin?

    I have an IPad and would like to sync it to my IPhone 4S. Where do I begin?

    You can use iCloud to sync something's between the two devices. Stuff like contacts and calendar entries come to mind. For most content though, getting the same items on each device entails that iTunes on a computer be used to store the content and then syncing each device to the computer running iTunes.

  • I want to learn how to create an app.  Where do I begin?

    I want to learn how to create an app.  Where do I begin?

    Have a look at these pages:
    https://developer.apple.com/ipad/sdk/
    https://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhone1 01/Articles/00_Introduction.html

  • Where shall i place  a file like libeftapi.so.1.1.8  on LINUX OS?

    I have here a file , i think a library to be used by a demo program of a supplier providing serial interface api that will run on Linux. e.g. libeftapi.so.1.1.3 . Where shall I place this on Linux system??? what subdirectory? Or shall i place it in my JDK1.4\lib director(ies)? i have tried copying this file to different subdirectories in linux but still arrive at the same RUN-TIME error...
    like t his
    java.lang.UnsatisfiedLinkError: no eftapijava in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at EftposPlusExpress.Interface.EFTAPINativeAdapter.<clinit>(EFTAPINativeAdapter.java:35)
         at EftdDemo.POSDemo.this_componentShown(POSDemo.java:584)
         at EftdDemo.POSDemo_this_componentAdapter.componentShown(POSDemo.java:655)
         at java.awt.Component.processComponentEvent(Component.java:4964)
         at java.awt.Component.processEvent(Component.java:4912)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Window.processEvent(Window.java:1092)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    java.lang.NullPointerException
         at EftdDemo.POSDemo.this_windowClosing(POSDemo.java:624)
         at EftdDemo.POSDemo_this_windowAdapter.windowClosing(POSDemo.java:732)
         at java.awt.Window.processWindowEvent(Window.java:1121)
         at javax.swing.JFrame.processWindowEvent(JFrame.java:266)
         at java.awt.Window.processEvent(Window.java:1079)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    What shall i do?
    Help , anyone??
    Thanks

    Hello,
    it is a shared library...
    Look in a file like: /etc/ld.so.conf and placeit
    in
    one of the direcories...
    f.e: /usr/local/libthanks i got it. i've placed them at Jbuilder/lib
    subdir.
    it worked... thnxbut another problem is that when i my jar file in
    linux shell (out of jbuilder ide), it produces the
    same run time error.. please help againmy jar file wont run in the linux terminal.
    but i runs in jbuilderX, what shall i do???

  • Where do I begin to create my website using this G5 and Pages '08?

    Where do I begin to create my website using this G5 and Pages '08? I don't even know where to start...
    I made a temporoary website on wordpress with my pc -- now I want to see what is possible with this G5 and Pages '08 by bro gave me.

    The current version is iLife '11. iWeb is up to v4 and I think has been out since 2007.
    There is no iLife folder, the applications are loose within the Applications folder.
    You can purchase a boxed version of iLife from Apple or an Apple reseller.
    The Mac App store does not offer iWeb and you would need OSX 10.6.6 to use the App Store.
    If you began your website using WordPress, why not continue to use it, it does not matter what system you are on, Windows, Mac or Linux, WordPress is web based.
    Peter

  • I would like to update a 2008 I mac , where do I begin

    I would like to update my IMac 2008.  Where do I begin?

    Sure. First purchase the Snow Leopard DVD from Apple's Online Store. Upgrade your system to Snow Leopard then download the Mac OS X 10.6.8 Update Combo v1.1 updater and install it. You can now open the App Store application, sign into the App Store with your Apple ID to purchase and download Lion. With Lion installed you can now use iCloud.
    Apple IDs and iCloud
    Before you install Snow Leopard please see the following:
    How to Install OS X Updates Successfully
    A. Repair the Hard Drive and Permissions:
    Boot from your current OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally. 
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    B. Make a Bootable Backup Using Restore Option of Disk Utility:
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    C. Important: Please read before installing:
    If you have a FireWire hard drive connected, disconnect it before installing the update unless you will boot from this drive and install the update on it. Reconnect it and turn it back on after installation is complete and you've restarted.
    You may experience unexpected results if you have installed third-party system software modifications, or if you have modified the operating system through other means. (This does not apply to normal application software installation.)
    The installation process should not be interrupted. If a power outage or other interruption occurs during installation, use the standalone installer (see below) from Apple Downloads to update.  While the installation is in progress do not use the computer.
    D. To upgrade:
    Purchase the Snow Leopard Retail DVD.
    Boot From The OS X Installer Disc:
    Insert OS X Installer Disc into the optical drive.
    Restart the computer.
    Immediately after the chime press and hold down the "C" key.
    Release the key when the spinning gear below the dark gray Apple logo appears.
    Wait for installer to finish loading.
    E. If updating:
    Download and install update(s) 
    Use Software Update, or
    Download standalone updater(s).

  • I have a great idea for an i product, would interface with all i's out there. Where do I begin?

    I have a great idea for a new "i" product, this would work with all "i's" out there where do I begin?

    You may want to read this before you go any further...
    http://www.apple.com/legal/policies/ideas.html

  • Hello I really want to start developing apps but have no knowledge of development I know it's one of those things you have to start somewhere and build on it but can someone point me in the right direction of where I should begin such as books etc

    Hello I really want to start developing apps but have no knowledge of development I know it's one of those things you have to start somewhere and build on it but can someone point me in the right direction of where I should begin such as books etc

    iOS or Mac apps?
    Have you paid the fee to sign up as a developer yet?
    Ken

  • I want to be an apple tech, where do I begin?

    "Sometimes to take a major step foward, you have to completely change direction."
    I have a MA in counseling, yet i'm not satisfied with my career.  I've loved Macs since highschool (in college I switched to Windows), but have only limited computer knowledge.  That being said, I've always enjoyed working on computers (taking them apart, building custom units and such).
    I want to work on Apple computers, maybe doing repairs. Where would I begin?

    This is the actual link >  Apple - Jobs at Apple (us)
    If there's an Apple Mac User's group nearby, you can drop in on a meeting without membership and ask for advice there.
    Apple - User Groups

  • Where shall I connect a backup drive - ATA 33 or 66?

    Hello there,
    For the sake of performance (as I would like to believe), I only connect one (1) drive to each controller. My boot drive (system and applications) is connected to a Firmtek SATA PCI card, my documents drive to the ATA100 controller, and my DVD drives are both connected to the ATA66 controller (needed for 16X burning speed; at least in my system with my Pioneer burners).
    So where shall I connect my backup drive? My options are as follows:
    1. use the available ATA33 controller or
    2. use a spare Sonnet ATA66 PCI card
    Keep in mind that this drive will simply be used for copying files into it. I do have BIG movie and DVD files that need backup from time to time. I the ATA33 significantly slower that its 66 counterpart?
    Thanks a lot and may you have a good one,
    Jacobo

    Just to let you know I had the same problem.
    MSI K7N2 Delta ILSR Mobo
    AMD Barton 2700XP Processor
    1GB RAM
    40gb Seagate Barracuda ATA drive on IDE 1 with W2K on it.
    Sony DVD burner on IDE1 (slave)
    Yamaha CD burner CRW3200 on IDE 2 (master)
    Sony DVD-ROM on IDE2 (slave)
    only one 160GB Seagate Barracuda SATA
    Since plugging the SATA drive (recognized), the explorer was experiencing freeze states and I couldn't do anything else than rebooting the PC. I updated the Promise SATA software using Live Update and after the reboot, the system would continuously reboot when W2K was loaded and it was opening the profile.
    Rebooted in safe mode and removed the promise SATA raid utility and now it's OK. Will wait and see if it happens again. Will let you know.
    No raid setup anyway. Used the auto array setup using CTRL+F and that was it.

  • MSVCR80.dll was not found! Where do I find it? Where shall I put it? Shall I install it in a special way?

    MSVCR80.dll was not found! Where do I find it? Where shall I put it? Shall I install it in a special way?

    Hi erikbikeon,
    Thanks for visiting Apple Support Communities.
    If you are receiving errors in Windows when using or reinstalling iTunes, I recommend completely removing and reinstalling the software using the instructions in this article:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    This process should not affect any music or content on your computer, but you may want to
    back up your iTunes library by copying to an external hard drive.
    When reinstalling iTunes (step 3 in the article above), be sure that you are logged in to your computer as an Administrator:
    Make sure you have an administrator account.
    To install iTunes or QuickTime, you need to log in as an administrator on the computer. If you're not sure you have an administrator account, you may find this Microsoft article helpful: Windows 7: How do I log on as an administrator?You can refer to the Help documentation from Microsoft, contact your IT department, or visit support.microsoft.com for more information.
    From:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Best Regards,
    Jeremy

  • IMac Client Reports "Bluing" Of Windows. Where Do I Begin?

    Dear Friends
    I have a client who just bought a 24" iMac. I set up his iMac for him by transferring his files from his iMac G5 to the new machine with Apple's Migration Assistant. I then ran approximately 400MB's worth of updates, including the firmware update, which I successfully applied (at least according to the machine after the subsequent reboots).
    My client, a very experienced and long-time Mac user with a PhD is business administration, reports:
    This new computer is really, really strange. Many things that I
    open (iTunes, Entourage for example), will turn baby blue and
    show the name of the app in grey. I have to click again to do
    anything. Sometimes I'm not fast enough and it turns blue again.
    After I sent the previous e-mail, I was trying to delete some
    other older e-mail. The background picture kept "flashing"
    light and dark. Then when I clicked again on Entourage, it went
    light blue. It took two more clicks before I could highlight
    the e-mails that I wanted to dump.
    However, when editing an image after each change I made, the
    image would turn blue and show it's name. During that time I
    could do nothing. Sometimes I was fast enough to click the blue
    away and do some more with the eraser before it turn blue
    again; sometimes it would come back before I could make another
    change. (The blue is transparent, so I could still see the
    scanned image.)
    The same thing occurred in iTunes when I was creating a file to
    burn for my daughter. Sometimes I was fast enough to move two
    items and sometimes not.
    I can't think of where to begin to help my client. Any suggestions are very, very welcome!
    24" iMac   Mac OS X (10.4.8)  

    I can't offer a solution, but I've seen the situation you're describing. I've had it happen to my 17" core duo iMac several times. It's usually associated with dragging a file between windows. I've wondered if OS X has some kind of gesture recognition built in. I remember reading something about it in an application manual but I don't recall the context.
    Charles Bandla
    17" iMac Intel core duo   Mac OS X (10.4.7)   1 gb ram/Garageband 3/Firewire Solo

  • I Want to make an app.. but i dont know how to write code or use Xcode... where I can begin?

    Hey!
         I just graduate from high school.. im gonna study Computer Enginnering. Im working for my family and they need an app that works like iBook. We have the eBooks and then they want me to do an app where they can sell the eBooks and read them. I have Xcode, but I dont know how to write codes or where to begin in all of this. I want to make the app first for iPad but if it can be for both iPad and iPhone better. I just want recommendation and help. Please and Thanks!! 

    hello i hope your having a good day but can you reply to me if you got the codes to make an app because i want to make an app too  thanks

  • Where should I begin? Not Technical really.

    I maintain a website for a company that creates popUp displays for trade shows. Here is a link http://www.displaystar.com. I am pretty advanced in Flash and AS3, so I'm planning to make a utility for visitors to the website where they can take their picture(logo) and choose a few options and this will generate a render of what their display could look like.
    I'm not sure even where to begin with distorting an image to fit a wave style display. We make renders often with maya, but we don't need flash to look THAT good, just an idea so people don't keep making basic mistakes like making their text unreadable. Our designers would appreciate it and I think it was be a fun project. Can anyone give me some advice on using 3d or distorting images in Flash. I just want to put flat designs and dynamically slap them on these fabric displays! :-) thanks for any help!
    If you go to Gallery on displaystar.com you will get an idea of what I'm talking about.

    the displacementmapfilter is very flexible.  it's not easy to understand for most people, however so you may want to sacrifice flexibility for something simpler to use like the distordimage class.

Maybe you are looking for

  • I want to make certain rows of a JTable unclicktable

    I am woring with a JTable that I have placed on a JPanel. The JPanel that the table is in is big enought to display a table with 8 rows. The tables are dynamic and fill up according to the users actions when they click on another table. The problem i

  • Maps in Ipad mini wifi version

    Does Ipad mini have Maps or not?......Expecting a Quick reply...its emergency!!!!

  • Ssh install on solaris core group installation - startup scripts?

    hi all, i have a fresh "core group" installation of solaris 11/06 now up and running. I have added the following pkg to get ssh running. bash-3.00# pkginfo |grep ssh system SUNWsshcu SSH Common, (Usr) system SUNWsshdr SSH Server, (Root) system SUNWss

  • How to open a port on firewall

    I have a RV110W firewall installed. Now behind this firewall there is a server running. I need to access this server from outside of the store through a specific TCP port. Physical connection from outside to the server is like this. Outside -> Router

  • Taking a picture of my screen to post on discussion board

    I'm having trouble with strange things happening to my screen on my iMac. The video sometimes goes haywire but it's hard to describe in this forum. Is there anyway I can get a screen shot of my screen to post into these message boxes? I've seen peopl