Creating notification automatically

Dear Experts,
Can anybody tell me the way to tackle the following requirement:
Requirement-Creating notification automatically
Scenario- Currently we are creating and executing the proces orders for manufactured materials. Once the order is completed by production dept., Goods receipt is posted (Mvt-101) for process order. When the goods receipt is posted one inspection lot gets triggered with lot origin-04.
I want to create a quality notification automatically once the GR is posted. The notification should fetch the required data like inspection lot, Batch No, Order No, Batch Size etc.
Is it possible? If yes, please explain how to do this?
Regards
Vivek

Hi Vivek,
Basically the notifications are to be created in case on non conformity only.
If your requirement is to fetch the information like inspection lot, Batch No, Order No, Batch Size etc; I donu2019t think you need to create a notification for this.
You can get this information readily in QA32 report itself. If anymore is required explore QALS table by passing inspection lot.
Regards,
Anand Rao

Similar Messages

  • How do I create Notifications automatically from Maintenance plans

    Hi folks
    I have a new requirement from a client.
    They would like some of their Maintenance plans to automatically create Notifications which can later be converted to maintenance orders.
    Please let me know what configuration chnages i need to carry out.
    Thanks, Felix

    HI
    goto SPRO>Plant Maintenance and Customer Service>Maintenance Plans, Work Centers, Task Lists and PRTs>Maintenance Plans>Set Maintenance Plan Categories-->
    new entries , enter PM notification slect call object as 2 notification and ref obj100 or copy existing from NC.
    tehn at the time of creating plan IP42, slect this and yu get option to enter the notification tyrpa nd other deatisl
    -ashok

  • Sending email after creating the notification automatically

    Dear Experts,
    The requirement is that when the notification is created and saved, at that moment email should be triggered automatically to specific mail ids. And after closing the notification again email should be triggered.
    Kindly help in this regard.
    Best regards,
    Tushar

    For Creating Notification
    Goto SPRO
    IMG-PMCS-Maintenance and Service Processing-Maintenance and Service Notifications-Notification Processing-Set wrokflow for Maintenance Notifications.
    click on Assign Agents it takes to a new screen,
    their  open Process Sample maintenance notification
    select PMtask: Edit newly-created notification
    then click on create agent assignment (press F5) on the top left corner of the screen. it pos up a new window select user and mention the concerned user there.
    Come back from that screen, click on Activate Event Linking
    open WS20000317
    for task BUS2038 CREATED  click on the details button and tick both the options Event Linkage activated and Enable usage of event que
    press enter, then you can observe the Green indicator Activated.
    Now create a Notification, it will trigger a mail in SAP to the user u assigned. That user can check SAP mail box (T code SBWP, Inbox - workflow).

  • Preventive Work Order Dates Synchronization with its automatic created  notification

    Dear all,
    Preventive Work Order Dates Synchronization with its automatic created  notification
    My question was initiated from PM module forum, please check above URL if you have time.
    My ultimate problem is that :
         "SMOD" Enhancement  "QQMA0018" needs to receive its origin data of work order when the execution time of IP10 or IP30.
         so that I can decide/calculate desired dates on the notification according to its origin work order date .
    Do I need to use "export/import memory" statements to communicate with origin work order?
    if it's true
    Thanks for your help in advance.

    Dear Pete,
    I just made test data in our DEV server,
    Work orders has been created by "IP30" which was executed today with its maint. plan( date format DD.MM.YYYY ).
    below work order has been created and the basic start date seems derived from plan date.
    below image is showing our 'SPRO' configuration for the PM priority.
    "ZM03" order type is using "ZP" priority type.
    (I don't know why is this work order didn't take the values defined on 'priorities for Each Priority Type' for calculating "basic start" & "basic finish" date, it seemed just copied same date with PlanDate)
    you can see the notification which is created automatically by work order as below.
    "M4" notification type is using "ZP" priority type as well.
    It took the 'required start' date by adding 2 weeks from today(=creation date) as 'priorities for Each Priority Type' has defined and 'required end' date also set to 6 months later from 'required start' date.
    (Am I right?)
    Please let me know, if you need further information.
    Thank you for your help.

  • Triggering of maintenance notification automatically

    Hi friends,
    I have a scenario which needs triggering a maintenance notification automatically. I have 3 measuring points for a equipment. I take measurement readings for these 3 measuring points using 3 measurement docs( say the measurement readings  be x, y and z).I need to trigger a notification when (x+y-z)/z >2%. This is very much similar to condition based maintenance where maint. notifications are triggered when the upper or lower limits of the measuring point are reached . But here the problem is
    I have 3 measuring points for the equipment and one by one I am creating the measurement docs for the measuring point. The system should calculate using the formula as soon as the last measurement doc is saved and based on the value. ie if >2% trigger a maintenance notification .(The challenge is 3 measurement docs are involved and how to link these 3 measurement docs and calculate value using the above formula).
    The client will be taking readings every day twice for the 3 measuring points based on which he will decide if the machine needs to be recalibrated. Hope the scenario is clear.
    Thnaks and best regds
    Arun

    Hi Arun
    Can you share more details.What are these measurement points & their Units.
    Based on your inputs it seems you are trying to link all the measurement points with some formulas which is not an out of the box functionality of standard SAP , the solution could be to develop a customized program
    You might have to store all the readings with ref to technical object in a customized table & write the relevant formula in the program.
    Talk to your ABAPER for this
    Regards
    Jignesh

  • Argent Help Needed for VL01N(create delivery) and IW51(Create Notification)

    Hello All
         Requirement :
         when create a delivery using VL01N, at the same time, 'Notification creation'(IW51) will automatically being create.
         in short, when i'm creating a delivery and save it at same time 'Notification Creation' will autometically genetare.
         So, i think, change in SAP Standard Program..
         So how to do that or is there any way to do it??
    Thanks All
    Kaushik
    Edited by: The Kaushik on Aug 31, 2011 1:13 PM

    Hello Anjaneya,
    Business requirement is that, we dont want to create notification separately  because of our business sense.
    i have also find out the solution .
    BAPI_ALM_NOTIF_CREATE is the function module, for create notification in background.
    but now question is that,
    where to put this code in transaction VL01N or SAP Standard Program SAPMV50A.
    My Program is like,
    DATA: I_BAPI2080_NOTHDRI TYPE STANDARD TABLE OF BAPI2080_NOTHDRI WITH
    HEADER LINE.
    DATA: I_BAPIRET2 TYPE STANDARD TABLE OF BAPIRET2 WITH HEADER LINE.
    DATA: I_BAPI2080_NOTHDRE TYPE STANDARD TABLE OF BAPI2080_NOTHDRE WITH
    HEADER LINE.
    DATA: I_BAPI2080_NOTFULLTXTI TYPE STANDARD TABLE OF BAPI2080_NOTFULLTXTI
    WITH HEADER LINE.
    I_BAPI2080_NOTHDRI-SERIALNO = 'XXXXXX5885'.    u201Cu can find this is vl01n
    I_BAPI2080_NOTHDRI-MATERIAL = 'XXXXXXXX20111'.  u201Cu can find this is vl01n
    CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'
      EXPORTING
      EXTERNAL_NUMBER          =
        NOTIF_TYPE               = 'S0'
        NOTIFHEADER              = I_BAPI2080_NOTHDRI
      TASK_DETERMINATION       = ' '
      SENDER                   =
      ORDERID                  =
    IMPORTING
        NOTIFHEADER_EXPORT       = I_BAPI2080_NOTHDRE
    TABLES
      NOTITEM                  =
      NOTIFCAUS                =
      NOTIFACTV                =
      NOTIFTASK                =
      NOTIFPARTNR              =
       LONGTEXTS                = I_BAPI2080_NOTFULLTXTI
      KEY_RELATIONSHIPS        =
        RETURN                   = I_BAPIRET2.
    CALL FUNCTION 'BAPI_ALM_NOTIF_SAVE'
      EXPORTING
        NUMBER            = I_BAPI2080_NOTHDRE-NOTIF_NO
    IMPORTING
      NOTIFHEADER       =
    TABLES
      RETURN            =
    u can not geting output here......but if u can run tcode : IW53, U can see that, notification will be created.
    Thanks
    Kaushik

  • How to send e-mail notification automatically when a record is inserted?

    Dear All,
    Could anyone kindly tell me how to send e-mail notification automatically when a record is inserted through a form in Oracle Portal Release 2?
    Regards,
    Ridwan.

    Hi,
    If you are writing a form on a table then you can call the mail API from a database trigger on the table. If it is a form on a procedure, you can make the email call from the procedure. To know more about sending mails from plsql go to
    http://www.quest-pipelines.com/newsletter-v2/smtp.htm
    Thanks,
    Sharmila

  • Create Notification Navigation Button not working in Order Objects Tab

    Hi Gurus,
    I am having an issue in Order --> Objects tab. I want to create notification for additional  technical objects for the order. When I enter the technical object details and press enter, a "Create Notification" navigation button gets activated for that line item. But when I press that button, nothing happens. On the other hand if a select multiple line items and then press "Create Notification" button at the bottom of the line items, I am able to create notifications for the selected line items.
    Can someone help me suggest what can be the problem or suggest a Note which might restore the functionality of the "Create Notification" navigation button at the line item level.
    Thanks in advance for the help.
    Best Regards
    Vikas Hali

    Vishal,
    I dont think the Notification Create Button from line item is pretty much dependent on the Customization Settings or any sap note concerning this has not been as yet brought into my notice. In my system, this is working appropriately. The problem with this which i can think of is either an authorization issue or you should raise an oss for this.
    Regards,
    Usman

  • How do I stop iphoto from creating events automatically when I import photos from an external hard drive?

    IPhoto is creating events automatically when I import photos and when I merge events and then go to finder>all images, I see iphoto has created several copies of each picture....I try to delete the extra copies but then the albums or events also get affected, even if there is one copy of each photo left in all images...have someone had this problem?

    You don't have a problem at all.
    IPhoto is creating events automatically when I import photos
    This is how iPhoto works. Every photo is in an Event. Events are the basic organisation of the Library. Every import means at least one new Event. Yes you can merge Events after import and so on, but there is at least one Event created at each import.
    I see iphoto has created several copies of each picture....
    No it hasn't. It hs created versions of the photos, not copies. There will be a couple of thumbnails  for viewing in the iPhoto Window plus the Master and then a edited version for pics that are modified. The icons for each of these may be similar but they are not copies - for a start they are different sizes - and all are required for iPhoto to work.
    go to finder>all images
    Don't. This is simply a list of all the images on your computer. It makes no account or allowance for the purpose of these images. Really, if you're using iPhoto ignore this because if you
    I try to delete the extra copies
    Then you are trashing your Library.
    So, this is how iPhoto works, there is no problem and stay away from All Images.
    Regards
    TD

  • How to create an automatically increment column in Oracle DB Table?

    Hi To All
    Here I am trying to create a table in Oracle that creates an automatically increment column in Oracle DB Table. i searched almost all Forums.(Even in Oracle). They are saying that, that logic u must implement in Java Code.(*Takes Maximum no from table, add +1 to it, and store it back again)*. apart from this, while creating an table in Oracle, is there any facility like MySQL Database? please help me. Thanks in advance.

    Hi BalusC
    Thanks for Your Response and clue. with that, i succeeded in my application. Thank you very much. here i am giving you the details which i did.
    1. I Created a table named orders in Oracle like this.
       CREATE TABLE ORDERS (ORDER_ID NUMBER, CUSTOMER_ID NUMBER, ISBN NUMBER,
                                   DESCRIPTION NCHAR(5));
                       2. I created one sequence in Oracle like    CREATE SEQUENCE SEQ01 INCREMENT BY 1 START WITH 1000     3. Then i have written jdbc program like this
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    public class SequenceTest {
         public static void main(String[] args)throws Exception{
              try {
              Class.forName("oracle.jdbc.driver.OracleDriver");
              Connection con=DriverManager.getConnection("jdbc:oracle:thin:@192.168.1.135:1521:orcl","scott","tiger");
              String cols[] = {"ORDER_ID", "DESCRIPTION"};
              PreparedStatement pstmt = con.prepareStatement("INSERT INTO ORDERS (ORDER_ID, CUSTOMER_ID, ISBN,DESCRIPTION) VALUES            (SEQ01.NEXTVAL, 104, 966431505,?)", cols);
              pstmt.setString(1,"Desc3");          
              pstmt.executeUpdate();
              ResultSet rs=pstmt.getGeneratedKeys();     
                    System.out.println("---- One Row Inserted ----");
              } catch (Exception e) {
                   System.out.println("---- Failed Due To "+e);               
       4. When i ran above program 5 times, i got the following Data into my Oracle Table (select * from orders)
      ORDER_ID CUSTOMER_ID       ISBN DESCR
          1000         101  966431502 Desc0
          1001         102  966431503 Desc1
          1002         103  966431504 Desc2
          1003         104  966431505 Desc3
          1004         104  966431505 Desc3
          1005         105  966431506 Desc4
    6 rows selected.
      But i dont know how to do this type of program with out using prepared statements. i tried, and i got exception *"Missing Expression"* .
    Once again Thank You very much for your clue.

  • Purchase orders created have automatically good receipt

    hello,
    I wish that Purchase orders created have automatically good receipt. What is the manipulation to be made? Thanks for your help.

    Hi
    U have to do setting movement wise in SPRO
    Path SPRO-Material Management -Inventory Management and Physical Inventory - Good Receipts- Automatic Purchase Order Creation
    But if you want to do automatic GR receipt u have to write customised program for creation of GR ( May be check BADI - Craeation for MIGO is useful) nand run batch job for the same
    Edited by: Sanjay  Shah on Feb 8, 2010 3:28 PM

  • BI Administration Tool - Create Dimension automatically

    I installed Oracle Business Intelligence Standard Edition One Release 10.1.3.2.1 and I'm following "Business Intelligence Standard Edition One Tutorial" ( [Tutorial - section 4.3.5|http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10312/repository.htm#CBAHDGAA] )
    I would set up a dimension automatically from a logical dimension table by means of "BI Administration Tool 10.1.3.2.1". So I follow the steps of this tutorial and even the Administration Guide ([section "Creating Dimensions Automatically" pg 134|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31770.pdf]) :
    Particularly:
    1)In the Administration Tool, I opened a repository.
    2)In the Business Model and Mapping layer of a repository, right-click a logical table.
    3)From the right-click menu, I should find and choose Create Dimension.
    but on the right-click menu I can't see Create Dimension.
    Could you please suggest me the reason?
    Any ideas will be much appreciated.
    Marco
    Edited by: user1005030 on 21-ago-2011 3.18

    Marco,
    You will not see the option for "Create Dimension" when right-clicking a logical table in the BMM Layer if that logical table is:
    1. Already being used as a dimension (icon with 3 prongs)
    2. Not joined correctly with the Business Model (i.e. Either not joined at all or it is joined as a Fact table and is not acting like a dimension table to the Admin Tool)
    My hunch believes that you have already associated the logical table with a dimension/hierarchy. To run a litmus test, just delete all of the dimensions you have created for the Business Model, then right-click the logical table in question. If you see the "Create Dimension" option then you know what the issue is.
    Let me know if that helps.

  • Can't create bin automatically in the testing server

    Dear Gurus,
    I am having this problem:
    In the server for configuration, I create new warehouse and do all the settings, then when I run SPRO > IMG or use t-code LS10, I can test to create storage bins automatically successfully.
    However, in the server for testing, after transporting all the settings for new warehouse, I use LS10 to create storage bins (since we can't transport master data), but the system (in testing server) says that I am not allowed to make (configuration) modification. The button "Create Bins" therefore gray out.
    Question:
    LS10 supposed to be a transaction to create master data. How come the testing server treat it as a configuration and not allow me to create bins automatically? Is this the error from MM side or Basis side (my profile is SAP_ALL)?
    We don't want to create manually since there are  thousands of bins, also we don't want to create an excel file and upload using LSMW because we already have formula and just want to create bins automatically.
    Please advise. Thanks.
    Trang

    Hi
    The transaction form createing the template of the bins and subsequently creating the bins is config.
    I get round this by doing a recording of LS01N in LSMW and then  using this to create my bins in ALL clienst by exporting and importing my LSMW
    This also means that I can create any bins with any numbering sequece in one spreadsheet and load them all in one
    In one of my recent projects I used this method to create 80,000+ bins in approx 30 minutes
    Of course you need to know how to create the LSMW but a developer may be able to help you as it is too long to explain in this forum
    I hope that this helps
    Frenchy

  • How to update data and create notification no using isr fm.

    Hi,
    Without creating the scenario in SFP, is it possible to update data directly in ISR_SPECIAL_DATA_SET,
    i want to use fm ISR_SPECIAL_DATA_GET in my program.
    i'm trying to achive same using ISR_NOTIFICATION_CREATE and built general, special table and long text to get a
    notification number. but  notification no is not creating ,  return msg is  ( E I 421   |Notification type  not defined ) even i'm passing currect notif type.                            
    Regards
    Ali

    Hi vijay,
    Nice to see your reply, I think, you are right...
    The Fm ISR_SPECIAL_DATA_GET already used in my various reports, Workflows etc.
    And I have a custom WebDynpro java based application which have similar data and have custom notification no. + (in this case probably i need to create new fm ZISR_SPECIAL_DATA_GET to use in above report and wf)+
    To avoid the rework and minimized the code Iu2019m trying to create notification no using standard fm and link custom WD data with ISR_SPECIAL_DATA_GET.
    Please let me know how to proceed with that
    Regards
    Raza

  • How to Close the FYI notifications Automatically

    Hi,
    I have a requirement, where my manager getting so many FYI notifications daily. It is not possible to check all those notifications.He wants to close all the notifications automatically. By doing this he wants to disappear all those notifications under Open notifications.
    Help is appreciated
    Thanks,
    Ram.

    Hi Gurus,
    Add to my previous note:->
    I read some where in metalink that, we need to set AUTOCLOSE_FYI parameter to Y.
    Is this right? If yes, where we need to set this parameter
    is there any step to other than this.
    Help is Appreciated.
    Thanks,
    Ram.

Maybe you are looking for

  • How to select maximum date in report

    i have tried to select maximum date in my report by this way: select max(date) from a but the result came out same as "select date from a" there is no different whether i put a max or not. is anyone there can help me on this please.... Thank you....

  • Itunes will no longer import new tunes

    i'm using itunes 7.6.2 on an imac running 10.5.2. i've been experiencing a lot of the same problems i've been reading about on here (discs disappear from the finder, cds no longer eject, etc...) but i've been importing new tunes with no trouble at al

  • Setting Up Time Capsule as a DHCP server in the router portion

    Hello I have converted my existing wireless router and network hard drive to a single time capsule. My old router was setup as a DHCP server and I had the IP range set to 10.0.0.1 to 10.0.0.50 and had a IMac, Windows PC and Copier connected to the Et

  • Trouble exporting as swf

    So I went to Photoshop World in Boston and learned how with CS4, I can export our magazine as a flash file with interactive page curl, et al... This was HUGE. It helped more than anything else to sell the upgrade from CS3 to CS4. I even downloaded th

  • Printing addresses for day planner

    Hi, I want to print out an address book for my filofax address book and I am having a hard time figuring out how to do it. The program that filofax makes does not run on a mac. any suggestions? I would like it doublesided and I want to be able to pri