User Status dont wan't update  ( Urgent )

dear all,
i have some problem with status in nofication.
the case is :
The key user do the transaction with Tcode DNOTIFWL to change status with <b>Complete Status</b> than save the transaction.
and then, the key user do the transaction with tcode CRM_DNO_Service_Monitor, if we display the notification status still <b>Customer action</b>, basiclly the key user aleardy change the status on notification to the <b>complete</b>, with transaction DNOTIFWL.
my question is, how to fixed the problem with user status ?
thanks for your help
rgds
echo

Hi Liam,
In the Program MV45AFZZ in the FORM userexit_save_document
you use the following fn module to change the user status
'STATUS_CHANGE_EXTERN'
Example
IF t180-trtyp = 'H'.  "Only creation time
  READ TABLE xvbap WITH KEY matnr = c_matnr.
  IF sy-subrc = 0.  "If above material exist then change status
    LOOP AT xvbap WHERE cuobj NE space
                   AND  matnr =  c_matnr.
      l_objnr = xvbap-objnr.
      CALL FUNCTION 'STATUS_CHANGE_EXTERN'
        EXPORTING
          objnr               = l_objnr
          user_status         = 'E0013'  "Send ej IDOC
          set_chgkz           = 'X'
        EXCEPTIONS
          object_not_found    = 1
          status_inconsistent = 2
          status_not_allowed  = 3
          OTHERS              = 4.
    ENDLOOP.
  ENDIF.
  sy-subrc = 0.  "Restore the previous condition
ENDIF.
Reward if helpful *********

Similar Messages

  • Reg : User status information is not updating in Cube

    Hi Experts,
    I am loading data to INfocube which gets data from sales order ODS and Master data infoobject PROJECT which has project  code. User status is a attribute fo Project (Master data infoobject). 1 WEEK before user staus was changed for a particular Project code in source system ECC system .If i display data in Master data PROJECT ,I could able to see changed user staus for that particular Project code.
    Later data loaded to cube from Master data and ODS.If I select a particular Project code and give a sales document number and try to see user status which got changed ,it is not showing changed User status and values are not showing in Infocube.But when i try for another project code its showing correct User status in INfocube.
    Kindly guide me to solve this issue.
    Thanks in advance!

    ACR for Master data load was happend already and we can able to see changed user status in Master data.
    But we are unable to view user status ,SALES document values for that particular project code. Sales document is extracting from ods.

  • Update order user status based on a custom check box value in web ui

    Hi Experts,
    I have a requirement to Update the  user status based on a custom check box value in web ui.
    This is needed at the followup for a SR, the component is BT116H_SRVO, Details View.
    I created a value node with 4 checkboxes, based on the check box value, the corresponding user status
    need to be updated.
    How can I reach to the order save functionality of SAP in EH_ONSAVE method, so that syatem can capture my check box value, along with other screen fields, and append the status parameter in Order maintain?
    or do I have to call order maintain in even handler for checkbox, which will affect performance .....
    Pls help.
    Regards,
    Lakshmi

    Hi,
    In your event handler you can use bol entity corresponding to status BTStatusH and change the user status.
    Best regards,
    Caíque Escaler

  • How to update user status in the QM notifications

    Dear Experts,
    PLz tell  how to update/change user status in the QM notifications..I have maintained the user status profile and assigned the same to the notification type,but user status are not getting updated in the notifications..
    Thanks in advance
    Ankush

    Hi,
    SPRO - Quality Management - Quality Notifications - Overview of Notification Type.
    In that select the concerned notification and click on the status profile and there you can assign the status profile for the concerned notification Type.
    There will be two types,
    status profile for notifications and status profile for tasks, assign as per the requirement.
    Regards,
    Naveen.

  • User Status replication to ECC

    Dear Frnds ,
       I am Facing a Problem in updating the User status from ECC to CRM and CRM to ECC ( Delta Load) . When we are creating the order in CRM, this order is replicated to ECC and initial user status has updated in ECC.
       When ever user status is updated in ECC or CRM, the changes are not updated.
    Where as when we checked the bdocs, this status is appearing in BDOC, where as same is not updated in Order.
       Kindly let us know, is there any specific settings or developmenets need to be done to replicate the user status in order from ECC <-> CRM.
       Thanks all for your help.
    Regards,
    Pola

    Hi,
    User status dont get replicated automatically.
    You'll need to implement a BADI CRM_DATAEXCHG_BADI and method CRM_DATAEXCH_R3D_MBDOC_FILL for R3 to CRM.
    For CRM to R3 CRM_DATAEXCH_AFTER_MBDOC_FILL.
    Kindly reward with points in case helpful
    Sharif

  • Problem in catching the User status of a WBS Element

    Hi All,
          In CJ20n transaction we need to catch the User status for a particular WBS element when it gets changed to 'Technically Completed(TECO)' so that we can create an asset.
         At present we are using the method <b>'AT_SAVE'</b> of the BADI <b>'WORKBREAKDOWN_UPDATE'</b> in which we are unable to catch the user status since the user status is not getting updated in the JEST table at that time.
        We have tried calling a function module in Update task but in that also the JEST table is not getting updated.
    Please provide us the solution.
    Thanks and Regards,
        Siva

    Hi Siva,
    Try the following BADIs
    WBS_FIELDS_FOR_ASSET
    WBS_MULTIPLE_ECP
    If these do not solve your purpose, then there is a work around..
    1). Goto the transaction CJ20n -> goto the User Status Screen -> On the User Status check box press F1 -> Goto technical information. Get the Structure and field name of the Status.
    2). This structure will be filled up with the current value during the program execution. You can get the value from this Structure.
    Hope it helps...
    Lokesh

  • Updating to ios 6.1 will update my apps? some apps i dont want to update them.

    some apps i dont wan to update.
    but i wan to update iphone OS to 6.1.
    what happens if i update to 6.1? will my apps will be updated???
    Thankq in advance

    kishorenaidu wrote:
    will my apps will be updated???
    No.

  • How to update user status in CRM Order depending the delivery status in R/3

    Hi All,
    In my scenario the partial delivery allowed to the customer while creating the CRM Order. But as per my requirement the status should be updated when the complete order and delivery takes place.
       Let me describe you clearly:
    Suppose I want to deliver 5 quantities products to the customer but initially I want to deliver only 3 quantities and rest 2 quantities later. When I do the post goods issue of 3 quantities in R/3 system the status should not change in CRM system. When I will do the rest 2 quantities in post goods issue in R/3 then the user status should change in CRM Order. But in current when I do the delivery of 3 quantities the user status is changing in CRM Order.
    I need the user status should change in CRM only when the entire deliverytakes place in R/3.
    Thanx
    Chinmaya

    Whenever an item is fully delivered, by standard, a "Completely Delivered" status will be updated into the item. If the I suppose by referring to that you will know an item is partial or completely delivered. When all items in the order is fully delivered, the standard header status will set to "Completed". So, you will also know if the whole order is partial or completely delivered.
    If you want to add a user status, the simplest, you can make use of the ORDER_SAVE Badi. Just call the function CRM_STATUS_MAINTAIN_OW. You can update both header and item status.

  • Update User Status at Service Desk Solution Manager SP17

    Hi, my name is Tomas Piqueres and I'm working with Solution Manager SP 17.
    Service Desk scenario is working but I have an issue that I explain below:
    I have a message that I'm not able to solve, so I send it to SAP. When SAP returns it to me, I have two status for the same message:
    -User status
    -Status SAP
    The job "refresh message status" is working, so Status SAP is refreshed successfully. The problem is that when Status SAP changes, the User Status doesn't change automatically.
    Please, could you help me?
    Thanks and regards,
    Tomas.

    Hey Rohit,
    I believe your first issue has been answered correctly. As far as your second issue is concerned.
    The SAP Status field only gets filled up when the message is forwarded to SAP Support. This field is set by SAP Support itself. You dont need to manage it.
    As far as Reported by is concerned, thats what you have to configure. For that to be working you first need to create business partners of your users in the satellite system. Eg.  If you are raising a message from userA from your production system. You need to create a business partner of that user in Solution Manager. A unique ID is maintained related to the user and system. Also you will have to maintain his "employee data" , specifically his SAP user id.
    Hope this helps.
    Regards,
    Bilal Nazir

  • User Exit to update user status at VA01/VA02

    Hi Expert
    Please help identify any User Exit to update User Status stored in tables (JSTO/JEST), at time of sales order (Business Object 2032) creation / change.
    Requirement is to set check mark on a specific user status in case of a material master is missing HTS code.
    Regards-Aamir

    Hi,
    If your requirement is to set the check the HTS field in the material master, you can make the field as Mandatory without which the  Material cant be saved
    You can make this field mandatory in OMS9 transaction code with field status as 89 and the field is MARC-STAWN
    Please revert if you need more details
    regards,
    santosh

  • STATUS_UPDATE error to update USER STATUS - Update termination error

    Hi All,
    I am using status_update FM in sales order user exit MV45AFZZ in a perform routine for updating user status in line item for sales order. There are 4 custom statuses created for the sales order line item. 1,2 3, and 4 by configuration. My job is to select one of those based on user selection.
    Scenario: During change order process using  VA02, I have to change the existing status to a third status when user selects the second one. That is for example, in VA02, user selects status 4 from previous status 3, and save, I have to make the status 4 inactive and save the new status 2 instead of 3 though user selected 3. How do I achieve this.?  ????Any programming example is really appreciated. Thanks!!!
    I am right now using STATUS_READ and reading the existing status 4. Then making it inactive using status_update FM. And updating the new status 2 as active one and 3 as inactive again. Two inactive updates and one active update is throwing an update termination error while saving the sales order.
    Any help is really appreciated. 
    Thanks
    Ricky

    Hi ricky,
    For saving any changes you need to have a Z-table.
    In programs we can't store the user selection. In your case you can create a z-table and store the status there and delete the last status. The process would be faster as you will always have one record in the table.
    . One more advantage is you can even track the changes through the Z-table(User who is changing it.)
    Hope this solution will surely help you.
    Cheers
    Suvi

  • Updating the User Status in Sales Order Item

    Dear Gurus,
    Iam trying to update the User Status on the SO item using STATUS_CHANGE_EXTERN function module and the status is successfully getting updated.
    But the problem is if Iam updating the status it has to delete the Purchase Requisition assgined to it, which is not happening.. whereas when Iam manually changing the Status, the PR is getting deleted.. Can anyone suggest some other function module or some other way of doing it other than BDC?
    Best Regards,
    Sreenivas.

    Hi ,
    I am also need to update the Item user status. Could you please provide me the logic for the FM 'STATUS_CHANGE_EXTERN'. And also let me know the where we need to write the logic in VA01/VA02.
    It would be helpful me a lot.
    Thanks
    Srihari.

  • CRM to ECC i object user status updation.

    Hi Friends,
    I want to know details of SAP objects involved:viz: BADI's to have SAP CRM Iobject user status updatio , I have successfully replicated the ECC CRM Equipment to CRM I Object and even getting the user status from ECC To CRM..
    I am facing difficulty in doing the vice versa action from CRM to ECC.
    Please let me know your suggestions and opinoins which I can try executing.
    Thanks,
    Devansh

    For replicating user status from ECC to CRM we have done the following:
    1) Replicated all related BPs and reference products.
    2) defined the settings (ex Object family for equip etc ) in SPRO
    3) Activated CRM_EQUI_LOAD BADI
    For Upload you have to also :
    Activate DNL_EQUIPMENT and DNL_EQUI_CONFIG and assign Adapter object DNL_EQUIPMENT to Object family 401.
    I hope  this would be good enough for Getting your User Status in CRM.
    My problem is of updating / replicating user status from CRM to ECC.
    Pl see if something can be done for this.
    Devansh

  • Automatically updation of User Status

    Hi All,
    I am facing a problem on automatic updation of user status.As I have a process that on the basis of one field value in a quality notification I want to update the user status automatically.
    I explored something with business process but not getting the right way to use it.
    Please guide me if anyone deals with the same scenario or know more about using business process with user profile.
    Cheers,
    Tushar

    Hey Prasad,
    You will have to Develop a report to do this...
    You should use FM CRM_ORDER_MAINTAIN to do this...
    Details of how to  use this FM for Updating Status could be found in CRM forum..
    I would advice to consult your CRM Tech Team who are in best position to do this..
    Please Reward for usefulll Post..
    Regards,
    Anand..

  • To update user status of an operation in Plant maintenance

    Hi
          I ma trying to update the user status of an operation of an order using function module status_update but it is not working properly. Although the same function module is working fine for updation of user status of order. Can somebody please tell me some other function module to update the user status of operations?
    Thanx in Advance.
    Richa.

    Hi Richa,
    I have the same requirement like which you had. updating the operation user status in work order.
    How did you attend this requirement. Please let me know your solution.
    Thanks in advance.

Maybe you are looking for

  • [SOLVED] Cannot build lightspark

    Hi, I have tried to build lightspark 0.7.2-1 and lightspark-git 20130215-2 from AUR but it always fails with same errors: "A failure occurred in build().". I also tried to modify the pkgver to 0.7.1 in the lightspark PKGBUILD to see if it was verion

  • Office 2010 keeps deliver same email to pst

    Hi, I have a few users having Outlook 2010 keeps deliver the same email from exchange mailbox to local pst. the email at exchange mailbox do not remove after delivered local pst which makes Outlook 2010 keeps sending same email to pst in loop. The wo

  • How to update many tables using the same code

    <%@ page language = "java" import = "java.sql.*" %> <%@ page import = "java.sql.*" %> <%@ page import = "java.text.*" %> <% String custname1=request.getParameter("custname"); session.setAttribute("custname",custname1); String custtin1=request.getPara

  • [Solved] Preview RAW files on Nautilus

    How do I set nautilus to as a preview RAW files? I have since I show the previews, but I not display them. Earlier in Debian and LMDE I can display them Greetings Rafa P.D.: I hope understand this. My english is not very good Last edited by Warper4 (

  • Changing proxy settings on mediasou

    rite, i got creative zentouch player, an i got the creative mediasource program on computer, but wen i wana rip cds on2 it, it wont recognise the cd, tracks, genre, anything. it sez 2 join that gracenote site, but when i try 2 do that, it says 'inter