ChaRM: Change status by means of tasklist

Who knows how to change status of charm document by means of task list?
Reason: I want to schedule some operation in task list and after its completing I want that status of my document will change.
Please help me if you can...

Hi Dmitry,
All the things that you see in the Tasklist are linked to the actions. You need to schedule conditions in the action, such that when you run that particular action, then the status of the change document should change. It doesnt happen through tasklist, it happends through conditions (for actions)
Let me know if you need any more help.
Regards,
Sneha.

Similar Messages

  • Changing Status of preceeding document in CHARM

    Hi Experts ,
    I need to change the status of a preceeding document in CHARM.
    I created a YDAD document from YDCR.
    When i change status of YDAD to cancelled i need to change status of YDCR to Cancelled.
    Steps i followed :
    1 . While changing status of YDAD to cancelled i added a new parameter PREDOC_STATUS and given status of YDCR as E0009.
    2. In "Assign actions" for  status "cancelled" of YDAD i hve given a action SET_PREDOC .
    3.In  "Specify Status Attributes"  for  status "cancelled" of YDAD  i hve given YDCR  YDCRHEAD  E0009.
    But still it is not working . Please help me on this .
    Thanks , Vijay

    Hello,
    please take a look to this Re: Change status of previous document
    If solution is not provided; please put break points as stated lines and tell us what you see
    Regards
    Khalil

  • Change status in process order

    How to see change status of Process order
    That means history of status Change
    Thanks and regards
    LISA

    Hi,
    For that you need to go for OCM order change managment.
    Please refer this link,
    [order change managment. |http://help.sap.com/saphelp_46c/helpdata/en/35/ce8d378d0302cae10000009b38f9b7/frameset.htm]
    Please refer OSS notes-390635
    Please come back for further discussion.
    Regards,
    R.Brahmankar

  • Change status profile of Service order

    Hi,
    we like to harmonize all status profile of all incident process types  we have in our system. This means we like to create one status profile and assign this to 5 different process types. The problem is, we have in our system round about 20000 incidents and ( open and closed). This incidents have to be migrated. I think we have to change E-Status and Status profile and change documents. Are there any experiences with this task. I found nothing what really works (change status profile) in this time. I checked CRM_STATUS_PROFILE_CHANGE but dosn't work for me.
    Could anyone give some hints how to handle this problem?
    Kind regards Stefan

    Hi Stefan,
    You can try the below code to change the status and status profile
    ls_status_com-ref_guid = lv_guid."document guid
            ls_status_com-ref_kind = 'A'.
            ls_status_com-user_stat_proc = 'CRMACTIV'. " status profile
            ls_status_com-activate = 'X'.
            APPEND ls_status_com TO lt_status_com.
            ls_input_fields-ref_guid = ls_status_com-ref_guid.
            ls_input_fields-ref_kind = 'A'.
            ls_input_fields-objectname = 'STATUS'.
            CONCATENATE ls_status_com-status ls_status_com-user_stat_proc INTO ls_input_fields-logical_key.
            ls_fieldname-fieldname = 'ACTIVATE'.
            INSERT ls_fieldname INTO TABLE ls_input_fields-field_names.
            INSERT ls_input_fields INTO TABLE lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
            EXPORTING
              it_status         = lt_status_com
            CHANGING
              ct_input_fields   = lt_input_fields
            EXCEPTIONS
              error_occurred    = 1
              document_locked   = 2
              no_change_allowed = 3
              no_authority      = 4
              OTHERS            = 5.
          IF sy-subrc EQ 0.
            INSERT lv_guid INTO TABLE lt_guids.
            CALL FUNCTION 'CRM_ORDER_SAVE'
              EXPORTING
                it_objects_to_save = lt_guids
              EXCEPTIONS
                document_not_saved = 1
                OTHERS             = 2.
            IF sy-subrc IS INITIAL.
              COMMIT WORK AND WAIT.
         endif.
    Best Regards,
    Dharmakasi

  • BAPI_KANBAN_CHANGESTATUS - Control cycle correction (Change status and qty)

    Hi Experts,
    I have a requirement to upload the kanban status change and actual quantity to SAP either through PK31 or calling BAPI_KANBAN_CHANGESTATUS. In online transaction, I can change the status from "WAIT" to FULL or any other statuses and i also can put in the actual quantity, there is no issue as long as i entered through transaction. But when i try to do the same thing using BAPI, the system actually prompt me several restriction; I can only change the current status to the next status E.G.: current status is WAIT, i can only change it to EMPTY but not In Process or Full.
    My question is: Is there any other more flexible ways to change the statuses? If need to use this BAPI to change status WAIT to FULL (01 to 05), i need to do several BAPI calls before i can change it to FULL!
    And even i specified the change of actual quantity through the BAPI, it does not update into SAP (no matter how i tried). It strikes me that we could not possible change the actual quantity manually through BAPI, instead the actual quantity is only reflecting the available amount of the material in the stock (something like that). But the thing is i can change the actual quantity in PK31. To me, it seems like the online transaction bypasses some of the business checking.
    Anyone successfully changes the actual quantity through the same BAPI? shed some light please.
    Hopefully someone can answer my question, thanks.
    Regards
    Jay

    Hi,
    I use BDC to do this one, BAPI has too many checking which is not necessary in my case. However i also hit problem with BDC, which is the screen problem (Selecting row in table control). I jsut copied the transaction and made slight change to it, the BDC work like charm.
    Regards

  • URGENT: Changing status at Header level in Service Ticket in Webclient

    Hi All
    Please reply ASAP.......
    I am changing status for service ticket in webclient at Header level.
    But at item level system status is not changing.
    Is there any config in CRM where user status or system status is copied from header to item level
    Basically need is to trigger item status when header status is trigerred....
    Can anyone help me in resolving this issue.
    Regards
    Pankaj Vispute

    Thanks Bhanu,
    I solved my problem with your answer.
    Thanks,
    Praveen

  • How to restrict user to change status.

    Dear All,
    we want to restrict users to change the status from set to assign to released status.
    is there any authorization object to restirct user to change status?
    i was trying with object CPRO_DPO Create Project Definition with activity 43 release ,but unable to do so.
    Please do need ful
    Regards
    Ravindra

    Hi Ravi,
    probably you need to create user status profile.
    Use TA BS02 to create status profile
    here you have to add authorization key which needs to be defined in BS52
    use b_user_stat auth object to give profiles in custom roles in PFCG
    Thus you can block access to change status
    Niranjan
    Let me know if it helps
    Points welcome
    Thanks Mathias
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM

  • Change status(Active/Inactive) of file adapter by the external command

    Hi, all.
      Is it possible to change status(Active/Inactive) of file adapter by the external command?
      Let's say, like
      "$ switch_file_adapter_status.sh <File Adapter name> <active|inactive>"
    or something like that.
      Actually, we have the following requirement for the file adapter.
      For example, we have many "file adapter to R/3" scenarios and we only want to allow data transfer between 9:00 a.m. to 9:00 p.m.(R/3 service time).
      In order to achieve this requirement, one option would be to switch file adapter status between active and inactive by external command line.
    And this command will be controlled by the job scheduler(like Tivoli).
      Does XI(3.0 or above) have this kind of feature?
      Best Regards.

    Hi,
    I don't think that this is possible.
    But one Solution for your problem could be a job on xi who execute the Queue.
    So that Adapter work the hole time and send the Message to XI Queue which process them not automatically.
    And the XI Queue you can trigger with a Job like normal R/3 Jobs.
    Hope that helps,
    Regards,
    Robin

  • Service Request disappears from the list of My Service Requests after changing status to In process

    Service Request disappears from the list of My Service Requests after changing status to In process
    Incident manager (resp.) > Agent Dashboard

    Hi,
    As far as I know, this is a new feedback, Please vote this customer voice, here is the link:
    http://feedback.azure.com/forums/216926-service-bus/suggestions/6062851-batching-in-rest-api, or create a new voice at azure feedback forum:
    http://feedback.azure.com/forums/34192--general-feedback
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In Firefox 2.0+ you can go to Advanced JavaScript Settings and check a box to allow scripts to change status bar text. How do I do this is Firefox 10.0.1?

    In Firefox 2.0+ you can go to Advanced JavaScript Settings and check a box to allow scripts to change status bar text. How do I do this is Firefox 10.0.1?

    Two items in the Advanced JavaScript window were removed as of the Firefox 4.0 version, but they are still available thru about:config .
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''dom.disable_window_status_change''' = double-click to toggle to '''false''' to allow websites to mess with status text.

  • CRM_ORDER_MAINTAIN  Changing status.

    Hi All,
    There are many similar posts on the subject which i have mentioned.I went through many of them but i am not able to close the status.Given below is the code which i have done for changing the status for ombudsman complaint and passing it to the FM CRM_ORDER_MAINTAIN .But it is not working.Pls have a look at the code snippet and suggest me any changes
    Status:
    REFRESH:lt_fieldname.
    CLEAR: wa_status,lt_fieldname[].
    CLEAR wa_status-ref_handle.
    wa_status-ref_guid = lv_guid_header.
    wa_status-ref_kind = 'A'.
    wa_status-user_stat_proc = 'ZOMBD'.
    wa_status-activate = 'X'.
    wa_status-status = 'E0006'. " CLOSED status default
    INSERT wa_status INTO TABLE lt_status.
    CLEAR wa_fieldname.
    wa_fieldname-fieldname = 'ACTIVATE'.
    wa_fieldname-changeable = 'X'.
    INSERT wa_fieldname INTO TABLE lt_fieldname.
    CLEAR wa_inputfields.
    wa_inputfields-ref_guid = lv_guid_header.
    wa_inputfields-ref_kind = 'A'.
    wa_inputfields-objectname = 'STATUS'.
    wa_inputfields-logical_key = 'E0006ZOMBD'.
    wa_inputfields-field_names] = lt_fieldname[.
    INSERT wa_inputfields INTO TABLE lt_inputfields.
    Then i passed it to the FM and called CRM_ORDER_SAVE and then commit.
    When i tested this code ,i fetched guid and transaction number and passed it to BAPI BAPI_BUSPROCESSND_GETDETAILMUL
    In the status iwas expecting 'E0006' but it is showing 'E0001' and also i expected status to 'Closed' but it is showing status as 'Received'.
    Pls help
    Regards
    Arya

    Hi,
    in SE37 you will find a lot of function modules starting with CRM_STATUS*
    Maybe one of this will help to solve your issue - maybe CRM_STATUS_CHANGE_INTERN.
    Good luck.
    Kind regards
    Manfred

  • Change status from active to inactive

    Hi Experts,
    How can I change status from active to inactive for the InfoCube?
    Thank you

    You can deactivate a cube by deactivating one of the infoobject in it:
    select one of the char in the cube
    menu option Extras/Unlock infoobjects
    The system will offer you to delete the cube content.
    If you agreed, the cube becomes inactive.
    Please assign if helpful

  • Change status notification for PM (update to 'NTBC' status)

    Hi everyone, i'm still newbie to using BAPI and BDC and i need your help. My problem is when i change status notification to NTBC using function module <b>'STATUS_CHANGE_EXTERN'</b>, this fm change status successfully but bypass validation to malfunction date and time, i want to save this error to my message log. Is there another BAPI that change status notification but also validate malfunction date and time (this validation arise when change status to NTBC only) ? Thank you
    Regards,
    Satria B

    TRY THIS FM "STATUS_CHANGE_INTERN"

  • Function to change status of the STS (Status and Tracking System)

    Hi experts,
    do you know a way to execute a function that changes status in the STS hierarchy?
    We have a web interface with a BPS layout in it, and want to change the status of the STS according to the legal entity that has been changed as soon as a user clicks on a button.
    Do you know a way (function or sth else) to do that?
    Any hint will be greatly appreciated!
    Thanks in advance,
    Thomas

    Have a look to these badis: CRM_ORDER_AUTH_CHECK (for authorization purposes), and CRM_ORDER_SAVE (To check the changes at save).

  • Function to change status in CRM.

    Hi..
    Let me introduce myself, my name is Daniel.
    I'm developing an application based on .Net & ABAP (CRM) & i'm getting problems.
    Do you know the function to change status, where that function can be called out from program?
    This time i've tried 2 functions :
    ZISA_STATUS_CHANGE_N_SAVEDOC
    CRM_STATUS_CHANGE_INTERN_OW'
    Those functions works if i run inside program, but if i build another program for calling that program (run those functions), the functions will not be worked.
    Is there any somebody help me to find out the functions?
    Thx so much..

    IF NOT gt_obj_guids[] IS initial.
        CALL FUNCTION 'CRM_ORDER_SAVE'
          EXPORTING
            it_objects_to_save = gt_obj_guids
          IMPORTING
            et_saved_objects   = gt_saved_objects.
        read table gt_saved_objects into saved_object index 1.
        OBJECT_ID = saved_object-object_id.
        COMMIT WORK.
    Like a line a code above, i have put a commit work. But it still can't work well.
    But, btw.. Is BAPI Commit that you mention before same with i mention in my code?
    I need your suggestion.. _.

Maybe you are looking for

  • X305-q706 Stuck on splash screen where is says "Qosmio" with please wait...

    Hi, recently bought a Qosmio x305-Q706. First time I booted it up it gets to the splash screen with Qosmio displayed with "please wait" at the bottom and hangs there forever. The only way I can get it to boot is to cold boot it and mash the F12 key w

  • Why can't i open a scanned pdf file on my ipad?

    I transfered several Word files and several pdf files that I scanned into my pc into pages. I can open the Word files but the pdf files are grayed out on the iPad.

  • DTW for AP & AR credit memo

    Dear all Is there any DTW template to import AP  & AR creditmemo.Please give the details Regards M Auditya

  • Best Use of one SSD  for cache drives

    Hello...  Months ago I added two Physical  Momentus XT drives to be used  as Cache only drives:  One as a Cache disk, and one as a Cache Database disk.  This is the only function these drives do... Doing this really sped up large session loads... I'm

  • Web Overlay with rounded corner

    Hello, I would like to embed a YouTube video in my iPad app via the web overlay panel (is that even still possible since iOS8???). The editorial design guideline requires the left bottom corner of the video to be rounded, the other corners are normal