Spares used inclution in Notification.

Hi Gurus,
We are going to implement SAP PM for our newly constructed plant.But it will not be a full fledged PM implementation.Because we are not much bother about PM integration with costing at this stage. we want to replace our daily log sheet (Break down maintenance) which is currently doing by log book.To replace this i planned to use notification functionality.i can map all the fields in the log book except spares consumed.Is it possible to include spares consumed field in to notification?i want to include directly in to notification.i dont want to link it through order.
Thanks in advance.
Regards
Haran.

Dear Friend,
You can use it. create catalogs for those thingS and use it with it.
Regards,
PARDHU
Edited by: PARDHA SARADHIREDDY.C on Jul 20, 2010 1:28 PM

Similar Messages

  • Using Database Change Notification instead of After Insert Trigger

    Hello guys! I have an after insert trigger that calls a procedure, which in turn is doing an update or insert on another table. Due to mutating table errors I declared the trigger and procedure as autonomously transactional. The problem is, that old values of my main tables are inserted into the subtable since the after insert/update trigger is fired before the commit.
    My question is how can I solve that and how could I use the change notification package to call my procedure? I now that this notification is only started after a DML/DDL action has been commited on a table.
    If you could show me how to carry out the following code with a Database Change Notification I'd be delighted. Furthermore I need to know if it suffices to set up this notification only once or for each client seperately?
    Many thanks for your help and expertise!
    Regards,
    Sebastian
    declare
    cnumber number (6);
    begin
    select count(*) into cnumber from (
    select case when (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=1) < (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=2) then 1 end as action from borki.fangzahlen
            where lng_falle      = :new.lng_falle
            and int_fallennummer = :new.int_fallennummer
            and lng_schaedling   = :new.lng_schaedling
            and date_datum       > '31.03.2010') where action = 1;
    if cnumber != 0 then
    delete from borki.tbl_test where lng_falle = :new.lng_falle
    and int_fallennummer = :new.int_fallennummer
    and lng_schaedling   = :new.lng_schaedling
    and date_datum       > '31.03.2010';
    commit;     
    pr_fangzahlen_tw_sync_sk(:new.lng_falle, :new.int_fallennummer, :new.lng_schaedling);

    It looks like you have an error in line 37 of your code. Once you fix that the problem should be resolved.

  • Performance of AQ when using callback procedure (using PL/SQL notification)

    I am enqueueing XMLType in AQ.XML file is large in size.NOw I want to dequeue the AQ using PL/SQL notification(using callback procedure which will call DBMS_AQ.DEQUEUE to dequeue the AQ and process the XML.After fetching the data from XML ,I want to store these data in another table columns).
    Please suggest,In this case which approach would be better to dequeue the AQ table :
    1.PL/SQL notification(using callback procedure)
    OR
    2.Scheduling the call to DBMS_AQ.DEQUEUE to dequeue the AQ table
    What would be the impact on performance of above two approaches?

    Hi,
    The question of performance is not down to the technique one employes to enqueue/dequeue, but at a basic level, is relative to the number of messages!
    The is what the Oracle documentation states:
    >
    When persistent messages are enqueued, they are stored in database tables. The performance characteristics of queue operations on persistent messages are similar to underlying database operations. The code path of an enqueue operation is comparable to SELECT and INSERT into a multicolumn queue table with three index-organized tables. The code path of a dequeue operation is comparable to SELECT, DELETE, and UPDATE operations on similar tables.
    >
    So, if anything, the dequeue is a fraction more time & resource consuming. However, it is only a "fraction". You could always add multiple subscribers to dequeue if you want!
    You could ofcourse choose to have non-persistent messages if your application does not need the kind of fault-tolerance that persistent messaging offers, which speed things up, but only a bit, so don't get too excited about it!
    There are other things to consider however, which you may wish to read up on before getting bogged down on whether you should use notification or the scheduler:
    - Is your system clustered?
    - Concurrency on a single queue (i.e. multiple enqueues/dequeues, but single queue)
    - Propogation latency issues
    Read about these and much more at:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14257/perform.htm
    Finally, whether you pl/sql notification or not and whether you use dbms_scheduler is down to your application requirements!
    P;

  • Getting email notifications using EWS streaming notifications for a shared mail box

    Hi,
    I have been trying to get email notification for a shared mailbox using EWS streaming notifications. i am unable to get the notifications. Please can any one tell me how this task can be achieved.
    -Praveen

    I would recommend you to this link
    http://blogs.msdn.com/b/emeamsgdev/archive/2013/04/16/ews-streaming-notification-sample.aspx
    Mark Answered, if it solves your question and Vote if you found it helpful.
    Rohit Arora

  • Maintenance detaisl of an equipment -spares used for -reg

    Hi,
    For an equippment ..i create maintenance order through IW31...get a SR for the spares and close that SR by  the material issue  through MB1A.
    Now if i want to track for a period given , for an equippment ....what and all spares are used during maintenance,
    any report available in standard ? or to customize which table and fields will help
    requirement is
    input is equippment
    out put
    for that equiipment's maintenance ............which are all spares consumed ?
    regards,
    madhu kiran

    Hi,
    In both i am getting no objects selected
    any things shall id o like order settlements etc..to get the details here
    my requirement is for an equipment which and all spares are used during maintenance for a given period of time
    process: equipment -
    order creation ---get reservation for selected spare parts ...clsoe reservaton through MB1A
    details of thsoe spares used for the maintenance of an equipment i would like to track
    regards,
    madhu kiran

  • Using REST Update Notification Hub to add APNS certs fails with 409

    Hi - I'm trying to use the Update Notification Hub REST call (https://msdn.microsoft.com/en-us/library/azure/dn223260.aspx) to add a valid APNS cert to an existing hub. When I do this, the update fails with a response code of 409 - which is not mentioned
    in the possible codes on that documentation page... Seems to be complaining that hub already exists.
    When I use the Create Notification Hub REST Call (https://msdn.microsoft.com/en-us/library/azure/dn223269.aspx) and include the proper <ApnsCredential> element it succeeds.
    I see no difference in the docs between the two calls.  The request body is described slightly differently. It appears to me that create and update are the same call? What causes a 409 when calling the Update method?
    How am I supposed to update the push certs of an existing hub?
    Thanks!

    The answer is that the HTTP spec implies that for REST style calls for updating a resource at the same URI - you need to include the "If-Match" header set to '*'
    see: https://msdn.microsoft.com/en-us/library/dd541480.aspx
    and section 14.24 of RFC2616 ( http://www.rfc-editor.org/rfc/rfc2616.txt )
    In my opinion this is a documentation bug - the Request Headers section of Update Hub ( https://msdn.microsoft.com/en-us/library/azure/dn223260.aspx ) should mention it requires the "If-Match" header.  It is required because without it
    - this becomes a Create Hub call 

  • I Don't know how to use SBO Transaction Notification  procedure

    Hi all
    I don't know how to use SBO Transaction Notification  procedure
    can any body give me description why we use,where we use,how we use some example
    Awaiting soon reply
    Rajkumar G.

    example is for testing, if on delivery is filled ref no of vendor or not
    if @object_type = '20'  and (@transaction_type= 'A' or @transaction_type= 'U')
    begin
         if 1 = (select count(docentry) from opdn with(nolock) where docentry =@list_of_cols_val_tab_del and (numatcard is null or len(numatcard) = 0) )
         begin
              select @error =1
              select @error_message = 'vendor ref no isnt filled'
         end
    end
    next example is for creating BP as vendor and testing, if dont begin for specific sign
    if @object_type = '2' and @transaction_type= 'A'
    begin
    if left(@list_of_cols_val_tab_del, 1) = N'x' or left(@list_of_cols_val_tab_del, 1) = N'X'
         begin
              if 1 = (select count(cardcode) from ocrd where cardcode = @list_of_cols_val_tab_del and cardtype in ('S', N'S') )
                   begin
         select @error =1
              select @error_message = 'Vendor code cannot begin to X sign.'
    end
         end
    end
    is it clear?

  • Deficit of SL Unrestricted-use 1 EA :  (Notification E M7 021).

    Hi Experts,
    I am facing problem with the error " Deficit of SL Unrestricted-use 1 EA :  (Notification E M7 021) " in CRM service contract.
    My issue is when we are confirming the service contract it will create a goods moment automatically in SAP ECC and it will provide information back to CRM.Now the issue is if quantity is not available then it throwing this error  " Deficit of SL Unrestricted-use 1 EA : (Notification E M7 021)" and some times even we have some stcok also we are getting this error. Because of this error message we are unable to close the service contract in CRM .
    So can you please let me know what may be root the cause to cause this issue.
    Thanks in advance..
    Krishna

    Your error is showing diff plant and storage location then you have expalined inthe query
    so make sure that you havae enourgh stock in the same plant and SL.
    and if your material batch managed then it should have enough stock for that batch.

  • Tools and spares used for machine maintenance -table and fields -reg

    Hi,
    for a machine while attending breakdowns we use some spares and tools
    which table of SAP stores this data like
    for the equippment -
    this notification /order ........ which spares/ tools are used ...........cost center to which these are issued
    regards,
    madhu kiran

    Hi,
    How to explore the given link ?
    where the relevant information i have asked for can be seen ?
    regards,
    madhu kiran

  • Use of Push Notifications between Wifi and Cell Data

    Is there a way to set the phone to automatically have push notifications turn ON when you're on WiFi and OFF when you're on cell data?  I dont mind recieving them, but it would be nice if there was a preference to recieve them only when on WiFi.  Anyone know how to do that?

    wjosten wrote:
    The iPhone priority for a data connection is: WIfI>3G>Edge>GPRS. Note: While in sleep mode, unless connected to a power source, iPhone will disconnect from available WiFi & use cellular data for all data needs.
    But my iPhone 4 definitely is using 3G when wifi is available, even switching to it when having been on wifi. For me this has only been happening since we started receiving 3G and 4G in our area. Used my full 200 meg data plan in one day when I normally hadn't come close to that all month. My settings were definitely set for using wifi and wifi was definitely available (was using it with my laptop). My internet is only 1 mb so I wonder if it chooses 3G or 4G because of speed. If so, this is a problem for me. If not, there is another problem.

  • What TCP ports are used by Push notifications

    I believe my Firewall is blocking Push Notifications on my iPod touch. So, I wanted to discover what the TCP Ports are that are used by Push so I could open those ports to pass packets (info) to my iPod.

    See:
    http://support.apple.com/kb/HT3576
    "If you are still unable to receive notifications and you are using a Wi-Fi connection, verify that the network or firewall is not blocking access to port 5223."

  • How to use Due date notification

    Hi
    I am using Background callable object, which will trigger after 2 days. But this due date notification is not working. Its executing next Callable object immediately.
    Flow as follows:--
    CO1-here i am setting due date
    BCO-
    CO2-

    Hi Yogesh,
    Can you please see this link regarding runtime updating Duedate deadline.
    [Background CO]
    Regards,
    Rajesh N

  • Howto use the 'SMS notification'

    Hi,
    I can not get the SMS notification to work. I either receive the invalid syntax because of the + sign on first position or weird syntax error:
    XML parsing failed because "For input string: "420777646256""
    on line 0 (weird is not it?) if I omit the plus sign.
    The help on the syntax is missing still.
    Anyone succeed with this feature?
    How does it work anyway? What web service is it using?
    Thanks a lot for any help.
    --Josef
    Versions: Eclipse: 3.1; bpelz_0.9.13_win32.exe; WinXP

    hi
    I want to execute a PL/SQL procedure with ExecuteSQL Data Tag, but isn't working.
    Is there any other solution, to call a PL/SQL procedure from a JSP?

  • Use SP Transaction Notification for trigger on user defined table

    Hi i need some help. I have a user defined table in sap (@LAU_ACCT) .
    I need way to catch the event on the table (update , delete , add).
    I heard about SP Transaction Notification , but how use it with udt ?
    Thanks!

    Hi Pavel,
    it is only possible if the UDT is registered as part of an object ( UDO ) - further info http://scn.sap.com/thread/3277846 . So for pure UDT actions you have to find another way ( SQL trigger, UI API, periodic query ).
    regards,
    Maik

  • Cl_bcs using send email notifications?

    cl_bcs Using these Clsaa & Methods send Notification Or Sample text???      Ex : 'Hello'
    i don't have a idea how to use these class and methods.
    plese give me an idea about that.

    Hi All,
    Please help.
    Thanks,
    Siddharth

Maybe you are looking for

  • Oracle 11g and iSeries ODBC 32/64bit version???

    Hi folks, I've some questions.... I need setup a new server with Oracle db 11g and from this db i need setup a DBLINK to an IBM iSeries (AS/400) server. I've some doubts about the 32/64 bit version to use. My idea is: Oracle Linux 64bit Oracle Databa

  • Report running for long time & performance tuning

    Hi All, (1). WebI report is running for long time.so what are the steps i need to check for it ? (2). Can you tell me about performance tuning in BO ? please help me..... Thanks Kumar

  • RMAN-06010: error while looking up datafile: 82

    Iam building dataguard - Physical Standby database by using the RMAN duplicate command and we are not using the recovery catalog but control file. Iam getting the following error while running the duplicate command. set newname for datafile 82 to "/d

  • My 5s won't turn on

    My 5S won't turn on and charge. Someone suggested holding the home and on/off button for 10 seconds. this worked and I was then able to charge phone.  Thank you.

  • My digital booklet won't open

    So I bought Lady Gaga - ARTPOP on iTunes and it downloaded along with the digital booklet and it opened fine and then it started downoading the album again so I delteted the newly downloaded songs but I deleted the old digital booklet. The new one ha