How connect to SAP?

Hi, i want do an application, but i don´t know how connect to sap... In webdynpro i create a new model, and call the BAPIs... i want do the same in MI, can i?
Thanks,

Hi Victor,
Refer this link, wil be useful
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0baafd6-52fa-2910-c6a8-fbb9399cb4ab
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2af96497-0901-0010-8f9e-d5779d281e1a
http://help.sap.com/saphelp_nw04/helpdata/en/1c/8c1b40fcdd8f5ce10000000a155106/frameset.htm
Regards,
Shemim

Similar Messages

  • How to check connection from SAP to reservation system?

    Dear Experts,
    May I know how to check whether the connection between SAP and the reservation system has been set up and ready to use?
    Thanks.

    Hi
    You need to check the identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    External reservation system In the Travel Planning subcomponent Travel Management accesses an external reservation system connected to R/3 to carry out the queries on available travel services and to book the selected services. The reservation system currently available is the AMADEUS Global Travel Distribution system.
    For more information, see Technical Prerequisites for Travel Planning--
    Technical Prerequisites for Travel Planning
    Before you can use Travel Planning fully, a number of internal R/3 and external prerequisites or settings must be fulfilled.
    Connection to an External Reservation System
    The online booking function in Travel Planning is based on the cooperation with external reservation systems that are used to communicate with the service providers. The R/3 user has access to the following functions via the connection to an external reservation system:
    u2022 Availability query of travel services
    u2022 Transfer of additional information about selected travel services
    u2022 Price information
    u2022 Processing of reservation by the respective provider
    u2022 Synchronization of the data in SAP Travel Planning if external booking changes have been made
    In the current release the external reservation system in use is AMADEUS Global Travel Distribution. AMADEUS is a subsidiary of Lufthansa, Air France, Continental Airlines and Iberia. The reservation system it provides is in worldwide use and 160,000 terminals in 37,000 travel agencies and ticket sales centers in over 130 countries are connected to it.
    In order to carry out online booking via AMADEUS the following must have been carried out:
    u2022 Your enterprise must have signed an agreement with AMADEUS for the use of the interface and be registered at AMADEUS with a user ID
    u2022 A network connection to the AMADEUS computer center must have been opened
    u2022 The identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    For questions about registration, contact the SAP & AMADEUS Competence Center:
    SAP & AMADEUS Competence Center ACC 02 Neurottstrasse 16 69185 Walldorf Germany
    Cheers
    Mukta

  • How to make SAP B1 connection with Windows Sharepoint Service 3.0

    how to make SAP B1 connection with Windows Sharepoint Service 3.0 through asp.net web part code.. I get the security error when i run that web part......
    public bool ConnectToCompany()
                oCompany = new SAPbobsCOM.Company();
                oCompany.Server = "192.168.1.58";
                oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
                oCompany.CompanyDB = "SBODemoUS";
                oCompany.DbUserName = "sa";
                oCompany.DbPassword = "abc";
                //oCompany.UseTrusted = true;
                oCompany.UserName = "manager";
                oCompany.Password = "manager";
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;
                oCompany.LicenseServer = "192.168.1.58:30000";
                int i = oCompany.Connect();
                if (i != 0)
                    return false;
                return true;
    protected override void RenderContents(HtmlTextWriter writer)
                if (conn.ConnectToCompany() == true)
                    writer.Write("Hello" + this.Context.User.Identity.Name);
    Edited by: bikalg on Nov 28, 2010 9:43 AM

    Hi.......
    Welcome to SAP Business One Forum.....
    Unfortunately this is the wrong forum you posted here.
    I would suggest you post it in SDK or System Administration Forum and definitely you get the solution and close this thread from here......
    Regards,
    Rahul

  • Connection to SAP R/3 or to particular module..n how??

    i m new to Enterprise Portal and m bit confused..  i knw that EP is used to connect to SAP system thru Single Sign ON....
    for my project we will be using ESS and MSS buisness package.
    Thus we need to connect our Portal to nly  SAP R/3 sytem...or v connect to particular module...considering my project i need to connect to SAP HR module.. so how do i configure my portal to only SAP HR module..or creating only SAP R/3 system..i.e the way we normally connect to SAP R/3 from Portal content studio will do..??
    ...if any one could explain it conceptually will surely b awarded POINTS..
    Edited by: jigar oza on Jul 29, 2008 10:46 AM

    Hi Jigar,
    as you know about SSO it is nice, SSO is used to connect to backend (System) you can say R/3. Where as system contains many modules.
    Create one system in portal which will connect to your desired backend using SSO. Once it succeeds.
    Then create an SAP transaction iview from iview template which will point to this created sytem.
    You must be having some t-code to directly access your module in the R/3.
    You have to enter this t-code in the Transaction code property of the iview. After creating this iview and proper SSO settings, when you pre-view this iView it will directly open the first screen of your module/application in the backend system.
    let me know if you face any issues in this.
    also see my postings in following threads:-
    Re: How to Connect Backend R/3 system to EP 2004S
    Re: How to configure SAP R3 system to Portal
    Regards,
    Yogesh...

  • How to make Portal Application for connecting to SAP R/3(backend system)

    Hello  Experts,
                           I need to create a portal application that should connect to SAP R/3 & fetch some data in some table according to some input parameters provided at runtime & display the data in TABLEVIEW control.
    Anyone can guide me on this i:e- how to go about it. What things i should know or should be aware of before creating this application. Any PDF documents , any help material, any guidance about the same will be of great help.
    Thanks,
    Chetan

    Chetan,
    Webdynpro & Visual Composer ars EP Development Tools.
    If you only display BAPI data then go for Visual Composer with requires no coding So I suggest you to go for Visual Composer.
    You can also use Webdynpro Java or ABAP to display BAPI data by creating
      Adaptive RFC model.
    You will integrate Webdynpro applications into EP by creating SAP Webdynpro iView.
    *Visual Composer Documents:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/0af7d34a8449e2b722878ce270a747/frameset.htm
    *Webdynpro Documents:
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/15/0d4f21c17c8044af4868130e9f
    ea07/frameset.htm
    Regards,
    <b>Ramganesan K</b>

  • How to give connection between sap R/3 to sap BI 7.0 system

    how to give connection between sap R/3 to sap BI 7.0 system

    Hello,
    Check this links:
    http://help.sap.com/bp_biv135/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    You can look at:
    OSS Note 184971 'Notes on BW source system connections' and http://help.sap.com/saphelp_nw04/helpdata/en/80/1a61e5e07211d2acb80000e829fbfe/content.htm
    You can use this best practice connectivity guide for connecting BW to any SAP source system . It explains step by step procedure to connect the source systems to BW.
    http://help.sap.com/bp_biv135/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm
    http://help.sap.com/bestpractices/crossindustry/businessintelligence/v131/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    check this:
    http://wiki.ittoolbox.com//index.php/HOWTO%3ARe%2DConnect%5FR/3%5Fand%5FBW#Type_Transaction_SM59._Maintain_RFC_destinations
    Regards,
    Jorge Diogo

  • How to connect one SAP system to Non-SAP system(Example:Window's7)?

    Hi Experts,
        In general, One SAP system can connect another SAP system through RFC.How to  connect One SAP system  to Non-SAP system(example:window's 7) and is it possible through RFC?
    Thanks and Regards,
    Nageswar

    Hello  Wolfgang Schaper,
    Thank you so much for quick response.
    As you told I am trying to work with BRFplus/DSM to call decision services from nonABAP systems,so I tried with RFC.But it is not possible as you told.
    Please give any solution Without using Web Services, is there any ways to connect from SAP system  with the Non-SAP Systems.

  • HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA APPLICATION

    HI expects,
            HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA or . DET APPLICATION.please provide me some scenarios and documents.please help me.

    Hi,
    In the sender side i.e. in SAP system you can use IDoc/RFC/Proxy to push the data to XI.
    IDoc supports only Async communication and in Sync case performace is good using Proxy.
    In the receiver side you can use Java Proxy to connect to the Java application or you can even bulid a webservice over the Java/.Net application and use SOAP adapter to post data to it.
    Thanks
    SaNv...

  • OSB how to connect to SAP?

    Dear experts,
    Could you give some hints about how to connect to SAP using OSB(ALSB)? Using oracle's adapters?
    Further, pls. give some docs(gudies) about how to config it.
    One of our customers is hurrying to do a POC to verify OSB is suitable for integration with SAP.
    Thanking you!
    michael

    Michael,
    You can talk to your sales or mail to PM ([email protected]) to get a early access bits if urgently required.
    ERP adapters that can work with OSB/weblogic will be shortly released and so will be the documentation.
    Install ERP adapter (separate installer)
    Deploy adapter to weblogic JCA container (after configuring ra.xml)
    Use iwae to create target/channels and generate WSDL.
    Publish wsdl to OSB project.
    Create BS/PS as required using JCA transport.
    Cheers
    Manoj Neelapu

  • How connect FLEX and SAP R3 via RFC

    Hi all
    Can anybody tell me, how to connect the SAP R3 and FLEX via RFC.
    Is this possible or can only be via webservice?
    Regards and thanks,
    morojan

    Well in theory you could build a flex component that uses the RFC library to call SAP (and viceversa) but it sems like a lot of trouble when you can just use the existing HTTP/XML methods already available.
    Cheers
    Graham Robbo

  • How Connect to DI API in Sap onDemand

    Hi,
    I need to connect to sap OnDemand via DI API , (I need new SDK ? Or additions dll's ?).
    If i can to connect without any new sdk or dll , please give me code example how to connect (using c#)
    Thanks.

    the object is SAPbobsCOM.BoObjectTypes.oDownPayments, but if i remember correctly this object wasnt exposed in DI for 2004 and maybe for 2005 too.

  • How to connect from SAP BO Explorer (or) SAP Dashboard to Mobile device ( SAP BO Mobile app)

    Hi Friends,
                    Can you please guide me , how to connect the SAP BO Explorer/Dashboards in mobile device.
    Regards,
    Mahesh.

    Hi Mahesh,
    Take a look at this thread.
    http://scn.sap.com/community/mobile/businessobjects/blog/2013/10/10/how-to-connect-sap-bo-mobile-to-a-bi-server-40

  • How can all SAP reports be distributed to Always Connected handhelds?

    I need to provide a means of generally making all reports (standard reports and custom reports) available on handhelds in Always Connected mode (SAP ERP, SAP BW, SAP BI).
    a) Is there any standard functionality for this?
    b) Anyone done this or have a good idea how to make a generic app for this?

    Hi
    For always connected apps, all you need is either BAPI's or webservices or a supported datamodel.
    If you have BAPI's ready, it may be possible.
    Regards
    Vidyadhar

  • How to Create SSL certificate for HTTPS Connection in SAP PI

    Hi,
              I have Proxy to HTTPS scenario. I need to provide my SSL certificate( SAP PI SSL Certificate) to the vendor.
              How to generate SAP PI SSL certificate. I have already imported vendor certificate using STRUST T-code.
             I am not sure from where to generate SAP PI SSL certificate that need to be shared with vendor.
             Please help me on this issue.
    Thanks,
    Siva

    Hi,
    Check if it helps:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/49/26af8339242583e10000000a421937/frameset.htm
    But as mentioned for the colleague above, you can create that on Visual Administrator Tool -> Keystore
    Regards,
    Caio Cagnani

  • How to connect to SAP AS JAVA?

    Hi,
    I am developing an JAVA application, which will connect to SAP AS Java dataSource. My environment don't have ABAP installed. So, I believe use of JCo connector is not an option.
    Is ther any other connector API jar available to connect to SAP AS JAVA Datasource?
    Could anyone please help me with a detail guide to connect to SAP AS Java Datasource using any APIs provided by SAP?
    Thanks
    Alingan

    Hi Aligan,
    Thant's correct, you have to develop a service on your EP and then you can change the UME persistence (user creation etc).
    Now you can write a J2EE app which will call your service to cater your requirement.
    Please go through the below links which will help you to achieve the same
    http://help.sap.com/saphelp_nw73/helpdata/de/f5/1cf770b9bd442985ee71461ef2227a/content.htm
    User Management Functions for Users - Integrating Security Functions - SAP Library
    Could you please let me know for any further information.
    Thanks,
    Hamendra

Maybe you are looking for