XI:Concerns regarding CCMS alerts,IDOC,JDBC,FILE,PROXY

Dear Experts,
I have some doubts regarding below listed points.Please,help Me to find thesuitable answer for these.
*1.if multiple messages to be sent(IDOC) through same JDBC adapter,how we'll do it(THROUGH SAME jdbc Aadpter,in same config scenario)?*
*2.in receiver determination,if we have to send to multiple receivers according to payload content(conditional passing to receiver depends on payload),**how we'll acheive it?*
*3.what is file content conversion?*
*4.why proxy is known as adpterless scenario?*
*5.in case of idoc/proxy why sender side no communication channel but in receiver side we are using communication channel?*
**6.what is CCMS alert?
*7.in a file2file scenario,if we want to convert one file content to other file content in a different form(as x->1,y>2),*
*how we'll acheive it?*
*7.if lots of data checkings are there in case of SAP R/3,by whcih way we'll go?(idoc/proxy/rfc)
*8.how we'll decide whether to go for SOAP scenario?*
*9.what is adapter module?whan we'll go for different adapter modules other than standard?*
*how we can develop our own adapter modules?*
*10. how to map one field to other field,when they are present in different noad with respect to source and target strucrture?*
Eagerly waiting for youyr valuable opinion.
Regards,
Rasmiraj Tripathy

Do a search in SDN first for these questions.
You will find the answers to the most.
Else post specific questions

Similar Messages

  • Query regarding CCMS alert in XI

    Hi XI gurus,
    We have some queries regarding the CCMS alert configuration in XI server. We are planing to implement CCMS alerts for Message failure in IE, Adapter Engine, Queue Block, etc.
    Can anyone please let us know what exactly should be done by BASIS team and XI(Dev/Support) team.
    Thanks
    Suganya.

    I have not done this  but was implemented in my projects
    I am providing some links which you can use with help of BASIS
    http://csc-studentweb.lr.edu/swp/Berg/Conferences/SAP_NW2008_and_Admin_2008/ADMIN/Track4/Track4_session2.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/ccms-custom-configuration-771913
    Configuring  Alert management (ALM)
    You should basically aim at configuring SOLMAN as your central alert cerver so that you will receive alerts from DEV QA PROD boxes of PI , ABAP in one system , no need to configure alerts separately
    Regards
    Ninad

  • Regarding CCMS Alerts

    Hi Everyone,
    Could anyone provide related Information on CCMS Alerts. How these Alerts are configured. How are these different from Ordinary Alerts. When do we use these Alerts.
    Regards,
    Varun.K

    Hi Varun,
    Plz find the following links
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/computingCenterManagement+System
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/dieter.krieger/blog/2006/03/29/new-feature-in-alert-management-rule-based-determination-of-recipients
    /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii

  • IDOC to FIle, Proxy to file not working

    Dear Experts,
    I am new with XI configuration scenarios, that to i am facing problem
    while i was doing with idoc to file and proxy to file not connecting .
    i think what r the prerequisites to scuceed these things.
    I think this would be administration configuration.
    After installation of XI what r the steps have to follow for achiving this.
    Please help me.
    Thaks and Regards
    Ram.

    Hi,
    This will help you
    Client Proxy - /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    Server Proxy - /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - ABAP Proxy
    IDOC to file
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    Save Idoc to file
    Regards
    Agasthuri Doss

  • Alerts-Idoc to File Scenario using BPM

    Dear all,
    At the sender side,I am sending 2 Idoc's orders03,orders04 Idocs I am Merging in to single at my mapping level and sending to the respective receivers.
    When even some error occurs at system level or application level,an alert must be sent to the respective valid receipents.
    My question is,when creating the  Alert Rule how to use the interfaces(orders03,04) (here I have multiple senders).
    Is Alert rule required in BPM scenario's?if not let me know how alerts would be triggered for bpm scenarios.
    Thanks,
    Srini

    Hi,
    Let me see if I had you requirement correct.
    When the Idoc is sent from R3, sender partner type is LS and Receiver Partner Type is LI.
    If yes,
    1. Create a Party in ID.
    2. The Agency , Scheme and Identifier will have values,
    Agency --> Receiver Business System name or Business Service Name  to be used for File.
    Scheme --> ALE#LI
    Identiier --> Value of the RCVPRN field in the idoc control Record. Basically the Receiver Partner Name.
    All the Configuration In ID will use this Party as the Receiver Party and the corresponding Service asthe Receiver service.
    No need for a sender party as sender partner is LS.
    Regards
    Bhavesh

  • Regarding CCMS Alert Configuration in XI/PI

    Hi Experts,
    1) I have created distribution list “DIS_LIST ” in default client 000, in between I have assigned SAP Userids with e-mail ids in SU01 of normal client 001.
    2) In normal client 001:  Goto RZ21-> methods -> Display Overview -> The method i used  CCMS_OnAlert_Email
                  Control tab: In control tab I have checked -> Execute Method:  selected radio button: Periodically in dialog process (short running program), under Startup method I did not select any check box r radio button. But i have scheduled the job (RSCONN01) for every 10mins to send the mails out, is this setting are correct?
                 Parameters tab ->
    SENDER = USER17  ( Basis team sap user id, I have doubt how should I check she has authorization to send mails from xi to SMTP server, what role she should have, she does not know how to check this)
    RECIPIENT = DIS_LIST (Distribution List name created in 000)
    RECIPIENT-TYPEID = C
                  In release tab: I have selected check box: Auto Reaction Method.
    3) I have done in Rz21: In transaction RZ21, assign the method to the appropriate MTE class.  To do this, choose “Methods assigned to MTE classes” from the “Methods” frame.  Select the MTE class (MTE Class = CCMS_tRFC_qRFC_Context), double-click, and choose Edit è Assignment in other è to variant.  In the “variant” box, choose * (or whatever properties variant you are using).
    4)I am getting messages in Alert Inbox whatever may be the error, as I selected “No Restrictions” radio button. If I want to send all kind of errors using auto reaction method do you have any idea (as i have done previouse step for Failed Queues)
    5)i have given 3 mail ids(user01@mailcom, user02@mailcom, user03@mailcom) in shared distribution list in client 000, fixed recipient in ALRTCATDEF i have given 2 user ids( USERID15, USERID16). whenever error happens the mail is sent to two mail ids of  fixed recipient list (USERID15, USERID16) so i is not picking the recipients from Shared Distribution list.
    In SOST transaction I could see SENDER as as runtime workbench, and recipient as USERID15 and USERID16.  mail is sent to mail id of USERID15 and  error occured for USERID16(i.e msg is not sent to mail id of USERID16).
    in out look inbox i could see FROM: PIRWBUSER@mailcom and TO: user15@mailcom, user16@mailcom. but user16@mailcom is not receiving any msges , bcz it got error in SOST(we can observe that these 2 mail ids are from Recipient list not from distribution list)
    In SOST transaction I could see SENDER as : Runtime Workbench Service instead of USER17 (i.e motioned as SENDER in rz21->properties tab), and it is taking RECIPIENTs from fixed recipients list(i.e ALRTCATDEF in 001)  instead of SHARED DISTRIBUTION List (user01@mailcom, user02@mailcom, user03@mailcom) in client 000.
    why this is picking form Fixed recipient list instead Distribution list?
    in SOST its showing SENDER as Runtime Workbench Service instead of USER17( (i.e motioned as SENDER in rz21->properties tab)
    SCOT configuration are working fine, i could send the test msges from xi to outlook inbox. please  give me any advice on this.  Almost i browse throug all related blogs and forums.
    Thanks
    Dhanush.

    Dear
    In the central autoreaction I created a newly defined central autoreactions
    In the execution tab insert function module SALO_EMAIL_IN_CASE_OF_ALERT_V2
    In the parameters tab insert following parameters (please note some are empty, this is intentionally but they have to be there). Fill in the correct values inside <value>.
    Parameter name: SENDER                          Paramaeter value: <SAP user id>
    Parameter name: RECIPIENT                       Parameter value:  <email address>
    Parameter name: RECIPIENT-TYPEID           Parameter value:  U
    Parameter name: REACT_ON_ALERTS         Parameter value:
    Parameter name: SUBJECT_ALERT              Parameter value: <mail subject text>
    Parameter name: SUBJECT_ALERT_CONT   Parameter value:
    There is no additional setup required in this example, not SCOT, not even setting a mail adress for the SAP user id used.
    You could recreate this or get more info on this function module, assign points if helpfull.
    Kind regards
    Tom

  • Reg: CCMS alerts

    HI all ,,Need some material regarding ccms alerts ?Thankx in advance .......

    Hi community,
    I reply in this (closed) post because I have a general question about CCMS
    On Windows installations I can see from SAP MMC at operating system level the alerts from rz20 graphically and all in a single global view.
    Is there something similar for Unix/Linux installation too? Can I have the same view on Unix installation?
    From rz20 transaction I can't see the alerts unless i select manually every monitor set, but I wonder if there is a way to have a global view of alerts as I can have with SAP MMC
    I hope to have expressed myself clearly
    Regards, Valerio

  • Need an alert to be sent after succesful completion idoc to file scenario.

    Hi ,
    we have an idoc to file scenario, the user wants a email confirmation after the file is generated, can any body help how i can trigger an alert once  file is generated by xi(in a idoc to file scenario).
    regards
    sandeep

    Hi Sandeep,
    we have an idoc to file scenario, the user wants a email confirmation after the file is generated, can any body help how i can trigger an alert once  file is generated by xi(in a idoc to file scenario).
    Well, you can generate an email after your file has been sent (use BPM for this).
    But I believe your Client wants a confirmation of file delivery through email, which might be a problem. By using the above step, you will be able to send the email after file is sent, but it won't confirm whether the file has been successfully delivered.
    You need a synch message which file won't be supporting. So, the other way is to ask your Client if it is possible for them to send an acknowledgment to PI after receiving the file, and then you can trigger the email.
    Unfortunately, there is no straight way out for your problem.
    Hope this helps.
    Regards,
    Neetesh

  • Alerts when the acknowledgement fails in IDOC to File Scenario

    Hi All,
    could you let me know how to handle Alerts for Idoc to File scenario.
    My Scenario uses BPM as well.
    Thanks,
    Srini

    Dear All,
    For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.
    For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.
    I wanted to check FTP--->PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.
    Now the end to end scenario is FTP--->PI--->ECC(R3 system). Please help.Many Thanks.

  • Problem regarding the Payloads in IDOC to file scenario

    Hi All
    My scenario is IDoc to file where I use to get 5 IDocu2019s (in it there will be 10 segments) at a time and in one IDoc there will be only 9 segments, and that IDoc (with 9 segments) must be the last payload (I.e. file) at the target side (i.e. IDocu2019s with 10 segments must be at the first and the IDoc with 9 segments must be at last in the target payload).
    Thanks in advance

    Hi,
    as the thread is marked as question you should not forget to ask something
    Regards,
    Udo

  • Regarding remote login in IDOC to FILE Scenario

    Hi Friends,
          I have been struggling from this issue from many days.
    when i am doing IDOC to FILE Scenario, i was posting an CREMAS03 IDOC from ECC client 800 to SAP XI Client 001.
          After executing WE19 in SAP ECC, its automatically asking for XI login detals.
    will it really ask for login details.
      <b>Because if we do  FILE to IDOC Scenario, it wont ask for login details.</b>
        If i check RFC destination from XI to ECC, we could easily remote logon to ECC without asking for any logon  details, but if i check RFC destination from ECC to XI, <b>its asking for Lodin ID and Password</b>.
    Regards,
    Varun Reddy.K

    HI Varun
    Check the roles assigned to you.
    The roles are...SAP_XI_ADMINISTRATOR and SAP_XI_DEVELOPER.
    If u have created the user in SU01 just now..and checking logon to IB immediately ..it will not come cos it takes some time for the users to get reflected in JAVA stack.
    Cheers..
    Vasu
    <i><u>** Reward Points if found useful **</u></i>

  • Regarding IDOC 2 FILE Scenario

    Hi Friends,
                    please help on IDOC 2 File Scenario. I have done tha ALE settings in R3 system and the Idoc has been  generated out of r3 system. but how it wiil be sent to XI server can any body help me on this issue.make it as quick as possible.

    Hi,
    Goto We02 and take the IDOC number froom there.
    goto WE19, give the copied idoc number and click on execute.
    Check for Control records for that IDOC and say outbound processing
    ALE Settings
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    Check this for posting the IDOC From R/3 to XI
    /people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi
    /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI+--
    StepsSummarized&
    Regards
    Seshagiri

  • Ccms alert auto-reaction writing unix File

    Hello,
    I configured Automatic Alert Notification in RZ21 to send mail and SMS alerts when alerts are occured in RZ20 (CCMS_OnAlert_Email : frequence dump, lock oracle, process long running ,...)
    Now I would replace mail/sms Alert notification by writing file in Unix directory.
    How to generate an alert in Unix files?
    Best regards,
    Robi

    Hi,
    If I am not wrong DB6ALRTCT is the table which holds the Alert details, you need to write an ABAP program to get these details and write to a file in Unix.
    thanks...
    Sukarna...

  • Hi experts- RFC look up in IDoc to File Senario

    Hi,
    I have req with Idoc to file (delivery Idoc).
    But i need to get user name of sender(r/3) into file which is not available in idoc type.
    I think we can do through <b>RFC lookup</b> functonality.
    Can u tell me <b>exact procedure and code</b> for this?

    Hi,
    Check some links on Look ups.
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    Look ups.
    /people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups
    /people/francesco.bersani/blog/2007/03/05/data-lookup-optimized
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Use this crazy piece for any RFC Mapping Lookups!
    /people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups
    SAP XI Lookup API
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    Lookup’s in XI made simpler
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    Lookup - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    DB lookup - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    SOAP Lookup - /people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0
    Lookup's in XI made simpler - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    How to check JDBC SQL Query Syntax and verify the query results inside a User Defined Function of the Lookup API -
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    /people/prasad.illapani/blog/2006/10/25/how-to-check-jdbc-sql-query-syntax-and-verify-the-query-results-inside-a-user-defined-function-of-the-lookup-api
    Lookups - /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Lookups - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0/content.htm
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    Lookups with XSLT - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8e7daa90-0201-0010-9499-cd347ffbbf72
    /people/sravya.talanki2/blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4ee14
    How we have to create the lookups?
    Check this weblogs with some screenshots on how to achieve this:
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    /people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Regards,
    Phani
    Rewar points if Helpful

  • How to suppress the Acknowledgement  Error in IDOC to File scenario?

    Hi -
    I got the status in SXMB_MONI as 'Processed Successfully' for the IDOC to File scenario but the Acknoledgement status throws an error saying 'Acknowledgement not possible'.
    I read one of the documents in the forums on how to suppress the acknowledgement using a table on R/3 side using IDXNOALE,
    i tried that option but i still get the 'Acknowledgement not possible' error.
    Is there any other way to suppress this error?
    Thanks,
    Tirumal

    Hi Tirumal,
    Receiver adapters that run on the Adapter Engine support system acknowledgments if they are requested by the sender. Acknowledgements are triggered when a message is successfully processed by the adapter or if an error occurs while it is being processed. Receiver adapters do not support application acknowledgments. The RNIF and CIDX adapters are exceptions to this rule, since they also support scenario-dependent application acknowledgments. Sender adapters of the Adapter Engine do not request any acknowledgments.
    This means, JDBC adapter does only send system acks, however IDoc adapter is requesting application acks. Therefore as mentioned by the previous poster, you have to disable acks for this scenario using report IDX_NOALE.
    Also go through these documents for any further help:
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how to handle acknowledgments for idoc.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    Regards,
    abhy

Maybe you are looking for