In one screen all the Maintenance Process Option

Hi Friends
The Customer required the maintenance Process like thier Logbook , whcih has Employess, shift , Timings, Operationos, Consumables, Breakdown, Next communications in One screen.
Looking into this i could go for notifications for technical issues (IW21), IW31 for Order and IW42 for completion. Out of these there is no HR management to record the employees data.Let me know how could i combine these all t codes in one screen.
Thier log book visualising the total consumables and its cost..With out the BW module iam not able to provide the reports of breakdown in analysis(graphs) . I cant do the SMS after notification without the Workflow. Is SMS possible by ABAP programme+s014 t code? another thing is without HR management how could i work for employees data what the way charecteristics help? The option of making shift is huge task. We tried and added thro exit at Order screen. But its not pretty
I hope your suggestion makes me some comfort

Please cross-reference your posts: http://www.sapfans.com/forums/viewtopic.php?f=7&t=329934

Similar Messages

  • When I try and print a web page in the print screen ALL the Print Frame options are greyed out. It won't let me print a page as I see it. I need to pring a page as is. How do I do it in the new 8.0??

    I go to print and try to select the radio button to print all frames, but It's not working

    The '''Print Frames''' options are greyed out unless the web page is made with Frames. I-Frames don't work the same.
    Check out this '''''frames test page''''' - http://www.draac.com/framestest.html <br />Is the '''Print Frames''' part of the print dialog box active?
    As far as printing a page as you see it, many web pages use '''print.css''' files for print-media. The print.css specifies exactly what is to be sent to the printer and it can control the formatting of the printed page.

  • I have a 1st gen ipad. Want to play Candy Crush. Installed app from app store. I hit play now, I see the board then the pad goes back to the start screen (the one with all the apps displayed). Do I need additional apps to run? Thanks.

    I have a 1st generation iPad. Want to play Candy Crush Saga. Installed app from Apple Store. When I tap on the app, I wait a long time while it reads "loading" then I hit "play", I see the board then the ipad goes back to the ipad start screen (the one with all the apps displayed). Is there some additional program I need to play this type of game. I know that space is not an issue as I have very little stored. Thanks.
    Just found my answer. Worked perfectly. Instructions very clear.

    try uninstalling the app and reinstalling it. u shouldnt need to install anything else but the app itself to get it running. if that doesnt work then update ur software and see if that works.

  • Is there a Thunderbird manual? I'm trying to understand all the View/Threads options.

    I'm learning Thunderbird, hoping to adopt it as my mail client (can't keep Eudora afloat any more). The forums are not efficient for learning it. Right now I'm trying to understand all the View/Threads options, but tomorrow it will be something else.

    Thanks, those are helpful. The first one doesn't explain threads options but it led me to https://github.com/protz/GMail-Conversation-View/wiki/What-is-threading, which told me to do View > Sort by > Threaded (I had only tried View > Threads > ...). It also explains threading by message ID, whereas Eudora seems to do it only by subject line.
    Neither reference explains the options under View > Threads > ... but I'll figure it out by trial & error.
    The second reference led to http://www.nidelven-it.no/documentation/thunderbird/introduction-to-thunderbird, which also looks helpful.

  • Traversing from one screen to the previous one using back button

    Hi all,
            I am new to the forum and want the help of the experts over ther for this doubt i encountered. I want to know how we can traverse from one screen to the  previous one using the back button. Like if presently i am in 4th screen if i want to go back directly to the 2nd one then how to do that.
            Kindly help me by clarifying this doubt.
    Thanks

    Hi Jana,
    If u r using the screen painter then u need to create  a button and in status there.code as set pf-status.
    case sy-ucomm.
    when 'back'.
    leave to screen <screen number> here if u want to go to the other screen i.e to screen 200 ffrm 400 then u can code it as
    leave to screen 400.
    or else code it as
    if screen = '200'.
    leave to screen 400.
    try this eg it might work ..
    regards,
    sana.
    reward points for helpful answers.

  • N95 DEAD NOKIA LOGO ON SCREEN ALL THE TIME

    TRIED TO up date MY N95 FROM V12 TO LATEST. hard PHONE IN GENERAL PROFILE.. PHONE WENT OFF ON IT OWN @10%.. JUST LEFT WITH NOKIA LOGO ON SCREEN ALL THE TIME I WHEN PUT IT BACK ON?

    Phones switch on and off during the update, this is normal.
    Depending how far it got before stopping, you might be able to recover it: switch off, hold the green call key, asterisk key and 3 key down with the fingers of one hand, and use the other hand to switch the phone on - keep the three keys pressed untul the Nokia handshake is finished.
    If you are lucky, this will reformat the phone and restart it. Otherwise, you have to got to Nokia service point - if you still have warranty, problems caused by NSU can be fixed free.

  • Filter table not screening all the name of customers

    Hello,
    Filter tabel not screening all the name of the customers.During filter of the Open Sales Order report.
    Please reply me ASAP
    Thanks & Regard's
    Amit Tyagi

    Hello Amit,
    I think this is the same scenario described in Note 1120578. It's an application error fixed in PL 38 (2005B) and PL43 (2005A, SP01).
    Regards,
    Lorna

  • How to move apps from one screen to the next?

    In order to organize a bit the screens after installing several apps, how can we move them from one screen to the next?
    I've found it possible to place them in the lower bar and then replace them into the required screen but that's very slow...
    Any other way?
    Also, is it possible to place the apps where we want and not get them automatically reorganized (blanks filled)?
    Thanks,

    Sorry I guess the correct terminology would be 'virtual desktops'.
    You pass from one virtual desktop to another swiping left or right on the phone.
    I would like to switch conveniently an app (icon) from one virtual desktop to another.

  • Can I get a List of all the running processes in the system using java ?

    I want a complete list of all the Running processes currently in the system.
    List of running processes is like, in MS Window environment while we presses ctrl + alt + del and we get a small window containing a list of all the running processes currently in system.
    I hope somebody have done the same and will help me.
    thanx.

    Here is the sample code to get All running process in your system .
    Its in C++.And you have use JNI to use this code.
    For complete project goto
    http://www.mindcracker.com/mindcracker/c_cafe/winapi/protracker.asp
    typedef BOOL (WINAPI * PFNENUMPROCESSES)(
    DWORD * lpidProcess,
    DWORD cb,
    DWORD * cbNeeded
    typedef BOOL (WINAPI * PFNENUMPROCESSMODULES)(
    HANDLE hProcess,
    HMODULE *lphModule,
    DWORD cb,
    LPDWORD lpcbNeeded
    typedef DWORD (WINAPI * PFNGETMODULEFILENAMEEXA)(
    HANDLE hProcess,
    HMODULE hModule,
    LPSTR lpFilename,
    DWORD nSize
    //unsigned int i;
    static HMODULE hModPSAPI = 0;
    static PFNENUMPROCESSES EnumProcesses = 0;
    static PFNENUMPROCESSMODULES EnumProcessModules = 0;
    static PFNGETMODULEFILENAMEEXA GetModuleFileNameExA = 0;
    if ( !hModPSAPI )
    hModPSAPI = LoadLibrary( "PSAPI.DLL" );
    if ( !hModPSAPI )
    return FALSE ;
    EnumProcesses = (PFNENUMPROCESSES)
    GetProcAddress( hModPSAPI,"EnumProcesses" );
    EnumProcessModules = (PFNENUMPROCESSMODULES)
    GetProcAddress( hModPSAPI, "EnumProcessModules" );
    GetModuleFileNameExA = (PFNGETMODULEFILENAMEEXA)
    GetProcAddress( hModPSAPI, "GetModuleFileNameExA" );
    if ( !EnumProcesses
    || !EnumProcessModules
    || !GetModuleFileNameExA )
    return FALSE;
    LV_ITEM lvi;
    CString str, str1;
    if ( !EnumProcesses( aProcesses, sizeof(aProcesses), &cbNeeded ) )
    return FALSE;
    cProcesses = cbNeeded / sizeof(DWORD);
    char szProcessName[MAX_PATH] = "unknown";
    for ( int i = 0; i < cProcesses; i++ )
    HANDLE hProcess = OpenProcess( PROCESS_QUERY_INFORMATION |
    PROCESS_VM_READ, FALSE, aProcesses);
    if ( hProcess )
    HMODULE hMod;
    DWORD cbNeeded;
    if ( EnumProcessModules( hProcess, &hMod, sizeof(hMod), &cbNeeded) )
    GetModuleFileNameExA( hProcess, hMod, szProcessName,
    sizeof(szProcessName) );
    str = szProcessName ;
    str1.Format(": %d ", hProcess );
    str += str1 ;
    m_list.AddString ( str );
    UpdateData(TRUE );
    CloseHandle( hProcess );

  • I have hp laptop dv9009us one day all the USB ports and webcam camera stopped working

    I have hp laptop dv9009us one day all the USB ports and webcam camera stopped working, I had windows XP and tried all solutions posted on online forums didn’t work, I upgraded to windows 7 and still not working, please note that the USB is detected in device manger and it says working properly but he webcam is not detected at all, also when I connect any device to USB it gives it power and I even can charge my cell phone but it doesn’t detect any device. Is there any genius out there that can help me?
    Also after I installed windows 7 I went o system information----software environment--- system drivers, and I found all USB drivers stopped by the way this was the case in windows XP as well
    usbccgp            Microsoft USB Generic Parent Driver   c:\windows\system32\drivers\usbccgp.sys         Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbcir   eHome Infrared Receiver (USBCIR)    c:\windows\system32\drivers\usbcir.sys Kernel Driver   No       Manual            Stopped           OK      Normal No       No
    usbehci Microsoft USB 2.0 Enhanced Host Controller Miniport Driver  c:\windows\system32\drivers\usbehci.sys            Kernel Driver   No       Manual Stopped           OK      Normal No       No
    usbfilter            AMD USB Filter Driver           c:\windows\system32\drivers\usbfilter.sys          Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbfltr   Razer Copperhead Driver         c:\windows\system32\drivers\copperhd.sys       Kernel Driver   No       Manual            Stopped           OK      Ignore  No       No
    usbhub Microsoft USB Standard Hub Driver    c:\windows\system32\drivers\usbhub.sys           Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbohci Microsoft USB Open Host Controller Miniport Driver  c:\windows\system32\drivers\usbohci.sys          Kernel Driver   No       Manual Stopped           OK      Normal No       No
    usbprint            Microsoft USB PRINTER Class           c:\windows\system32\drivers\usbprint.sys          Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbstor USB Mass Storage Driver        c:\windows\system32\drivers\usbstor.sys           Kernel Driver   No       Manual            Stopped           OK      Normal No       No
    usbuhci Microsoft USB Universal Host Controller Miniport Driver         c:\windows\system32\drivers\usbuhci.sys            Kernel Driver   No       Manual Stopped           OK      Normal No       No
    uwbusb            UWB Bus Control USB-Miniport Driver          c:\windows\system32\drivers\usbuwbmini.sys    Kernel Driver   No       Manual Stopped           OK      Normal No       No

    Did you ever get this resolved? I am having the same problem and have tried just about everything for my dv9000.

  • Why in Ai CC 2014, when I use a pathfinder tool on two objects, their anchor points snap slightly off from where they were? I'm looking under all the snap to options under VIEW & cannot find the culprit. Please help!

    Why in Ai CC 2014, when I use a pathfinder tool on two objects, their anchor points snap slightly off from where they were? I'm looking under all the snap to options under VIEW & cannot find the culprit. Please help!

    You're welcome.
    There are a couple of issues connected to it:
    http://www.vektorgarten.de/problems-align-to-pixel-grid.html
    I don't think that list is complete

  • I have a "Shared Link" panel on my screen all the time.  How. An I get rid of it?

    AAnnoying panel on screen all the time.

    Do you mean like the shard links in the screenshot ? If so tap the book on the left for Bookmarks and the solid blue Bookmark icon to close.

  • HT2490 How do I make the top tab bar stay on the screen all the time

    How do I make the top bar stay on the screen all the time?

    "Top tab bar"?
    The top of the screen is where the applications menus appear on the left and system icons (time, volume. etc) appear on the right side.
    This entire area is "covered over" when you enter into "Full Screen" mode. You can expose it while still in full screen by moving your cursor over the area.

  • Black &white stripes on the screen all the time

    Hi, I have iphone 5 white 64gb A1429, and beginning using February, and today(23.06.2013), in the morning, I saw on my iphone black & white strips on the screen, all the time in start, work, shut down, but with all sound(ringtone, sound of unlock). I created back up iphone, and restored it, without recovery and it’s problem saved. What I can doing? I have warranty, but on body have chipped.
    I'm sorry for my English

    Hello Jean
    Try out the steps in the article below to troubleshoot your iPad to get passed the screen that you are seeing.
    iPad: Basic troubleshooting
    http://support.apple.com/kb/ts3274
    Regards,
    -Norm G

  • Can iPod Shuffle repeat one song all the time?

    Hi,
    Just like the title, is iPod Shuffle able to repeat one song all the time?
    Thanks,

    If is the only song on the shuffle, yes. Otherwise, I believe not.
    (Personal Experience - First Generation iPod Shuffle

Maybe you are looking for