Breakdown details based on the cause, damage on equipemnts

Dear all
We have one requirements with users. Presently we have the Breakdown analysis report, there we can see the equipment, date, object, damage, activities, downtime hours in text.
For this presently the Input is equipment or planner group, work center , date .
But users want objects, damage, cause will be input according to this they wants to collect the data like
equipment, date, object, damage, activities, downtime hours in ouput.
Please have some idea

Hi,
You need to define customised info structure for this.Then you need to pull together all these  objects, damage, cause as characteristics into same field catalog.This will be Z field catalog and with this you need to define your customised info structure.This will append existing communication structure for reporting and used for report data updation in customised info structure.After this you need to define updating definitions to update info structure regularly.
at last you need to do statistical data set up for old data then normal data updation will happen.This is how standard SAP reports work.
Regds,
atul

Similar Messages

  • Master Recipe details\ Inspection details based on the ECR number

    HI All,
    Could you please help me in finding one FM which gives Master Recipe details\ Inspection details based on the ECR number which is created in CC31.
    In the Transaction CC31 for a given Change Number,  there is a Master Recipe and Inspection in the Objects button -> Task list . We need Master Recipe and Inspection details associated with that particular change number.
    Awaiting your response
    Thanks,
    Chetan

    HI,
    Check this FM MRTRS300_MASTER_RECIPE_READ

  • Restrict Org details based on the User in Business partner creation..

    Hi Gurus,.
    I have to assign Sales Org , DIV, Distribution Channel to the Business Partner in Sales Area data.  When I try system shows entire Org structure. But I want the Org structure should be displayed based on the user log on. Assume that, I am assigned to Shangai and creating Business partner for Shangai, the system should not show Beijing or other Org Unit since I belong to Shangai.  How to address this scenario thro standard customization?
    Is it common problem in CRM Webui(6.0 and 7.0).
    My Org Structure:
    Global
      China
         Shangai
         Beijing
       Nanjing.
    Thanks in Advance....

    Hi Denis,
       Thanks for your reply. I believe Org determination rule is applicable for Transaction types not for Account Creation. I want to get Sales area data based on login user. It shows complete Sales Area(Sales Org IDDistribution ChannelDivision) when I create an Account.. Assume that you are an employee and assigned to Newyork, when you create New Customer in Newyork, system should not show Boston, Washington Sales areas...Please throw some light on this...
    Thanks in Advance.,

  • Pl sql procedure to retrieve user details based on the input

    hi,
    I am looking for an example which will retrieve the data based on what he requests. I mean: the user types in an request_name, the procedure will check if the request_name already exists. If yes, then it will retrieve the request_name and other columns from the table R. Else it will create a new request by adding request_name and other details to the table.
    hope this is clear some1 could help me
    thanks

    If defaults are set for the request table fields and you can get by inserting only the request_name field, perhaps something like the below would work?
    T_REQUEST is the table, REQUEST_NAME is the field you mentioned. If the function finds the record, it returns it as a record. If it doesn't, it inserts a blank record with REQUEST_NAME populated:
    CREATE OR REPLACE FUNCTION REQUEST_LOOKUP
    ( V_REQUEST_NAME IN T_REQUEST.REQUEST_NAME%TYPE )
    RETURN T_REQUEST%ROWTYPE
    AS
        R_REQUEST T_REQUEST%ROWTYPE;
        CURSOR C_REQUEST IS
            SELECT *
            FROM T_REQUEST
         WHERE REQUEST_NAME = V_REQUEST_NAME;
    BEGIN
        OPEN C_REQUEST;
            IF C_REQUEST%NOTFOUND
            THEN
                INSERT INTO T_REQUEST (REQUEST_NAME)
                VALUES (V_REQUEST_NAME);
         ELSE
                FETCH C_REQUEST INTO R_REQUEST;
                RETURN R_REQUEST;
         END IF;
        CLOSE C_REQUEST;
    END REQUEST_LOOKUP;

  • How to find out the service conformation details based on service order

    Hi.
    I open the CRMD_ORDER
    In this i open a service order.
    I got all the information of that particular service order number in the CRM_ORDER_READ program.
    But i unable to find out conformation details of that particular service order.
    In CRM_ORDER_READ we have DOC_FLOW. But in that i did not find Conformation data. like Conformation number.
    Can anybody explain me regarding finding the conformation details based on the service order.
    I want service conformation number based on the service order.
    Is there any other function module to get all the details of service order with the service conformation also.
    Thank You.
    Regards,
    B. Krishna.

    Hi Krishna,
    You can get the confirmation order guid based on service order number from CRM_ORDER_READ.
    Under ET_DOC_FLOW structure where OBJTYPE_B=BUS2000117 ,OBJKEY_B=Confirmation guid.
    Then from guid you can get the confirmation number.
    Hope this resolves your querry.
    Regards,
    PePe

  • Report : Dispaly the vbrp details based on BSID Records

    Dear All,
           I have to display the Item details from VBRP based on the BSID Table. So Now I am selecting the VBRP details based on the VBELN in BSID. But For some BSID records there is no vbeln value. Then
    1 )  How can I display the item details of that records.
    2 ) Where it is stored.
    3 )  Is it something related to type 'RV' ?
    Please help me...
    Thanks in Advance..
    Regards,
    Lijo

    Dear Raj,
      That means
    if  BLART not equal 'RV'
          then threre will be no Item details for the particular record.
    Right???Please tell me.
    Regards,
    Lijo.

  • Report : To display VBRP details based on BSID Records

    Dear All,
           I have to display the Item details from VBRP based on the BSID Table. So Now I am selecting the VBRP details based on the VBELN in BSID. But For some BSID records there is no vbeln value. Then
    1 )  How can I display the item details of that records.
    2 ) Where it is stored.
    3 )  Is it something related to type 'RV' ?
    Please help me...
    Thanks in Advance..
    Regards,
    Lijo

    Dear  LIJO JOHN,
    U will get VBELN i.e Billing Document field only for "RV' document type in BSID & for all rest others u will get blank.
    Regards
    SWAPNIL

  • How to dsplay the values based on the check box?

    forms6i
    Hi to all
    the requirment the we have already master detail form.example emp details based on the dept number.in the form just only displays three coloumns per record wise(emp details).
    actually my requrment is place the check box each record and place a one button in the form.once check the particular record and click on the button open the another form
    it's displays that particular record entire emp details.any one help me...........
    Edited by: 994418 on 3 Apr, 2013 1:50 AM

    994418 wrote:
    forms6i
    Hi to all
    the requirment the we have already master detail form.example emp details based on the dept number.in the form just only displays three coloumns per record wise(emp details).
    actually my requrment is place the check box each record and place a one button in the form.once check the particular record and click on the button open the another form
    it's displays that particular record entire emp details.any one help me...........
    Edited by: 994418 on 3 Apr, 2013 1:50 AMHi,
    As you said, you emp block is tabular, i think there is no need of check box. Just add a button in that block. So there is a button for each record and associate button click display the associate record details (you said to go another form and display)
    check this Calling a form and passing a context
    Hope this helps
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • Adaptive payment details based on AppId.

    Dear All,                     We have an application where we have setup Paypal application. We have used adaptive payment and AppId in our android application. By our application one client can send payment to other client, where merchant does not come to picture. We have server setup too, we want to get the payment details based on the AppId and PayKey. It is possible ? Please let us know if any information you need. Thanks in advance. Thanks,Omprakash

    Hi,,
    you can give the the business area in t.code F-47( adv payment request ). there u find a business area & give one business area and  if u want to post another business area there is a new item tab to enter another business area then  over view  & post the document .
    u r problem get solved
    Regards,
    R.N.Reddy

  • I have an external drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. Which format do you think I should use? Will either one cause damage to the files on the hard drive?

    I have an external hard drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. I also want to be able to connect it to my TV and watch movies.
    I read up and I think I am supposed to use exFAT or FAT32? I also saw MS-DOS. Which format should I should use? Will any of them cause damage to the files on the hard drive?
    My little memory stick uses MS-DOS and it works on both mac and windows.
    Please can you just tell me a little about each and suggest which one to use.
    I know how to change it once you tell me so don't waste your time writing about changing it.

    Will any of them cause damage to the files on the hard drive?
    WARNING: FORMATTING A DRIVE ERASES IT COMPLETELY !!
    If you need to carry large files (e.g., larger than about 4GB) back and forth, you may need ExFAT. Otherwise MS-DOS works for smaller files.
    The Mac can Read, but not write Windows New Technology File System (NTFS) without an add-on program such as Paragon NTFS.

  • Is there a way one can safely remove the keys on a macbook pro lap top and clean under them without causing damage? Or is it best to just take it in for that.... say if one spilled a small amount of maple syrup? Help please.

    Is there a way to remove, clean, and safely re-affix the keys on a macbook pro without causing damage.... or is it best to let the Pro's do it?

    i would let the pros do it. ive dismantled my mbp before and its a pain with all the little parts. you basically have to remove everything from the bottom up (logic board, ram, all cables, cd drive) to get to the keyboard.
    how much junk you got under those keys? the space between the metal and keys are small, unlike a pc laptop (though most pc laptops have easier keyboards to remove) .

  • I accidentally dropped my Iphone 5s on the ground which caused damage on the corner edge of the phone.  Is there a hope this can get repaired? My phone is still within the first year warranty. I hope to hear from you. Thank you.

    I accisentally dropped my iphone on the ground causing damaged on the
    corder edge of the phone. Can this still be repaired? My phone is still within the first year warranty. I hope to hear from you. Thank you

    The standard iPhone warranty does not cover accidental damage. Apple will fix it, but they will charge the full repair cost.
    The AppleCare+ warranty for the phone, which you can buy within 30 days of the iPhone purchase, does cover two incidents of accidental damage and repairs are charged at $75 I believe.
    Your carrier warranty, if you have one, may cover accidental damage - check with them.
    Matt

  • I ordered a cover for my iphone. this cover covers the iphone both ahead and behind, and has the magnet on the upper part in such a way that the cover closes. I want to ask if the magnet can cause damage ill'iphone. thanks

    hello,I ordered a cover for my iphone. this cover covers the iphone both ahead and behind, and has the magnet on the upper part in such a way that the cover closes. I want to ask if the magnet can cause damage ill'iphone. thanks

    magnets can only harm magnetic storage not flash storage

  • The digital Aviv adapter is an extremely tight fit to iPad 2. Will it cause damage?

    The digital Av adapter is an extremely tight fit to iPad 2. Will it cause damage to the iPad port or adapter itself due to the clips on the sides of the pins?

    Since we do not have your device it hand it is hard to how tight is too tight but, generally, these adapters will loosen up over usage. You definitely do not want the adapter to be loose.

  • I Cannot get my organizer to work for Elements 13. "A problem caused the program to stop working correctly. Windows will close the program......" is the error I get. I've uninstalled and reinstalled the program and tried various other things based on the

    I Cannot get my organizer to work for Elements 13. "A problem caused the program to stop working correctly. Windows will close the program......" is the error I get. I've uninstalled and reinstalled the program and tried various other things based on the MANY other complaints with this same issue and nothing is working. How can this problem be corrected?

    Hi,
    Which operating system are you running on?
    Are you upgrading from a previous version of Photoshop elements or is this your first?
    Are you trying to load the organizer or the editor or do both fail?
    Brian

Maybe you are looking for

  • [SOLVED]wlan0 connects to wireless network, but internet does not work

    I have a Compaq Presario A900 laptop just installed Arch on it, went through the wireless Wiki and also checked this thread: http://bbs.archlinux.org/viewtopic.php?id=65467 (similar issue but I don't use any proxy). It has Broadcom card, 4311 Rev 02.

  • Logging infos

    hi@board am quite a newbie to jme development and have got the following question: Is there a certain folder on the mobile device a java mobile application posts it's logging files to (Something like a common place every vendors jme places the logfil

  • What permissions does a user require in order to call addProcessTaskInstanc

    I have a utility in our OIM admin webapp where the user can login and request a change to their password in a particular resource. This utility needs to call tcProvisioningOperationsIntf.addProcessTaskInstance(long plTaskKey, long plOrcKey) I get an

  • Imovie glitch, anyone know a fix?

    hello i make youtube montages all i use imove for is to slow motion the shots of the film when i open up imove and import my clips and about after ive made 5 slow motion edits, the box that plays your video just goes grey and nothing happens, the box

  • Why does my Officejet 4620 print pink when I try to print colored pictures?

    I have seen similar questions about this but they all say that they are trying to print BLACK/GRAY but with my situation, I am trying to print colored ones but it comes out pink. Is there any way to fix this? This is an example of an image I tried to