About Messaging and Interfacing in SAP banking....

HI all
Just want to know the messaging formats used in the SAP banking product.
I have no clue how the messaging and interfacing with other applications is done in SAP.
ALso needs to know the interfacing mechanism with other applications supported by SAP.
Plz guide and share the link....... for any info......
If this is not the correct forum and then me know the correct one.
Thanx in advance guys....

Hi Rajesh,
here you can find the interfaces used in SAP Bank Customer Accounts (BCA).
http://help.sap.com/saphelp_erp2005vp/helpdata/en/3b/a6b9361775e748e10000009b38f839/frameset.htm
To display interface for drilldown reporting, in the SAP Easy Access screen, choose Accounting -> Bank Applications ->SEM Banking ->Market Risk Analysis or ALM -> Tools -> Drilldown Reporting -> Display Interface Programs..
if it helful reward points are appreciated

Similar Messages

  • About Classes and Interfaces

    How can we define the classes and interfaces in an interview can u give me any realtime example for this

    How can we define the classes and interfaces in an
    interviewThe easiest explanation probably is to say that an interface in Java is a special class, namely a totally abstract one, that has been given a separate name.
    Classes and interfaces (because they're classes in disguise) both constitute types, meaning that variables can be declared of them. The difference is that a class can carry implementation whereas an interface cannot (because it's totally abstract).
    Java has single inheritance of implementation which means the the inheritance of classes is restricted to exactly one while you can inherit as many interfaces you like.

  • A question about class and interface? please help me!

    the following is program:
    interface A{
    public class B implements A{
    public static void main(String [] args){
    A a = new B();
    System.out.println(a.toString());
    }i want to ask a question, the method toString() is not belong to interface A, why a can call method toString()? the interface call the method that isn't belong to, why? please help me...

    because a.toString() call the method toString() of class Object because B implements A, but extends Object and in the class Object there is a method toString(). infact if you override the method toString() in class B, a.toString() call toString() in class B.
    try this:
    interface A {}
    public class B implements A
      public String toString()
        return "B";
      public static void main(String [] args)
        A a = new B();
        System.out.println(a.toString());
      }by gino

  • About Message remind interface

    sorry that my english is very pool.
    everyday i receive so many junk message.everytime i must input the password - turn into the message -delete the junk message, or it always remind me twice!!i wonder if there could be a  button, once i receive a junk message i could delete at once.
    just an advise:)

    Hi,
    Getting Started with the WebClient UI
    http://help.sap.com/saphelp_crm70/helpdata/en/1e/38a72a3ef54c288c52afbc8a8fe9ef/frameset.htm
    Interaction Center WebClient
    http://help.sap.com/saphelp_crm70/helpdata/EN/46/22e4f3ed6c5872e10000000a11466f/frameset.htm
    Denis.

  • About Inheritance and interface!

    I have to write a PQueue2 class which implements PriorityQueue interface, also PQueue2 has to extend BinaryHeap,
    so at the top of the PQueue2 I should have this right?
    public class PQueue2 extend BinaryHeap implements PriorityQueue {

    I meant that if PQueue2 extends BinaryHeap
    then it can call directly all the functions in the
    e BinaryHeap right? but it can also add new methods?It's more like the public and protected methods in BinaryHeap are also the methods of PQueue2. If I create a PQueue2 outside of either class, I can call any public method defined in BinaryHeap on PQueue2.
    the extends keyword creates an "is a" relationship between a class and the class it extends. Every PQueue2 instance is an instance of BinaryHeap (but not the other way around.)

  • BDC and Interface

    Hi All
    1) Please give me a clear picture about BDC and Interfaces, what are the differences between?
    2) What is the usage of Update Mode(Synchronous, Asynchronous and Local), please explain me differences between them?
    Awaiting for your response.
    Regards
    Praveen

    1)
    http://help.sap.com/saphelp_47x200/helpdata/en/fa/097140543b11d1898e0000e8322d00/frameset.htm
    2)
    You use the UPDATE parameter to specify how updates produced by a transaction should be processed. You can select between these modes:
    A Asynchronous updating. In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service. Asynchronous processing therefore usually results in faster execution of your data transfer program.
    Asynchronous processing is NOT recommended for processing any larger amount of data. This is because the called transaction receives no completion message from the update module in asynchronous updating. The calling data transfer program, in turn, cannot determine whether a called transaction ended with a successful update of the database or not.
    If you use asynchronous updating, then you will need to use the update management facility (Transaction SM12) to check whether updates have been terminated abnormally during session processing. Error analysis and recovery is less convenient than with synchronous updating.
    S Synchronous updating. In this mode, the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors.
    L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program. (See the ABAP keyword documentation on SET UPDATE TASK LOCAL for more information.)
    Regards,
    Rich Heilman

  • IDOC type for interface between SAP ECC and SAP F&R

    Hi Experts,
    I need SAP standatd IDOC type for interfacing between SAP ECC and SAP F&R [SAP Forecasting and Replenishment] using message type u201CFRE_LOC_SITEu201D.
    Please help me in finding the idoc type?
    Regards,
    Krishan

    Hi Denish,
    You have 2 ways of loading data from R/3 to APO.
    1. R/3 to BW cube to APO-BW cube to APO planning area
    or
    2.  R/3 to APO-BW cube to APO planning area   
    BW can be a enterprise BW system ( independent) or you can use the BW inbuilt in APO also referred to as APO-BW.
    The only difference between the 2 BW systems is APO-BW can not take the load of reporting where as the enterprise BW can.
    Unless your company policy requires the enterprie BW system, I suggest using 2nd way.
    You can load the data from R/3 to APO-BW cube using extractors either generic or standard depending on your data. You need to have a RFC connection setup between APO-BW and R/3. ( This is not CIF).
    When you load the data into the APO-BW cube, you just have to load the data from the cube to APO planning area using the transaction /sapapo/tscube.
    Refer to [DP Data Mart|http://help.sap.com/saphelp_scm50/helpdata/en/13/5ada58309111d398250000e8a49608/frameset.htm] for more information about the data transfer between APO-BW and APO.

  • Message Mapping And Interface Mapping

    Hi,
    I have 2 software components.
    One is for sender and one is for receiver.I have created all the Data types,Message type and Message Interface fro sender in the first Software component and data types ,message type ,message interface for the receiver in the second software component .
    Now, in which Software component should i create Message Mapping and Interface Mapping?
    Thanks in Advance,
    mvk

    Hi,
    You could use the created Message type and Message interfaces in Sender as well as receiver software components for creating message mapping, interface mapping and integration scenario.
    Generally it makes sense to maintain the message mapping, interface mapping and integration scenario in receiver software component. The message mapping and Integration scenario is specifically based on the receiver end requirments, so its preffered on receiver software component.
    The sender side details could be reusable in case if you need those for another new receiver software component. If you maintain it in sender component, then that will lead to mix-up all the things on sender side even though its based on receiver end.
    I think this could help you.
    In PI7.1 now there is concept of Folders to maintain all the interfaces appropriatly and leads for reusability of existing objects.
    Please refer below links for more details,
    /people/thorsten.nordholmsbirk/blog/2006/07/25/structuring-integration-repository-content--part-1-software-component-versions
    http://help.sap.com/saphelp_nw04/helpdata/en/42/ed903cf6c4492ce10000000a114084/frameset.htm
    Thanks
    Swarup
    Edited by: Swarup Sawant on Jan 26, 2008 8:33 AM

  • Collecting and Bundling Messages - One Interface

    Hi ,
    I am trying this Collecting and Bundling Messages - One Interface my interface is File .
    Followed all the steps in the SAP documentation under Examples and Usage cases.
    But I get only one message from the inbound channel .
    when I check the Mapping in the MONI . It shows 2 instances of interface in the MessageIn but the output message of the BPE moni shows only 1 message . Message that is in the first instance of the  Mapping IN .
    Is it error in the multi mapping ? can some body through some light on this ..
    Regards,
    KLK

    Hi Behaves & Moor,
    S, I am trying the pattren given by SAP . Following the weblink given by Mr.Moorty.
    I made source and Target Msg type as 0.. Unbound  and Multiline for Transformation step.
    But when I test the mapping in the Design time by importing a XML with following structure (Please dont mind bad syntax)
    <Messages >
       <ns0:Message1>
          <Filesender_MT >
             <Record>
                <Row>
                   <ID>1</ID>
                </Row>
             </Record>
          </ns1:Filesender_MT>
       <Message1>
       <Message2>
        <Filesender_MT >
             <Record>
                <Row>
                   <ID>2</ID>
                 </Row>
             </Record>
          <Filesender_MT>
       <Message2>
    </Messages>
    I get only one message :
    <Messages >
       <ns0:Message1>
          <Filesender_MT >
             <Record>
                <Row>
                   <ID>1</ID>
                </Row>
             </Record>
          </ns1:Filesender_MT>
       <Message1>
      <Messages>
    which is wht i am getting from the inbound CC.
    how do I test Multi Mapping ? and when I check the MONI->PE --> Technical Details --> Mapping --> MappingIN
    It shows 1 entry but the nestted table shows both the file contents that I have put in the Sender Communication channel.
      I am putting 2 files in the Sender CC and expecting these two file contents to Merge and give me 1 file as out put . this is the scenario understood from the SAP documentation please correct me if I am wrong .
    Thanks and Regards
      K.L.K

  • SAP SD Career for Sales and Marketing Professional in Banking & Insurance Industry

    Dear Experts,
    I have 8+ years experience in Marketing,Sales and Customer Services in banking and financial service industry. I enquired about SAP courses in authorised SAP centres and they suggested me to go with SAP SD module. I am not sure whether SAP SD will suits to me as it deals with hard core products, but my sales and marketing experience in based on Concept selling. As a marketing guy i have good understanding and knowledge of sales and product life cycle. I have done MCA in 2004, but all experience is into BFSI domain. Now i want to shift into IT. Whether i can take up SAP SD and make a career in it.?.Seeking proper guidance from experts.
    Cheers
    Ramesh

    Hi Ramesh,
    You can try to IS-Insurance to suit your domain experience.  However, if you look at major SAP Implemented insurance companies adopted SAP ERP and custom according to their need.  So, getting a breakthrough in this IS solution would be very hard.
    Again, if I come back to your question on BFSI point domain experience.  I have my friend who worked in Top 5 BFSI company in India who transitioned his career in SAP SD (studied in SAP Authorized institute and got a job through campus in CMM Level 5 company) because he has BE + MBA.  This story was happened 8 years back.  But I don't know the current trend in India. 
    SAP SD is best and it will suit as I saw already a guy went through the same path.  Also, check SAP CRM Sales or Service.
    You can wait for other members comments who may be transitioned from BFSI sector to SAP to give  some ideas.
    Best of luck.
    Regards
    GGOPII

  • SAP Banking - Channels and Adapters

    Hi Experts
    Can any one please help me in adapters which suits for the following channels in SAP Banking.
    Automatic Teller Machine
    Internet Banking
    Mobile Banking ( SMS messages)
    Tele Phone Banking (Voice Recognition)
    Selef Service Payment Point
    Branch Teller Systems (Like branch in bank)
    Personal Digital Assistant ( Computer like system )
    Online Banking in closed networks ( e.g T-Online, AOL etc) America Online
    Web Kiosk
    For example : for ATM (automatic teller machine) we can use WBI/JCA/Seeburger adapters while connecting to SAP-Banking System.
    So please gime me answers ASAP and please mention required documents avaiable if any.
    Thanks & Regards
    Sridhar

    SAP Banking Services solution related to SOA and is newest solution for banking from SAP. There loans management is built on the same base as Deposits. CML and classic DM (up to 4.0 release) is from older SAP Banking package.
    CMS as far as I see has not been rebuilt so much and should be more or less the same as older release on ECC6 platform.

  • I have just bought an iPhone 5 and it won't sync to iTunes.  It says it needs  iTunes 10.7, which I have downloaded and installed.  I still get the error message and looking at "about iTunes" it says 10.6.3.  What do I do??

    I have just bought an iPhone 5 and it won't sync to iTunes.  It says it needs  iTunes 10.7, which I have downloaded and installed.  I still get the error message and looking at "about iTunes" it says 10.6.3.  What do I do??

    Perhaps check to see if you're accidentally running two different versions of iTunes. There's some information on troubleshooting that in the Opening iTunes section of the following document:
    Troubleshooting iTunes installation on Mac OS X

  • SAP PI  delete the historic/persistence message and payload?

    Dear all:
    The other day .i encountered a problem.my pi host machine'disc  became full when pi run frequence and runned very long time.so i had a question. how to delete the historic or persistence or  archived  message or payload.
    thanks

    Hi,
            Are you archiving/deleting the messages by setting the retention period ..
    If not please check the below guide for doing the cleanup of the messages
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/402fae48-0601-0010-3088-85c46a236f50&overridelayout=true
    Rajesh

  • I want to know about imessages and how it works !! how to register a number with imessages?? I saved a number in contacts but when I try to send a message it say "! not delivered" in red mark.How can I fix this problem??

    I want to know about imessages and how it works !! how to register a number with imessages?? I saved a number in contacts but when I try to send a message it says "! not delivered" in red mark.How can I fix this problem??

    Perhaps something in this support article will help:
    http://support.apple.com/kb/TS2755
    Regards.

  • HT1539 I have tried to download a digital copy that came with a movie I purchased and I keep getting the an error about HD purchase vs. SD purchase.  I push redeem again and it has the same message and I cant download the movie.  What can I do?

    I have tried to download a digital copy that came with a movie I purchased and I keep getting the an error about HD purchase vs. SD purchase.  I push redeem again and it has the same message and I cant download the movie.  What can I do?

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

Maybe you are looking for

  • Does out.flush() work in a JSP page without buffering?

              All:           I am using WLS 4.51 and have found that it is not possible to flush the contents           of the ServletOutputStream. I have seen this behavior in JSPs and Servlets.           What I am trying to achieve is a simple status m

  • Loss of bluetooth range on mac mini (lion x/memory upgrade)

    I have a mac mini 2009. I just upgraded to lion x and added 3GB of RAM.  For some reason my bluetooth mouse and keyboard have lost their range.  They both work but I have to use them within a foot of the computer.  Ive replaced the batteries.. any he

  • Ipod mini sound problem

    i got my mini a few years ago and its had a bad phase a few months ago when i had to send it back because the battery wouldn't last that long at all, so anyway they sent it back to me and said it was fixed only for a bit and then another problem has

  • Can't start GP process by GP API

    When I start GP process using GP API, it report the following exception: ERROR_ALREADY_STOPPED com.sap.caf.eu.gp.base.exception.InvocationException: ERROR_ALREADY_STOPPED      at com.sap.caf.eu.gp.base.caching.MemoryCache.checkActive(MemoryCache.java

  • Changed from Windows lap top to iMac - and can't sync my iPod

    I can't get my iPod to sync with my new iMac - it still only recognises the original Windows lap top. I still use the lap top, but have copied my itunes across to the iMac and plan to use this as my main machine. How do I get the iPod to accept the M