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?

Similar Messages

  • Accessing SAP backend from j2ee without entrprise portal

    Hi All,
    I have a requirement which is migrating the applications hosted on tomcat server to SAP web AS and accessing the SAP ERP system from the web application.As of now i have two options one is importing the web application into NWDS and creating a webdynpro application or creating j2ee application.
    <b>Now my doubt is how do i access sap ERP system from the application(I dont have any enterprise portal which should have made my job easy by creating JCO destinations and accessing them in the webdynpro application)</b>
    Please let me know how to access backend from j2ee or webynpro from NWDS without Enterprise portal
    Thanks
    Bala

    Hi,
    you could use native JCo.
    More her: http://service.sap.com/connectors
    Rgds
    Markus

  • Assigning Portal Roles

    Hi All,
    We have installed EP 7.0. The problem we are facing is : The "Portal Content" folder is not displayed under the "Browse Category" of content administration & system administration.
    Why is it so? Do we need to add some other portal Roles to the user? If so.., which role we should add?
    Also we are trying to add the portal role ID
    " com.sap.pct.pdk.JavaDeveloper". But when we search for this role , we could not found this role. Whether the role has been renamed?
    Kindly provide your suggestion on the above queries.
    Regards,
    Eben.

    Hi,
    Re: How to create and assign role
    Portal:How to assign a Folder to a Role in Protal
    I hope the above links will help you,
    Regards,
    Harish

  • 'SAP_APPL,600 has to be installed' when try to install SAP ERP EnHP3

    Hi,
    I'm trying to install EHP3 on windows2003/oracle10.2/SAPecc6.0 by tools SPAM & SAINT.
    But the system send the message 'Component SAP_APPL,600 has to be installed'
    I want download the 2 packages:
    "SAP enhancement package 1 for SAP ERP 6.0"
    "SAP enhancement package 2 for SAP ERP 6.0"
    But I have not find there in the SAP's Portal
    I found only:
        SAP ERP ENHANCE PACKAGE
              SAP ENH PACK 3 FOR SAP ERP 6.0
              SAP ERP ENHANCE PACKAGE 2005.2
    I have a pack of DVDs 'SAP ERP 6.0 SR3' which contents:
    - upgrade master (51033520)
    - installation export (51033500) 2 dvd
    - ERP components (51033525)
    - Upgrade export (51033501) 3 dvd
    - Langage (51033496) 2 dvd
    - Documentation SAP ERP (50085424)
    Do you explain how and where I can dowload and install the component SAP_APPL,600
    Thanks.

    Hi,
    EHPs are cumulative, you should only install the parts from the latest EHP (=EHP3).
    There is no need (and benefit) to install EHP1 or 2.
    The download should be done using Solution Manager Maintenance Optimizer (not SMP) - here you get also a valid Stack XML generated which ist required to perform the installation.
    More information here: The specified item was not found. or here: http://service.sap.com/~sapidb/011000358700001166742007E
    Best regards,
    Christian.

  • Create universe based on SAP ERP (ECC 6.0)

    Hi experts,
    I have a short questions which is hopefully easy to answer.
    Is it recommended, if I want to create a universe based on the SAP ERP System to directly connect to the underlying database or should I use the Data Federator to connect to a universe?
    I have no data warehouse and I dont want to craete one. I`m using BO Edge BI 3.1 and ECC 6.0.
    First I only want to build a universe with one data source (ERP). I know that if I want to join several sources I must use Data Federator or Data Integrator.
    Can anyone help me with this question?
    Thanks al lot and have a nice day
    Daniel

    Hi,
    As I said this is the only way to build universes on SAP ERP (ECC 6.0).
    This application is currently a prototype but it is planned to deliver an official support of SAP ERP (ECC 6.0) by Data Federator in the coming weeks.
    Data Federator will be used for both XI 3.1 and BI 4.x to access SAP ERP data: this access will be provided only for the XI 3.1 release, we also plan to support it in BI 4.1.
    Regards
    Didier

  • DI 11.7.2 and SAP ERP interface

    Hi,
    We have installed DI 11.7.2. We are able to access SAP ERP tables using designer. When we schedule the job to extract data from ERP tables, we are getting SAP RFC libraries are missing. Please advise what additional component we have to install in the job server to interface SAP ERP systems. Thanks.
    Thanks.
    Raj.

    Hi,
    To be more specific, apart from installing the librfc files in $LINK_DIR/bin directory, what I have to install in the job server to interface SAP ERP systems. Thanks.
    Thanks.
    Raj.

  • Automatic Role transfer to SAP

    Hi all,
    is it possible to automate the "Portal Role Transfer to SAP" functionality within the portal?
    Cheers
    Marcel

    Hi Marcel,
    did you fixed the automatic upload issue? If yes - how?
    because I'm in the same situation right now ...
    Thanks a lot in advance.
    Best regards
    Michael

  • Add tab in Portal to access SAP BW system

    Hello All,
    Currently, we have SAP ECC tab available in the Portal to access the ECC system directly with a single sign on.
    Similarly, we want to add a tab to access SAP BW system wherein user can login to BW system to execute a process chain..
    Please advice me with the development required for the same.
    Thanks & Regards
    Sneha

    Hi Sneha,
    Please follow the below steps.
    1) Create a system object to BW system and get the single sign on done and test the connections are fine(BASIS TEAM)
    2) Create a Portal Role called BW Extractor
    3) Create a standard transaction iview to rspc to BW system, and make the entry point on iview to true
    4) Add the iview to the Portal Role
    5) Add the Portal Role to user or user group.
    Please let me know how it goes !
    Regards,
    Vivek Nidhi

  • Accessing portal roles in webdynpro for java

    Hi,
    Please let me know how to access portal roles in webdynpro for java.
    Rgds,
    Patana

    Hi ,
    Please use this API to access the portal roles:
    IRoleFactory fact=UMFactory.getRoleFactory();
    Also see this code to get more information of role using code:
    IRoleFactory rolef=UMFactory.getRoleFactory();
    IRoleSearchFilter searchfilterrole= rolef.getRoleSearchFilter();
    ISearchResult searchResult = rolef.searchRoles(searchfilterrole);
    while(searchResult.hasNext())
    String unq=(String) searchResult.next();
    IRole role1=rolef.getRole(unq);
    String roleName = role1.getDisplayName();
    String roleID = role1.getUniqueID();
    // Once you get the informationof role you can use it in your application as per your requirement.
    Also please note that:
    You should add "com.sap.security.api.jar" to your project`s java build path for getting the Portal Security API's.
    I hope this solves the problem. Please revert back incase you need any further informationon this.
    Thanks and Regards,
    Pravesh

  • 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

  • How to access Sap portal login user in ejb web service

    Hi,
    I wnt to access SAP Portal login user in my ejb application which resides on the same server.
    I am using following code
    try {
         IUser user =null;                         IWDClientUser wdUser = WDClientUser.getCurrentUser();
                                  user = wdUser.getSAPUser();
                             } catch (WDUMException e) {
                                  // TODO Auto-generated catch block
                                  e.printStackTrace();
    Some additional jar files are required for this?
    The same code works fine with webDynpro but not with ejb.
    Thanks in advance     
    Best regards,
    Nilesh

    Thanks for reply.
    I have already added com.sap.security.api in my EJB module project classpath. How to add the same in EJB application Project (application-j2ee-engine.xml)?
    Best regards,
    Nilesh

  • Find user SAP Portal role in an abap program

    Dear all,
    We would like to check the SAP Portal role of a Portal user in a R/3 abap program.
    do you know if there is a bapi or a RFC module function to do that ?
    For example : the user CCDEMO (exists in EP and in R/3 backend) has a Buyer Portal role. In an abap program, I would like to have this information.
    Thanks
    kind regards
    Véronique

    Dear all,
    We would like to check the SAP Portal role of a Portal user in a R/3 abap program.
    do you know if there is a bapi or a RFC module function to do that ?
    For example : the user CCDEMO (exists in EP and in R/3 backend) has a Buyer Portal role. In an abap program, I would like to have this information.
    Thanks
    kind regards
    Véronique

  • SAP ERP Central Component 5.0 access key

    When I am trying to make a change in SAP ERP Central Component 5.0, it is asking me for a access key so can anybody get me ECC 5.0 access key.

    Hi,
    You dont have authorization for the user id you are useing.
    SoGoto SU01.
    Check the profiles tab in that you have SAP_NEW and SAP_ALL authorization.
    OR
    You can ask your basics person to give the access to your account
    Regards,
    Sreevani.

  • Accessing portal role in WD4A

    HI,
    How to access portal role in WD Application.
    Actually I want to restrict some fields to be shown in application. So I want to design some portal role based on this. So If roles assigned to user can be accessible in our application than I can achieve the required functionality.

    Hi Haresh,
    I think we both are in same ship. Even we do had a similar requirement. But we are gonna take care based on the backend roles(PFCG stuff). I dont think you can get the portal roles into WDA environment as the Portal Content(Roles) are entirely maintained in JAVA WAS.
    Hope this helps.
    Regards
    <i><b>Raja Sekhar</b></i>

  • Access SAP Portal on iPad

    Hi,
    We have a requirement to access SAP Netweaver Portal on iPad.
    I would like to know whether it is possible to access Netweaver portal on iPad? Are there any settings, as we do for SAPGUI for HTML.
    Any information would be very helpfull.
    Regards,
    Ashish

    Hi,
    SAP GUI for HTML is only for Internet Explorer.
    So Safari doesn't work fine.
    I use free Browser App  iLunascape which you can choose IE engine from many kind of engines.
    I am not heavy user but It works well as far as I can see.
    Thanks,

Maybe you are looking for

  • Could not find main class. Program will now exit. *SIGH*.....

    At first I thought it was just my own programs that I created with netbeans that had this problem; however, even the demo programs under the sdk folder give me this problem when i try to run them. Virtual Machine Loader will just come up with pop up

  • Screen saver no longer working after Lion upgrade.

    Hi, After standard upgrade about 2 weeks ago (mid July 2012) the screen saver no longer works. I mean I can certainly access the application and the desktop can be made to cycle through different photos etc. But when I configure the screen saver it j

  • Cannot get native resolution on my external monitor

    System: - IBM Thinkpad T42p (display works intermittently) - Samsung Syncmaster 2333SW (1920x1080 native res.) - ATI Mobility Fire GL T2 (Driver vers. 6.14.10.6422) 1920x 1080 does not seem to be available through control panel for my external monito

  • No data selected in data source 2LIS_04_PECOMP

    Hi SAP BI Experts, We are facing issues while extracting data from infopackage u201CFULL / 2LIS_04_PECOMP InfoCube 0PP_C08u201DData source u201C2LIS_04_PECOMPu201D. We have deleted the erroneous data from cube 0PP_C08 date range 26.02.2009 to 2.03.20

  • Add more hot objects

    Hello, I'm trying to add more than the default 8 Hot Objects to one interaction. I actually need 16 options. I've looked through the help files and can't find anything that will allow me to add more objects. I've created them, but they don't show in