Automatically put in process PM notification when saving

Hello all,
Does anyone have an idea in how to implement specific process when saving PM notifications after their creation ?
My aim is to swith from system status I0068 (Oustanding notification - which is the one for the notification when saving) to I0070 (Notification in process) in an automatical way when saving the notification.
I found function module IQS4_CHANGE_STAT_NOTIFICATION, but as i am in creation for the notification, is it possible to update its status at the same time ?
Moreover, i found user exit ZXQQMU20 (function module EXIT_SAPMIWO0_020 ) : is it the good one to implement the ABAP code ?
As i can not have development key on the development environment, i am not able to do tests.
Thank you in advance for your advises.
Regards.
Laurent.

Hello everybody,
We tried to changed default (initial) system status notification from I0068 (Outstanding notification) to I0070 (Notification in process) in user-exit EXIT_SAPMIWO0_020 when we are creating new notification (not all notification types are concerned).
We used for this function module IQS4_CHANGE_STAT_NOTIFICATION with export parameter:
i_qmnum = notification number,
i_vrgng    = 'PMM2',
i_spras    = 'FR',
i_commit = 'X'
Nevertheless, this does not work. Besides, notification is no longer saved...
Any suggestion in the way to solve this problem ?
Thanks.
Laurent.

Similar Messages

  • Automatic/Immediate print of quality notification after saving

    Hi,
    Checked numerous posts avialable on this requirement but after following the suggestion still facing the issue.
    Requirement is right after saving a quality notification print should be triggered.
    Following settings are in place:
    In Quality Notification print control
    -> Define Shop papers, Forms, Print programs (1. defined shop papers and assigned print programs 2. Assigned shop papers to notification types)
    -> Define Printer ( here under user-dependent print control with wild card * entries chose Print Now option)
    Thanks in advance.
    Regards,
    Ragahva

    Hi Raghava,
    If you have configured the notification print control setup correctly, then the next step to get a notification printed is to select the right shop floor paper and print it. To do that please select - QM02/QM03 => Notification => Notification
    Now select the appropriate Printer and the document you wish to get printed and print it manually.
    Please note that any notification type can have more than more than one Shop Floor Paper selected to be printed. If you wish to automate it based on User details, then I think you may need to work with the below exit -
    QQMA0014  QM/PM/SM: Checks before saving a notification
    Please note that you have to put a logic there to read the user's credentials and print the notification while saving. You can take clues form the below thread too -
    http://scn.sap.com/thread/3691375
    Thanks to the original contributors of the thread!!
    Thanks,
    Arijit

  • When notification is put in process, How to send automatic mail

    Hi All,
    When the Maintenance notification is put in process, a mail has to be sent with the notification Number to Business / Mainteannce people's mail address. Is this possible through configurations,action box, workflow or by means of exit ???
    Please let me know your solutions.
    Thanks

    Hi Rahul
    I dont think you can do it in Action Box.
    In action box you define the functions, with which you can generate tasks or activities (known as supplementary actions) for a notification. These functions should be defined using a key and a label. They are assigned to a notification type, and are available at header level when processing notifications. When the function is called up, the system copies the task or activity defined into the notification.
    Check it out and revert back
    - Pithan

  • When I delete an e-mail, it automatically puts another e-mail in my inbox which says "no sender".  What am I doing wrong and how to get all these off my I-Pad?

    When I delete an e-mail, it automatically puts another e-mail in my inbox which reads "No Sender", thus I have numerous e-mails that have not really been deleted.  How can I delete all these e-mails and how to correct the issue of deleting e-mails?

    Here is one way of doing it. Left click on picture, list opens click on save as. In next window box apears save as type PNG(*.png). Then go to my pictures and print picture from there. I am not sure what print target is? That is in the list also. That may be how it is directly printed. Never used that short cut. Try it and see. I know for sure saving it to file works.

  • Where to put data processing routine when acquiring data using DAQmx

    I have a program that is aquiring data using the DAQmx Acquire N Samples mechanism with automatic reset and a data handler callback routine. DAQmx acquires N samples (usually 1024) from the board, calls the handler to do something with it, and then resets to get the next batch of data. The program acquires a number of lines of data, say 512 lines of N points each, with one callback call per line. Triggering is done by a hardware trigger at the start of each line of data. So far so good.
    The issue is that the time that it can spend in the callback is limited, or else the callback is not finished when the next batch of data is ready to be transferd from the DAQmx buffers and processed. There is a substantial amount of analysis to be done after the entire frame has been acquired, and it ends up taking far longer than the time between lines; so where to put the processing? The data acquisition is started from a control callback callback that exits back to the idle loop after it starts the data acquisition process, so there is no code waiting to execute, to return to, when the data acquisition is finished.
    I could try to put the data analysis routine into an idle-time routine and trigger it with a semaphore, or I could put it into a timer control callback with, say, a 10 millisecond repetition rate and poll a flag, setting the flag when all of the data has been acquired. Any suggestions would be appreciated.

    I would recommend using Thread Safe Queues. Your acquisition callback can place items in the TSQ and then you can process the data in a separate thread. TSQs are nice because they allow you to install a callback function to run for certain events. Most importantly, you can install a callback for the Items in Queue or Queue Size Changed event which will run the callback if a certain number of items are in the queue. This lets you take advantage of multithreading in a simple and safe way using a standard Producer/Consumer architecture. However, you may still run into problems with this architecture if your acquisition thread is running much faster than the consumer thread. You could eventually overflow the queue. In that case, your only options are to either get a faster system, slow down the acquisition or do the data handling post process.
    National Instruments
    Product Support Engineer

  • Automatic Notifications when a workflow is deferred or timed out

    We are using about 10 workflows (7 Oracle Standard, 3 custom workflows) in Oracle Financials and would like to receive automatic notifications when any of the workflow is deferred or timed out.. Is there a setup to receive automatic notifications/emails when a workflow is deferred/timed out??
    The reason for this is, we recently had a database crash. After we recovered from the crash, all the Oracle Delivered Workflows restarted after running Workflow background process with following parameters:
    Item Type: null
    Min Threshold: null
    Max Threshold: null
    Deferred: Yes
    Timed out: Yes
    Stuck: No.
    The 3 Custom Workflows didn't start after running workflow background process with above parameters. We realized that after 2 days and had to run Workflow Background process for those three workflows seperately using below parameters:
    Item Type: Custom Workflow1/Custom Workflow2/Custom Workflow3
    Min Threshold: null
    Max Threshold: null
    Deferred: Yes
    Timed out: Yes
    Stuck: No.
    Just wondering if there is a way to setup notifications if a workflow is deferred or timed out.
    Thanks and Regards.

    geissler,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • The niFPui.mxx plug-in caused an exception in the CmxAggregateItemUI::InvokeCommand function in the NIMax process. When saving *.iak file in MAX4.6

    The niFPui.mxx plug-in caused an exception in the CmxAggregateItemUI::InvokeCommand function in the NIMax process. When saving *.iak file in MAX4.6
    Hi There,
    The subject header just about says it all. This is the first action I took with MAX - it is a fresh install. The file I wanted to save was still written and the FP seems to be working ok. However, I need to know what happened.
    I can't post the whole log file due to the amount of characters allowed on this post. I can cut and paste sections if there is a specific part of the file you need. Below is the first section and last section.
     Context where exception was caught:
    Func:
    CmxAggregateItemUI::InvokeCommand Args: plugin=niFPui.mxx Item=0107EAB1
    cmdID.cmdId={4A36174B-EC0C-4D73-A23D-F15D164542DE} cmdID.index=0
    Application   : C:\Program Files\National Instruments\MAX\NIMax.exe
    User Name     : slaney
    OS Version    : 5.1.2600 (Service Pack 3)
    Exception Code: C000001E
    Exception Addr: 457BC448
    Return Address: 457BC448
    Function Name : nNIFPServer::tFpLinearScaleRange::`vftable'
    Module Name   : FieldPoint71
    Parameters    : F001008E 7800FDDD C5100DFC EC0107EA
    Source File   : (not available)
    Return Address: 481000C3
    Function Name : (not available)
    Module Name   : (not available)
    Parameters    : 00000000 00000000 00000000 00000000
    Source File   : (not available) 

    Hi,
    I did a research on your error message and it seems this problem was introduced with MAX 4.6. This version switched to a new error reporting mechanism and reports even errors that are which are not critical to your task.
    These errors typically show up as "unexpected" and if your error falls into this category have a look to this KB for further assistance.
    If it doesn't fall into this category, your could try to go back to the MAX 4.5 or 4.4.. Of course you would need to reinstall some components and might not be able to use newer drivers at all.
    Let me know.
    DirkW

  • Is it possible when saving the psd file to have an automatic jpg file saved at the same time?

    My work involves preparing images for printing lightboxes and window installations.  My clients require to pre-approve the photos before printing.
    I usually save my files as psd but since the files are very large in this format I usually save another copy as a jpg file that has a much smaller file size.  This makes it possible for me to add these to a presentation and and send them to my client.
    Is it possible when saving the psd file to have an automatic jpg file saved at the same time?  Or do I still have to do this manually?

    If you save the document manually as a PSD file in Phtoshop not from within an Action, Script, Plugin or Droplette.  You may be able to write a Photoshop that would do as save as Jpeg,  And you should be able trigger its execution by setting up a Script Save event using the Script event manager.  When You do a manual save  the script should be triggered.  I wrote may be able to for I have never tried to write that script or set up a Script Manager Save event.  I have only use open events.

  • RAW Images Alter When Saved After Processing in CS5 Camera RAW?

    Hi,
    I am currently experiencing a problem in Photoshop CS5, where after processing a CR2 RAW image file in Camera RAW, whether I then decide to open the image straight into CS5, or save as a jpeg or tiff file, the image completely alters from what I was previously seeing in the Camera RAW window?
    The saved jpeg/tiff, or image now shown in CS5 is now very tinted, where objects that were perfectly white in the Camera RAW window are now a dirty yellow colour.
    I was just wondering if there was any advice any of you could give me as to what the problem might be?
    I have made sure that both CS5 and the Camera RAW window are both set to sRGB, but it has had no effect on the problem.
    Thank you in advance for any help
    Russ

    Color Management in Photoshop.
    Sent from phone.
    În data de 02.09.2012 23:08, "Tube Screamer" <[email protected]> a scris:
       Re: RAW Images Alter When Saved After Processing in CS5 Camera RAW? created by Tube
    Screamer <http://forums.adobe.com/people/Tube+Screamer> in *Adobe Camera
    Raw* - View the full discussion<http://forums.adobe.com/message/4667772#4667772

  • Need to stop Email Notification when Transaction is Saved For later

    Hi Team,
    We are getting mail notification when any transaction is Saved for later. We need to stop this mail notification because for every transaction we are getting mail ? is there any possiblity that we can stop this activity for mail notification only for transaction SAVED FOR LATER.
    Details are:
    Application : 12.1.3
    Responsibility - Manager Self Service , HR Professional
    Kindly reply with your valuable suggesions.
    Thanks in Advance.
    Basaw

    I think u need to check ur work flow settings , where mailer will do this sending mail work
    please check the set up for that , and check with any wf expert once

  • Automatically adding material texts (MAKT) when saving material in MM42?

    Hi,
    In retail, when saving changes to a material (MM42), if texts in some languages are missing, I want to add them automatically by copy from an existing one.
    I'm trying to use method REFERENZ of BADI_ARTICLE_REF_RT but I can't seem to understand how it works.
    Any help appreciated.
    Thanks.
    Regards,
    Nuno

    Transaction Code - MM42                     Change Material &
    Exit Name           Description
    MGW00001            Material Master (Retail): Additional Data
    MGW00002            Material Master (Retail): Number Assignment
    No of Exits:          2
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • When saving iDVD to disk image the following message appears: "Error during rendering/codification. There was an error during rendering/codification of menus/slide presentation. The recording process was canceled.

    When saving iDVD to disk image the following message appears: "Error during rendering/codification. There was an error during rendering/codification of menus/slide presentation. The recording process was canceled.
    What am I doing wrong?

    Read and answer the questions posted by Bengt Wärleby in this thread: Cant burn my idvd project to...: Apple Support Communities
    OT

  • Error when saving quality notification (QM01)

    Anybody knows what caused the error which says that the notification number is locked by the same notification? Encountered this when saving transaction QM01.
    Thanks!

    Hi Srinivas,
    Error message is: 
    Notification 200300002675 locked by 200300002675.
    Message no. IM 416
    This was encountered when saving the notification that is just being created so how could it be locked?
    Thanks for your advise.

  • When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"?

    When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"? IE always saved photos in the "Photos" file and documents in the "Documents" file. Firefox makes me choose every time. Very annoying.

    How about if Firefox is programmed like IE in this ONE thing...
    When saving files from internet sources, if the file ends in a typical photo extension such as .jpg, .bmp, .tif etc. it defaults to save it in your PHOTOS folder.
    When saving anything like a .doc, .pdf etc. it defaults to save it to your DOCUMENTS.
    You could still change it to 'desktop' if that if really where you want all your photos and documents... or some other folder that you decide, but DEFAULTS to the LOGICAL folder.
    I have carpal tunnel SO bad that even typing this suggestion is painful and having to make the extra click along with moving the mouse EVERY time I want to save something is painful.
    ALSO, I shouldn't need a bunch of ADDONS to accomplish this. I tried downloading one and it did nothing. The problem still exists.

  • How automatically saving a copy when saving a file?

    Hi,
    For my pictures (RAW and PSD) I use a separate external disk, our Timecapsule would be full in a year. My work flow in copying is normally no problem. But of course now my iMac drive is 'broken' I find a few PSD-files not be copied to the external drive. I wondered, is there a simple way to automatically save a copy when saving a file (and replace an earlier version of the copy)?
    Murk

    Thanks. FWIW I'm very keen on improving tethering and lobbied Adobe endlessly until they added the overlay for shooting into layouts because it was a major reason why some of my clients were unable to switch to Lightroom from PhaseOne. But we have to be realistic and remember that tethering just isn't a key market for Adobe as it is for PhaseOne, so progress is painfully slow. For example, where is live view or setting exposure which are in PhaseOne? I'd be amazed if we get those features for a few versions, and that's why I point serious tethered shooters to other solutions. And realistically, assuming your understanding of the SDK is correct you shouldn't expect a change until the next full version of Lightroom.  Good if it happens, but I wouldn't bet on it.

Maybe you are looking for

  • Sun Java System Messaging Server compatability with ipv6

    Dear All; I am planning to upgrade the network to ipv6, I would like to know if anyone knows about any issues with Sun Java System Messaging Server 5.2 running over an ipv6 network. Is such information posted anywhere on Sun's website? Regards, Marwa

  • How to detect is response deliverred to the client?

    Hello everybody... I have problem and don't know how to solve. My server application runs on apache tomcat 5.5, and deals with some important data transactions. After getting the request, server has 5 sec. to send response, after that clients will cl

  • NI 5680 Read Error

    I am reading from a NI 5680 RF power meter in a while loop and sometimes the ni568x Read vi returns error -1073807339 which is a timeout before operation completed problem. Normally a read takes approx. 100 ms and when the error occurs it is at appro

  • Display portlet for certain IPs

    I need to display portlets based on whether the user is hitting the site from a local IP (192.*) or whether they are hitting the site from the internet. How can I do this? Thanks Rishi

  • Safari services in 5.1....just say 'building'!

    I used to use Safari services if I was emailing a link or internet article, instead of copying and pasting.  Now when I click on services, it just says 'building'  It has been building for the past 5 days!  I am usiing snow leopard 10.6.8 and Safari