How to delete the coverages for an ACTIVE service contract ?

Hi ,
     I have created coverages for few service lines for a service contract in R12. The contract is in ACTIVE status. If it was in ENTERED state, I could use OKS_COVERAGES_PUB.DELETE_COVERAGE to delete the coverages. But this contract is in  ACTIVE status.
     Basically I want the lines lse_id=2,3 removed for a particular line (lse_id=1) which were created by using OKS_CONTRACTS_PUB.CREATE_SERVICE_LINE. This contract has a standard coverage and hence there should not be lines with lse_id=2,3 for that particular service line .
     Also, I am not able to delete a coverage for an EXPIRED contract.
     Please let me know if you need more information on this.

Hi 2619098
Did you find a solution for this? I am having the same problem. Please advice.
Regards

Similar Messages

  • How to delete the Infoobjects for a particular dimension?

    Hi,
    How to delete the Infoobjects for a particular dimension?
    ( when i was trying to delete dimensions it is saying that the dimension contains infoobjects , u can not delete the dimension, what 2 do?)
    Thanx in advance,
    Ravi.

    Ravi,
    If you want to remove the Infoobject from Dimension then you need to delete the data from the cube and then remove the infoobject from that particular Dimension. I mean delete the assignment for that Infoobject.
    Assign Points if it helps..
    Incase if you need more help.. Please call me..
    Gattu

  • How to delete the index for the business object BUS0033

    Hi to all experts,
    I'm applying note 1349496 the error here is no records with F4 help for the funds center .
    solution from the note
    Implement the attached program corrections. Then, in the transaction, delete the index for the business object BUS0033, reactivate it, and start the indexing in the indexing mode "Full". The system then displays the data correctly in the F4 search help.
    how to do the second part i have already applied the note .

    any help

  • How to delete the line for 300SAP* in table USR02 in SQL Management studio

    Hello
    I used to delete the line for 300SAP* in table USR02 in SQL Enterprise Manager. After I could log on with “pass”.
    I wander how to delete it in SQL Management studio. When I expand tdatabase it takes so long time and it is uncontrollable

    Hello,
    you have to delete the row by a sql statement.
    Open a new query and run a script like this:
    use <Your SID DB>                 -- e.g. use PRD
    setuser 'your sid in lowercase'  --- e.g. setuser 'prd'
    delete from USR02 where MANDT = '300' and BNAME = 'sap*'
    go
    Run a complete backup before deleting data manually.
    Regards
      Clas

  • How to Delete the configuration for Other comapny code in SAP system

    Hi,
    I am in deleteion of un-wanted company codes from Golden client.
    1.I need to delete the profit centers,
    2.but it is not accepting in that transaction code,it is giving the error.
    Error message: you can not delete the profit center.because profit center  accoutning is active.
    How can i de-activate the profit center? please  help me..
    Thanks
    prathima

    Hi,
    You can de-activate PCA in OKKP (maintain controllin area).
    Regards,
    Eli

  • How to delete the attachment for a particular to address in outlook using c#

    I want to remove the attachments from outlook for a specific to address(for example if to address contain gamil.com then i want to delete the attachments) at the mail sending evevt. When we use multiple to address it give problems. I use the below code.
    when i use multiple to address (like, xxx.gmail.com,yyy.yahooo.com) it remove the attachments for both mails.
    pls help,
    Thanks in advance....
    string[] toa = mail.To.Split(';');
    for (int a = 0; a <= toa.Count(); a++)
    if(toa[a].Contains("gmail.com"))
    //remove attachments

    Hello,
    You can handle the
    ItemSend event of the Application class which is fired whenever an Microsoft Outlook item is sent, either by the user through an Inspector (before
    the inspector is closed, but after the user clicks the Send button) or when the Send method
    for an Outlook item, such as MailItem,
    is used in a program.
    Use the
    Recipients property (a Recipients collection
    that represents all the recipients for the Outlook item) of the MailItem class instead of the To property.
    Use Recipients(index) or
    Recipients.Item(index), where index is the name or index number, to return a single Recipient object. The name can be a string representing
    the display name, the alias, or the full SMTP e-mail address of the recipient.
    The Recipient class provides the
    Address property which returns a string representing the e-mail address of the Recipient.
    P.S. You can't remove the attachment for a specific email address. You need to send separate emails individually - with an attachment and without. In the ItemSend event handler you can check out the Recipients list and copy the source item
    if you need to send the item without an attachment. Remove the "blocked" recipients from the original mail item and set them on the copied one. Then remove the attachment and send the copy.

  • How to find the BAdi for an Enterprise Service

    Hi All,
    I am using an standard ES by SAP CashPointPaymentCreateNotification_In
    I have to write some code in this hence trying to find the BAd
    How can I find the BAdi for this ES?
    regards,
    Piyush

    Hi,
    First fidn out this service operation falls under which ES bundle. You can see all the ES bundles at this location:
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=B93B737648B94D26A01F85CC8C46510A&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=
    Then once  you find the operation "CashPointPaymentCreateNotification_In" click on it and it will giev you all the technical details including the BADI names that can be implemented for this.
    Regards,
    Pragati

  • How to delete the order for adding money?

    Hey guys
    I have tried to add money on my apple ID but i had some problem with my bank.Apparently i reached the limit to order and all of my orders are pending now.
    So i can not do anything now.
    any idea?

    Delete button is placed between new and copy button. But as i see in coding it is disabled if the order is persistent, othewise it is hidden. Check the below section of standard coding for this toolbar...
    Delete button
        ls_button-type     = cl_thtmlb_util=>gc_icon_delete.
        ls_button-tooltip  = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BT_SALES_ORDER/SALESORDER_DELETE' ). "#EC NOTEXT
        ls_button-on_click = 'DELETE'.                          "#EC NOTEXT
        ls_button-page_id  = me->component_id.
        IF lv_persistent = abap_true.
          ls_button-enabled  = abap_true.
        ELSE.
          ls_button-enabled  = abap_false.
        ENDIF.
        IF lv_archived = abap_false.
          APPEND ls_button TO rt_buttons.
        ENDIF.
        CLEAR ls_button.

  • How to delete the Webservice entry from Web service navigator?

    Hi,
    My current issue is that, developers have created many webserivces and these web services are visible in web service navigator that i access by following link
    http://<host>:<port>/wsnavigator
    But now we have to remove the unwanted webservices i.e. i want that unwanted webservices should not be visible to anyone when we access WSNAVIGATOR.
    How should i go about it?
    Am i required to undeploy the web services that is deployed from SDM GUI?
    Please pour in your valuable inputs.
    Any help would be highly appreciated.
    Regards,
    Ameya

    I had to revove the entry from VA. Removing this entry also removes the web service from ws navigator.

  • How to set the price for product in service channel site

    Hi
    In R12 I had registered the Partner using Register as a partner link.After registration I saw the site selection page i clicked the "Channel services" site. And i click the "Products" tab i see the product only i does not see any price for it. and only one product has the price i clicked the "Add to cart" button and i had seen the error      
    Error           
    The column(s), PRICE_LIST_ID, has an invalid value(s), 11833 .
    The column(s), PRICE_LIST_ID, has an invalid value(s).
    what i want to do solve this error.
    And also i was trying to enroll in the partner program by clicking the "VisionOne authorized partner program" from the Available programs bin i saw the error message when i click the "Enroll now" button
    " The following input contained illegal input value, please re-enter your input or contact the system administrator: "
    Thanks

    Hi;
    Please make a search at metalinks as "The following input contained illegal input value, please re-enter your input or contact the system administrator", There are more than 6 notes mention this error message
    Regard
    Helios

  • Deleting the reservations for components of a production order without TECO

    Dear Gurus,
    I forgot to activate the backflush indicator in the beginning. I activated the backflush indicator in between. But for the confirmations already made I had to issue the material as unplanned consumption for the order. This is not clearing the reservations for the material.
    How to delete the reservations for components of a production order without TECOing the production order? My order is not completed.
    Thanks and Regards,
    Raghu

    Hi Kumar,
    I have a production order for 1000 header (A) qty. My control key is PP03 (auto goods receipt from confirmation in CO11N).
    For this order the component B qty is 1000 (BOM consumption is 1:1)
    Without doing GI, the confirmation is done for 300 A qty. I realized that auto GI is not done for the 300 qty of component B as there was no backflush indicator.
    Now the backflush indicator is activated in the production order for component B.
    In the next confirmation for another 300 A qty, automatic GI is posted for 300 B qty because of backflush now.
    Now my confirmed and GR qty for A in two rounds is 300 + 300 = 600.
    GI of component B done is only 300 (through backflush).
    Qty yet to confirm = 400.
    So I did GI of 300 B qty through MB1A (which is an unplanned issue). This does not update the withdrawn qty in the production order. Also the reservations for component B for this 300 qty are not reduced in the system.
    Now the reservations against the order for component B = 1000 - 300 = 700 (which is 300 more than the qty yet to confirm).
    Now when I run MRP for another 2000 qty of A, the procurement proposals for B will be 2000 + 300(undeleted reservations) = 2300. Though the system is behaving properly, this 300 is additional and unwanted.
    For this reason I need to delete these reservations before the MRP run. As order is still open, I cannot TECO the order. Nor can I clear all open reservations from CO11N.
    Thanks and Regards,

  • To delete the row for the corresponding checked rows in alv

    hi,
    i have a alv report with check boxes,
    can any one say how to delete the row for the corresponding checked rows.

    hi
    give In REUSE_ALV_LIST_DISPLAY
    I_CALLBACK_USER_COMMAND  = P_USER_COMMAND
    FORM F_USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                              RS_SELFIELD TYPE SLIS_SELFIELD.
    IF R_UCOMM = C_DELETE. where CONSTANTS : C_DELETE(6) TYPE C VALUE 'DELETE',
      READ TABLE IT_ITAB WITH KEY REC_SEL = C_X.
    LOOP AT IT_MARA WHERE REC_SEL = 'X'.
            MOVE-CORRESPONDING IT_ITAB TO IT_TEMP.
            APPEND IT_TEMP.
            CLEAR IT_TEMP.
          ENDLOOP.
    where it_temp IT_TEMP TYPE STANDARD TABLE OF itab WITH HEADER LINE,
    DELETE ITAB FROM TABLE IT_TEMP.
    HOPE THIS HELPS
    PRIYA

  • I forgot my icloud id and password. i want to delete the id. i forgot the password. if i try to delete the account its asking for password. i cannot find how to delete the account. Please anyone can help me out???

    I forgot my icloud id and password. i want to delete the id. i forgot the password. if i try to delete the account its asking for password. i cannot find how to delete the account. Please anyone can help me out???

    You aren't going to be able to delete it without the correct password.  If it's your ID, you can reset the password as explained here: http://support.apple.com/kb/HT5625.  If it isn't your ID, you will have to get the password for the person who owns the ID.  There's no way around this and no one else can help.

  • I got a new wireless connection for my mac and cannot figure out how to delete the last connection service I had. Everytime I shut the computer, the network goes back to the other one. I cannot find the file ANYWHERE

    got a new wireless connection for my mac and cannot figure out how to delete the last connection service I had. Everytime I shut the computer, the network goes back to the other one. I cannot find the file ANYWHERE

    Under Network Preferences, select the WiFi
    click on "Advanced..." button
    Select the network you want to delete from the list and click on "-"
    Click "Ok"
    Click "Apply"
    Well done ;-)
    You may also want to delete the wireless key from Keychain.
    Open Keychain, seach for the old wifi network name, slect it and click delete

  • Does anyone know how to delete the back up for the ipod? I am getting an error message that says "iTunes could not back up iPod because it is corrupt or not compatible with iPod; delete back up and try again"

    does anyone know how to delete the back up for the ipod? I am getting an error message that says "iTunes could not back up iPod because it is corrupt or not compatible with iPod; delete back up and try again"

    Go to iTunes>Preferences>Devices and highlight the backup you want to delete and click on Delete Backup

Maybe you are looking for

  • Regarding Vendor wise ALV  Display

    Dear All,                I am working on a report which has different fields like vendor , Doc No., Date, Amount.  I am able to display all these fields  for all the  vendors in single alv grid. I want the report to display  all these fields vendor w

  • Cyclic Procedures under Linux 8.0.5

    I have Oracle Server 8.0.5 Linux installed and everything works fine. BUT: If I create cyclic procedures (proc. a calls b, b calls c and c calls a) the creation ends in a deadlock and the whole database is corrupted. The only thing I can do is a rest

  • [SOLVED]dbus and systemd: "systemctl --user" gets "Connection refused"

    Hi, I want to enable some systemd user service. Here is what I get $ LANG=C systemctl --user Failed to get D-Bus connection: Connection refused $ echo $DBUS_SESSION_BUS_ADDRESS unix:abstract=/tmp/dbus-RboLZS2wF3,guid=feb8bd85248906d12a826acd54e3c4ad

  • Copying movie files into a presentation

    Hi. I have a keynote presentation which includes lots of pictures. When I saved my presentation, I saved it with the option to copy the image files into my presentation document. However, I would like to copy some movie files into the presentation as

  • How to get Component Controller getter function

    I have made a mehtod in a component controller (I am trying to make a web dynpro which uses a webservice). Now I want to use it from my View but I cannot find out how. According to some examples I've seen there should be a function like wdThis.wdGet<