How to change Contract Status to Release from Held

Hello SRM Guru,
We are on SRM 5.0. In our production system we have some contract (GOA) which were not automatically trasnferring to backend when we release it (After approval). They are in held status only so we transfer them by FM BBP_pd_CTR_Transfer. But in SRM still the GOA status is held.    Could you please suggets how (any table) can I schange contract (GOA) status from held to release manully.
Thanks,

Hi
You can manually change the status of contract from held to released status using FM 'CRM_STATUS_UPDATE'. Enter your status parameters in structure JEST_INS and execute the FM.
Regards,
Sanjeev

Similar Messages

  • How to change the status of IDOCS from 29 status to 53

    Guys
    how to change the status of IDOCS from 29 status to 53
    Thanks in advance

    Hi Krishna
    IDOC_STATUS_CONVERT Use this FM and reward me

  • How to changes the status of IDOCs from 18 to 06....

    Hi All,
    I have set an Idoc to send the invoice to a midleware called Inovis via ALE, everything is looking OK at the moment and we are getting status 18. however for some reason Inovis needs the status 06, I have not idea how to set this change.
    Thanks in advance
    Regards

    Actually we asked Inovis Consultant to resolve this matter, apparently it was a problem with the message confirmation.
    Regards
    Alexis

  • How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    HI,
    How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    Thanks Florin,
    Your piece of code has worked alot, and it was very helpful in changing the Status of the Workitem to "READY" for all the Users fo the workitem.
    Points have been rewarded for your help.
    Process: We have acheived this using the "Work Item Exits", Usng "AFTER_EXECUTION" Method.
    Note: The Exit will be executed if "exit_cancelled"  statement is present/used in the work item method. if not it is not taking to the exit code. I'm unable to find the reason for it. Florin can u please explain this point.
    Please check the link for adding the code in Work Item Exits.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow
    Please find the Code:
    method IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED.
    Get the context of the workitem
      me->wi_context = im_workitem_context.
    After execution of the workitem call the method AFTER_EXECUTION
      if im_event_name eq swrco_event_after_execution.
        me->after_execution( ).
      endif.
    endmethod.
    METHOD AFTER_EXECUTION.
    This method acts as the Event Handler for SWRCO_EVENT_AFTER_EXECUTION
      DATA: LCL_L_WID TYPE SWW_WIID,
            L_STATUS TYPE SWR_WISTAT-STATUS,
            L_NEW_STATUS  TYPE SWR_WISTAT,
            L_SWR_MESSAG  TYPE STANDARD TABLE OF SWR_MESSAG,
            L_SWR_MSTRUC  TYPE STANDARD TABLE OF SWR_MSTRUC.
    Get work item
      CALL METHOD WI_CONTEXT->GET_WORKITEM_ID
        RECEIVING
          RE_WORKITEM = LCL_L_WID.
      L_STATUS = 'READY'.
      CALL FUNCTION 'SAP_WAPI_SET_WORKITEM_STATUS'
        EXPORTING
          WORKITEM_ID    = LCL_L_WID
          STATUS         = L_STATUS
          USER           = SY-UNAME
          LANGUAGE       = SY-LANGU
          DO_COMMIT      = 'X'
        IMPORTING
          NEW_STATUS     = L_NEW_STATUS
         RETURN_CODE    = SY-SUBRC
        TABLES
          MESSAGE_LINES  = L_SWR_MESSAG
          MESSAGE_STRUCT = L_SWR_MSTRUC.
      IF SY-SUBRC EQ 0.
      ENDIF.
    ENDMETHOD.
    Thank You Once Again,
    Ajay Kumar Chippa

  • Function to change CATS status to released for approval

    I have a requirement where I need to change in batch cats records from status 10 to status 20 'released for approval'
    I can't find how to change the status in  BAPI_CATIMESHEETMGR_CHANGE
    and another function CATS_APPROVAL only works for approving or rejection of records.
    is there another bapi or function which I can use to change the record status of cats ?
    or the other way around is also acceptable that I can set the status back from '20' released for approval to '10' locked.
    kind regards
    arthur de smidt

    when debugging cat2 I found a form which handles the release for approval. but I'm nog sure if there is more to it. for so far I can see it updates the status directly and that's it. when I go further on I come in the screenpainter prog. any clues if it's normal to use this code for my own abap ??
    further on I don't understand the function of ASSIGN_FIELDS_IN_ICATSD ?
    can somebody explain this one ??
    include : LCATSF33
          FORM FREE_ONE_CELL                                            *
          free one cell on dynp                                         *
    FORM FREE_ONE_CELL USING U_NUMBER
                             U_WORKDATE LIKE CATSDB-WORKDATE.
    assign the correct fields
      PERFORM ASSIGN_FIELDS_IN_ICATSD USING U_NUMBER.
      IF <STATUS> = STATUS-LOCK OR <STATUS> = STATUS-REJE.
    count records
        TOTAL_RECORDS = TOTAL_RECORDS + 1.
    date in the future ?
        IF TCATS-FUTURE IS INITIAL.
          IF U_WORKDATE > SY-DATLO.
            FUTURE_RECORDS = FUTURE_RECORDS + 1.
            MESSAGE S024 WITH FUTURE_RECORDS TOTAL_RECORDS.
            EXIT.
          ENDIF.
        ENDIF.
        READ TABLE ICATSDB WITH KEY MANDT = SY-MANDT
                                    WORKDATE = U_WORKDATE
                                    COUNTER = <COUNTER>
                                    BINARY SEARCH.
        IF SY-SUBRC = 0.
          ICATSDB-STATUS = STATUS-FREE.
          IF ICATSDB-ACTION IS INITIAL.
            ICATSDB-ACTION = ACTION-UPDATE.
          ENDIF.
          MODIFY ICATSDB INDEX SY-TABIX.
          <STATUS> = STATUS-FREE.
    set global marker that data have been unlocked
          FREE_DATA = YX.
        ELSE.
          MESSAGE X030.
        ENDIF.
      ENDIF.
    ENDFORM.
    kind regards
    arthur

  • How to change the status of a production order

    Dear All,
    May i know how to change the status of a production order.I want to de-active the status like OPGN (Operation generated).This status is updated as there was no routing assigned to that particular production order during its creation
    Thanks and Regards,
    Varun Siddharth

    Dear,
    When you create a production order, an operation created by the system is generated automatically if no routing is used for the creation. As a result the order header receives the status HOGAN; the operation created automatically also has this status.
    If you delete the operation created automatically and then do not have the status HOGAN.
    To avoid this maintain the Routing for the material or delete the setting of default operation from OPJG.
    Regards,
    R.Brahmankar

  • How to change the status of Serial number

    Hi Experts,
    Would you please help in solving this problem.
    How to change the status of Serial number?
    I have material stock in a storage location: recieved from Intercompany through outbound delivery, when PGIed material document is created when I am checking the serial numbers of the recieved ones status of the serial numbers are ESTO, I want that into AVLB.
    How can we do that?
    Regards
    Sri

    Hi,
    Go to IQ02 on Header tool bar you will find edit(2nd option on header tool bar) => edit manually=> Click from Customer=> and then to Stock you will find the expected results...
    Generally Serial number Status use to change along with the movement of material linked with that serial number... So if you are changing serial number with manual trasaction then please remove all the details from IQ02 like plant storage location Batch and master batch so that i will not provide you error while doing next transactions.
    Regards,
    Ninad Kshirsagar

  • How to Change the Default SSH Port from Terminal ?

    How to Change the Default SSH Port from Terminal ?

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to Change the Default SSH Port from Terminal ? now showing default SSH Port 22 i need change it pls help me how can do

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to change the Status CRTD of the Inspection Lot?

    Dear all.
    I want to Complete an Inspection Lot 10000000005 In the T-CODE qvm2.When I select the Inspection Lot 10000000005 and press F8 to Complete the Inspection,the SAP show an error message "Status check error".
    And the detail info show that the error was cause by the Status CRTD of the Inspection Lot.I check the Status of the Inspection Lot 10000000005 and found that it's Status was CRTD CHCR SPRQ.My question was how to change the Status CRTD of the Inspection Lot?
    Regard
    Yoda

    Hi
    CRTD means ...
    In material master QM vew-inspection setup->Inspect with task list tick is there.
    Now to change status,
    Go to Qp01>create a task list for material(If not exists)>remember date of creation of task list must be prior to date to creation of inspec lot
    If task list is created/exists>go to QA02.<inspection specification -->click on Inspec Spec
    and attach task list
    go to sample tab....click on sample.
    Now save it.
    Status will change to REL
    Regards
    Sujit

  • How to change the status in the table kssk

    Hi ,
    In document management system - for a doc type pdf, I am maintaing the class (cl_xxx) in img setting. some charateristics are assigned to that class (with entry required).
    My problem is While  creating the document (cv01n). I am  not assigning the value for that char ( i.e in addition data), eventhough it is mandatory .
    In the table kssk , For that particular document , status is set to 5 . how to change the status .
    note :
    In cv04n - if i search wrt to that charateristic in the classification tab. i am not  able to get the value.
    Please help me to solv the problem.
    Regards,
    Rani.

    hi you can do like this also if it is a test server..and y had the authoridation..
    togo the table -supposekkkk-execute-select a particular record--double click it ---then it will display it in the vertical line..
    then put /h in the tcode listbox and put enter--debugg it and change this    if code = 'SHOW'  as EDIT. execute it and change it and save it..
    regards,
    venkat.

  • How to change the status of updated record?

    Hi All,
    how to change the status of updated record?
    new record should be active version(X) and old version will be deleted.
    Plz suggest..
    Thanks in advance...

    Steve,
    In the actual question, you mentioned that the old record needs to be deleted and hence the solution provided.
    Now, you are talking about field. May I know which field are you talking about??
    Jst get in to ABAP Editor and try debugging the code with the solution provided and let us know if that is working fine or not.
    Also, I recommend you to take a look at the transaction ABAPDOCU. There you wil find hell lot of examples explaining all the scenarios. You will get a good idea .
    Please check that and try to implement it yourself. You will be able to make it after doing mistakes.
    If you stuck up again after many attempts, paste your code here. We will help you out
    Hope you got my concern.
    Thanks,
    Babu Kilari

  • How to change Macbook pro MD101Hn/a from 32 bit to 64 bit?

    How to change Macbook pro MD101Hn/a from 32 bit to 64 bit?
    Adobe softwares needs 64bit softwares to install and access........

    Please read this:
    http://support.apple.com/kb/ht3696
    Ciao.

  • How to change the language of CS6 from Chinese to English?

    Dear Sir / Madam,
    How to change the language of CS6 from Chinese to English?
    Please give me advice.
    Many thanks,
    Eddie

    Language depends on what version of license you've bought. If you've bought a 'Chinese' license, you're stuck with 'Mandarin' or 'Cantonese' UI language.
    If you purchased a Multi-lingual license (which I doubt they sell these days) and if you did install the 'optional language packs' when installing Photoshop, go to Photoshop Preferences (Edit > Preferences in Windows, Photoshop > Preferences in Mac) > Interface > UI Language - change here.
    Also, keep in mind that if you do change the language with multi-language installation or change your locale, Photoshop may ask you to re-enter and re-activate your license.

  • How to change two different iCloud account from mac and iPhone?

    How to change two different iCloud account from mac and iPhone?

    Pick one to use, abandon the other.

Maybe you are looking for

  • AS2 adapter not visible in Receiver Communication Channel (Adapter Type)

    Hi, We wish to connect to our customer using AS2 adapter as the receiver communication channel. We are unable to find the "AS2 adapter type in the in "adapter type" field. (Choose Adapter Metadata). Our XI version is as following (NW04S_11_REL Servic

  • Running two screens from a macbook pro

    How can I run a second screen from my macbook pro.  I run a thunderbolt screen from the thunderbolt port but the port on the thunderbolt screen won't send a signal to the HDMI port (the macbook thunderbolt port sends a signal to the HDTV no problem?

  • MS SQL 2005 remote connection using sqljdbc

    Hi, I have production line computer with software using java code and firebird database, i also have sqljdbc.jar also in the library. my software is trying to connect to mssql2005 database in a remote computer and got this error message: java.lang.cl

  • What do i do if my iphone just shuts down out of no where and wont turn back on or even charge?

    ok so my iPhone 4s shut down out of no where about 38 minutes ago. I had just gotten off the phone and gotten into my car when I saw the black screen. I thought it just locked like it normally did, so I clicked the power button but nothing happened.

  • Most cost effective yet creative plug ins available?

    Hello, What are the most cost effective, creative/innovative and practical set of Final Cut and Motion plugin on the market? Core melt V2? Boris Continuum Complete? Genarts Sapphire? Other? Right now on Digital Juice, they are offering 50% off of Cor