If Quality notification as follow up action fails

Dear all
I have a situation where Quality notification is configured as a Follow up action once the UD is made.
So I am getting Create notification screen once UD is filled and SAVE button is clicked.
In Case some wrong data is entered in the Create notification screen and I am coming out of Notification without saving the notification.
The status of the inspection lot is getting flipped to UDed as expected.
But is there any setting where i can define if the Followup action is not successful( Notification not created), then wont make the UD of Inspection lot also. (OR some user status will get updated saying Notif not created etc..)

Hi Navdeep,
Thanks to Anand for his correct feedback.
Please note that as per standard SAP, unless and otherwise there is a defect created, there can't be a 1:1 link with inspection lot with the notification, though in the notification header table there is a placeholder available (QMEL-PRUEFLOS) to capture this inspection lot field. You are trying to use a follow-up action wherein, after UD you are always creating a notification based on business case. I believe, the FM you are using in follow-up action, is not presently populating QMEL-PRUEFLOS. So there can't be a link to find out when there is failures in notification creation, but UD happening successfully.
You can try out the below approach -
Approach - 1
During the UD save process, there should be additional checks happening. Ask the follow-up FM to update QMEL-PRUEFLOS or TEXT field with inspection lot for all successful notification creation and UD update, and send a confirmation email to approver or task processing partners, or the UD processing user ID (This email part can be skipped in case if this is not required). In case of any failures in notification creation at save, it should truncate the UD save process too and send a message to UD processing user for this failure.
Approach - 2
You can create a batch job running at the background to validate for which inspection lot there is no notification created, even though UD is done. Send a mail to the UD processing user to create a notification, as that is not created. User can then create it manually it by updating TEXT field in notification in foreground.
Thanks,
Arijit

Similar Messages

  • Triggering of Notification from Follow Up action

    hi
    SDN,
    in calibration order. if i reject inspection lot ,system should trigger notification as follow up action.
    Can any one suggest the name of functional module that can be assigned in follow up (QM customizing)action so that system trigger notification as inspection lot get rejected.
    All other follow uop actions like.. order teco, equipment status change, etc. i have done and tested.
    Regards,
    amit

    hi,
    Thanx for promp reply. i have tried to assign these functional module in followup actions but system throwing en error . it's given below -
    Function module QFDL_INIT_NOTIFICATION does not have E_SUBRC parameter
    Message no. QM403
    Diagnosis
    The interface of the function module you entered is not compatible with the interface of the sample function module.
    Procedure
    Check the function module and add the missing parameters to the interface.
    suggest how to proceed.
    regards,
    Amit kushwaha

  • Create  notification as follow up action

    Hi,
    Can anybody explain to me which functionmodule (follow up action) to use for creating a PM notification from an inspection lot UD.
    Thanks in advance
    Peter

    Hello Nehal,
    thanksfor your reply.
    I have linked the inspection type to a PM notification type and i want the Notification to be created on the Equipment.
    I can already create if manually, from the inspection lot, but i want to do this automatically. In the selected set for the Usage decission, you can define follow up actions, but when checking the follow up actions I'm not sure which function module to use.
    So which function module should i use? or are you saying that there is no standard function module and  that i should write the function module from scratch?
    There is no way to create a PM notification from the inspection lot with standard SAP?
    If somebody knows, please let me know. Thanks
    Peter

  • MySAP 2005 - QM Module - QE51N - Partial Lot UD Follow Up Actions Failing

    Hi,
    I am currently working on a project involving an upgrade from SAP 4.5B to mySAP 2005.
    Here is our situation:
    We deal with partial lots / inspection points.
    Whenever we record results for each partial lot and valuate, a follow up action is supposed to execute.
    The Partial Lot Pop up box appears as expected from SAP standard functionality and the partial lot valuation shows as well as the follow up action that is supposed to execute.
    But the follow up action is not executing for the partial lots.
    We also have another follow up action that executes after a Usage Decision is made on the overall Inspection Lot and that executes.
    So i'm not sure if it a mySAP issue.
    We performed this testing using the QE51N transaction.
    We used QE51, and the partial lot follow up actions are executing so not sure what is happening in QE51N.
    Can anyone please help?

    Hi Ram,
    Selected Sets (QS55):
    - Firstly I have defined Catalog type 3 selected sets for usage decisions.
    - Within the selected set I have Accept / Reject codes defined with appropriate
      follow up actions.
    IMG Config:
    Quality Management --> Inspection Planning --> General --> Define Identifier for Inspection Points.
    In that area, i have my default valuations set where all characteristics are accepted or when one is rejected.
    Quality Management --> Quality Inspection --> Inspection Lot Completion --> Define Follow-Up Actions
    I have defined follow up actions here and my follow up functions are set to "Usage decision for partial lot"
    I believe all settings are correct since we upgraded our 4.5B SAP test box to mySAP 2005 and overall things were maintained.
    So not too sure what is happening.
    No error occurs. The partial lot follow up action doesn't even execute in QE51N.
    I went into the code of the function and set a temporary breakpoint there to pause execution.
    in QE51N, nothing happened so I could tell the follow up action wasn't even executed.
    in QE51 however, the follow up action executed and the break point kicked in execution paused with a debug session.

  • Notifications created as follow up action from a notification????

    Hi all,
                I am creating a Quality Notification as a folloup action of a MAintenance Notification.
                The Quality Notification is craeted in the background.
                Now I want which are the Quality Notifications created from a Maintenance Notification.
               In short I want the relation between Reference Notification and Notification created as Followup Action.
              How I can see the notifications creted with reference to current notification in IW220r IW23.
              Also how I can see which is the reference notification for current notification in IW22,IW23.
    With best regards,
    Narendra

    Hi,
    In IW22 or IW23 click document flow button or press CTRL+F4 you can get both  PM & QM Notification no.
    In QM notification you can see the PM notification no. as reference.
    Regards
    Chandru

  • FM to create Quality Notification

    Hello Friends,
    Can anybody tell me the Function module or BAPI to create a Quality Notification.
    Following FMs are not solving my purpose.
    BAPI_QNOTIFICAT_CREATE
    QM05_CREATE_NOTIFICATION
    QM06_FM_TASK_CREATE_QM_NOTIFIC
    Regards,
    Krishna.

    Even We've been trying to find suitable BAPI or FM to create qality notification... and finally decided to go with BDC..here it is..may be useful for you...
      PERFORM bdc_dynpro      USING 'SAPLIQS0' '0200'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'RIWO00-QMART'
                                    'Z2'.  "notification Type
      PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=10\TAB02'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'VIQMEL-DEVICEID'.
      PERFORM bdc_field       USING 'RQM00-MATNR'
                                     l_qals-matnr. "material
      PERFORM bdc_field       USING 'RQM00-MAWERK'
                                     l_qals-werk.  "plant
      PERFORM bdc_field       USING 'VIQMEL-CHARG'
                                    l_qals-charg.   "batch
      PERFORM bdc_field       USING 'VIQMEL-LGORTCHARG'
                                    l_qals-LAGORTCHRG. "storage location
      PERFORM bdc_field       USING 'VIQMEL-REFNUM'
                                      number.      "inspection lot number
      PERFORM bdc_field       USING 'VIQMEL-FERTAUFNR'
                                    l_qals-aufnr. "order Number
      PERFORM bdc_field       USING 'VIQMEL-QMCOD'
                                    l_qals-qmcod.  "reason code
      PERFORM bdc_field       USING 'VIQMEL-RKMNG'
                                  l_qals-LOSMENGE. "quantity
      PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BUCH'.
      CALL TRANSACTION 'QM01' USING i_bdcdata
                        MODE g_mode.
    *&      Form  bdc_dynpro
    FORM bdc_dynpro  USING  in_program
                            in_dynpro.
      CLEAR wa_bdcdata.
      wa_bdcdata-program  = in_program.
      wa_bdcdata-dynpro   = in_dynpro.
      wa_bdcdata-dynbegin = 'X'.
      APPEND wa_bdcdata TO i_bdcdata.
    ENDFORM.                    " bdc_dynpro
    *&      Form  bdc_field
    FORM bdc_field  USING in_fnam
                          in_fval.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam = in_fnam.
      wa_bdcdata-fval = in_fval.
      APPEND wa_bdcdata TO i_bdcdata.
    ENDFORM.

  • Quality Notification: Create Task as Follow-Up Action

    Hi QMu2019ers
    I have a requirement from my business, to create tasks as a follow up actions from completed tasks. Let me explain the process.
    We have a catalog with 4 codes e.g. ZTS1 u2013 0001 to ZTS1 u2013 0004
    When the user assigns ZTS1 u2013 0001 to a task in the notification and that task is set to complete, we want the system to automatically create the next task in the catalog, i.e. ZTS1 u2013 0002, when that task is complete the next task from the catalog is added and so on.
    I have looked into follow-up actions for tasks, but there does not seem to be a standard option for this.
    Does anyone know how I can implement such a solution?
    Many thanks for any advice given.
    Neil

    follow-up actions of  tasks is triger when the tasks are assigned into the notification, not when the task are completed.
    Try user-exit QQMA0014, you can assign additional tasks before notification is saved.

  • Action Box in quality notification

    Hi QM Gurus,
        Is there anyway that I could remove the whole action box in the quality notification? It wont be needed in my currennt implementation. I would appreciate any suggestion from anyone.. Thank you.
    Regards,
    Heinrick C. Palad

    Hi Heinrick.......
    I think what you are doing is.....trying to enter the Q4 directly in Action Box screen..........but what is required here is first to create a Notification Type Q4 in Notification Creation Screen of Customizing in QM. Then this notification type will automatically appear in the Action Box notification display. There only you have to select this Notification Type & assign it the Activities & Dependent follow up actions.
    I think this will help you........
    Regards,

  • The following actions failed or were not attempted: Configuring network...

    The following actions failed or were not attempted:
    Configuring network
    Starting push notification server.
    ================================
    Hello All,
    I'm trying to do a fresh install of Mac OS X 10.6 Server on my Mac Mini Server and at the end of the setup process I keep getting the above error.
    I connect the Mac Mini Server to my home network using its build in wireless connection and when it asks me for my Primary DNS and Computer name I enter:
    Primary DNS: macminiserver.private
    Computer Name: Mac Mini Server
    I have managed to get it complete the install once without error but I can't seem to be able to replicate the successes and it is driving me nuts Would appreciate any help and/or advice I can get.
    Thanks

    Mac OS X Server expects functional DNS. If you don't have that (and on a NAT'd LAN, you don't have it until you set it up), you'll want to let Mac OS X Server set up its own "runt" DNS server. Once that's set-up and your installation is complete, you can rip it out and replace it with your own full DNS server configuration. And as is the usual course of further confusion here, no, you can't refer to your ISP DNS here, as that's not going to get a translation for NAT'd boxes on your LAN.
    Primary DNS: macminiserver.private
    That's likely asking for a DNS server on your LAN. Press return and see if you can skip that prompt, and see if Mac OS X Server will then (as usual) set up the "runt" DNS server for you for this case.
    Computer Name: Mac Mini Server
    I'd suggest "McNair" or "Foo" or something that'll be less typing than MacMiniServer.example.com, and I'd suggest getting yourself a real and registered domain name. While you can camp out in another domain or can create your own bogus domain name, migrating domains is a hassle and if/when you want to use some of your DNS publicly, you'll need a real and registered domain.

  • GR for PO from action box in quality notification

    Hi!
    I want to do goods receipt with reference to Purchase Order from the action box of quality notification. How I can do it? Which function module should I use in configuration?
    Regards,
    VM - Learning QM

    Explore Bapi ---> BAPI_GOODSMVT_CREATE

  • Action Box customizing for Quality notifications

    Hi all,
    In the customizing Quality Notifications ->Qualyty Notifications->Notification processing->Aditional Notification Funtions->Define Action Box.  Inside of de Action definitions, a field for Workflows or Standard Task is avalilable. (in specific details for task).
    Any one know how it works? No Binding defined?
    I mean, in the customizing of Quality notification Actions,  Workflow (or TS) could be included in the specific detail. I do not understand how that could work since no binding is defined.
    Thanks in advance.

    Hi,
    Finally after a lot of tests, looks like the Workflow is trigered when save and recieve a Task object for inport parameter (I mean, my Workflow has as input object QMSM and it is been populated - Create Workitem in error if I add Notification as input too).
    I hope this would be usefull if someone more has the same doubt in the future and look for some help in this foro.
    Regards,
    Paco
    PD: Yo me lo guiso, yo me lo como. (yo pregunto, yo me respondo).
    PPD: I have answered my self....I do not obtain points for that?  XD.

  • Action Box configuration in Quality Notification

    Hello experts
    My client has configured a new notificatiion type (copy of F2). I am not seeing full action box there. I am keen to see "request 8D report" in action box.
    I am able to see "request 8D report "in F2 action box.
    Can you pls advise  how can I get action box configured to show " request 8D  report"in new notification type.
    Many thanks
    Gaurav

    Hi
    Check path
    Qcc0>Quality notification.>Noti processing>Additional func>Define Functions for the Action Box>select notification copy of f2>click on activity-->check here  "Request 8D Report" is there or not
    also enter FM-->QM06_FM_TASK_REQUEST_8DREPORT in the 8D report
    Regards
    Sujit

  • Send mail from follow up actions for tasks in service notifications!

    Dear All,
    I want to send mail to the user from a follow up action in the task assigned to a service notification.
    In customizing which function module I should select for follow up actions for tasks?
    Thanks and Regards,
    Satyajit P

    Hi,
    You can use function module QM06_FM_TASK_SEND_PAPER or QM06_FM_TASK_SEND_PAPER_ATTACH.The document is sent only after the associated notification is saved.You need to enter the function module "QM06_SEND_REPLY_STEP2" in Customizing of the action box as "FM when saving".

  • Quality Notification- Action Box

    HI,
    I am configuring Quality Notifications for Customer related defect and Material defect. In Action Box I have to include transfer posting from unrestricted to quality inspection and also transfer posting from unrestricted to Blocked stock.
    I want to know which functional module I have to include in customization of action box and also which Functional module should be processed when doing saving.
    I have used functional module QMLR_CREATE_INSP_LOT and Functional module which have to be processed while saving is QMLR_CREATE_INSP_LOT_STEP2 for vendor related defects.
    Now to configure Customer related defect and Material defect, what Functional module I have to use and what Functional module I have to use while to process saving.
    Thanx in Advance,
    Praveen Kumar

    Hi,
       Quality notification is like a complaint report. By using tcode QM01, you can create.
    In this give input of material no in reference object tab page.
    In subject give coding, ex.. rewok, rejection.and complaint qty.
    In execution give the coordinator name.
    After that release.
    Reward points if useful.
    Regards,
    Dharma

  • Follow-up action in IW42

    Hello.
    I'm currently using a notification task (linked to a follow-up action) to generate a notification N3 from a notification N1.
    It works perfectly in transaction IW22.
    When I try to use the same task in IW42, the notification gets updated but no follow-up action is triggered....
    Any idea?
    Thanks,
    Nicolas

    Hi,
    Copy the function module in customizing under Quality Inspection -> Follow up action and modify the standard functional module as per your requirement by the help of ABAPer and assign the same functional module to same IMG.
    Regards,
    Babu.S

Maybe you are looking for

  • Adobe Photoshop CS2 crashes under Mac OS 10.411

    Hy, I have a Big Problem with Adobe Photoshop CS 2 under Mac Os 10.4.11. When i click the Photoshop CS2 Icon then Adobe Photoshop crashes. I delete all file in Preferences and Library and reinstall Adobe Photoshop CS2 - its the same Problem. I don´t

  • Iphone 6 plus screen gap issue

    I just opened up my brand new iphone 6 plus 64gb gold, and i noticed at the bottom left side where the screen meets the metal part of the phone there is a tiny gap, it's noticeable tho. When i push the bottom corner down the gap disappears but return

  • No entry sign on reinstalled Address Book

    I have reinstalled address book (after deleting it for reasons I can't recall).  It has contacts in it and opens up fine but a) there is a "no entry" sign when I open Applications as a stack and) b it doesn't sync with my iPhone 4, though everything

  • Ping gone from 15ms to 55ms....

    My connection dropped yesterday for a couple of hours and eventually I reset the hub to factory settings ( after doing all the other things like resets, reboots etc.) The connection came back at not-a-bad d/l speed (around 20mps) But since then my pi

  • Payment arrangement

    I have a payment arrangement made for July 3rd. My bill is 313 dollars and I was able to make a payment of 150 dollars. My parents usually pay half but their payment will not go through and only method of payment they have is check. Is my service goi