How to put documents in portal

Dear Friends,
I have an issue like, our client having some help documents, that they want to put in portal through worksets (role base access).
help me
Regards
Suresh

Hi Suresh,
One way is,
Content Management --> Documents --> Folder --> RightClick and New --> Folder --> Then Upload --> Upload Your Files.
Create a KM Navigation Iview.
Assign Your Iview To a Page > WorkSet > Role to Display
Set the entry Point of your role as  "yes"
Regards,
<b>Ramganesan K</b>

Similar Messages

  • How to post document in Portal-KM

    Need info on how to post some document in the Portal KM for sharing it with all people accessing the document repository

    Hi Saurabh,
    If you want to share a document with all portal users, the best way is to put it on the Public Documents. For this, go to Content Administration > KM Content > root  >  documents  >  Public Documents then select Folder > New > Upload.
    You can also create a public room, and put your documents there. By this way, documents will be accessible by all portal users. Hope this will be helpful for you.
    Regards,
    Ganpati Jha

  • How to create document in portal

    Hi All,
    I am new to portal development.
    Please tell me how to Create a Document with the permission defined in Access Control List.
    Your answer will helpfull in my development work.
    Thanks

    Hi All,
    I got the way to create the Permission on a resource for the specific user.
    // returnResourceInfo is of type IResource on which the permission need to create.
    // Get the Acl Security manager.
    IAclSecurityManager aclSecurityManager = (IAclSecurityManager) returnResourceInfo.getRepositoryManager().getSecurityManager(returnResourceInfo);
    // Get the resourceAcl manager.
    IResourceAclManager resourceAclManager = aclSecurityManager.getAclManager();
    // Get the resource Acl
    IResourceAcl rACl = resourceAclManager.getAcl(returnResourceInfo);
    if(rACl == null)
    rACl = resourceAclManager.createAcl(returnResourceInfo);
    IUMPrincipal userPrinciple = WPUMFactory.getUserFactory().getUser(user);
    // user is the id which is avaliable in the portal and for whom the Permission need to create.
    rACl.addEntry(resourceAclManager.createAclEntry(userPrinciple,false,               resourceAclManager.getPermission(IAclPermission.ACL_PERMISSION_READ),0));
    Edited by: Lokesh Malik on Nov 13, 2008 12:20 PM

  • How do I put documents on iCloud?

    how do I put documents on iCloud?

    You would have to turn on iCloud first (Mac: System Preferences > iCloud > Documents & Data; iOS: Settings > iCloud > Documents & Data). Then you could use the latest version of apps like Pages, Numbers and Keynote to store documents on iCloud and sync it between devices.

  • I have read the manual, but as I can see there is nowhere where it tells me how to put my Pages document in iCloud storage, could someone tell me?iDocbackup

    I have read the manual, but as I can see there is nowhere where it tells me how to put my Pages document in iCloud storage, could someone tell me?

    Here is some information on how to get a document from your iDevice to iCloud (which means you need to have the iOS version of Pages installed on your iPad or iPhone:
    http://www.apple.com/support/icloud/documents/
    And here is a slew of other help articles:
    http://support.apple.com/kb/index?page=search&src=support_site.psp.more&locale=e n_US&q=Documents%20in%20the%20Cloud
    And, icloud is not really "storage" - it is meant to "push" a document you create on one iDevice to another.
    FWIW, I assume you are on Lion? Please change your profile - it still shows 10.5.8...

  • How to put a check mark in a PDF document, if using an iPad 2

    How to put an check mark in a PDF document, if using an iPad 2?

    You need to implement below logic:
    1. check if field_date = sy-datum. in this case do nothing.
    2. else . move sy-datum to field_date .
    3. modify your internal table with field_date .
    4. populate final table to database table .
    hope you get it.

  • How to display the MS word, powerpoint  document in portal?

    Hi,
    How to display the MS word, powerpoint  document in portal?
    Regards,
    MrChowdary

    Hi Chowdary,
      I think, you can't do this using iview templates.  But you can do this using portal component iview.  For that, you have to write one java program which should read the contents of the input file and displays in the internet browser itself.
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How to Put BW Workbook into Portal(Step by Step)

    Hi All expert
    How to put BW Workbook(or T-cd:RRMXP) into portal , if any one knows configuration steps, please reply to me step by step

    Dear Lemine,
    Check this link..
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/f3fa40badbf36fe10000000a1550b0/content.htm
    An iView with a workbook can be generated using the Portal Content Studio or Role Upload.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.appintegrator.sap.Transaction.
    The most important properties are System, Transaction (TCODE) and ApplicationParameter.
    ·        The System property contains the alias on the BW system (see Creating BW Systems in the  Portal).
    ·        The transaction code for every workbook is RRMXP.
    ·        The value WBID= is in the ApplicationParameter property.
    You can determine the workbook ID with the BEx Analyzer:
                                a.      Open the desired workbook.
                                b.      In the BEx toolbar, choose ® OLAP Functions for Active Cells ® Properties. The Information tab page contains the Workbook ID (Server).
    Note that with BW workbooks as an iView, the AutoStart property contains the value True (process first screen) and the GuiType property contains the value WinGui.
    Hope this helps u..
    Best Regards,
    VVenkat...
    Edited by: Venkata Narayana Jakkampudi on Dec 30, 2008 12:34 PM

  • How to put dashboards & reports in portal?

    Dear all,
    I am new to portal development. I created a dashboard using visual composer and would like to put it in the portal. I know I need to create an iView but how can I find the code link to the dashboard?  I really appreicate it if you can point me to the right direction.how to put the dashboard and reports in the portal (e.g. documentation, etc..) Thanks

    Hi,
    For VC dashboard : Whenever you create Vc model and run it Iview is created in to PCD->Visual composer folder.
    That iview you can attach in any workset and workset to role.
    For Report :
    You want to publish any query in to portal there are 2 ways.
    1)Go to Query designer -> query -> publish -> To portal
    here you select the folder and execute it will create the iview of report.
    2)Go to Portal select folder-> right click ->new Iview-> iview wizard will come -> next-> Iview description and  id -> next -> Application parameter Query = Query technical name->next->finish.
    Using these two ways we can publish report in to portal.
    try this.
    Regards,
    Ganesh.

  • How to put data into a RFC import parameter structure from portal

    Hi, All,
    I have a RFC in which an import parameter is a structure (not a table). I want to put data into that structure. I know how to put data into a table or a string. I tried to use
    IRecordSet MyTABStr = (IRecordSet)structureFactory.getStructure(function.getParameter("MYTABSTR").getStructure());
    MyTABStr.setString("FIELD1", value1);
    MyTABStr.setString("FIELD2", value2);
    importParams.put("MYTABSTR",MyTABStr);
    But it works for table not structure.  Is there anybody know how to do that?
    Thanks in advance!
    Meiying

    Hi,
    You can try the following code -
    IRecord structure = (IRecord)structureFactory.getStructure(function.getParameter("MYTABSTR").getStructure());
    structure.setString("FIELD1", value1);
    structure.setString("FIELD2", value2);
    importParams.put("MYTABSTR",structure);
    Regards,
    Sudip

  • How to edit document online in portal

    Hi Experts,
    Please let me know the steps for online editing the document in portal.
    Thanks
    Vaibhav Srivastava

    Hi,
    You need to activate the Activex in KM settings.
    Check the below wiki by Robert Briese
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/KMC/HowtotroubleshootproblemswithLocalEditing
    Hope it will help you.
    Raghu

  • HTML document in portal

    Dear friends,
    I got an issue like, my client need to put their HTML document into the portal, its around 300 files. So how to put htis html document into portal. Is it possible to put the html document or not, If not how to make appear HTML document in portal.
    Kindly help me
    Regards
    Suresh

    hi
    first you need upload the html files int oKM content then you need  to create a iviews  based on this content present in KM content
    step 1: uploading the html files
    go to content administration->KMcontent->at the right hand side select the document folder->
    here u create a new folder by selecting folder menu->new->folder
    then your folder will be created under documents folder
    doble click on this (now you under documents/your folder path)
    under you folder
    select folder menu->new->upload
    give  name(ex new.html ),description, and select browse to upload the file
    follow the same procedure for all the html files
    this indicates the u have uploaded all the files properly
    now creating a ivews based on the html documents uploaded in KM content
    content administration->portal content->select your folder->right click ->new->iview->select KM document iview template->give iview name &id etc
    then open the iview for editing
    there u can find a property called " path to document" give the value as " \document\<your folder name where u uploaded the html files under KM content>\file name(ex:new.html>
    like that u can create all the iviews based on the html documents stored under km content
    rgds
    srinivas

  • How to put the trace messages in JSP DynPage

    Hi,
    How to put the trace messages in JSP DynPage components. What settings I need to do and where do I see the trace log.
    Can I also print the values of some variables in trace. If yes, how to achieve this?
    Thanks in advance,
    Regards,
    Madhu

    Hi Madhu,
    for NW04 see http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm
    as well as
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/using logging and tracing on the sap web as java.pdf
    Hope it helps
    Detlev

  • How to put checkbox into sap grid display

    hi,
         how to put checkbox into sap grid display ,when i am selecting the check box it should move to second secondary list.
          could u plz explain clearly

    Hi,
    In the layout fill
    is_layout-box_fieldname = 'CHECKBOX'
    is_layout-box_tabname   = 'I_OUTPUT'.
    The internal table that you are passing as I_OUTPUT, should have an extra field called CHECKBOX of length 1.
    Also refer to tutorial Easy Grid :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    Cheers,
    Simha.

  • How to put Video/DVD/games/eBook to Nokia

    Nokia phone still the NO.1 of all the phones, As a fan to Nokia phone, I want to share with you some tips to play Nokia. Only some experience of play Nokia phone, just enjoy it.
    This guide will show you how to put videos to Nokia, DVD to Nokia, games to Nokia and eBook to Nokia.
    1 How to convert DVD/Video to Nokia
    2 How to free download games to Nokia
    3 How to put eBook to Nokia
    1 How to convert Video/DVD to Nokia
    After you download [url=http://www.daniusoft.com/dvd-to-nokia-suite.html]Daniusoft DVD to Nokia Suite[/url], you may find there are two options for you to choose for DVD to Nokia or Video to Nokia.
    1 Run “DVD to Nokia Converter” to load Daniusoft DVD to Nokia Converter.
    Insert your DVD disc into your DVD-Rom. Click “Load DVD” button to add the DVD file. You can also click “Load File” to add DVD/IFO from your hard disk.
    [img]http://www.daniusoft.com/article-image/nokia/dvd-nokia.jpg[/img]
    A regular DVD movie has several titles, by default, this software will merge all the DVD chapters into one video clips, you can check the click box before the title list to select any DVD clips you want to rip. Then just check the box “Merge into one file” to join file.
    2 Open the drop download list to choose the Audio and Subtitle you like, you can also change the output files location.
    3 Click on “Start” button to start the conversion.
    Video to Nokia
    Click “Video to Nokia Converter” to load the Daniusoft Video to Nokia Converter.
    The convert video to Nokia is similar with the operation of convert DVD to Nokia
    “Add” button to load video -> Choose output “format” -> “Start” Convert
    This software supports batch conversion, so you can add several video clips at one time.
    Tips:
    Cut off the black edge of DVD- Click on “Effect” button. Move your mouse cursor to a box on the frame around the video to cut off black edge.
    Control file size- You also click on the “Settings” button to customize the resolution, such as: video bit rate, encoder, frame rate, audio bit rate, channel, etc. This program also lets you create a profile and save it, then you can use different settings for each video clips.
    With the “trim” function, you can trim any segment of videos to convert as you want:
    Edit video effect – Click on “Effect” button. You can Adjust Brightness, Contract, Saturation of the video and the adjust the volume of music.
    2 How to download games to Nokia (Free Nokia Java Games Installation guide)
    Step 1 Download one of the Free Nokia Java Game files to your computer, and unzip the contents to a folder called 'Games' on your desktop.
    Step 2. Download and install Nokia PC Suite
    Step 3. Connect your Nokia to your computer with a cable or Bluetooth Dongle or infra-red cable
    Step 4. Launch the Application Installer and continue. (Tutorial is based on the Nokia 7210)
    Click the Install Application Icon Pictured
    Here is a webpage which contains the games and themes list for Nokia, you may find many useful information here:
    http://www.daniusoft.com//nokia-resource-list.html
    How to transfer between Nokia and computer
    Bluetooth - To send a game to your mobile via Bluetooth. You simply right click the desired theme on your desktop, select Send To/Bluetooth/Nokia 6600
    A new message will arrive on your phone, open it and you will be able to install the new game. Once installed, delete the message and press the menu button and your game will have been added.
    infra red connection cable - Firstly you will need an infra red connection cable. Download the SIS file to your computer. Enable infrared port in your phone. Select your sis file on PC, press right mouse button and select "Send to -> Infrared". The file will arrive as new message. Open Messaging application, then open the message. Installer will be started automatically.
    [img]http://www.daniusoft.com/article-image/nokia/game-nokia.jpg[/img]
    Then go to the folder where your files have been downloaded and unzipped into, and select a game folder. For this tutorial we are going to install Blackjack, because we have a gambling problem Double click the Blackjack folder.
    Now you will see the all important Blackjack.jad file double click it to download it to your Nokia 7210
    Wait until the installation process has finished (indicated below). Blackjack is now installed and you can gamble to your hearts content
    3 How to read eBook on Nokia
    1 Download and install the Ebook for Nokia to use as your eBook reader.
    2 Download the Doc or TCR version of an eBook (perhaps Frankenstein).
    3 Transfer the downloaded file to your phone in the standard way.
    Recommended eBooks:
    1 eReader http://www.ereader.com/product/detail/18841?refid=45377
    Formats: eReader, Doc.
    2 MicroReader http://home.c2i.net/thvoslef/midlets/mrinfo.html
    For java-enabled Siemens mobile phones.
    Formats: Doc, TCR, text. Freeware.
    3 ReadM http://my-symbian.com/7650/applications/applications.php?faq=18&fldAuto=347
    Formats: Doc, TCR, and gzipped text files. Freeware.
    4 eBook for Nokia http://www.geocities.com/ebooknokia/
    Formats: Doc, TCR, text, and HTML. Freeware.
    5 iSilo http://www.isilo.com/
    iSilo reads Doc eBooks in addition to its own iSilo format, and it's very easy to convert text, HTML, or DOC files into an iSilo document using free desktop tools.
    Formats: Doc and iSilo.

    Re: Ebooks
    Your explanation for adding ebooks to the phone:
    "3 How to read eBook on Nokia
    1 Download and install the Ebook for Nokia to use as your eBook reader.
    2 Download the Doc or TCR version of an eBook (perhaps Frankenstein).
    3 Transfer the downloaded file to your phone in the standard way."
    Well the only way I know how to put ANYTHING on there is ZOON and ZOON DOES NOT HAVE AN OPTION IN IT FOR EBOOKS THAT I CAN SEE.  
    How is "IN THE STANDARD WAY" supposed to be of any use or help to me whatsoever when STANDARD WAY FOR EBOOKS IS NOT EVIDENT TO ME???

Maybe you are looking for

  • Cannot send mail from yahoo email account.

    I recently developed a problem with sending messages through the ipad mail app. The primary server is Yahoo! SMTP Server with the SSL use on and port 465 open. However the hostname isn't specific. Just says "Yahoo! SMTP Server". I can't access it to

  • Upgraded to Quicktime 7.5 - Now iTunes and Quicktime Will Not Launch

    After installing the software update, when I try to start Quicktime or iTunes, the icon will bounce, the beach ball will then spin and then the programs crash. I have sent crash reports to Apple (each time it says something about kernel errors). I ha

  • Are Flip videos files in a better place in IPhoto or IMovie ?

    Hello down there, I just saw IPhoto importing videos from my Flip camera when inserted in USB for battery up, at my surprise, since i used to fight with Flipshare to do that. Now my question is in the subject.

  • 9.0.3.3: NPE in ViewDefImpl

    We're testing 9.0.3.3 right now. When we create a new row:   public void addToAssigned( Row[] rows ) {     //passed rows must come from availableVO, otherwise that won't work correctly     BaseViewObject availableVO = (BaseViewObject)binding.getAppli

  • Completely new to java

    hi everybody i'm new to java and i'm looking for someone to remotely connect with over the internet, i've been reading beginners java books and i'm looking for a tutor or just someone to work with my goal is to develop apps and games for the android