Deletion of object list if header notification is of type M2

Hi,
I have a requirement where I need to delete the object list in a WO in IW32 only if the type of the header notification is M2. I have used BAPI_ALM_ORDER_MAINTAIN to do it, but this is not working. Is there any way I can remove the object list from the work order?

Hi,
I have a requirement where I need to delete the object list in a WO in IW32 only if the type of the header notification is M2. I have used BAPI_ALM_ORDER_MAINTAIN to do it, but this is not working. Is there any way I can remove the object list from the work order?

Similar Messages

  • Object List Tab in Notification

    Hi,
    I am looking for option to add multiple equipments in one notification , I checked in SPRO setting in Notification creation >>Screen structure for extend view and added one new tab as OBJECT LIST and in SCREEN AREA , it allows me to enter 05 refernce object.
    But in my requiremnt I am looking for something like Order header Tab (Object list ) so i can add multiple refernce object.
    Any option in setting or finally i need to take my technical team (Abaper's) Help.
    Please post you comments.
    Riyaj

    Riyaj,
    It is not possible to have a OBJECTS tab in the notification in standard SAP
    PeteA

  • Select All in Object List Maintenance Item

    Hi fellow SAP users,
    Does anyone know if it is possible to select all equipments/flocs at once in the object list of Maintenance Item. I have to delete several Object Lists and some of them contain over 300 entries. Till know I didn't come any further then selecting them one by one before deleting. A very time consuming job. Furthermore I want to write a script for this in Innowera, but then the selecting one by one becomes an issue.
    I would greatly appreciate your help.
    thanks
    Mooky

    Frank-
    OK, thanks for looking into that. I also submitted this service request, which includes a simple sample app to demonstrate the problem:
    SR #3-2387481211: ADF Drag and Drop does not work for rows in table using Select All
    Thanks again for the reply.
    -Ed

  • Disabling delete button in service object list fom VA03

    Hi all,
    i want to disable the delete and change button in attachment list of service object list (GOS) IN T CODE  VA03.
    I have found that it can be done by modifying the method  CHECK_STATUS of class CL_GOS_SRV_ATTACHMENT_LIST,
    and then calling it in t code  SGOS.
    i have copied this class to a Z CLASS but unable to modify the method it asks for access key.
    any help is highly appreciated with example.
    thanks,
    pankaj gupta

    Hello,
    The authorizations in GOS has nothing to do with the authorization in
    application level, e.g. in VA03. In standard you can use the new
    authorization object S_GOS_ATT from SAP note: 1293080.
    Otherwise:
    A possible workaround could be the following:
    Without an authorization the attachments are only deletable by the
    owners or by users with sapoffice administrator authorization. If you
    do not give users this sapoffice admin authorization, than only the
    owners are able to delete the attachments. See SAP note: 552127
    (point 3).
    OR due to a modification some functionalities can be restricted.
    For more information you can read the SAP note: 491271.
    Regards,
    David

  • PM Notification to be added to Work Order object list

    Hello all,
    I am using BAPI_ALM_NOTIF_CREATE to create a notification. I am passing the Order number to the import parameter ORDERID of the bapi. After that I am using BAPI_ALM_NOTIF_SAVE and thereby using BAPI_TRANSACTION_COMMIT.
    The issue is that the notification created is not being added to the Object list of the Wor Order.

    Enable Object list Functionality in Configuration.
    IMG - PM & CS - Maintenance & Service Processing - Maintenance & Service Orders - Functions & Settings - Define Notifications & Order Integration
    For your Plant & Order type combination, select the option as All Objects assignment to Object list entries Active in Object list column.
    Then in PM Order, mention the equipment or functional location or notification. In the bottom, you can find Assignment button. Select each row in object list & click before said button to assign the operations to object list.
    Note: There are some threads available for this. Please do some search. You can find the same with screen shots as well, if any.

  • On Work Order using Object lists for equip u can manually create Notifi

    On a maintenance Work Order using Object lists for equipment you can manually create a notification for each line item.
    We want to automate this process to do this when we save the document.
    Any ideau2019s on how to do this?
    Does a user exit exist for this?

    Hi:
    Check with Tcode: IBIP - Plant maintenace batch input utility tool.
    Hope, it may help!
    Thanks,
    Murali.

  • Is there any way to delete a listing on the Notifications sidebar without deleting a Calendar listing

    Is there any way to delete a listing on the Notifications sidebar without deleting a related Calendar listing?

    Again Mende1, many thanks. You solved my question and also taught me more about how Notifications works. Very good!

  • After Delete in Linked list...unable to display the linked list

    Hi...i know that there is an implementation of the class Linked Link but i am required to show how the linked list works in this case for my project...please help...
    Yes..I tried to delete some objects in a linked list but after that i am not able to display the objects that were already in the linked list properly and instead it throws an NullPointerException.
    Below shows the relevant coding for deleting and listing the linked list...
    public Node remove(Comparator comparer) throws Exception {
         boolean found = false;
         Node prevnode = head;          //the node before the nextnode
         Node deletedNode = null;     //node deleted...
         //get next node and apply removal criteria
         for(Node nextnode = head.getNextNode(); nextnode != null; nextnode = nextnode.getNextNode()) {
              if(comparer.equals(nextnode)) {
                   found = true;
                   //remove the next node from the list and return it
                   prevnode.setNextNode(nextnode.getNextNode());
                   nextnode.setNextNode(null);
                   deletedNode = nextnode;
                   count = count - 1;
                   break;
         if (found) return deletedNode;
         else throw new Exception ("Not found !!!");
    public Object[] list() {
         //code to gather information into object array
         Node node;
         Object[] nodes = new Object[count];
         node = head.getNextNode();
         for (int i=0; i<count; i++) {
              nodes[i] = node.getInformation();  // this is the line that cause runtime error after deleting...but before deleting, it works without problem.
              node = node.getNextNode();
         return nodes;
    }Please help me in figuring out what went wrong with that line...so far i really can't see any problem with it but it still throws a NullPointerException
    Thanks

    OK -- I've had a cup and my systems are coming back on line...
    The problem looks to be the way that you are handling the pointer to the previous node in your deletion code. Essentially, that is not getting incremented along with the nextNode -- it is always pointing to head. So when you find the node to delete then the line
       prevnode.setNextNode(nextnode.getNextNode());will set the nextNode for head to be null in certain situations (like if you are removing the tail, for instance).
    Then when you try to print out the list, the first call you make is
    node = head.getNextNode();Which has been set to null, so you get an NPE when you try to access the information.
    Nothing like my favorite alkaloid to help things along on a Monday morning...
    - N

  • Report to delete OM objects

    hello seniors
    can anyone help me with report to delete OM objects?

    *& Report  Z_HRP1000_DELETE
    REPORT  Z_HRP1000_DELETE.
    type-pools truxs.
    DATA : it_raw   TYPE truxs_t_text_data, "VARIABLES DECLARATION
           c_space(1)   TYPE  c VALUE ' '.
    data : begin of it_1000 occurs 0,
           objid like hrp1000-objid,
           end of it_1000,
           wa_1000 like line of it_1000.
    data : it_fail like it_1000 occurs 0 with header line.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_file LIKE rlgrap-filename OBLIGATORY.
    parameters : p_otype like hrp1000-otype.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      PERFORM get_file USING p_file.  "CALLING F4 HELP FOR D=FILES
      START-OF-SELECTION.
       PERFORM get_data.       "UPLAODING DATA FROM EXCEL
    if it_1000[] is not initial.
      loop at it_1000 into wa_1000.
        delete from hrp1000 where otype = p_otype
                              and objid = wa_1000-objid.
        if sy-subrc <> 0.
          it_fail-objid = wa_1000-objid.
          append it_fail.
          clear it_fail.
        endif.
        clear wa_1000.
      endloop.
    endif.
    if it_fail[] is not initial.
      loop at it_fail.
       write : it_fail-objid.
       clear it_fail.
      endloop.
    endif.
    *&      Form  GET_FILE
          text
         -->P_P_FILE  text
    form GET_FILE  using    p_p_file.
    CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        CHANGING
            file_name = p_p_file
        EXCEPTIONS
            mask_too_long = 1
        OTHERS = 2.
    IF sy-subrc NE 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    endform.                    " GET_FILE
    *&      Form  GET_DATA
          text
    -->  p1        text
    <--  p2        text
    form GET_DATA .
    *If no file upload  path is mentioned
      IF p_file = c_space.
       MESSAGE
        LEAVE LIST-PROCESSING.
      ENDIF.
    *Function module for uploading the file
        CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
        I_FIELD_SEPERATOR          =
          i_line_header              =  'X'
          i_tab_raw_data             =  it_raw
          i_filename                 =  p_file
        TABLES
          i_tab_converted_data       = it_1000
       EXCEPTIONS
         conversion_failed          = 1
         OTHERS                     = 2
      IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
             WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        LEAVE LIST-PROCESSING.
      ENDIF.
    endform.                    " GET_DATA

  • Not able to see the objects in DSO Display but available in object list

    Hi All,
    I am facing a weird  issue in DSO.
    When I am right clicking DSO and selecting the Object list I am able to see all the (30) objects, 
    But when I am right clicking the same DSO and selecting Display I am able to see only some objects (20) objects.
    DSO is in Active and execute  version only.
    Can any one tell me what may be reason for that.  Because whenever I am trying to transport I am getting the error.
    Regards
    Sankar

    Hi,
    U get error when u activate the so in original system or only while u try to transport it?
    what does th error message say ...are those info objects u are trying to add in active state?... If u are deleting any info object from the dso make sre u have deleted the data from that dso in the terget system before the transport
    Regards,
    Rathy

  • I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out

    I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out. When she first got the ipod touch, we did not need to supply credit card information for her to set up her account. Only now that I entered it for one purchase, I can't remove it. Now my daughter has purchased over $300 in downloads the last two weeks.

    You definitely can.
    To remove your payment information open iTunes and go into your account. An easy way to access your account is from quick links on the store home page. After you login there will be a payment type listed with an edit button next to it. Click edit then select none under card type (next to visa, mastercard, etc).
    Afterwards at the bottom of the page select done, then your card will no longer be on file. It will prompt you for a card next time you try to download something that isn't free.

  • SAP-PM: Deletion of objects possible without archiving?

    Hi all!
    My question concerns the objects in SAP_PM, in particular the objects represented by the ArchivingObjects PM_EQUI, PM_IFLOT, PM_IMRG, PM_QMEL, SM_QMEL, PM_ORDER, PM_PLAN, PM_MPLAN and PM_NET.
    I found that it is possible to delete "IA Task Lists" via the transaction IA25 without having to archive them first.
    Is this possible for other objects as well, or do we have to archive them first?
    Thanks very much.
    Andreas

    I think it should be I0811 or I1101.
    You can manually archive each product at a time in COMMPR01 - Product status tab.
    Rgds
    Reddy

  • How to delete an object from a change master?

    I have a situation where a PDM has copied a route (task list) that was tied to a change master and brought it over by mistake, the route was also copied to the wrong group number and counter. What I want to do is have the route deleted and recreated with it's own group number and counter 1, however because it is linked to a change master it keeps pulling in that same group number. Any idea how to correct this or remove the material from the change master, we've tried to delete the object but get the message that not all objects were deleted and it is still there.
    Thanks in advance.

    HI sathish,
    1. If the old request is release,
       then we cannot do anything.
      (There is no point in changing that old request)
      (bcos its already released)
    2. what can be done is that
       u save once again the objects,
       and it will once again ask for new request.
    3. this time save it in new request
    regards,
    amit m.

  • Project Online - Can't Delete Resource and User from Delete Enterprise Objects

    I would like to link a resource account to a user account but I ran into an error: "The resource account
    is already in use.".  This is a known issue which I attempted to resolve by following the instructions in KB2881398.
    However when deleting the selected resource from Delete Enterprise Objects I get a message indicating success ("The
    selected Resources and Users have been deleted.") but the duplicate user is still in the listing in Delete Enterprise Objects and when attempting to link the remaining resource to a user logon account I still get the error
    "The resource account is already in use."
    Why is the user not deleted even though Delete Enterprise Objects reports success and how can I delete these duplicates to be able to successfully link the account?

    Hi,
    This might be due to your Exchange Sync issue, where your project workspace is unable to delete that user from local DB. Try following steps to diagnose the problem:
    1) Go to your Resource Pool, DELETE a resource.
    2) While resource is being Deleted, open another window 
    Server Settings -> Manage Queue Jobs
    3) Here you can view the progress of your current Resource Deletion update, check if all goes smooth and your Resource is deleted successfully by showing process completion 100% :
     ( to view any error look at the
    last column of table on Manage Queue Job page)
    4) Cross check your Resource by running Resource Availability Report.
    Basically this will give you a fair idea of your resource deletion problems and how system is responding to it.
    Regards

  • As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 also how we can insert,update,delete records in list using ECMA script.

    As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 step by step also how we can insert,update,delete records in list using ECMA script.
    Thanks and Regards, Rangnath Mali

    Hi,
    According to your post, my understanding is that you want to use JavaScript to work with SharePoint list.
    To create list items, we can create a ListItemCreationInformation object, set its properties, and pass it as parameter to the addItem(parameters) function
    of the List object.
    To set list item properties, we can use a column indexer to make an assignment, and call the update() function so that changes will take effect when you callexecuteQueryAsync(succeededCallback,
    failedCallback). 
    And to delete a list item, call the deleteObject() function on the object. 
    There is an MSDN article about the details steps of this topic, you can have a look at it.
    How to: Create, Update, and Delete List Items Using JavaScript
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for