CRMD_ORDER - Status

Hie frds,
in a QT, line item status was set to COMPLETED manually and hence the system says, changes to this document are not possible.
we want to be able to change the document. is there any report from where we can reset the status?
thanks and regards,
Dinesh.

Hi Dinesh,
We had a same issue in our System. To solve this u need to make the chaneg in standard table
Select * from crmd_orderadm_h into table ls_orderadm_h
       where object_id eq p_vbeln and
         where  process_type eq p_type.
loop at ls_orderadm_h into lt_orderadm_h.
  update crm_jest set inact = 'X' where stat = 'I1054' and
                                        objnr = lt_orderadm_h-guid.
  if sy-subrc = 0.
    commit work.
    write: / 'DONE: ', lt_orderadm_h-object_id.
  endif.
  clear lt_orderadm_h.
endloop.
Hope this helps..There is no other option to unlock this document.

Similar Messages

  • Need to change the system status in CRMD_ORDER

    Hi,
    The status of the deffect is set to "Relase Items" in crmd_order. Now if i try to do any changes it is not allowing me to change. Is there any way to reset the system Status .
    Your help is appriated.
    Regards,
    Srilu.
    Edited by: Srilu.M on Oct 15, 2010 8:32 AM

    hi
    refer this thread, the same scenario
    [Re: CRMD_ORDER - Status|Re: CRMD_ORDER - Status]
    jansi

  • Change status for sales order in crmd_order

    Hi,
    I am creating a report which has to change for all sales order with status "Open" to status "Processed". Is there any function or bapi to do this ?? Supposing, there is no function, which tables do i have to change ???
    thanks in advance!!!
    Maria

    Mmmm it doesn't work... I have tried this:
        CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN_OW'
          EXPORTING
      CHECK_ONLY                = ' '
            OBJNR                     = i_crmd_orderadm_h-guid
            USER_STATUS               = 'I1003'
      SET_INACT                 = ' '
      IV_REF_KIND               =
      IV_OBJECT_TYPE            =
      IV_NO_1O_MAINTAIN         =
    IMPORTING
      STONR                     =
    EXCEPTIONS
       OBJECT_NOT_FOUND          = 1
       STATUS_INCONSISTENT       = 2
       STATUS_NOT_ALLOWED        = 3
       OTHERS                    = 4.
    If sy-subrc = 0.
    endif.
    But noting has change in tag Status in tx. CRMD_ORDER.. still have in "system status": In process and in "User status": Order Rep Processed.
    Thanks in advance !!!

  • Error message in distribution status of crmd_order

    Hi All,
    We are working on CRM 2007. After saving the transaction type in cRMD_ORDER the distribution status attribute in the status view is showing as "Error in distribution".
    But still we can find the document being available in ECC.
    Please help us in this issue.
    Points will be rewarded liberally.
    Thanks in advadnce,
    RK

    Have you applied Support Package 2? We had a similar error that was caused by a program error that got fixed with SP2.
    We got the error in SAP Note 1128686 which is due to a program error that has a correction in the note and also included in the cumulative Support Package 2 (SAPKU60002).
    After applying the SP, sales orders created in IC Web now are in status Distributed Open.

  • Bapi / Function module to change the status of transaction crmd_order

    Hello team,
    I am developing the utility in CHARM for which i need to change the
    Status of transaction CRMD_ORDER from "New to "In process" through
    report/BAPI / FM etc... I tried to use report
    CRM_socm_service_report.But it never puts status " In process" rather i
    updates only " "work in progress ".
    Also tried FM "CRM_STATUS_CHANGE_EXTERN" , but doen't work.
    After the process is put "In process" , i want to create change request
    and assign resource". Is there any report / FM /Bapi or anything in the
    system to do this.
    I tried to write BDC but dropdown list is not recorded in the recording.
    Please advice.
    Thanks and regards,
    Swapnil

    Not sure I understand your requirement but maybe FM CRM_ORDER_MAINTAIN will be of help to you.

  • Change the status of the service ticket in crmd_order

    Hi,
    i want to change the status of the ticket with out changing manually in  the transcation crmd_order.
    I need the program to change the status based on transction number(service ticket number)
    Please guide me is there any FM to get that.
    Thanks in advance,
    Suresh

    Got the solution:-)
    It is defined in customization that when the status is closed, no changes can be done. So by removing that customization my code works both for both closed and open charms.
    Thanks,
    vinod.

  • I am getting error in transection created by crmd_order when status close ?

    Hi Expert,
    When i am creating transaction by tcode CRMD_ORDER in crm system ,I am getting warning "edit service ticket 800002568" when the status is close and was not able to see the system log.whenever i am cicking on log its show the warnoing and then control comes out from the transaction.I want to know the possible cause of this.Please anyone guide me to solve this.
    Thanks,
    Prem.

    Hi Laxmi,
    As you said ,i am debugging all the modules ,i saw one thing for status close that we are getting a exception initially in class cl_gui_toolbar the error is Exception (cx_salv_bs_sc_runtime_info) occurred
    this we are not getting for ticket status open ,inprocess.
    why it coming is the problem ?

  • CRMD_ORDER - How to add user status for searching

    Hi Gurus
    Our requirement is that we want to search sales transactions in CRMD_ORDER by user defined statuses. Currently I can only search by system status (along with other standard criteria such as created by/direct processing etc). How do I add more search criterias so as to enable searching solely by user status?
    Please advise.
    Thanks

    Hi Jai,
    As per your requirement, i suggest u to check the Tx CRM_SRV_REPORT (standard Tcode)
    In this report you can change the layout of the screen after executing the report, and choose the user status from the layout.
    I hope this will help you
    Best Regards,
    Madhup

  • Change of USER status for SDHF transaction type though CRMD_ORDER

    Hi,
    We have a requirement to change the user status of transaction of type "SDHF" creted using CRMD_ORDER.
    We are using FM " CRM_STATUS_CHANGE_EXTERN" for the above requirement, but stuck with the following error "Status REL is not allowed". On analysis of error, it is observed that the FM is not changing the user status to a status with higher status number than the present status.
    Eg: If the current status number(Code - PMAP) is 35 and the required status  number (Code - REL) is 40, then the FM is throwing the above error. we cannot change the status numbers, as this will lead to re-alignment of statuses which is not acceptable.
    kindly help with the solution for the above error or is there any FM or other method of achieving the same requirement.
    Points wil be awarded for the helpful amswers.
    Regards,
    Imran

    Hello,
    Since the status has no number it will appear under statuses W/O number bottom right in status overview window.
    These status will appear as additional text beside current user status. For example if user staus is BUG and status without number is DFL and sets when deletion flag is set and gets deleted when it is revoked than user status will appear as
    BUG DFL -
    Deletion flag set.
    BUG -
    When deletion flag revoked.
    You have to live with it. I don't think there is a way out for that.
    Thanks
    Saikishore Ganga.

  • How can I change the status of refund order to complete from CRMD_ORDER?

    I can I manually (Force) change the status of a refund order from within CRMD_ORDER?.
    Jason

    When doing that from the order's Status screen against User status I only get the dropdown status of 'Request Payment' that can be set. Hence the reason for thinking that there's more to do to correct this problem.
    Jas

  • How to enable field "reason for rejection" of view "status" in CRMD_ORDER

    Hello Everyone
    I need to activate/enable field "Reason for Rejection" in view "Status" of transaction CRMD_ORDER though a delivery document is created for the sales order.
    Can some one pls let me know where do I need to code to make field "Reason for Rejection" enabled.
    FYI, the same logic was applied for VA02 as well and the logic is written in userexit "USEREXIT_FIELD_MODIFICATION" which is working fine.
    Apprecriate your quick response.
    Thanks
    Dharma

    Hi Raj,
    Usually we use function module CRM_STATUS_UPDATE to
    change user status in document. But if you want to
    trigger next process or change from certain user status to next status interactively by the system, you can
    use Badi CRM_ORDER_STATUS (here you have after and before
    method).
    Hope this could help.
    Rgds,
    Gun.

  • Update date upon change of status in CRMD_ORDER

    Hi,
    I have a requirement to update a date (appointment) in CRMD_ORDER upon changing the user status of the ticket.
    I have identified the BADI to be used for status change. But I'd like to know which FM I can use to update the date in the ticket - CRM_ORDER_MAINTAIN?
    Appreciate any feedback.

    Hi,
    Sorry for late reply. I got my prob solved by using FM CRM_APPT_MAINTAIN_MULTI_OW to change the value according to my requirement in BAdi CRM_ORDER_STATUS method AFTER_CHANGE.
    Thanks.

  • Need FM for reading user status at run time in CRMD_ORDER txn.

    hello all,
    i need to know the FM for finding the user status on the screen.
    i know there are FM's for finding the values on subject and external reference fields. similarly i want it for user status .please help me in this regard....
    Thanks,
    Sreekanth.

    Hey Shiva,
    The FM for finding user status is CRM_STATUS_READ_OW
    Please Reward for usefull usefull post..
    Regards,
    Anand..

  • How to read the status changed in crmd_order txn before saving it to DB.

    hello all,
    My requirement is to perform some checks after the user changes the status
    ( Before saving it to DB i need to do some checks )
    I could find the BADI and Fm's for checking conditions.
    My question is i need to check for a particular status change how do i trace that that particular status which i need to capture has been changed??
    i could see some FM's but it is only fetching the staus save in DB.
    how do i trace the status just after user changes before saving it to DB.
    it's an urgent requirement............pls help me on this..........
    pls get back to me if u want more  details.........
    Thanks,
    Shiva.

    Hello.
    Have you figured this out yet?  We are having the same problem.

  • How to change the no of members in approval status tab in charm(crmd_order)

    Hi all,
    I have an issue related to removing few people when a CR(change request )is created.Here in our case, it goes for approval for 5 peaple.I want to know where in the Charm configuration this is defined, so that I can chhange it there.I've tried searching for that in the Tcode Solar_project_admin, but could not find that out.
    Can anyone who has configured Charm, please help me in doing this.

    Hi Valentina,
    1. Transaction: BS22 (System Status maintenance).
    2. Locate the system status:  I0188  - ECUS (click Page down key to scroll the list below).
    3. Put cursor on I0188 and, menu path GOTO -> TRANSACTION CONTROL.
    4. Locate Business status PMS1 - Goods Receipts, click checkbox "Forbidden" (It might be in Warning right now?).
    5. Save and test your scenario.
    Regards, Trino

Maybe you are looking for

  • Unable to connect and launch Adobe Muse

    Getting error message when starting muse . when I sign in with my acocunt I can the following uploaded message. Can get into the cloud. Muse is installed no other options avaialble. HELP

  • File Not Found error on local test server

    Hello all, I have no idea what happened, but my local test server went from working fine to not working at all. When I go to test a page locally, I get this error: The requested URL /[filename].php was not found on this server I did not change any of

  • Clearing of Service entry sheet and Invoice -GRIR

    Hi In  a Purchase order,the service entry sheets, it has multiple line items. It can now happen that a invoice is only received for the first line item and must be paid. When the line item is selected in MIRO, it however clears the total value of the

  • Samsung slow ssd bug

    Hi, I have this problem as reported here: http://techreport.com/review/27212/samsung-840-evo​-update-fixes-slow-reads-with-old-data This bug affects the read speed of old files (about a month or older), instead of around 300 MB/s the files are read a

  • Bizarre problem when skipping songs

    Hi everyone, first of all I apologize for my probably poor Engilsh, I'm Italian. I own an old I-Pod classic 30Gb (firmware 1.2.1). It has always worked fine until some days ago. It started behaving in the way I'm going to describe. I always listen to