IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Pulling Data from SAP Customized Tables

    Posted 05/13/08 07:49 AM

    Hi All,

    I need to Integrate SAP with Oracle…

    Can anyone explain me how i can pull data from SAP Table?

    Thanks

    Regards
    Shaik


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 2.  RE: Pulling Data from SAP Customized Tables

    Posted 05/13/08 05:15 PM

    Suggest you start with the SAP Adapter User’s Guide available on Advantage.

    Mark


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: Pulling Data from SAP Customized Tables

    Posted 05/14/08 07:20 AM

    Thanks Mark…

    Just to know whether we can pull table data directly using JDBC Adapter ?

    I’m already in process of reading Document…

    Regards
    Shaik


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 4.  RE: Pulling Data from SAP Customized Tables

    Posted 05/14/08 04:39 PM

    You could but I’d suggest that you don’t. Interaction with SAP R/3 is better facilitated via the SAP adapter.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Pulling Data from SAP Customized Tables

    Posted 05/14/08 09:11 PM

    I advice you use SAP Adapter functionality and pull the data either RFC/ALE (IDOC’s) or RFC/BAPI tables functionality

    This is the standard way of interacting with wM->SAP and viceversa.

    HTH,
    webm


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 6.  RE: Pulling Data from SAP Customized Tables

    Posted 05/17/08 09:25 AM

    Thanks…

    Do i have any thing from SAP Adapter side which will keep monitoring a SAP Table like Update JDBC Notification…

    I have talked to SAP team to provide me a RFC[Function Module] which give data fo the table… there concern is how he could know when to trigger that RFC…

    Regards
    Shaik


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Pulling Data from SAP Customized Tables

    Posted 05/19/08 12:47 PM

    I got one solution…

    Question on how RFC will know if a table in SAP is updated, this is a “user-exit” task in SAP that is done and if you tell the SAP folks abt user-exits or tell them to use “CMOD” or “SMOD” tcodes in SAP to write these userexits on this table exits.

    If the code is customized then after “Commit” the data which is send to table tell SAP guy to write a code which invokes RFC.

    – Shaik


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 8.  RE: Pulling Data from SAP Customized Tables

    Posted 06/13/08 12:42 PM

    SAP Admins ‘never’ allow JDBC access to their database. Go via the abap layer via the SAP function module (se37) RFC_READ_TABLE to select data from SAP

    -Rob


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 9.  RE: Pulling Data from SAP Customized Tables

    Posted 06/14/08 08:05 AM

    Thanks Rob… that is the way i’m following…

    -Shaik


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB