Create Quality Notification With Default Initial Priority

Has anyone found a way to configure a quality notification so that when the notification type is initially created it is automatically assigned a default priority?
Thanks for any feedback.

Thanks a lot for pointing me in the right direction.  This seems to be exactly what I need, as function module permits me to enter the notification type and the priority.
Since I have never implemented a user exit (I am more functional than technical) can you provide steps on how to move forward?
Thanks!

Similar Messages

  • Bapi to create quality notification with inspection lot and defects of char

    Hello experts,
    Can any body tell me how to create notification using inspection lot.
    regards
    Narendranath Reddy

    Hi Narendranath,
    Have you tried BAPI_QNOTIFICAT_CREATE? Based on inspection lot data, you should have the data you need to create a quality notification.
    Good luck.
    Best regards,
    Guus
    Edited by: Guus Jansen on Feb 2, 2011 10:05 AM

  • QM01 - Add Production Order field to Create Quality Notification

    Hi all SDNers,
    I have searched and found many threads related to my question BUT I'm new to this and I don't know how to implement in detail.
    Would you please guide me step by step adding a field into a standard TCode?
    My requirement is to add the Production Order field (VIQMEL-FERTAUFNR) to the Create Quality Notification (QM01) Tcode under the 1st screen in Reference Documents section of the Reference Objects tab.
    The program is SAPMQM00 and screen number is 3011.
    Thanks,
    Khanh

    Hi all,
    I used the screen number 0140 in program SAPLQM03 as the initial screen before creating Notification type Q2.
    Use SPRO:
    Quality Management --> Quality Notifications --> Notification Creation --> Notification Type
    --> Define Screen Templates --> Define Initial Screens
    Then use Function Module QM03_CREATE_QMEL_WITH_WINDOW and screen 0140 above to configure.
    Hope this will help others.
    Regards,
    Khanh

  • Create quality notification using bapis

    Hi all
    i want to create quality notification(QM01) using bapi. I know bapi - BAPI_QNOTIFICAT_CREATE can be used to create that.  Using this i can create basic quality notifcation.But if you  go to transaction QM1, there are two more tabs  -  validity datetask and materialquantitydelivery date. How to populate these two tabs. Is any other bapi need for the same?

    I had to create a notification and fill Material , batch , product cat,Disposition , Reference , priority ,department , coding, description
    I had a reference notification and i used the foll code to create new noti.
            SELECT SINGLE zzprdcat zzdispos zzdivisn qwrnum refnum
                          priok qmcod qmkat qmtxt qmgrp objnr INTO
                    (gs_qmel-zzprdcat, gs_qmel-zzdispos, gs_qmel-zzdivisn,
                           gs_qmel-qwrnum, gs_qmel-refnum, gs_qmel-priok,
                           gs_qmel-qmcod, gs_qmel-qmkat, gs_qmel-qmtxt,
                           gs_qmel-qmgrp, gs_qmel-objnr)
                                  FROM qmel WHERE qmnum = gs_qmel1-qmnum.
            SELECT SINGLE parnr INTO (ihpa-parnr) FROM ihpa
                                        WHERE objnr = gs_qmel-objnr
                                        AND   parvw = 'AB'.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '0200'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'RIWO00-QMART'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '/00'.
            PERFORM bdc_field       USING 'RIWO00-QMART'
                                           c_qmart.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '=10\TAB02'.
            PERFORM bdc_field       USING 'VIQMEL-MATNR'
                                           gs_mseg-ummat.
            PERFORM bdc_field       USING 'VIQMEL-CHARG'
                                           gs_mseg-umcha.
            PERFORM bdc_field       USING 'VIQMEL-ZZPRDCAT'
                                           gs_qmel-zzprdcat.
            PERFORM bdc_field       USING 'VIQMEL-ZZDIVISN'
                                           gs_qmel-zzdivisn.
            PERFORM bdc_field       USING 'VIQMEL-ZZDISPOS'
                                           gs_qmel-zzdispos.
            PERFORM bdc_field       USING 'VIQMEL-QWRNUM'
                                           gs_qmel-qwrnum.
            PERFORM bdc_field       USING 'VIQMEL-REFNUM'
                                           gs_qmel-refnum.
            PERFORM bdc_field       USING 'VIQMEL-PRIOK'
                                           gs_qmel-priok.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'DIIHPA-I_PARNR'.
            PERFORM bdc_field       USING 'DIIHPA-I_PARNR'
                                           ihpa-parnr.
            PERFORM bdc_field       USING 'RQM02-PARNR_VERA'
                                           sy-uname.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '/00'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'VIQMEL-QMCOD'.
            PERFORM bdc_field       USING 'VIQMEL-QMGRP'
                                           gs_qmel-qmgrp.
            PERFORM bdc_field       USING 'VIQMEL-QMCOD'
                                           gs_qmel-qmcod.
            PERFORM bdc_field       USING 'RIWO00-HEADKTXT'
                                           gs_qmel-qmtxt.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '=BUCH'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'VIQMEL-QMCOD'.
            PERFORM bdc_field       USING 'VIQMEL-QMGRP'
                                           gs_qmel-qmgrp.
            PERFORM bdc_field       USING 'VIQMEL-QMCOD'
                                           gs_qmel-qmcod.
            PERFORM bdc_field       USING 'RIWO00-HEADKTXT'
                                           gs_qmel-qmtxt.
            CALL TRANSACTION 'QM01' USING bdcdata
                            MODE gc_mode
                            MESSAGES INTO messtab .
    Thanks

  • Steps to create Quality Notification

    Hi,
    Can anyone let me know the steps involved and the process to create Quality Notification.
    Regards,
    Ram

    Hi ,
    Ram hope this helps you in creating the QN .
    <b>Creating a quality notification</b>:
    1.Choose Logistics-> Quality management -> Quality notification->  Create.
    2.Enter the notification type and then choose Enter.
    <b>Notification types:</b>
    Q1 - Customer complaint
    Q2 - Complaint against vendor
    Q3 - Internal problem
    Another dialog box may be displayed before the notification is created, depending on how the quality notifications were customized. If a dialog box is displayed, you may have to enter additional reference information (for example, a material, sales order or delivery).
    <b>Creating a user-specific quality notification</b>
    1.Choose Logistics -> Quality management -> Quality notification -> Create.
    2.Enter the notification type and then choose Enter.
    To be able to create a user-specific notification, you must specify a user-specific notification type that has been predefined in Customizing.
    <b>Creating a quality notification with reference</b>
    1.Choose Logistics -> Quality management -> Quality notification-> Create.
    2.Enter the notification type.
    3.Enter the number of the notification you want use as a copy model and choose Enter
    To reduce the amount of data that you need to enter, you can use an existing quality notification as a copy model. You can use any notification type as a copy model, regardless of the notification type for the new notification.
    When you save the new quality notification, the notification you used as a copy model is saved at the same time in the notification. This means that you can later select the quality notifications that were created using certain references.
    <b>Changing a quality notification</b>
    1.Choose Logistics-> Quality management -> Quality notification -> Change.
    2.Enter the number of the notification you want to change and choose Enter.
    Make the necessary changes to the notification and then save the data
    If you have further queries please do write .
    cheers
    kp

  • Create Quality Notification

    Hi,
    I want to create quality notification  and print the same in a report.
    there is a BAPI , which is not useful in my case, as i have to give batch, order,matnr, long text etc fields.
    can anybody give some FM to create a QNotification.
    and I want to print the notification from the program.
    How to print the notification from the program.
    Regards,
    K.K

    Hi,
    BAPIs for quality notifications
    BAPI_QNOTIFICAT_CREATE Create Quality Notification
    BAPI_QNOTIFICAT_GETCATALPROFIL Determine Catalog Profile for Quality Notification
    BAPI_QNOTIFICAT_GETKEYFIGURES Determines Existing Quality Notifications
    BAPI_QNOTIFICAT_GETLISTFORCUST Select Quality Notifications for a Customer
    BAPI_QNOTIFICAT_GETMATLISTFCUS Select a Customer Material List for Quality Notifications
    Use the one that matches ur requirement.
    Regards,
    Ramya

  • Create a notification with reference

    Hi,
    My requirement is to create a notification with reference to another notification.
    How can i do that ? I tried to use BAPI_ALM_NOTIF_CREATE but I faced 2 problems:
    1. I didnt know where to give the reference notification number
    2. I am getting the error: "Partner maintenance: Manadatory function AG was not maintained for object"
    Could anyone help me out with this ?

    Hello Sasi Upadrasta
    can you please explain how to solve this?
    because i'm getting same error.
    Thanks
    Kaushik Savaliya

  • Creating Quality Notification via BAPI

    I am attempting to create a quality notification using BAPI_QUALNOT_CREATE but am running into an issue.  I need the ability to link the inspection lot number to the quality notification but I do not see a field for inspection lot in any of the BAPI segments.  When i record results using defect codes in SAP, the quality notification that is created has the inspection lot linked to it (in the reference object tab).  As there another field within the BAPI that i can use to pass the inspection lot number??
    Thanks in advance...

    Brock,
    Thanks for the response.  I have attempted to use the FM you suggested but still am not having much luck.  After I feed the required data to the FM, I am prompted with the error message u201CNo quality notification type maintained for inspection lot type.u201D  However in SPRO, under Quality Management -> Quality Inspection -> Inspection Lot Creation -> Maintain Inspection Types, the notification type is defined for each of the inspection types I am using.  Is there any additional configuration I may be missing?  Thanks againu2026
    Harm

  • 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.

  • How to create a subform with several initialized rows?

    I have a repeating subform in my form that should start with several initialized rows.
    I can create several empty rows by setting the binding to "repeat subform for each data item" and setting the "min count", but I'd like to have values in one of the columns so this doesn't get me there.
    I can create multiple instances of my named subform and initialize the value for the column in question, but then if I have the "repeat subform for each data item" checked I get additional dups of all but the first row and the delete button (with click action "this.parent.instanceManager.removeInstance(this.parent.index);") and add button (click action "_rates.addInstance(1)") behave erratically.  By this I mean the add button sometimes adds rows with values that have been deleted previously, and the delete button sometimes pops up an alert saying something like "topmostSubform[0]:Page1[0]:rates[10]:delete_button[0].click Index value is out of bounds".
    There is no binding to a data source where I could pull the values for the column I wish to initialize.  I feel I'm close, if only I could find the correct settings for the binding palette.
    Thanks for any suggestions!

    Thank you for the suggesting Srini.  I'm trying to implement but struggling with the scripting for the buttons and the binding settings.
    I've tried the following for the click action for the delete buttons in each row:
         this.parent.instanceManager.removeInstance(this.parent.index);
    and this for the click action for the add button under the table:
         rate_table._Row1.addInstance(true);
    When I click on delete the javascript debugger pops up and tells me:
         GeneralError: Operation failed.
         XFAObject.removeInstance:1:XFA:topmostSubform[0]:Page1[0]:rate_table[0]:Row2[0]:delete_bu tton[0]:click
         The element [min] has violated its allowable number of occurrences.
    and when I click the add button the debugger tells me:
         General Error: Operation failed.
         XFAObject:addInstance:1:XFA:topmostSubform[0]:Page1[0]:#subform[16]:add_rates_button[0]:c lick
         The element [max] has violated its allowable number of occurences.
    Sounds like my binding settings are wrong, but I haven't been able to determine a correct combination.  Can you assist?
    Thanks in advance!

  • Create new transaction with default variant

    Dear all,
    I want to create a new tcode, which will be a replica of IW58 and save a default variant only in this replica.
    Is this possible? If yes how to do it please?
    Thanks a lot for your kind consideration
    David

    Maintain the variant you would like to use with IW58
    Goto SE80, navigate to your Customer Package (Z*), open the node "Transactions". Right Klick -> Create Transaction.
    Set a Transaction-Code and an apropriate Start Object (Most likely Dialog Transaction or Report Transaction). Assign the Report RIQMEL20.
    Then fill in the Field "Start with variant" by selecting the variant you would like to use.
    Hope that helps.

  • Create pricing condition with default value in processing process field

    hi all,
    when i maintain the pricing conditions with vk11 or vk31, i want the price maintained is set default as blocked (the processing status field-KBSTAT). can it be done? i am using 4.6c.

    You should try to use transaction variant
    <i>Transaction variants simplify transaction flow by:
    Inserting default values in fields
    Changing the ready for input status of fields
    Hiding various screen elements and menu functions, or even entire screens
    Adjusting table control settings
    When you create a transaction variant, you run through the transaction in a special mode. In this mode, you decide which elements you no longer need in your transaction and which values should be inserted where. If you choose to hide an entire screen, the system will no longer display that screen in the transaction and will proceed on to the next screen in the series. You can also adjust table control settings and determine the width of columns and the order in which you want them displayed. In tab strips, you can suppress tabs that you no longer need by setting them to invisible.
    You may also create as many variants for a transaction as you desire. One of these variants can be defined as a standard variant. This variant is then valid across all clients. You may also assign different variants to specific users.
    This is done using Variant Transactions. Variant transactions are then places in those users’ user menus instead of the standard transaction. </i>
    To use this : Tools -> Accelerated SAP -> Personalization (transaction SHD0)
    Regards

  • Problem in Creating a table with Default Tablespace

    Hi All,
    1) Can anybody plz tell me the syntax to move a table from one tablespace to another.
    2) Also, plz tell me the Syntax of when creating a table specifying the tablespace name also.
    Regards

    1) Alter table <table_name> move tablespace <tablespace_name>
    2) example of create table is given below
    CREATE TABLE emp123
    ( employee_id NUMBER(6)
    TABLESPACE <tablespace_name>
    STORAGE (INITIAL 600
    NEXT 600
    MINEXTENTS 2
    MAXEXTENTS 100 );
    Read following doc for more details
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm
    Cheer,
    Virag

  • How to create a prompt with default value as current_date?

    Hello
    I'd like to create a prompt on the dashboard that has current_date as the default value. Is it possible to achieve so?
    Please provide any pointers..
    Thank you

    Unfortunately, no. Presentation variables are declared in a dashboard prompt (see page 44 of this link http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31767.pdf)
    Any other type of workaround would not be worth the trouble of asking the developers to create the variable for you. One note, the current date may very well already be defined and just not known to you. Can you ask your developer if he/she has a variable that contains the current date or how long it would take to create one for you?
    As a whole, it would be nice to have a set of "date" repository variables if you run Requests based on common date ranges (e.g., first day of current month, last day of current month, first day of quarter, last day of quarter, most recent end-of-year date, etc.) These can be very useful in automating reports so they don't require prompts. Of course, it depends on your organization and what you use OBIEE for...
    We have built many such variables and it has been very valuable to the users and report builders. Just a thought...

  • Create new user with default tablespace

    I have created a new tablespace, now i want to create new user but i cannot mention default tablespace and temporary tablespace for the new user.
    how to do this in oracle xe ???

    That's right. Additionally, you can use assistant to perform this task. In the near future you may want to have the SQL Reference handy: http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm
    As well as the specific XE Reference manuals: http://www.oracle.com/pls/xe102/homepage?remark=tahiti
    HR Madrid

Maybe you are looking for

  • Cannot sync music without losing my purchases. Very frustrated. Is there a solution?

    I would give apple a negative one-hundred out of five at this very moment. Ugh. Okay, so a while ago, I left my ipod in the possession of my friend while I was away, and she synced it to another itunes account. Let's call that account A. I got it bac

  • How to pass arguments to a batch file from java code

    Hi I have a batch file (marcxml.bat) which has the following excerpt : @echo off if x==%1x goto howto java -cp C:\Downloads\Marcxml\marc4j.jar; C:\Downloads\Marcxml\marcxml.jar; %1 %2 %3 goto end I'm calling this batch file from a java code with the

  • How can I create a 3D cube outline?

    Hey everyone, I've been trying to create a 3D cube outline like in the image below: http://www.clker.com/cliparts/9/3/a/4/1197102410779121298mcol_necker_cube.svg.hi.png I want the outline to be hollow so I can place another 3D image inside of it. Can

  • HOW TO BRING MY CATALOGUE BACKUP OF PHOTOSHOP ELEMENTS 8 TO ELEMENTS 12?

    I GOT WINDOWS 8 AND DIDN´T REALIZE WAS NOT COMPATIBLE WITH MY PHOTOSHOP ELEMENTS 8.  KIND OF WORKS, IT´S NOT STABLE.  I THINK I´M GOING TO BUY PHOTOSHOP ELEMENTS 12 OR UPGRADE IT.  I DON´T KNOW WHAT I HAVE TO DO. IS THERE SOMEONE WITH EXPIRIENCE IN T

  • Turned on my new imac, can't get past the welcome screen

    please help me before I lose what little hair I have left. Got two new imacs. One install went perfectly. Second one, can't get past welcome screen. Stuck on "United States" Won't let me move past it. Tried rebooting while holding down shift key, did