SOLMAN : Changing notification status

Hello Experts,
My requirement is to change the notification status in CRMD_ORDER using BDC or BAPI. I tried with BDC, but status is not changing through BDC. Is there any BAPI or function module to change the notification status with notification number as input? Plz help me....
Thanks in Advance,
Sankar.

Please post ur query in  solution manager catagory under "SAP solution" forum.
Thanks
Vishal Kapoor

Similar Messages

  • Make some values obligatory when changing notification status to completed

    Hi!!
    I would like "return delivery qty" and "def.qty (int)" to be obligatory values. Thus I don´t want them to be obligatory when creating the notification but when status chages to NOCO, Notification conformed.
    Thanks in advance.

    I have written some code in include ZXQQMU20 (which is inside exit EXIT_SAPMIWO0_020; which is inside enhancement QQMA0014). I have set a breakpoint in the beginning of the include. I have created notifications and also modified notifications and the breakpoint never appears.
    Thanks.

  • Change Notification status from NOPR back to OSNO

    Is this possible?... i hope you can help me.

    Hi Anji,
    I've tried EXIT, but i did not find a place where i could specify the status. And the BADI is seems to be used for user status, can I use if for standard status?
    Thanks!
    Peng

  • Notification Status at Run time in Notif_event_post

    Hi All,
    My requirement is to send a mail to the creator of the notification when their is a change in the notification status and that changed notification status has been saved by the user.
    To achieve the functionality i am using Notif_Event_Post and in this at run time i am getting the new work order but i am not able to get the new notification status at run time that the user is going save.
    When i use select query on jest and tj02 using OBJNR and ISTAT i am getting the old notification status not the new notification status.
    I also tried using the STATUS_TEXT_EDIT and STATUS_TEXT_Multi but the output is same as above.
    Please give solution to the above problem.
    Thanks in Advance.

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

  • PM notification status

    Hi Gurus,
    Is there any FM to change notification status in PM.
    Can you explain briefly.
    thanks.

    Hi,
    User status in notification can be changed by using FM STATUS_CHANGE_EXTERN. This can also be used within user exit.
    Pass the user status which you need to set based on Status profile set for notification type. Currently set user status will be available at table JEST based on notificaiton object number

  • RE: Mail notification on changing the status of the spport desk messages

    Hi,
    I am facing problem with the automatic mail notification in service desk configuration.
    When i create a support desk message in the satellite system, the message appears in crn_dno_monitor in solution manager. When i change the status of the message from new to in process, i get a mail only with the subject line "MESSAGE IN PROCESS STATUS' and the pdf attachement (sapscript) is missing. I have checked all the configurations in SPPFCADM but i am not able to figure out the problem. Please help me out of this problem.
    Regards,
    Sowmya

    Hi,
    there is a SAP Note with a tutor for send_mail via action. See Note 691303 and the attached .zip-file.
    It shows step by step how to set it up and is a very good tutorial. You'll need additional (free) software to let it run.
    Regards,
    Dirk
    @Sowmya: what content does the mail have? None? There is a possibility in SolMan where you can choose whether you want the content as a .PDF-Attachment (which, in my eyes, isn't that sparkling) or as regular mail text.
    It is located in TA SCOT. Double klick on "SMTP", then klick on "Internet" and there choose in the Drop Down Menu of Sapscript. When you have trouble, look at my [screenshot|http://home.arcor.de/dirk.malas/solman/Mail_TXT_PDF.JPG].

  • FM for changing system status in Service Notification

    Hi all,
    I have a tough situation here.
    To change the system status in service notification, the system use "IQS4_CHANGE_STAT_NOTIFICATION".
    CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION'
      EXPORTING
        i_qmnum                  =
        i_vrgng                  =
        I_CHECK_ONLY             = ' '
        I_SPRAS                  = SY-LANGU
        I_BEZDT                  = SY-DATUM
        I_BEZUR                  = SY-UZEIT
        I_POST                   = 'X'
        I_COMMIT                 = ' '
        I_WAIT                   = ' '
        I_REFRESH_COMPLETE       = 'X'
      IMPORTING
        E_VIQMEL                 =
        E_STTXT                  =
        E_ASTXT                  =
      TABLES
        RETURN                   =
    2 main fields are required; i_qmnum and i_vrgng.
    I am able to provide i_qmnum (as this is the service notification number that i need to change).
    However, i_vrgng is a field in table (TC33-VRGNG). The values in the table does not make sense to me.
    Example. To change the status to NOPR (Put in progress), the FM uses PPM2 or PPM6 for i_vrgng. If we take a look at the table TC33, it doesn't indicate in anyway how NOPR is related to PMM2 or PMM6.
    Is there a guideline (ie, to change status to OSTS, i use a certain value in TC33-VRGNG to run the FM)?
    Please see BAPI_SERVNOT_POSTPONE & BAPI_SERVNOT_PUTINPROGRESS for a clearer picture of what I'm saying.
    Thanks,
    Earl

    Please try using FM STATUS_CHANGE_INTERN for changing System Status as i was not able to find any link between status and the field provided in FM in ur post.
    This FM directly changes system status of any object.But this FM requires System Status Value not Text.
    NOPR, NOCO etc are system texts.The main table for system status  is TJ02T which will give u the status value for the status text.
    For eg NOPR status text will have status value as 'I0070'.
    Reward Points if useful
    Edited by: Pratyasha Shishodia on Mar 14, 2008 11:07 AM

  • Digital Signature for QM notification status change

    Hello experts,
    I need your guidance regarding implementation of user digital signature for QM notification status change. Our customer has ECC 6.0 but they are not inclined to introduce enhancement package 3 soon. Now their requirement is that while QM notification status change they want to have a user signature pop-up to verify the user authorization to do so. But they don't want to do so by using digital signature via DMS status change.
    I am really not sure if I have explained the situaion correctly or not as i am quite new to QM. But I am desparately looking forward to get your valued replies in this regard.
    Best regards,
    Anirban

    To fulfill the FDA requirement we have apply the logic to make sure that a digital signature is captured for status changes during task processing.
    To map this requirement we have developed one custom table to store remark that will be displayed on digital signature remarks textbox. This table will have following feild:
    STAT - System/ user status
    QMART - QN type
    SPARS - language
    TEXT - character text.
    Work with ABAPer to implement this, and after implementing validate following key point:
    u2022     Validate that after successful digital signature that the signature cannot be overwritten.
    u2022     Validate the locking of the User ID after customer specific number of unsuccessful signature attempts.
    u2022     Verify that the digital signature works for each status.
    u2022     Validate that if the digital signature is cancelled prior to successful entry that the system status reverts back to previous status and all processing authorizations allowed for that status still function properly.
    Hope my reply will help you.
    Thanks!!!

  • Mail Notification after changing the status

    Dear All,
    We had configured the Service Desk in Solution Manager.But the requirement is when we change the status of the request (Suppose from New to In Process or from In process to Proposed Solution, there has to Mail Notification which is sent to the user, who has raised the issue.Due to which it helps to not to monitor continuously about the issue logged by him.
    Kindly Suggest how to trigger the mail automatically after the issue status changes.
    Eagerly waiting for the positive response.
    Regards,
    Amit

    Hi,
    You may have to do some Coding for this.

  • Changing the notification status

    How to change the status of the notification programatically? I mean based on some scenario if i want to change the status of the notification of a person to "Closed" or "Open" or "Cancelled", how is this possible?
    Thanks

    please, take a look at the "Oracle® Workflow API Reference Release 12" Part No. B31434-01, section "Notification APIs" (page 4-15).
    You can't change the status directly. Rather, you can perform certain actions on a notification such as Send, Close, Respond, and Cancel.
    hth
    Edited by: AndresLepe on Mar 26, 2009 10:23 AM

  • Change task status in notification

    is it possible to change the task status like the notification status (in process again). A completed task -> in process again. I can't find this function and also it isn't possible to delete a completed task.
    Best Regards
    Bernd

    Hi,
          you can delete the tasks in database table which has  generated through action box item that means you can mark it as deleted. Take you notification number go to table qmsm and give that notification number and execute you will get the tasks select the task which you are going to delete and go to command bar type /H press enter and then press display then press F7 it will guide you to a line in code
    if code = 'SHOW'. double click on that and in field contents type CAPS EDIT and press change button and then press F8 it will guide you to next screen i.e. QMSM table in change mode. In this set X for field KZLOESCH and delete the indicator in KZACTIONBOX field and save it. Again go to that notification in change mode and see the task.it will get deleted.
    pls reward me with points if it is useful to you
    regards
    satish

  • Change the status of notification

    A notification is in process(NOPR) .Is it possible to change this status to outstanding?
    Please help me out..
    Karthick P

    hi
    it is status defined by the sytem. so you cannot go the status "notification processing " to "notification outstanding".
    By the way could be please exlain why you want to change the status of the notificaiton?
    Manish

  • Change the status of the notification center in iPhone programmatically or atleast read what the status is  for a particular application

    Is it possible to control and change the status of the notification center in iPhone for a particular application.
    1)      In the application push notification is implemented.
    2)      Once this application is installed we can see the app in the notification center.
    3)      There is an option to ON or OFF
    4)      In the application we need an option to check if the above option is ON or OFF.
    5)      If the option is OFF we need to provide the user an alert stating that  in the notification center has it option off and here we have to provide an option to user to switch ON the option at the notification center.

    Well, I could find a fix for that.
    My mistake was that 1: I wasn't getting the correct ntype code for my value list type. And 2: I wasn't giving the Id name.
    The new result came as this:
    statusObjRef = doc.getStatusRef();
    statusHome = IBeanHomeLocator.lookup(session,statusObjRef);
    status = statusHome.findUniqueByNameType("Drafting Agreement", 1);
    doc.setStatusRef(status.getObjectReference());
    In case anyone has this problem, you should check the collection of values internal id, that's the actual ntype code (the number you send on the second parameter).
    But I could still use help having some advice on the Master Agreement elements handling (getting data from the master agreement or the data thas is being edited at the moment before saving).
    If anyone could give some advice, they would be very welcome

  • Changing the status of Equipment in a follow up action

    Hi All,
               I have a requirement in which a function module will be triggered for a particular Follow up action.
    In this FM we have to determine the equipment and the Maintenance Order , if both are available , status of the equipment
    should change to 'A' , status of maintenance - order = 'Technically completed' and Maintenance Notification = 'Notification Completed' .
    How can this be done.? I am able to change the status of Maintenance order and notification but can anyone help me in
    determining the equipment and changing its status to 'A'. ?
    Thanks in advance.
    Vasuki

    Hi Gajesh,
                     The process is as follows :
    1) During Calibration of a product,depending on the technician's User decision , 3 follow up actions are created.
    2) Each follow up action has one FM associated with it, which is customised in      SPRO > Display IMG > Quality Management > Quality Inspection > Inspection Lot Completion > Define follow-Up Action .
    3) In the first case ( first Follow up action when the inspection is successful) the first FM is triggered. In this FM we have to perform the following steps :
                                   a) Determine the Maintenance Order and the equipment.
                                   b) Incase both are available, status of equipmnt should be changed to 'A',
                                       Maintenance Order should be changed to 'Technically completed' and
                                       Maintenance Notification to 'Notification Completed' .
    If you need further info pls let me know.
    Thanks,
    Vasuki

  • Inter-Site Change Notification Not Working

    I made the change in ADSIEDIT to enable Inter-site change notification after adding a second AD site on our domain.
    The domain level and the old domain controllers in the main site are Server 2008 and the new domain controller for the new site is 2012 R2.
    I tested it by adding and deleting users on a domain controller and checking that the users were added or deleted on the domain controller at the other site.  It seemed to be working fine with that test. I could see the change within seconds.
    However, I noticed that group membership changes and account lockout status are not updating quickly between sites.
    I went back to ADSIEdit and saw that the "1" that I had entered in options a few days earlier was gone and it shows <not set> again.
    I put the 1 back in and then when to a different domain controller and it still shows not set there.
    What needs to be done to make sure that these changes stick and replicate between sites?

    Have you enabled change-notifications on the site link according to?
    http://www.ryanjadams.com/2010/05/turbo-charge-active-directory/#axzz2PaGkqbUu
    Account Lockout attributes such as PwdBadCount and BadPasswordTime are NONE replicated attributes and should contain unique values on each DC, so they might not be the best to verify change-notifications against, moreover not all group memberships
    are replicated to a DC if it's not GC in a multi-domain environment.
    Do you have any manual connection objects (e.g.) not managed by the KCC? If so those needs to be changed back to be managed by the KCC if the change-notification option should be automatically propagated down from the site link, or either you have to enable
    change-notifications manually as well on those connection objects, have a look at:
    http://www.ryanjadams.com/2010/05/turbo-charge-active-directory/#axzz2PaGkqbUu
    This script can help you find out if you do have manual connection objects:
    Get-ADReplicationConnection -Filter {AutoGenerated -eq $False} |
    Select-Object Name,AutoGenerated,ReplicateToDirectoryServer,ReplicateFromDirectoryServer |
    Out-GridView
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

Maybe you are looking for