IMP: How to delete the service order

Hey Experts,
Can you tell me how to delete the service order which was created in IW31..? or we have any Functions Module to delete the service order?
and one more question is I have more than 100 service order in the table ,but it will display only 50 order when i execute this Functions Module BAPI_ALM_ORDERHEAD_GET_LIST
can you tell me how to solve this problem...?
Thanking you in advance,
Regards
J Sarathi

This is what the BAPI_ALM_ORDERHEAD_GET_LIST documentation says
"You can use this method to determine a list of orders according to a list of selection criteria. The number of hits that are produced for the person calling up the list, can be specifically reduced; without further parameter transfers, the first 50 hits are displayed. A complete list of the hits is stored internally. If you call up the selection again within a Logical Unit of Work (LUW) without changing the selection parameters, but with other refurbishment parameters, then you receive further partial quantities of the selection result, as specified by you."
and for deletion
check whether you can set any deletion status through the fm BAPI_ALM_ORDER_MAINTAIN
Also check the business objects BUS2007, BUS2088

Similar Messages

  • How to delete the production order in mass?

    Dear Experts
                 Please tell me how to delete the  old production orders?

    Raja,
    CO78 is a one stop transaction for production order setting deletion flag, deletion indicator, archiving and finally deleting.
    Generally we schedule the following programs in background in the sequence below,
    1. PPARCHP1 for Setting Deletion Flag
    2. PPARCHP1 for Setting Deletion Indicator (Once set cannot be revoked- so care should be taken in selection of orders)
    3. PPARCHA1 for archiving the production order with Deletion Indicator active. Basis should set the database/storage space for archiving/storing the records.
    4. PPARCHD1 for Deleting the records from SAP database.
    Regards,
    Prasobh

  • How to find the Service order and its status..

    Hello,
    How see the status of the service order...
    i have to search for all the service orders where all of them completed once....
    which tables, fields are useful.
    Please help to solve this issue.
    thanks for yoru cooperation

    Hello Gun,
    How to see the status desciption for example
    I1005
    I1004
    I1002...etc
    waht I1005 means. I have to display status of each service order in the list , here i can not display I1005 is the status, instad i have to diplay I1005's desciption.

  • How to delete the empty orders in v.06 tcode

    Hi,
    i am trying to delete the empty orders in V.06 transaction code, but it is not allowing to delete.
    the same order is able to delete from the VA02 Transaction. so could you please advice me to delete from V.06 transaction.

    Hello Ganesh,
    i am trying to delete the empty orders in V.06 transaction code, but it is
    not allowing to delete.the same order is able to delete from the VA02
    Transaction. so could you please advice me to delete from V.06 transaction.
    Please note that the T-code (V.06) which you have been using basically shows up all Incomplete Documents like Sales Order, Contracts, Inquiry. Pertaining to each document you will be able to see all the missing fields which are actually set as part of Incompletion Log.
    There is no dirrect provision to delete Sales Document using this t-code without opening up the document in change mode...If incase you plan is to delete the Sales Document which are not complete, then use this T-code to extract all the Sales Document and then use MASS t-code to delete...
    As per best SAP practice, deleting of Sales Document is not recommended at all, instead you can use REJECTION OPTION...  
    Regards,
    Sarthak

  • How to update the service order status at meter level

    Hi
    I need to fetch one open service order and update the retrieved open service order status at meter level.
    I am trying to do it through BAPI_ALM_ORDER_MAITAIN but i am not able to do it.
    Please let  me know the process how to update.
    Thanks & Regards
    Pallavi

    Hi,
    Check if this code works ...
    REPORT zbapi .
    DATA t_meth TYPE TABLE OF bapi_alm_order_method.
    **Internal table for Operation (BAPI)
    DATA t_oper TYPE TABLE OF bapi_alm_order_operation.
    DATA t_comp TYPE TABLE OF bapi_alm_order_component.
    **Internal Table for Opertaions UP (BAPI)
    DATA t_comp_up TYPE TABLE OF bapi_alm_order_component_up.
    **Internal table for BAPI Return code
    DATA t_ret TYPE TABLE OF bapiret2.
    ***WORK AREA DECLARATIONS
    **Work Area for Hedaer
    DATA:wa_header TYPE caufvdb,
    wa_meth TYPE bapi_alm_order_method,
    wa_op TYPE afvgb,
    wa_comp TYPE resbb,
    wa_comp1 TYPE bapi_alm_order_component,
    wa_comp_up TYPE bapi_alm_order_component_up,
    wa_oper TYPE bapi_alm_order_operation.
    PARAMETERS:TEST.
    ****Fill Method Internal table
    CLEAR wa_meth.
    wa_meth-method = 'SAVE'.
    APPEND wa_meth TO t_meth.
    wa_meth-refnumber = sy-tabix.
    wa_meth-objecttype = 'COMPONENT'.
    wa_meth-method = 'CHANGE'.
    wa_meth-objectkey(12) = '000004000104'.
    wa_meth-objectkey+12(4) = '0010'.
    wa_meth-objectkey+16(4) = '0010'.
    APPEND wa_meth TO t_meth.
    **Component Internal table
    wa_comp1-reserv_no = '0000001072'.
    wa_comp1-res_item = '0001'.
    wa_comp1-activity = '0010'.
    wa_comp1-item_number = '0010'.
    wa_comp1-special_stock = 'B'.
    wa_comp1-requirement_quantity = '15'.
    wa_comp1-stge_loc = '0001'.
    wa_comp1-backflush = 'X'.
    APPEND wa_comp1 TO t_comp.
    **Component Update Internal table
    wa_comp_up-special_stock = 'X'.
    wa_comp_up-backflush = 'X'.
    wa_comp_up-requirement_quantity = 'X'.
    wa_comp_up-stge_loc = 'X'.
    APPEND wa_comp_up TO t_comp_up.
    **Call Bapi
    BREAK-POINT.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
    TABLES
    it_methods = t_meth
    it_component = t_comp
    it_component_up = t_comp_up
    return = t_ret.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.   <--- Hope u r using this too
    regards,
    Naveen
    Edited by: Naveen Deva on Apr 16, 2009 9:12 AM

  • How to create the service order using CRMXIF_ORDER_SAVE

    Hi Friends,
    I want to create service order using thsis function module
    CRMXIF_ORDER_SAVE and quantity also in this service order transaction.
    Any body please explain the above question

    Hi Friends,
    I want to create service order using thsis function module
    CRMXIF_ORDER_SAVE and quantity also in this service order transaction.
    Any body please explain the above question

  • How to delete the listener service?

    Dear All,
    I want to delete the service of listener, because that service is not required.
    Please tell me how to delete the service.
    Oracle version is 9.2.0.5
    and os is windows 2003 server.
    Thanks In advance,
    Prathamesh.

    Use the Net Configuration Assistant. Start -> Programs -> Oracle Home -> Configuration and Migration Tools -> Net Configuration Assistant
    Or from the commandline: c:> netca

  • How to cancel a service order

    Hello Expert,
       I want to cancel a service order (created via iw31) in status CRTD. Can you please suggest me a BAPI or something like that which help me on this.
    I try BAPI_ALM_ORDER_MAINTAIN but it' can't be use to cancel service order.
    Do we need to confirm a service order than only we can cancel it. I am not very sure but if a SO created by mistake or no more useful. we need to cancel it then why the confirmation required.
    Please suggest.
    Regards
    Swati..

    There is no requirement for confirmation as far as i know and BAPI suggested is used for cancelling the confirmation of an order ...In your case   we want a order to be cancelled but what is that you mean by cancellation is it deletion or logical deletion why can't you change the status to what you want using the BAPI suggested by you  and using the appropriate methode available in this BAPI for status change ....provide the status change is permiteed manually ..however CHANGE Change objects and DELETE Delete objects methodes should help you delete the service order which has been created by mistake ....BAPI_TRANSACTION_COMMIT is a must ...
    Thanks,
    Anjaneya .

  • How to delete the PO..?

    Hi all
    Can anybody explain me how to delete the purchase order
    1.Before release ..?
    2.After release..?
    Thanks
    sp-mm

    How to use "me98" to delete PO from system completely?
    I am using "me98"(archive) to delete a PO that have a mistake for vendor code. 
    The following step is: 
    the 1 step: I maintained and saved a variant.  For this variant, I have to create a name for this variant and select the PO which want to delete. it's right? 
    the 2 step: I maintained a "Start Date".  For "Start Date",I select the "immediate " to execute it.  Is it right? 
    the 3 step: whether I maintained the "Spool Params" or not?  May I execute it immediately or not? 
    I have no idea for deleting PO via the "archive".   How can i do that ? 
    Archiving is not deleting. What do you think why SAP developed that much programs to retrieve and read data from an archive. 
    Archiving is saving and keeping data for a certain period (based on local laws for data retention and auditing purposes) outside of the production data base.  Such a job is usually done to keep the database small and fast. 
    While doing archiving the records are written to a file and verified to be readable and then the original record gets deleted from the database. Only if you delete then the file with the archived data you have deleted the record forever. 
    Sometimes people seems to work like a burglar and want erase every single evidence for an error. But even errors, or especially errors are subject to be audited if they are corrected in the right way. This is the same for financial and tax auditiors as for auditors for ISO 9000. 
    To be able to archive, you need to setup the path from SAP to the archive. You need to define the size of your archive and how may records should be kept there. 
    Step 1: Create variant for Archiving. Give it a name. Enter your PO number. Flag One step procedure. Flag detailed log. Erase flag for test run. 
    Step 2: Maintain your start date, you can use Immediate in such a small case. 
    Step 3: Maintain spool parameters. Enter your printer and set the values if you want to print immediatly and if you want keep the print. I suggest to hold the spool in the system. This helps you to determine any error. 
    Step 4. Execute the variant. 
    It creates 4 jobs: 
    ARV_MM_EKKO_SUB...., ARV_MM_EKKO_WRI.... ARV_MM_EKKO_DEL..... 
    ARV_MM_EKKO_STO.... If one of the steps fails, then everything is rolled back, hence nothing is archived, the record is still in your database. In this case use the jobs spool and joblogs to find out what happend.
    http://www.sap-img.com/materials/how-can-we-delete-purchase-requisition.htm
    Regards,
    Ashok

  • 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

  • How to create a service order and check the internal order in R/3

    Required Solution:
    1. How to copy existing service order and create new one and check the internal order in R/3, whether the certain service order is correctly created in r/3, can you polease explain the steps plz.
    2. If i am creating service order by service template finally the service order is getting created but it is not showing me in the table iaom_crm_aufk, how to check this.
    can any one help me in this issues as soon as possible.

    Hello Zita,
    Try to restart your portal after creating <b>ServiceUser</b> in both UME and KM.
    One more major difference between ServiceUser and normal portal user is that a ServiceUser does not have a UserAccount (IUserAccount)
    Object serviceContext = null;
            try {
                serviceContext = AccessController.doPrivileged(new PrivilegedExceptionAction() {
                    public Object run() throws WcmException {
                        return ResourceFactory.getInstance().getServiceContext(CONTRACT_SERVICE_USER);
            } catch (PrivilegedActionException e) {
                logger.severe(e, "ResourceContext for the technical " + serviceUser +
                     " user could not be retrieved.");
    IResourceContext resCtx = (IResourceContext) serviceContext;
    So I modify all KM resources with this resCtx.
    Hope this helps ...
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • How to view the planned orders in mass and how to delete in mass

    Hi gurus,
    How to view the planned orders in mass and how to delete in mass.
    Regards
    R.Rajakarthik

    Hi,
    Use the collective display of planned orders, transaction code MD16.
    You can select the data by different options and choose which ones or all that you need to delete.
    Click the Delete button to trash them.
    This will delete planned orders without deleting the planned independent requirements and sales orders.
    Hope it helps

  • How to know I'm creating or changing the service order in ICweb?

    Hi,
    I need to disable or enable some fields based on if the service order is being created or changed . I'm new to IC web .. .can someone pelase help me understand how can I differentiate ?

    Hi,
       Which view in service order are you referring to? Normally there will be two seperate inbound plugs in the window level e.g. IP_CREATE and IP_EDIT that displays the same edit view.
    One way will be to set a flag in either of the inbound plugs for you to identity in the corresponding view whether it is a edit scenerio or a create scenerio. Depending on this flag value, you can proceed to disable fields selectively (may be in do_prepare_output method).
    Reward points if helpful!
    Thanks,
    Sudipta.

  • How to get the IObject from the service order number

    Hi Experts,
    I am implementing the CRM_ORDER_STATUS Badi, in that I am getting the Service Order number but I want to get the IObject number, how to get it, which FM to use or any other table.
    Please let me know.
    Thanks in Advance for your help,
    Praveen

    Hi Praveen,
    In the interface of the badi methods there is import parameter IS_STATUS_WRK with the field GUID
    use that one to call FM CRM_ORDER_READ with that GUID (check if the GUID is for ORDER by using update saved trnsaction).
    in the export parameter ET_ORDERADM_H you will find the object id (only after save unless it was customizing different)
    Amit.

  • How to delete the cache from Presentation Services(Web UI)

    Hi,
    How to delete the cache from Presentation Services(Web UI) and from rpd also.

    Hi,
    For Presentation services cache refer : http://gerardnico.com/wiki/dat/obiee/presentation_service_cache
    For RPD Cache :
    Admin tool(rpd) > Manage > Cache > Action > Purge
    or check following links
    http://gerardnico.com/wiki/dat/obiee/event_table
    http://oraclebi.blog.com/automating-cache-purging-without-using-obiee-scheduler/
    cheers
    Aravind

Maybe you are looking for

  • Home window does not display properly

    When I first sign on to Firefox, the home window (Google) is displayed too far to the right of the screen to use. The only fix I have found for this is to slightly re-align the screen by moving the tab in the bottom right corner. This alignment probl

  • I use a scxi 1530 module to acquire acceleration from an accelerometer and need help to write the integration to know the deplacement

    i would like to integrate the acceleration signal i receve from my accelerometer connected to my &("à MODULE SCXI TO KNOW THE DIFFERENT DEPLACEMENT OF MY SIGNAL;;NEED SOME HELP

  • Newbie to Mac - help with root account?

    I recently bought a used Macbook Pro from someone which is running the latest OS 10.6.2. This is my first Mac (I'm a former Windows guy), and didn't think to check if they set a root password. There was not a password on the admin account. When I typ

  • After updates, DNS fails

    This is the message I get when attempting to start: The DNS server could not listen on Transmission Control Protocol (TCP) socket for address 0.0.0.0. The event data is the error code.  An IP address of 0.0.0.0 can indicate a valid "any address" conf

  • What version of Pages works on OSX10.6.4?

    Just got a refurb MacBook for my husband who needs a basic word processer (but one that will deal with .doc and .docx files.  Went to the App Store and the version of Pages offered there won't download because it says it needs OS X 7.4 or higher, but