Service Order - Status Release Reject "RELR"

HI Experts,
When i am created a service order from repair order automatically, it is getting created with the status release rejected "RELR", It should be released automatically from the repair order, wich infact was happening but now due to some reason this functionality not working,
Pls suggest what i should check for the same so that this should work fine
Urgent !!
Rgds

Bharat,
could you check whther any pemits assigned to the service order or not. The auto release for the ordertype is on, and because of ome reason system is not able to release the order.
check the Permit, and release it , then try to release it manually.
Prase

Similar Messages

  • Accounting indicator not able to change after service order is released

    Hi,
    The accounting indicator cannot be changed anymore after a service order is released.
    Does anyone know how to change this setting so that accounting indicator can be changed even after a service order is released?
    Thanks.
    Edited by: SAP INFOUSER on Oct 18, 2010 8:48 PM

    Hi,
    I think you haven't done RA yet?
    If a sales order has something called a Results Analyis Key and has status REL the system tries to settle whats called RA (results analysis also known as WIP). In this case you have not calculated RA but has an RA key and status REL. So technically there is nothing for the system to settle. You should either calculate RA (via KKA3) which he would have to customize or remove the RA Key from the "Account Assignment" tab on the item in VA42.

  • Service Order status  Not Changing From Resloved to Closed status

    The service order Status not automatically moving from Resolved to closed after 30days.
    Observation
    We Revived program Z program ,seems to be fine.
    I am set the program in debugging mode for testing the Service orders by  reduce the time duraion for staus resolved to closed, am getting the getting the Error Test determination procedure is not evaluated . 
    Point of dout
    1) Is there any relation between Test Determination Procedure and Z program.
    2) while am checking for Text Customing for Consistency I found an error Log.
    3) While creating Service Order Test field was Mandatory
                      for that have dout about is there any relation between for this program
    Thanks in Advance
    Regards
    Raju.........

    Solved ...
    BD75  (RBDMOIND ) is T-Code and report name ...
    need to schedule ...

  • 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

  • Query on ZCOMP (Service Order Status) transaction

    Hi,
    While working with ZCOMP transaction (used to generate the Service Order Status Report), is it possible to enter multiple Service Orders at one go and obtain the ZCOMP download data for all the Service Orders together in one spreadsheet?
    Edited by: Ben Harris on Dec 26, 2010 4:12 PM

    Ben,
    When the experts tell you that it is a customer report, they mean that the report was created by your company.  No-one here in these forums knows anything about this particular report.
    You need to approach people in your own company to find out what, if any, authorizations are needed to run this report.  The report may be an ABAP report (ABAP is the SAP proprietary programming language that is the foundation of all SAP programs, whether created by SAP or created by your company).  If it is, to change the report code you would have to be a programmer with an SAP developer's key.
    It is not clear what 'settings' you need to change in the report.  Standard reports within SAP (and most custom reports as well) have one or more selection screen.  In these screens, you can sometimes filter or expand the suite of data that is extracted and displayed in the report.  In most (but not all) reports, anyone allowed to run the report also has the ability to change selection criteria in the selection screen.  I suggest that before you consult with a local developer, you experiment with running the report yourself, using changed selection parameters from the default.  Such experiments are usually conducted in a test system (which I am sure that your company has).
    Your manager should be able to tell you the procedure used by your company to investigate this question.
    Good Luck & Best Regards,
    DB49

  • How to track Service Order Status Change (IW31/IW32).

    I have a requirement to send the customer an Email if the status of service order has been changed say from unconfirmed to confirmed. So i have to find out whether the status of the service order has been changed on the current date.
    As per my understanding, Changes corresponding to any object are stored in tables CDHDR and CDPOS if the change document creation is enabled for that object. But in case of service order status, the changes are not being captured in these tables because change document creation is not enabled for the data element (J_STONR) of service order status.
    Anyone having any knowledge about it please help me.
    Edited by: Gagan Garg on Feb 23, 2009 6:52 AM

    Hi,
    Thanks for your reply. I have found out the way to track the service order changes. Function module STATUS_READ_MULTI can be used for the same. Pass service order number in OBJNR_TAB and the change document for status is returned in JCDS_TAB

  • Update Service order status based on Sales order billing status

    Hi All,
    Pls give some suggestions for below scenario.
    Sales order will be created from Service order.
    Service order should get completed once the sales order is billed fully.
    Billing status is available in Sales order header. When ever billing is created, sales order status get updated.
    Where I need to have the trigger (User exit etc...) to update the service order status w.r.t sales order billing status.
    Rgds,
    Senni.B

    Hi,
    As standard the system update service status, maybe some config is missing. Please check the copy control conditions in SD.
    Hope this help.
    Regards.

  • Updating service order status in CRM from R3 after the invoice is created

    Hi all ;
    I need to update the user status of an service order in CRM when the invoice related to it in R3 is created, so I have already know  the service order no .
    How can i achieve this by sending BDOC from R3 to CRM? Which BDOC should i use?and is it enough to fill only status data in BDOC?
    Thanks.

    Hi sushant,
    When the R/3 Order status is set to 'Completed' then the system status for order in CRM system is automatically changed to 'Completed'.
    So firstly check whether the User status ('Completed')in SAP CRM has the Business transaction event set to 'FINI'. So when the system status is set to 'Completed' the user status will also change to 'Completed.'
    Secondly even check what are the statuses of item in the Orders.
    regards,
    Anubhav

  • Service Order status change thro' Action

    Hi all abaper
    After completing billing, thro the action I am changing service order user status as completed. i hv written my code in class method.
    After billing as action runs my code from method execute and changes the status properly and gets save into system but action status shows incorrectly processed and comes in red colour in action monitor. following is my code   plz help me        
    Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
    Edited by: Rob Burbank on Oct 13, 2010 11:13 AM

    Are you processing status codes out of sequence?  Talk to your functional specialist or look at the status config for these documents...sounds like you're going to completed without first setting a status code that would have to be there prior to your status code...I seem to recall doing status changes for these documents that were a multi-step process...set TECO, then CLOSED or something like that?

  • Service order status change

    Hi,
    I am working on interfacing CRM with a third party system. The integration should trigger when the user status of the service order change to say "status1" or "status2".
    Also I want to update the user status programatically from another third party system.
    Quetion-
    1. Which function module/BADI can be called to update the User status?
    2. Which function module/BADI will be called after the User status updated?
    thanks in advance,
    KP

    Hello,
    Question 1.
    To update the user status, you can use crm_order_maintain or more specific CRM_STATUS_MAINTAIN_OW.
    Question 2.
    After the user status update, you can use the method after_change of badi CRM_ORDER_STATUS.
    You can also use transaction CRMV_EVENT and create your own after_change event with your own FM.
    Hope this will help you,
    Regards,
    Frédéric

  • Issue regarding CRM service order status profile

    Hi Guys,
    Currently we are working on CRM 5.0 now the problem is when we create a service order then the sytem is throwing an error stating that
    Diagnosis
    Some system statuses cannot be set manually, but can only be set internally by the system. This is the case for status Contains Errors.
    Technical Note
    The maintainability of the system status is specified by SAP in the system table CRMC_STATUS_PROC. Every change to this table is a modification - SAP cannot take over maintenance for errors that result from changes made to this system table
    we have defined a new status profile for service order which consists of
    User Status                                                             System status
    1. In Process                                                            In Process
    2. Solved                                                                  Finished
    3. Defered                                                                 Finished
    kindly give your valuable inputs regarding this
    Regards
    Basavaraj patil.

    Hello Basavaraj,
    Please refer the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/830b378a50fc5be10000009b38f839/frameset.htm
    using status profiles for authorizations
    Status profile tables
    regards,
    Muralidhar Prasad.C

  • Add estimated cost in PM Service order after release of order.

    I have released the PM service order. Now I need to add the estimated cost in service order. . Please tell me a way to do so. I have only released the order and no other transaction has been done.

    ANIMESH KUMAR,
    AS standard you cannot change the estimated cost value after release (REL).
    However, I have seen two work arounds:
    - Copy the field onto the Enhancement tab via user-exit IWO10018
    - A bespoke TCode/program to directly update the AUFK-USER4 field
    PeteA

  • Service Order status update function module ?

    Hello,
    We are looking for a Function/BAPI anything to update the line item status of a Service Order .We are using this Service Order in the CRM_IC (Interactive Center) Web Client Implememtation.
    Thanks
    Manoj

    Manoj,
    You could use CRM_STATUS_UPDATE, but if you use that function, the update will probably not be send through the flows of CRM (=> dependent systems, like MSA, will not be updated).
    If you want the update to pass through the CRM flow, you'll have to use the standard Bapi to maintain orders (CRM_ORDER_MAINTAIN) or the inbound XIF-function which might be easier to use: CRMXIF_ORDER_SAVE.
    The first is based on tables which contain the changes, the second is based on a bdoc-structure that you'll need to fill for yourself.
    Grtz,
    Michael.

  • Inspection lot creation when Service order is released

    Hi,
      When i release a service order i need inspection lots to be created automatically.I get a error ''No Insp lot was generated release order anyway''.I have maintained inps type 14 in the maint order type SM03 and inspection type for origin with 'Insp Type 14' and also task list type 'Q'.Any more setting's needed?
    Thanks in advance.

    Amit,
    Please open a new thread for your query.

  • CIC0 - Service Order status NTUP inactive

    Hi,
    When creating a Service Order by IW31 (Order) or IW36 (Sub Order), the System Status appears NTUP ACTIVE, but when the same action is performed by CIC0 both orders are created without System Status NTUP.
    Our CIC0 use the function ISU_CREATE_ORDER, from the method CreateByOrderCode of the object ISUSMORDER.
    Do you know if this is a standard diference between IW31 and method CreateByOrderCode ? Or is there any oss note to correct this issue?
    Thank you in advance for your help.
    Regards,
    Nicolás.

    There are any help for me with this issue?
    Thanks a lot.
    Regards,
    Nicolas.

Maybe you are looking for

  • Help needed to run a JMS application on WSAD

    Hello everybody, I�m trying to execute a JMS application which calls a QueueConnectionFactory and a Queue by JNDI lookup. I had configured these queues & Connection Factory at the server configuration for the JMS Server & these are being displayed wh

  • Terminal command for switching a printer setting?

    Creating a packagemaker package to install a printer. I create a duplex custom preset in /Library/Preferences/ and it shows up in the list of settings. However, I don't know how to make it the default for the printer I install. Any easy way to do thi

  • Problem with Audigy self extracting file for Vi

    I have downloaded the latest Vista driver for the Audigy 2, which is a self extracting file. When I run it, I always get the same error message: file error[@s]crc,0xc50a2d5:0x0d8c70c and then the process aborts. When I download and run the file on my

  • ACR is not copying the XMP along with the CR2

    I have this problem intermittently..   I have a folder with CR2 files and their corresponding XMP files.   I select a few CR2s, right click on one and select "Copy To" and I copy them to another folder.  Most of the time it copies my XMP with it.  On

  • Drop down menu's have white background, white text

    -running ubuntu 10.04 -firefox 3.6.6 -drop down menu's have white background, white text -not sure if ubuntu user theme is over riding firefox display preferences