Fitering a maintenance call

Hi guys!
I have a maintenance call and I want to show it, like as with SM30, but only for some records.  I have a program that call it with VIEW_MAINTENANCE_CALL function.  I guess this function may have some parameter to filter the selection or may be there are other function on same function group to do it.
Does anybody knows how to do it?
Thanks!

Thanks guys!  It woks!
But I had a problem with ranges.  I tried something like this:
  it_sellist-viewfield = 'COBRADOR'.
  it_sellist-operator  = 'GE'.
  it_sellist-value     = '010'.
  APPEND it_sellist.
  it_sellist-operator  = 'LT'.
  it_sellist-value     = '020'.
  APPEND it_sellist.
And it doesn't work.  After that I realized that it needed an AND condition connector.  Like this:
  it_sellist-viewfield = 'COBRADOR'.
  it_sellist-and_or    = 'AND'.
  it_sellist-operator  = 'GE'.    " Rango inferior
  it_sellist-value     = '010'.
  APPEND it_sellist.
  it_sellist-operator  = 'LT'.    " Rango superior
  it_sellist-value     = '020'.
  APPEND it_sellist.
And it works fine!  And for hide "edit" button I've used:
  it_excl-function     = 'AEND'.
  APPEND it_excl.
And then:
  CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
    EXPORTING
      action                      = 's'
*                                  "u = update, t = transport, s = show
      view_name                   = 'ZTFI_COMIS_ZONA'
   TABLES
     dba_sellist                  = it_sellist
     EXCL_CUA_FUNCT               = it_excl
May this can be useful for other people.
Thanks again!

Similar Messages

  • Maintenance call

    hi there,
    I got many time call from  *** Missed call from ONLINE HELP - PERFORM SYSTEM MAINTENANCE!  . *** they ask me to go to address site. What is that mean?? Is there something wrong with mine??? As far I know, mine allright. Can anyone advise, pls?? a millions thanks.

    Please follow the instructions on the answer here: http://community.skype.com/t5/Security-Privacy-Trust-and/Fraud-scams-MAINTENANCE-URGENT-SYSTEM-NOTIC...
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Maintenance Call Date Change Tracking

    How to track the automatically changed call dates of maintenance plans in SAP PM??

    Hi,
    Could you please some details?
    If you need to review if the maintenance plan was reschedule you can use transcation IP19
    Best regards
    Carlos Gonzalez

  • I got a "System Notice Online MainTENANCE" call

    [10:30:24 PM] *** Call from SYSTEM NOTICE™ ONLINE MAINTENANCE, duration 01:48. ***
    This call gave me a website to go to, stating that something in my computer wasn't safe, i went to the side but didnt click on anything and it said that a back door and what not was opened, and a few other things as if it had scanned my computer. However I went and used my own two scanners and nothing showed up. Why would I get a call like that on Skype stating such actions had taken place on my computer when in fact it had not? I would like to know if this call had come from Skype or an outside source.

    Courtesy of g4pilut, this is a phishing attempt: http://community.skype.com/t5/General-Discussion/System-Notice-Online-Maintenance/m-p/589951#M17145
    Courtesy of VooDooDoll, please see this thread: http://community.skype.com/t5/General-Discussion/Strange-calls-From-ONLINE-NOTICE/m-p/454753#M11969
    ... which includes this thread of helpful information ... http://community.skype.com/t5/Security-Privacy-Trust-and/How-to-Handle-Suspicious-Calls-Messages-and...
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Reversal of a maint. order which was released through a maintenance plan?

    Hi All,
    Is there a way to do reversal of a maintenance order that was released through a maintenance plan?
    Because I do not want to process the order; as such I would like to put a reversal indicator for that order and go ahead with the next order that was called through a maintenance plan.
    If YES, kindly let me know how to do it?
    Many thanks in advance.
    Kannan J

    Hi Thyagarajan, Thanks for the response!
    When I want to skip the maintenance call object that was generated through a plan, the system gives me the following message.
    "CALL CAN NO LONGER BE SKIPPED"
    When I press for further help, system gives me the following message:
    "Call can no longer be skipped
    Message no. IP405
    Diagnosis
    You have tried to skip a date that has already been called.
    System Response
    Since maintenance call objects, for example, maintenance orders, already exist for the dates that have been called, you can no longer skip a date within the scheduling process.
    Procedure
    If you do not want to perform the maintenance call objects due on that date, you must reverse the orders that have been called.
    You can select the maintenance call objects that have been called using the list editing functions in maintenance processing."
    Which means there should be a way to reverse the order, isn't it?
    May be with this message you may be able to throw some help on this.
    Many thanks in advance
    Kannan J

  • For new entries pass input screen values to PBO of maintenance view

    For maintaining Z table using a customized program with selection screen and FM   'VIEW_MAINTENANCE_CALL' is called . Its working fine for selecting existing entries as per selection screen values. In case if there is no entry found as per input values the maintenance screen comes blank with "No entries found that match selection criteria".
    Instead of this want to pass input screen values on maintenance view if no entry is found thru PBO selection screen. The total & extract tables are empty. No suitable event is found. How this can be done.
    Thanks
    pt

    You could try in a first step to read database to check existence :
    CALL FUNCTION 'VIEW_GET_DATA'
      EXPORTING
        view_name   = 'ZXXXX'
      TABLES
        dba_sellist = it_sellist
        data        = data
      EXCEPTIONS
        OTHERS      = 1.
    If data found, call the view maintenance
    CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
      EXPORTING
        action      = 'U'
        view_name   = 'ZXXXX'
      TABLES
        dba_sellist = it_sellist.
    else create one new record providing required value in a work area
      CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY'
        EXPORTING
          action               = 'INS'
          view_name            = 'ZXXXX'
          insert_key_not_fixed = ' ' " if full key provided
          no_transport         = 'X'
        TABLES
          dba_sellist          = it_sellist
        CHANGING
          entry                = wa_zxxxx
        EXCEPTIONS
          OTHERS               = 1.
    Regards,
    Raymond

  • BAPI for Maintenance Plan Scheduling with EHP5

    Hello.
    In documentation for LOG_EAM_CI_4 mentioned that: [API functions have been developed for the scheduling of maintenance plans. These APIs provide the same functions as transaction IP10: the creation of maintenance calls or the changing of existing maintenance calls|http://help.sap.com/erp2005_ehp_05/helpdata/EN/33/46AC67364447A3BA2F4EFA65B8C014/frameset.htm].
    We have activated EHP5 and all LOG_EAM_CI* business functions in our system, but still can't find this "magic" BAPI.
    Does anybody know its name?
    BR,
    Pavel
    Edited by: Pavel Nedvijaev on Nov 7, 2011 5:37 PM

    Maheswaran.K thanks for your reply, but as i wrote above we have activated all LOG_EAM_CI* including LOG_EAM_CI_3.
    Version of software components SAP_APPL, EA-APPL is 605 as it needed.

  • Difference in Maintenance Plan date to Order basic start date

    If i creat a strategy plan and schedule, i am getting difference in PLan date in Maint plan to Basic start date. What is making this difference. How to overcome this. I need Order start date same as PLan date.
    Plz help me frnds.
    Guruprasad

    hi
    can you explain in details with your maintenance plan with the dates.Normally your call date and plan date will be different becase of call horizon ,but the order basic start date and plan date will be equal only
    kindly revert back
    regards
    thyagarajan
    your order basic date will be when you have maintenance call is generated.kindly check
    Edited by: thyagarajan krishnamurthy on Feb 25, 2009 9:46 AM

  • SM30 / View Maintainance Call problem with Position button

    We are having an issue with the position button on Tcode SM30 and Function View Maintenance Call. When we press the position button and try to enter a material number (matnr element, with links to the correct databases) and then click on ok, it doesn't found materials that we know are on the Ztable.
    Experimenting, I found that entering the complete number with all the leading zeroes finds the correct item, so my guess is that the Position button doesn't use the conversion alpha exit. A test with a Ztable where the made up code fills up the entire code space shows it finds the data correctly, so it seems that completion is the issue, reinforcing the idea that the conversion alpha exit (wich is correctly associated to the matnr domain) is not working in positioning.
    Any pointers or ideas will be appreciated.

    Hi
    Use this function modules for the material number
    CONVERSION_EXIT_ALPHA_input
    CONVERSION_EXIT_ALPHA_output
    I think it will work..find in debug wat value s coming

  • Maintenance order teco?

    hi
    when my maintenance order is in status TECO it allows me to do service entry sheet.But according
    to my view it should not allow in standard sap.It is because service entry sheet is technical acceptance
    by maintenance people.So  you complete the service entry sheet and make the order TECO.Please
    explain me in detail.
                                                                                    regards
                                                                                    sanjay

    You use the technical completion of an order to define the following information for the order:
    u2022     The order obtains the status Technically completed. The order is marked as complete for Plant Maintenance.
    u2022     Now you can only make the following changes:
    o     Lock and unlock the order
    o     Set the deletion flag
    o     Post goods receipts for the order
    u2022     You can still enter confirmations for a technically completed order. In order to prevent this, you must create a user status that does not permit confirmations.
    u2022     The storage location and account assignment data entered for the order are fixed and can no longer be changed. However, the order can still receive costs, for example, through incoming invoices for materials delivered and used.
    If no settlement rule has yet been maintained for the order, the system creates one automatically. If missing data makes this impossible, the system takes you to the screen for maintaining the settlement rule.
    u2022     All the existing purchase requisitions for the order are flagged for deletion.
    u2022     All the existing reservations for the order are cleared.
    u2022     All outstanding capacities which have been scheduled for the order are cleared.
    u2022     All the notifications for the order are also completed, unless prevented for one of the following reasons:
    o     The Complete notifications indicator was not set in the Complete dialog box.
    o     One or more tasks have not been completed.
    o     A user status in the notification prevents it from been completed.
    u2022     If the order was created using a maintenance plan, the date of the technical completion will be used for the further Scheduling of the Maintenance Plan.
    You can make changes to the maintenance process procedure when completing orders. You can, for example, prevent all users that are allowed to complete orders and notifications from using this data simultaneously to change the scheduling of maintenance plans. For more information, see Separate Completion of Maintenance Call Dates
    - Pithan

  • Report to see Maintenance Plans which are nearing due

    Dear Gurus,
    Is there a transaction or report which can see Maintenance Plans which are having Maintenance calls which are nearing due date?
    Please help advise.  Thanks,

    Hi,
    You can use IP24 (scheduling Overview). Instead of entering no of days you can enter the the scheduling start date.
    for example today is 21.02.2011.You want to see the schedules due till 28.02.2011
    Enter the schedule start date From 21.02.2011 to 28.02.2011. If there are pending jobs which also should be included either leave the from date blank or give the date from which pending jobs also to be listed.
    From the out put of IP24 you can see The plan , item , description ofitem/plan , Start date , End date ,completion date etc. also order number/notification number.
    IP19 can be used for simulating and viewing  plan date beyond the scheduling period you have given for each plans.
    Regards
    Kannan G

  • Service products for Maintenance Plan

    Hi All,
    Is it possible to Create maintenance plan from a a Service product  - Contract Line item(VA41)? I have come across the Tcode OISF but do not know how to make use of it?
    Would appreciate if you could throw some light on this?
    Pranav

    Hello
    You have maintained the following data for the service product that you subsequently entered in the outline agreement under Logistics --> Customer Service >Service Agreements>Environment -->Sales and Distribution -->Service Products:
    ·        Plant for maintenance planning
    ·        Work center
    ·        Order type
    ·        Plant of maintenance work center
    ·        Business area
    ·        General maintenance task list (you cannot assign equipment task lists or functional location task lists)
    ·        Task list type
    Then-you have created an outline agreement that fulfils the following conditions:
    1)The contract category is Contract.
    2)The contract type is Service and Maintenance.
    3) On the tabstrip Sales, you have specified
                  I)the start and end dates of the contract
                  II)service product as outline agreement item
    4)You have specified the start and end dates for billing in the billing plan under Goto> Item>Billing plan.
    When Creating the Maintenance Plan for Above Contracts
    1)When creating a maintenance plan, you choose an appropriate maintenance plan category.
       Maintenance plan category with reference to an outline agreement, maintenance call object u201Cservice orderu201D
    Enter the following data:
    1)Valid outline agreement
    Regards,
    Rakesh

  • Condition Based Maintenance Plans

    Dear All,
    My client has the requirement of condition based maintenance plans without interfacing etc. An example is described below:
    Compressor bearing has temperature limits of 70 deg C and 90 deg C. If measurement document reading is recorded outside the range specified here a maintenance call / maintenance order should be triggered.
    Please give an example or process for the above dsicussed condition based maintenance plan upto two or three calls.
    Thanks and Regards,
    Saif Ali Momin

    Hi,
    As such there is no functionality directly. You can use the following user exits and can develop your on logic to trigger notification in case measured values are out of tolerance values.
    IMRC0003 Menu exit - measurement document
    As I remember there is sample code available for ythe same. You can check through SMOD transaction.

  • Change start of cycle date in maintenance plan

    Dear Experts,
    We would like to change start of cycle date in maintenance plan. Iwe have rescheduled the plan but the start of cycle date remains the same.
    could you please confirm, whether it can be changed. The requirement is because of some Mt plan created with future start date in production (Year-2020) and we want to correct the same.
    Thanks

    Don,
    To determine the next maintenance call date you need to tell the system when the last maintenance call occured
    Example:
    You want the next call date on the 1 June based on a six month cycle. Therefore the last maintenance date would have been 1 January (assuming key date scheduling).
    In your case you need to RESTART your single-cycle plan on the 1 January and the system then calculates the next maintenance calls.
    PeteA

  • Measuring Point for Tools and Die Maintenance

    Dear All,
    I am trying to map the following process:-
    My client has 10 press machines and around 250 Dies for punching. Dies are assembled to press machines and they produce jobs by punching.
    Client has an Preventive Maintenance plan for each Die in terms of number of strokes punched by an Die. for e.g PM is done after every 300000, 600000, 900000, 1200000 strokes. Estimated life is 1200000.
    What they want is when production person confirms the production order say for 10000 jobs the counter of the die should increase by 10000.......and so on. When the counter reaches 300000 preventive maintenance call should be scheduled.
    What i have done is created an Die as an Equipment with PRT as equipment category. Created an measuring point for that Die, assined Usage formula etc.
    I have created an Maintenance plan for that die in which i have assigned the strategy (IP11) which contains the stroke cycles 300000, 600000.........etc.
    Assigned the Die as a PRT to the material which is to be produced in the Routing.
    When i confirm the production order the counter of the PRT increases which i can check IK13.
    What i am expecting is that in IP10 system should update the counter automatically so that when the counter reaches to 300000 maintenance call wil be scheduled and order will be generated.
    I would request you to please give me some input on this.
    Thanks and Regards,
    Rashmi

    Hello Rashmi;
    I have seen the screen shots & there are problems with the following:
    1) Counter overflow reading
    You have entered 130;  keep it as- 999999 (it is the reading after which system starts counting from 0 value)
    2) Formula that you have used;
    You have used the formula- SAPF02; do not use this. Create you own formula with following details: SAPF99 (new formula)  = SAP_20 * SAP_09
    3) You have manually entered the reading for the measuring point; do not use it. System will calculate the measurement reading from PRT usage value.
    CREATE a single measuring document with reading as '0'.
    4) Also in CA01; you need to assign this PRT in routing with "EQUIPMENT" & not material. Also make sure that in the same screen (assignment of PRT- basic data) maintain usage value as 1 (if this is not maintained, measuring doc. will NOT be updated).
    5) Now when you confirm the production order, based on number of units created; system will automatically create the measuring doc.
    If there is any problem with CA01, CO01 or CO11n; ask your PP consultant to assist.
    Do let me know if there is any problem in this.
    Regards
    Hemant

Maybe you are looking for