Does Alerts can trigger from ECC...?

Hi Experts,
I have two doubts in Alerts,
1. Normally Alerts will trigger in PI, do we can trigger Alerts from ECC?
2. Supposee Error Alerts are triggered in both JAVA stack and Abap Stack, Alerts shld not triger when i get error in Java stack and shld trigger when I get errors in ABAP stack, can any one tel me how to do this..?
Thanks & Regards
G V Anil

Hi,
1. Normally Alerts will trigger in PI, do we can trigger Alerts from ECC?
> By using "SALRT_CREATE_API" function module we can trigger alerts from ECC system.
2.. Supposee Error Alerts are triggered in both JAVA stack and Abap Stack, Alerts shld not triger when i get error in Java stack and shld trigger when I get errors in ABAP stack, can any one tel me how to do this..?
>If error is in IE or AE then PI alerts you can trigger. You can raise alerts from ECC system also. So, if there is any error in case of ECC system then, ABAP stack alerts will trigger.
Regards,
Sunitha

Similar Messages

  • How does TPS34 get trigger in ECC?

    I am curious how does the table TPS34 get triggered when I am trying to replicate material to crm?   Does it get trigger in the code or is it through config when i put the name of my Function module it?

    It gets triggered via SAP function module PC_FUNCTION_FIND. Please do a where-used-list of this function module and you can also set specific break-points within these programs.

  • CTM does not consider orders from ECC process, to calculate the master production plan

    Hi gurus, Any of you worked in a scenario where CTM should consider the process firm orders from ECC? I am currently working on a stage of planning, whereby CTM should consider orders from fixed ECC, as projected inventory available for the planning of needs. However at present not the underway. any idea or suggestion? Thank

    Hello:
    Thanks for the prompt reply. Unfortunately, profile selection orders, are all ATP category.
    Here I put an example of behavior that has the result set of CTM
    SCENARIO CTM
    WEEKS
    INITIAL
    1
    2
    3
    4
    5
    6
    DEMAND
    -100
    -100
    -100
    -100
    -100
    -100
    PRODUCTION (PLANNED)
    100
    100
    100
    100
    100
    50
    PRODUCTION (FIXED)
    50
    STOCK
    0
    50
    50
    50
    50
    0
    SCENARIO EXPECTED
    WEEKS
    INITIAL
    1
    2
    3
    4
    5
    6
    DEMAND
    -100
    -100
    -100
    -100
    -100
    -100
    PRODUCTION (PLANNED)
    100
    50
    100
    100
    100
    100
    PRODUCTION (FIXED)
    50
    STOCK
    0
    0
    0
    0
    0
    0
    thanks for your comments

  • Error while doing Transaction data loading from ECC to BW

    HI,
    I faced error in data records so i corrected it manually by going PSA Maintenance. then now when i am trying to schedule data laod by going to that Data source then right click on Manage then select Request which i have updated with correct records. then Again right click-->UPDATE WITH SCHEDULER .now next screen is SCHEDULER(PSA SUBSQUENT UPDATE) here i am not getting any Data Target means data target field is disabled  so i cannot schedule it for load.
    Any solution for this error.
    Thanks
    Nilesh Pathak

    Hi,
    I guess you have not deleted the request from the InfoCube 'Manage' Screen. If the request is already updated to your InfoCube/ODS ,then it will not show the Data Target in PSA Scheduler.
    You can try to re-load the data using 'Only PSA'  in the InfoPackage and then correct the errors and load the data using Update option from the Manage screen.
    Thanks

  • Alerts in PI and ECC 6.0

    We've configured alerts which trigger from our PI system via ALRTCATDEF and in the runtime workbench.
    Can we do the same thing in ECC to ensure we are alerted to an error for messages outbound from ECC and inbound to PI?
    thanks,
    Rich

    Hi Rich,
    Otherway would be create RFC function module which indirectly remotely call function modue "SALERT_CREATE_API" on PI system. Call this RFC Z function module in ECC- R/3 programs where you want to raise an alert.
    Let me know if you need sample code.
    Hope this will help.
    Thanks,
    Nilesh

  • Can we transfer customer master from ECC to SAP AII

    Hi Experts,
    We need to transfer the customer master data from ECC to SAP AII ( Auto-id system )  through XI system. There seems to be no std XI content for doing this ( there is std content for sending material master ). I have found out an idoc type BUPAFS_FS_CREATE_FRM_DATA201 in both ECC and SAP AII system. I think I can use this idoc for transferring the customer master. But how do i triggere this idoc whenever the cusotmer is created or chnaged?? ( like for MM we have BD10 transaction to do this )
    thanks
    sankar

    Hello,
    I do not get what is the sending message type and what is  the receiving message type.
    The MaterialIn Message Type in AII is used when you do replicate material master data from ERP to AII.
    In ERP You sent IDOC Matmas01 or AINMatmas ( I am not exactly sure about the name, but it is contained in the configuration guide for flex delivery scenario.
    When in this replication the gtin field is not populated.
    Check the following:
    open master data -> product in AII and check if you do have a table containing UOM and GTIN displayed for existing product or that you can create your own product and defining UOM and gtin for that.
    If this is not possible, you have not maintained the relevant set type and product configuration in AII. This is stated in config guide again.
    Michael
    Now I will be  off  for two weeks with no access to internet. Hope that helps.

  • Alerts from ECC

    Chek these... i have a doubt which is bold below.....
    Alert Rules
         Message-based alerting is used to notify about errors that occur during message processing. It is based on the alert framework, among other things, so you can leverage the functions it provides, such as sending the alert by e-mail, fax, or SMS.
    By defining rules within the RWB, you can filter the monitored messages according to error code, error category, and message header attributes for sender and receiver. For instance, if a customer only wants to be informed immediately when his core business scenarios fail, the message-based alerting can be restricted to the respective interfaces only.
    -     Use RWB to define Alert Rules within PI
    -     Use ABAP for defining rules within ECC and generate an alert from ECC to PI by passing the right variables.
    My question is
    how do to this.....how to define rules within ECC and generate  an alert from ECC to PI by passing the right variables...?
    any idea guys....i am going with ALRTCATDEF...

    HI
    Refer the following links
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm -
    Alert
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 -- ccms alerts u2013 1
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 -- ccms alerts u2013 2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 -- ccms alerts --- 3
    Alerts with variables from the messages payload (XI) - UPDATED -
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration by Micheal
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    I hope at the end of this you may get some knowledge on Alerts.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step XI:Alerts step-by-step. (fundamental Basic)
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i CCMS Monitoring for XI. (CCMS monitoring for XI is enough later
    we configure to Adapter Engine).
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 Configuring scenario specific E-mail alerts in XI-CCMS: Part-1
    (This is Important)
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
    /people/federico.babelis2/blog/2006/05/03/solution-manager-cen-and-alerting-configuration-guide-for-dummies Solution Manager CEN and Alerting configuration (Advanced)
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    Alerts with variables from the messages payload (XI) - UPDATED -
    Alert configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    Calling alerts from UDF
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Email Alerts
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Alert Delivery
    /people/matt.kangas/blog/2006/06/27/personalized-alert-delivery
    Transport the alerts
    http://help.sap.com/saphelp_nw04/helpdata/en/a6/5a94413aaad960e10000000a1550b0/frameset.htm
    XI: Alerts - Step by step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    http://help.sap.com/saphelp_nw04s/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm
    Triggering by Calling a Function Module Directly.
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Alerts with variables from the messages payload (XI) u2013 UPDATED
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Simple Steps to Get Descriptive Alerts from BPM in XI
    /people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi
    Triggering XI Alerts from a User Defined Function
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Throwing Smart Exceptions in XI Graphical Mapping
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    cheers

  • How to trigger the Process Chains in BI from ECC

    HI Friends,
    Can let me know  How to trigger the Process Chains in BI from ECC. Please let me know.........

    Hi,
    1) Define a Custom ABAP Program (eg : Z_EVENT_RAISE)..........call the FM : BP_EVENT_RAISE or RSSM_EVENT_RAISE..........and trigger an event towards BW .........specify BW as RFC destination...........
    2) Create a R/3 Job in SM36>> use the Program Z_EVENT_RAISE ......
    3) In BW schedule the PC..........and in the Start variant use this Event..........
    http://sapbiwtutorials.blogspot.com/2009/03/how-to-trigger-process-chains-in-bw.html
    It can be help full
    Regards,
    Edited by: subba2010 on Aug 19, 2010 6:51 AM

  • Just purchased a office jet 6500A Plus so that I can print from my iPhone and iPad. I can print form my iPhone but my iPad 2 tells me there is no air printer available.  Why does one device recognize the air printer but the other device does not?

    Just purchased a office jet 6500A Plus so that I can print from my iPhone and iPad. I can print form my iPhone but my iPad 2 tells me there is no air printer available.  Why does one device recognize the air printer but the other device does not?

    I have the 6500A without plus and it is with a LAN cable connected with my Router.
    First make sure you have the latest printer firmware installed.
    Next restart the printer and the Router.
    I had the same. Problem but it went away after rebooting the Router.

  • Can I Test the Test Package Created in SolMan Directly from ECC?

    Hi,
    the test plan and test packages are created in Solution Manager. The Test Packages are comprised of transactions (on ECC).
    (The business scenarios and processes are defined in Solar01, ECC is defined as logical component and assigned to every tx, the test case description is uploaded in Solar02,...)
    The needed Trusted RFC (to enable the tester to start the tx from within SolMan) is running late, but I can see that STWB_WORK tx is also available in ECC.
    Of course - when I open it in ECC (logged on as a test user - defined in test package in SolMan) the test package is empty in ECC.
    What kind of connection is there within STWB_WORK in ECC and SolMan?
    Can one somehow "transfer" the packages from SM to ECC, so the tester can start to test the transactions from ECC directly?
    Is it possible to see the results and status overview in SolMan during and after testing?
    Thank you in advance,
    cheers,
    Nenad

    Hi
    You getting confused between old ECC test workbench and Solution Manager Test workbench.
    Test workbench is present there from r/3 version onwards.
    When you are performing testing via solman then you have to use the test packages assign to you in STWB_WORK which has the relevant transaction and doc for you to test
    here you upload the test result and update status .Later any PM can generate report for overall testing including entire landscape and not one system.
    But remember it has got no connection to ur r/3 workbench
    The diff between 2 is...solman test workbench is for entire landscape including BI R/3 ECC any other system ...but in r/3 etc the workbench is alone and obsolete now is used for standalone testing.
    Hope it carifies ur doubt completely
    Regards
    Prakhar

  • I have upgraded my macbook pro to Lion, using Icloud if take a photo on my Iphone this syncs to my mac however my video does not synce wirelessly from my iphone to macbook.  How can I get this to do it.

    I have upgraded my macbook pro to Lion, using Icloud if take a photo on my Iphone this syncs to my mac however my video does not synce wirelessly from my iphone to macbook.  How can I get this to do it.

    Thank for the quick response, is there any way of syncing video files wirelessly from IPhone to Macbook or can this only be done by connecting IPhone to Macbook using USB Cable.

  • Can BPm pick up existing process from ECC without human intervention

    Hi
    Is there any way BPM can read/pick the existing process from ECC system (may be solution manager workflow) and model the same.
    Just trying to make sure from experts that it is not possible before replying client.
    Lavanya
    Edited by: Lavanya Sambaraju on Nov 19, 2010 8:23 AM

    Hi Anil
    Yes, we wanted to know if the process/workflow mainateined in ECC or solution manager can be dyna,mically picked up by BPM.
    And your solution -  "Currently BPM can talk to any other system through web services.If you can expose any functionality as web service in solution manager, you can call that from BPM"
    how to implement this from solution manger?
    All we know was to expose the BAPI/RFC's functionalities  as web services from ECC and consume in BPM tasks or directly call these BApis in to BPM tasks.
    Could you please share with us.
    Thank you.

  • Postcode can't replicate to CRM from ECC

    hi,guys,
       I found the postcode field and city field could not replicate to CRM from ECC,but other fields can replicate conrrectly.why?Our CRM system is 7.0 EHP1.

    Hi Raymond,
    Are you able to solve your problem. As I am facing the same issue. But I am trying to replicate from ECC TO CRM.
    When I am changing Address like City in R3 and checking BDOC in crm its green and showing change city. But when I am checkign Business partner master date change city is not reflecting.
    Regards
    Nishith

  • How does delivery info flow back to CRM from ECC ?

    Hi Experts,
    How does the delivery info (Quantity Delivered present in the table CRMD_CUMULATED_I) get replicated from ECC to CRM ?
    Is it through the middleware ? If not, how ?
    Any pointers would be of great help.
    Regards,
    Kris.

    hie kris,
    did u have any answer?
    regards,
    marry.

  • Can we call DMS Attachment Function from ECC to SRM

    Hello All,
    We have the below requirement.
       a)  User Create the RFx(SRM) from PR(ECC) vai CPPR functionality.Now during creation we need to copy the DIR Links of  PR to RFx .
      b) In SRM RFx ,at item level we need to place a button called "DIR" ,when user click on the button , we need to bring the   DMS Attachment POP UP from ECC to SRM , where user can add new DIR or Delete the DIR.
               Can we do the requirement  "b" ? , is there way we can call the "DMS Attachment Function"  from SRM? . Kindly share your thoughts.
    Thanks
    Channa.
    DMS Attachment Function"

    Dear Channa,
    due to your screenshot I saw that you are still working with old object link dynpros.
    To grant that allways the currenct screens and authorizations were called please maintain also the value "1" into the "Authorization" column. For further informations on this maintainance please see the attached note 1066915. It's important that you not enter the mentioned screen number wihtout the leading "1" as this number is added automatically by the system (e.g. object MARA 1201 maintain like MARA 201). You can do this in customizing under:
    Transaction SPRO
    > Cross-Application-Component
         > Document Management
              > Control Data
                  > Define screen for object links
    If you need the dynpro number or object you will find all standard SAP objects and their screen number in function module CV130 (Screens) by transaction SE80. Please maintain all necessary SAP objects.
    Best regards,
    Christoph

Maybe you are looking for