Accessing BW/ERP/CRM from portal

Does any one have step by step guides for accessing BW/ERP/CRM from portal?
I would apprciate if you guys can share issues faced and resolutions for accessing them through portal.
Thanks,
Anika

hi
BW/ERP/CRM access from portal is governed by a single concept of single sign on  where actually you integrate them through logon ticket otherwise you can use application integrator component for user mapping
There is step by step guide of BW 3.5 integration with portal  in sdn as well
http://help.sap.com/saphelp_nw04/helpdata/en/a3/7b583c2439e66fe10000000a114084/frameset.htm.
on similar grounds you will have CRM too
Portal and R3/CRM/BW in different windows domains
please do not forget points
with regards
subratokundu

Similar Messages

  • Need to access R3 using IConnectorServiceGateway from portal service.

    Hi everyone,
    I need to access R3 using IConnectorServiceGateway from portal service but unable to access so as I don't get the IPortalComponentRequest. Can anyone help me out on how should i do the connection ?
    Please let me know as soon as possible.
    Thanks
    Ritu

    Hello.
    I think this should work
        * Méthode renvoyant une connexion au backend SAP/R3 via un pool de
        * connexion.
        * @param userLocale  - la locale de l'utilisateur
        * @param user        - utilisateur pour lequel il faut une connection
        * @param systemAlias - système pour se connecter
        * @return une connexion au backend SAP/R3.
        * @throws ConnectionPoolException
        *             levée en cas d'erreur.
       public IConnection getConnection(
             Locale userLocale,
             IUserContext user,
             String systemAlias) throws ConnectionPoolException {
          ConnectionProperties prop = null;
          IConnection connection = null;
          IConnectorGatewayService cgService = null;
          try {
             // Connector Gateway Service.
             cgService = (IConnectorGatewayService) PortalRuntime
                   .getRuntimeResources().getService(IConnectorService.KEY);
             if (cgService == null) {
                throw new ConnectionPoolException(
                      "Error in get Connector Gateway Service...");
             IPortalComponentRequest aRequest;
             if (systemAlias == null) {
                throw new ConnectionPoolException(
                      "System alias 'systemAlias' name is null...");
             // Demande la connexion au service :
             prop = new ConnectionProperties(userLocale, user);
             connection = cgService.getConnection(systemAlias, prop);
          } catch (Exception ex) {
             throw new ConnectionPoolException(ex);
    regards
    Guillaume PATRY

  • Access to Entity Service from Portal Application

    Hi Experts,
    I have a hybrid application which will be making use of both Web Dynpro and Portal Applications. I decided to use Entity Services to store my back-end data and can access it fine from the Web Dynpro project. I have included the public part of my CAF project into the Used DCs of my Portal project and while I am able to call the methods of the Entity Service at compile time, at runtime I receive an error message on the page:
    An exception occurred while processing a request
    I know in order to get this to work for Web Dynpro I had to include sap.com/tccolapi.sap.com/cafruntimeuicouplingapilib as a Library Reference and a few Used DCs, but while I have added the Used DCs to the Portal project, I am unsure of how to add the Library Reference. I assume this has to be added to portalapp.xml, but I don't know the syntax.
    Could somehow please reply with how to do this and whether this is all that is required in order to call Entity Service methods from Portal applications?
    Thanks,
    JP

    Hi Smith,
    Write click on the Project then goto the Properties=>Webdynpro References=>Library references
    add
    caf/eu/gp/api
    sap.com/cafruntimeuicouplingapilib
    And add the following DC in your project.
    1> External in caf/eu/gp/api (CAF domain)
    2> caf/eu/gp/api/wd (CAF domain)
    3> com.sap.security.api.sda (SAP-JEE)
    portalapp.xml
    <?xml version="1.0" encoding="utf-8"?>
    <application>
    <application-config>
    <property name="SharingReference" value="usermanagement, knowledgemanagement, landscape, htmlb, exportalJCOclient, exportal, SAPJ2EE::library:cafeugp~api"/>
    </application-config>
    <components/>
    Check this thread .
    Using CAF GP API in Portal Application project
    Regards,
    Mithu

  • Error While Accessing WD ABAP iView from Portal

    Hello Everyone,
    I have created an iview from ABAP WD in portal. Now, when I have assigned this role to a user without admin role it is throwing the following exception. I would greatly appreciate your help.
    Exception ID:02:42_23/09/09_0037_107611250
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/myfolder/com.SalfordCityCouncil.ESS10/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.SalfordCityCouncil.PurchaseOrder/com.scc.ivu.CreatePurchaseOrder
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : TRAVELTU2
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    Regards,
    Gopal.

    Hi,
    It looks like a permission issue. You should check the permissions of the folder containing the system in the portal. (System Administration > System Configuration then Open Permissions on the system object). Every user who is supposed to have access to the iView should be there as End User (for instance : Everyone (group), Administrator = none, End User = checked).
    Regards,
    Pierre

  • Copying Custom Access Sequences to CRM from R/3

    Here is the scenario we're working with:
    Use quotes in CRM which are then released to orders in R/3. Would like to use pricing procedures to default in fixed prices for certain materials. Have everything working fine in R/3. I am following the process outlined in the Replication guide.
    We created a new access sequence for pricing use SalesOrg/DistChan/Division/Batch. Created table A991 which has entries stored.
    Running DNL_CUST_CNDALL does not bring the access sequence across. Tried defining my own customizing object specifying the new table and I get the following error in SMW01:
    <b>Target table CNCCRMPRCUS991 is not actively available</b>
    Is there a certain order I was supposed to do this in?

    Hi Raghu,
    Please refer the Best Practices document for replicating BP's from R/3 to CRM. Please have a look the following document for your information.
    http://help.sap.com/bp_crmv340/CRM_DE/index.htm
    under Technical Information->Building Block Library->B09: CRM Replication. page no.45 onwards.
    Reward if it helps.
    Best Regards,
    Johnny.

  • Accessing XI web service from portal as client

    Hi all
    I need to access a web service which has been created on XI    
    server. I want to acess it from enterprise portal as a web service client. please provide related links to achieve this.
    thanks in advance
    vaishali

    Vaishali,
    never did this before, but some general ideas:
    Do you have an WSDL for that web service? Then simply use your NWDS and select New --> Portal Service --> From WSDL (or similar). What I mean is the following: NWDS can read WSDL files and will automatically generate a proxy for you that actually generates an ordinary portal service. This portal service then can be called by standard means in SAP EP.
    Regards,
    Dominik

  • Problem in accessing the standard transaction from Portal through RFC

    Below is the error we are getting when we run RFC (which has P60) from the portal(JAVA webdynpro)  which inturn uses BDC to get the spool id from the standard p60(RPCEOYG0)..
    Msgid "00"
    Msgno "359"
    Msgtx "The transaction was terminated by the user".
    But if i keep the debugger inside the RFC after the call_transaction and if I press F8 then I am getting the correct output. Could some one tell me the reason behind this ?
    thanks,
    Prashanth J R

    Hi,
    It sounds to me like the BDC or some other component being called from your Z function module requires some sort of dialog interface (maybe an "Are you sure?" type message).
    When calling RFC from Web Dynpro, you should ensure that at no point in the call stack does it try to perform any dialog functions (messages, pop-up box, display screens).
    You mention that you BDC does a CALL TRANSACTION at some point, you should ensure that this isn't executed when you are calling by RFC from a Web Dynpro.
    Your Z function module should be able to execute from start to finish, returning the results without any dialog interaction.
    I might be wrong, but it sounds similar to a problem we  had a few years ago where someone had coded an "Are you sure?" message into a function module that was called from a stadard R/3 dialog screen as well as Web Dynpro in the Portal, and it broke the portal based stuff.
    Cheers,
    Chris

  • Error in DMS while accessing from portal

    Hi Experts,
    Iam getting the below error in portal while accessing the dms repository. the repository was fine status is in green color
    but still getting the error while iam viewing it from content administration > kmcontent> my repository name
    what should i do please help me in this
    com.sap.netweaver.bc.rf.common.exception.IOOperationFailedException: Connection Failed: Connection setup failedConnection Failed: Nested Exception. Failed to get connection. Please contact your admin.
    at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMR3FunctionCalls.openConnection(DMSRMR3FunctionCalls.java:5934)
    at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMR3FunctionCalls.getTopLevelFolders(DMSRMR3FunctionCalls.java:426)
    at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMStructure.refreshChildren(DMSRMStructure.java:531)
    at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMStructure.getChildren(DMSRMStructure.java:574)
    at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMMutableNamespaceManager.findResources(DMSRMMutableNamespaceManager.java:930)
    at com.sapportals.wcm.repository.CollectionImpl2.internalGetChildrenManager(CollectionImpl2.java:310)
    at com.sapportals.wcm.repository.CollectionImpl.internalGetChildren(CollectionImpl.java:1616)
    at com.sapportals.wcm.repository.CollectionImpl.doGetChildren(CollectionImpl.java:145)
    at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:125)
    at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:358)
    at com.sapportals.wcm.service.resourcelistfilter.cm.ResourceListFilter.getChildren(ResourceListFilter.java:420)
    at com.sapportals.wcm.rendering.collection.AbstractRendererStatus.initialfilter(AbstractRendererStatus.java:331)
    at com.s...
    Please help me in this .............
    waiting for your responses.....
    Thanks & Regards,
    Shilpa.

    Dear
    You will have to create one System for R/3 Server Access, Once you have created that you will have to maintain User mapping for System Access for each individual users, who want to access the DMS Documents from Portal.
    Regards,
    Tushar Dave

  • Lotus Notes Error while Accessing from portal page

    Hi,
    I ahve suceesfully installed Lotus Notes Application , i am also
    getting message from when accessing from External Administration
    Link.i have added the Lotus Notes Inbox Portlet to my portal
    page , But here it is showing Authentication Failed (Update
    login information). I again provided all the informtion again ,
    But still it is showing the same error . Can anybody help me
    what to do ?

    Dear
    You will have to create one System for R/3 Server Access, Once you have created that you will have to maintain User mapping for System Access for each individual users, who want to access the DMS Documents from Portal.
    Regards,
    Tushar Dave

  • ERP/CRM/HRM in a Java system

    For medium-sized organizations that are finding a need to progress towards an 'entry-level' ERP/CRM/HRM solution, where does this solution fit into the different types of technologies?
    For example, in a particular enterprise application assume there is an application server that acts as the middleware between web browsers and Java clients, as well as the back-end EJBs, database, etc.
    Where would the ERP/CRM/HRM solution fit into this? Would it basically be implemented as EJBs, a database, or are they considered a back-end program?
    I've been looking at Compiere, and all I can really tell from its API is that it's a huge bunch of Java classes...but where do they fit into the whole scheme of things, and what parts of your current system would have to connect with it? (e.g. would you access the ERP classes from the servlet, from EJBs, etc...)
    I'm just having a really hard time conceptualizing this...
    Thanks.

    Hello,
    the magic regarding connection strings is described in chapter 9.1 of the manual coming with the installation of SAP GUI for Java. There is also a <a href="https://forums.sdn.sap.com/click.jspa?searchID=2057281&messageID=3087436">thread</a> availabe discussing this.
    Best regards
    Rolf-Martin

  • Portal Role to Access SAP ERP

    Hi
    I have created my own portal iviews and pages by using Visual composer. It creates a sales order in SAP ERP system.
    When I execute it in the portal with Super Admin rights everything works fine. Perfect.
    But when I assign to a user that does not have super admin rights it gives a error. The error is due to authorization.
    What is the minimum role that must be assigned to end users to allow portal content to access SAP ERP??
    Must be able to stipulate that  a sprcific user has access to a specific SAP ERP.

    Hi
    In SAP the user has SAP_ALL, full access in SAP ERP. it is from the portal side that is giving the error. soon as I apply super admin it will work.
    In ST22 I see no error to this effect.
    I created my own content with Visual composer and do not want to use SAP content.
    Any solutions?

  • How to access a  web service(.wsdl) from portal component.

    Hi ,
    Is there any document/tutorial available on how to access a webservice from portal component ?
    I have found this linkhttps://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/g-i/how to access a web service.htm...
    but the urls in the link are not working...
    i want  to know the steps to access webs service and sample code if some body has already done that..
    Thanks for the help.
    Lakshmi

    Hi Lakshmi,
    See the links below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/581140d72dc442e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/918340d990ce62e10000000a155106/content.htm
    Hope this helps.
    Regards,
    Pooja.

  • Access to Guest Folder requires login when accessed from Portal/SSO

    We have wired XML-P to use OID and then registered it as a Partner Application in our Portal/SSO server (which also uses the same OID instance). All works well except now when we try to access the Guest folder from within Portal the SSO login screen pops-up. We have created a very simple HTML/URL portlet that points to the Guest folder and the idea is for users to have Public/anonymous access to this folder. Any ideas?

    Hi,
    You can try to enable "Turn on password protected sharing" in Network Sharing Center. After that, only people with a user name and password on the computer will be able to log into shared network folders.
    Another workaround method you can try:
    Open Run, type rundll32.exe keymgr.dll, KRShowKeyMgr, then Press
    Enter.
    In the prompt dialog, choose and delete the user account used to network sharing.
    Roger Lu
    TechNet Community Support

  • PT 8.53.10/CS9.0 & HR 9.1, PORTAL 9.1 - Mozilla Firefox 37.0.1 & 37.0.2 are not supported ? I am not getting the log in page & If i access from portal i am not able to get the CS or HR pages in portal !

    Hello
    We are getting following error in Mozilla Firefox 37.0.1 & 37.0.2 versions, when we tried to access HR PIA or CS PIA, But we are able to get the PORTAL PIA login and able to log in to Portal PIA and If we access CS or HR pages from Portal we are getting the same error below, It was working fine with until Mozilla Firefox 36.0.4 version.
    ========================================================================================================================================================
    Secure Connection Failed
    The connection to cs.ntc.edu was interrupted while the page was loading.
         The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
         Please contact the website owners to inform them of this problem.
    ========================================================================================================================================================
    Environment details:
    PT 8.53.10/CS9.0 & HR9.1, PORTAL 9.1
    MS SQL Server 2012
    Windows 2008 R2 (64-bit).
    Weblogic & Tuxedo.
    IE  &Google Chrome works fine.
    Appreciates your help !
    Thank You

    My first guess would be because Firefox disabled insecure TLS fallback in 37.
    We have disabled insecure TLS version fallback. If a secure site isn’t working, you can try setting the “security.tls.version.fallback-limit” preference in about:config to 1 and see if it works then.
    Weblogic out of the box does not use the newest protocols and is version intolerant.  I would need detailed config info to say for sure why PORTAL might still be working.  Are they running different Java versions for Weblogic?  Is there a mix of Certicom and JSSE being used for SSL?  Check out this analysis for more details.
    http://remotepsadmins.com/2015/01/24/ssl-weblogic/
    Let us know what you find.  Others may experience the same thing if they are configured similar to you.

  • Error while creating ERP Quotation from CRM Opportunity in CRM WebUI

    Dear all,
    We have implemented Best Practise Scenarios but have a problem in the following: C63-Opportunity Management-Creating ERP quotation from opportunity
    I have maintained all necessary customising mentioned in Best practises documnet and could select a quotation(AG) as follow on transaction from Opportunity, but get an error message " Material 23 is not defined for sales org.1000, distr.chan.10, language ENu201D in the ERP quotation screen even though material 23 is created in ERP for Sales Org 1000 & DC 10. I have downloaded the material from ECC and it is available in CRM also.
    The weird thing , when the error message pops up in the ERP quotation screen if I delete the material and enter the same material, I get no error.
    If I have 3 materials in opportunity then the error message is there for all the 3 materials when I create an ERP Quotation & after deleting all the 3 & reentering I get no error and am able to save ERP order.
    We have CRM 2007 connected to ECC 6.0
    Please help resolve the above error.
    Thanks
    Teyna

    hi,
    have you created org from middleware thorugh r/3. Is your hierarchy and category same as that mentioned in best practice documents?
    Regards
    Pankaj kumar

Maybe you are looking for

  • Creating a Report from Excel

    I'm trying to create a report from an Excel spreadsheet and am having some issues with how Crystal is reading in the data.  I have 7 fields that are all the same, I want them to be Numeric fields.  However, when I import the Excel sheet as the data s

  • JSP to Servlet to JSP

    Hi, Is it possible to have a JSP that does an include() of a servlet which in turn includes another JSP? I'm trying to get this to work and cannot... :-( Thanks

  • Project Siena app Publish Issue

    Hi all, I have just started creating Siena App and created simple translator app, its working fine but when I try to publish it using File-->Publish it shows me a warning prompt saying "Download Update require" when I click on "Download" the another

  • Keychain shows password still encrypted

    Keychain shows my apple Mail password still encrypted when I click "Show Password". I need to confirm my email password. Other email accounts, like comcast, show the password legibly in keychain. Can anyone help me with this? 10.8.3  server  imac Mac

  • Multiple Standby Dataguard Configuration

    Hi, Sorry if this has been posted before, but I could not find the answer. I have a Primary site (PRIM) and one Standby site(STBY1). The standby receives archive log changes from the primary. Also using dataguard to manage the Standby. I would like t