Netweaver portal and access to sharepoint document.

Hello everybody,
I need to know if i can create a link from an iview in the portal on a folder with document on share point or on the document itself.
I don't know share point. And i need to know if i could create a link to a document on share point like we could do on the document in the KM Content of the portal.
Any idea?

Hello Jérome!
Basicly yes, you can use such links. Sharepoint offers at least two ways of access to it's documents: Either with navigation to a sharepoint site offering the document in question or through WebDAV access.
Another option is to create a Repository to the WebDAV-Source of sharepoint in the portal KM and create links pointing to the new repository.
If you  want to use SAP Portal Search (TREX) on those docs, the WebDAV-Repository is your best choice.
Cheers,
  Jürgen

Similar Messages

  • Advice needed for provider hosted web application - authentication and access to SharePoint document library

    I haven't done SharePoint 2013 development with claims so I apologize in advance if my assumptions and questions are way out in left field.
    I'm trying to understand SharePoint 2013 claims authentication for a scenario that involves:
    A SharePoint provided hosted (web forms) app that will pull information and assets (e.g. PDFs) from SharePoint into the web page.
    It will be a VS 2012 solution with asp.net.identity feature.
    Security will be set for internal users, federated external users and forms-based external users.  Based on their security and (claim type) role it will define what information and assets that can be retrieved from SharePoint
    I have looked through MSDN and other sources to understand.
    This one helped with my understanding 
    Federated Identity for Web Applications and assumed that the general concept could be applied to forms-based identity for non-Federated external users .
    What I have now:
    VS 2012 solution web forms application set to Provider Host with asp.net.identity feature and its required membership tables.
    I can create new users and associate claims to the new user.
    I can log in with a user from the membership tables and it will take me to a default.aspx page.  I have added code to it that displays the claims associated to a user.
    For POC purposes I'd like to retrieve documents that are associated to this user from the default.aspx page.
    This is where I am having trouble understanding:  Is my understand correct?
    Internal users
    since they are internal on the network i am assuming that they would already have access to SharePoint and they would already be configured to what documents that they have available to them.
    Federated external users & Forms authentication external users
    it seems to me that the authentication for external users are separate from SharePoint authentication process.
    changes to the configuration settings are necessary in SharePoint, IIS, web application.
    I believe this is what i read.
    claims processes (e.g. mappings) need to be set up in SharePoint
    as long as external users are authenticated then things are ok b/c they would have claims associated to the user and the configuration in SharePoint takes are of the rest.
    This statement bothers me because I think it's wrong.
    So basically i'm stuck with if my understanding is correct: once a user is authenticated either by federated identity or asp.net.identity authentication that it should go to the provider hosted default.aspx page because the claim is authenticated and means
    that it should have access to it and the SharePoint document library based on some claim property.  I could then write the calls to retrieve from a document library and SharePoint will know based on some claim property that the logged in user can only
    access certain documents.
    It just sounds too good to be true and that i'm missing something in the thought process.
    Thanks in advance for taking the time to read.
    greenwasabi

    Hi GreenWasabi,
    i agree this is an interesting topic to discuss,
    as you can check from the article, you may check this example from the codeplex:http://claimsid.codeplex.com/
    when i thinking regarding this topic, its looks like an environment with multiple of realms,
    from what you understand, its correct that all the authentication is based from the provider, so for example i have a windows live ID and internal ID, then when i login windows live ID, it will be authenticated using windows live ID server.
    here is the example for the webservice:
    http://claimsid.codeplex.com/wikipage?title=Federated%20Identity%20for%20Web%20Services&referringTitle=Home
    as i know, if you using this federated, i am not quite sure that you will need to go to the provider page literally, perhaps you can check this example if we are using azure:
    http://social.technet.microsoft.com/wiki/contents/articles/22309.integrating-windows-live-id-google-and-facebook-accounts-with-sharepoint-2013-white-paper.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to grant anonymous access on sharepoint document library/list only not for web application

    Hello
    How to grant anonymous access on sharepoint document library/list only not for web application.I have claim based sharepoint site and has to be but i want to grant access on document library/list only.Is this possible?
    Thanks
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

    As i am using following code
    SPSite site = SPContext.Current.Site;
                SPWeb web = SPContext.Current.Web;
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    using (SPSite ospSite = new SPSite(site.ID))
                        using (SPWeb webs = ospSite.OpenWeb(web.ID))
                            // Enable anonymous access on web application
                            webs.AllowUnsafeUpdates = true;
                            SPUrlZone urlZone = SPUrlZone.Default;
                            SPWebApplication specifiedWebApplication = ospSite.WebApplication;
                            SPIisSettings iisSettings = specifiedWebApplication.IisSettings[urlZone];
                            //iisSettings.AuthenticationMode = AuthenticationMode.Windows;
                            iisSettings.AllowAnonymous = true;                       
                            specifiedWebApplication.Update();
                            // Get document library collection here and fetch all the document urls
                            SPDocumentLibrary docLib = (SPDocumentLibrary)web.Lists["Documents"];
                            if (docLib != null)
                                docLib.BreakRoleInheritance(true, false);
                                docLib.AllowEveryoneViewItems = true;
                                docLib.AnonymousPermMask64 = SPBasePermissions.ViewPages | SPBasePermissions.OpenItems | SPBasePermissions.ViewVersions
                                    | SPBasePermissions.Open | SPBasePermissions.UseClientIntegration | SPBasePermissions.ViewFormPages | SPBasePermissions.ViewListItems;
                                //docLib.AnonymousPermMask64 = SPBasePermissions.EmptyMask;
                                docLib.Update();
    Should working but getting access denied......i am totally stuck at this point.
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

  • Integrating NetWeaver Portal and Interwoven's TeamSite

    Hi All,
    I have to integrate NetWeaver with Interwoven Web Content Management tool named TeamSite.
    Can somedody pass some information for the integration of both(NetWeaver Portal and Interwoven's TeamSite).
    Regards,
    Srikanth

    << Do not post the same question across a number of forums >>

  • Netweaver Portal and SAP Easy access GUI

    Hi
    I have a basic question and need answers from you folks
    We have done all the necessary configuration and enhancement in sap crm 5.0 GUI - We are now implementing Netweaver Portal 0.4S  and the transaction pages we see in portal are very different from what we have configured in Easy access GUI.
    We want the portal pages to mirror to whatwe have in easy access. How will it be done?  Is it done from SPRO in CRM or a different process all together.
    Please give some directions as to how we can go about it.
    Regards
    Tarang

    Hi Tarang,
    To my knowledge, the easiest way to implement your requirement is to use iView of the type SAP Transaction iView.
    While creating the transaction iView you have configure the user mapping and give the transaction Tcode.
    The resulted iView will be the exact copy of what you see in the SAP GUI.
    Let me know if you want further clarification.
    Regards,
    Prashil

  • How do I save and access MS Word documents using iCloud?

    How do I access my old documents in iDisk and how do I save new documents created in MS word so they are available to me in the cloud?  Do I need to install keynote, numbers and pages now?  Before I just accessed my ME account from any computer and worked on a document while I was travelling.  Am I now required to have those Apple apps on a computer just to access my documents? 

    Thank you for trying to help.  I'm still lost.  I found a post that showed me how to get my iDisk back (https://discussions.apple.com/message/16336273#16336273).  I still don't understand how to save a word document that I create on my Mac so that I can access it through the cloud on a PC at work. 

  • NetWeaver Portal and ERP 6.0: BI, ESS/MSS and full Portal on one machine

    Hello,
    with ERP 6.0 you need a EP Core Portal for BI Java. An other EP Core Portal for HCM ECC/MSS. The iViews from this portal you integrate in the main portal via federated portal. But in this scenario i need to much portals and have a lot of maintenance costs (administration overhead for evry portal). For a small Customer i will build one Portal for all. It is possible e.g. to use the BI Portal with ESS/MSS and as full portal?
    Best regards,
    Patrick

    Hi,
    So you would like one BI installation with both the ABAP and the Java-stack with the full BI-functionallity and additionally the XSS-component and set it up to work against the ECC ABAP-only system ?
    I think the scenario would actually work, but:
    1) You might get future problems if you want to upgrade your BI-system and not the ECC-system.
    Is it possible to run the old XSS-components in the new java-stack ?
    2) You might get future problems if you want to upgrade your ECC-system and not the BI-system.
    What if the new version of the XSS-component demands certain java-components which the BI-system do not have.
    So my recommendation is still to run the java-stack on both systems.
    ECC with the XSS-java-components and BI with the Bi-java-components.
    This way you do not lock yourself into a corner and each system can be upgrade independent of the other.

  • Configuring the file server in KM and access,edit the documents from it

    Hi friends,
      My requirement is to configure the file server where u will have all the structured and unstructured data stored here. So users can share the documents and create, edit ,save the documents from the file server itself.
    In KM what kind of file servers are there apart from the one it supports by default.
    Can anybody pls provide the configuration steps regarding how to configure the file server i KM.
    To configure the file server is webDAV protocol required?
    Points would be assigned for the helpful answer.
    Thanks in advance.
    Regards
    Sireesha.

    Dear Sireesha,
    Well KM supports mostly all the File server however we have some restrictions with Novell FS and Sharepoint Server from Microsoft. Like versions and other meta data have some issues.
    Alsothough to configure a File Server you need to first create a FS repository Manager. Details can be found in the help guide:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm">FS Repository Manager</a>
    Yes WebDAV protocol is required here.
    You can create WebDav RM as well.
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/4a/217fb6c33c6748a1715a161ac942cd/frameset.htm">WEBDAV</a>
    The above links will help answer your queries.
    Regards
    Anjali

  • Oracle Portal and access data from OID

    I was trying to do the employee search on Portal. I need to enter firstname or lastname of an employee and click search button and it display employee details
    These are the steps I followed
    I created a database provider "Portal1" using the schema Portal
    Then I created a dynamic page using that provider
    This is the code I have in the dynamic page
    <HTML>
    <HEAD>
    <TITLE>Example</TITLE>
    </HEAD>
    <BODY>
    <H2>Example of A Dynamic Page</H2>
    <ORACLE>SELECT * FROM PORTAL.WWSEC_PERSON
    </ORACLE>
    </BODY>
    </HTML>
    Dynamic page was created successfully.
    This is my intention. Create a dynamic page and run it as a portlet and publish it in the portal repository. Then use that portlet as any other portlet on the page.
    I assume if I use a bind variable in the sql, I'll be able to pass the parameter (lastname/firstname) from the page and display the employee details on the page.
    This is my problem. When I tried to run the dynamic page as portlet, I am getting the following error. Please advise if I am doing something wrong or is there any other way to access emplyee details
    INTERNAL ERROR
    "Failed to parse the query, ORA -00942 table or view does not exist
    Failed to parse as PORTAL_PUBLIC - SELECT * FROM PORTAL.WWSEC_PERSON$
    The preference path does not exist - ORACLE.WEBVIEW.PARAMETERS
    Thanks

    As the forum name says: "product-related questions cannot be answered here"
    Please choose an appropriate Portal forum for your questions.

  • How to fetch folders and subfolders from sharepoint document library

     I have document library with name . Under "Documents" there are some folders.Under some folders there are some subfolders.
    I need to fetch the folders in to dropdown list. IF I select some folder in dropdownlist,I need to fetch subfolders of that folder to some other dropdownlist.
    How to acheive this

    The below function get the folder name and id of subfolder where items stored folder = item.folder.  Initially it will be null.
    static
    string GetParentFolder(SPListItem itemToFind,
    SPFolder folder) 
    SPQuery query =
    new SPQuery();
    query.Query = "<Where><Eq><FieldRef Name=\"ID\"/><Value Type=\"Integer\">"+ itemToFind.ID +"</Value></Eq></Where>";
    query.Folder = folder;
    query.ViewAttributes = "Scope=\"Recursive\"";
    SPListItemCollection items = itemToFind.ParentList.GetItems(query);
    int intpartentFolderID=0 ;
    if (items.Count > 0)
    foreach (SPListItem item
    in items)
    SPFile f = item.Web.GetFile(item.Url);
    string test11 = f.ParentFolder.Name;
    intpartentFolderID = f.ParentFolder.Item.ID;
    return (intpartentFolderID.ToString());
             return (intpartentFolderID.ToString());    

  • Export Datatable to Excel 2010 format and Save in SharePoint Document library ,and whn opening file getting error "WorkBook may be in unsupported file format "

    im converting stringwriter objec to Memory stream and saving this as .xlsx uploading file in library ,but when i try to open the file im getting error as below
    WorkBook may be in unsupported file format
    and when trying to open in excel getting message as
    Excel cannot open file  because file extention or file format is not valid .verify thet the file has not been corrupted and file extensions match file format

    May be you can use this approach:
    http://www.c-sharpcorner.com/UploadFile/pandeypradip/export-data-into-excel-in-a-pre-defined-template-using-strea/

  • Questions about Portfolio & cProject in Netweaver portal

    Dear All
    My Company installed SAP NetWeaver Portal and the business package BP_PPM_DC     450.700 SP7
    Now I can use SAP Portal with only 3 menus:
    Portal Content
    User Admn
    System Admn.
    But I cannot see:
    Project Management
    Innovation Mgt
    My innovation work
    Portfolio Mgt
    and so on, like I can see it from standard documentation
    What I need also ?
    Thanks to all
    Salvo50

    Hi,
    please see the cProjects 4.5 FAQ notes 1088160 and 938390. There, you'll find information where to find the documentation.
    Direct access:
    [http://help.sap.com/saphelp_ppmdc450/helpdata/en/index.htm|http://help.sap.com/saphelp_ppmdc450/helpdata/en/index.htm]
    See especially chapter "Technical Description and Configuration Information".
    Kind regards,
       Florian

  • ECC EHP5 upgrade:is i mandatory to upgrade netweaver portal & BI systems

    Hi Gurus,
    Currently we  are having landscape of :
    1.SAP ECC6.0 SP stack at 17
    2.Netweaver Portal 7.0  SP stack at 17
    3.Netweaver BI 7.0  SP stack at 12
    Currently, viewing BI reports using Portal.
    We are planning to upgrade our ECC 6.0 system only  to EHP5
    My questions are:
    1. Is it mandatory to upgrade netweaver portal and BI systems also.
    2. We are very less dependent on BI.  So, can we continue with the same old BI system with ECC6.0 upgraded to EHP5?
    Please shed some light on this.
    Thanks in Advance.
    Regards
    Balaji Nampally

    There is no any specific details available for the same.. But it seems some BPs need to be upgrade on portals side..
    SAP ESS 603(SP06)                                 BP ERP05 ESS 1.41
    SAP MSS 600(SP17)                                 BP ERP05 MSS 1.51
    SAP PCUI_GP 603                                 BP ERP05 COMMON PARTS 1.51
                                                          BP ERP05 HR ADMINISTRATOR 1.51
                                                          BP ERP05 SELF-SERV ADMIN 1.0
                                                          BP TECHNICAL INFORMATION 1.51
    Pl provide if any has more details.. we are also looking for the same..
    Thanks

  • Single Sign-On Netweaver Portal with Cornerstone On Demand

    Hi
    Does someone experiences with Single Sign-On between SAP Netweaver Portal and the Learning Management System of Cornerstone On Demand?
    The options are:
    - SAML: but at this moment we don't have SAML provider. Is it easy to use this with Netweaver 7.01 SP6 ?
    - standard SSO : encrypted string between SAP portal and LMS: client sends encrypted string with userid...based on encryption algorithm.: Has someone developed this (java code) for SSO to an other system?
    But can they use Sap Login Tickets?
    Best regards
    Luc

    Hi,
    I just recently implemented SSO between SAP system and on demand solution from 3rd party provider. We didn't have any guy with Java skills so we implemented HTTP handler in SICF that generates web page with redirection to the 3rd party system. ABAP does not have a good support for various encryption algorithms so we used javascript interpreter available in ABAP AS. Portal just points to ICF service on ECC system that redirects to on demand solution. Implementation took one day. Obviously, in this case all users had to have account in ECC system.
    Cheers

  • Run a Crystal Report published on BW from SAP NetWeaver Portal without BOE

    Hi all,
    We need to create a report using Crystal Reports, save it to BW, publish it to SAP NetWeaver Portal, and run it from SAP NetWeaver Portal. We do not want to use BOE here.
    Currently, we are able to save the report on BW.
    With Xcelsius, we have seen that we can directly refer to the dashboard's technical name from SAP NetWeaver Portal. Is similar thing possible using Crystal Reports? If yes, how this can be achieved?
    Regards,
    Dhanesh Aradhye

    take a look here:
    Portal Part 1
    /people/ingo.hilgefort/blog/2010/03/29/sap-businessobjects-enterprise-sap-enterprise-portal--part-1-of-4
    Portal Part 2
    /people/ingo.hilgefort/blog/2010/03/30/sap-businessobjects-enterprise-sap-enterprise-portal-part-2-of-4
    Portal Part 3
    /people/ingo.hilgefort/blog/2010/04/08/sap-businessobjects-enterprise-sap-enterprise-portal--part-3-of-4
    Portal Part 4
    /people/ingo.hilgefort/blog/2010/04/21/sap-businessobjects-enterprise-and-sap-enterprise-portal--part-4-of-4
    but you still need the BusinessObjects Enterprise system as only the BusinessObjects system will actually render the report.
    Ingo

Maybe you are looking for

  • Vob files won't open

    I have some old video 8 tapes that I had transfered to DVD. When I go to open the .vob files in either Quicktime Pro or MPEG Streamclip I can only open the last file on the DVD. All the other .vob files come up with an "Error opening movie" message.

  • AE Errors - Memory

    Hi, I have been experiencing some seriously annoying AE problems. I'm experiencing these exact same issues on both: - iMac osx 10.9.4 3.2GHz Intel Core i5 processor - 8GB 1600 MHz DDR3 memory - Macbook Pro osx 10.9.4  2GHz Intel Core i& processor - 1

  • Rman retention to zero for primary

    I am running backup on standby hence i have set the primary to CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY; is there any reason why should i set below parameters to 7 and 1 ? CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;

  • H.264 1080p encoding

    Hi, I'm trying to export a Video from Adobe Premiere Pro CS5.5. The Footage is a combination of 720p and 1080p mp4 files (PAL). When I export it with H.264 and the option "HDTV 720p 25 - High Quality" there's no problem to watch the result in VLC Pla

  • Error while compiling Email Portlet

    When I try to compile the imap email portlet, it gives me this error import oracle.portal.provider.v2.ProviderUser; I have included the jazn.jar under the libraries.(I am using JDeveloper 10.1.3). Any suggestions on how to fix this problem. Thanks Ab