Creation of KM Doc iView

Hi
can anyone help me in creating KM Doc iView for uploading image files
useful answers will be rewarded
Regards
JM

hi
nope that is not correct
Create a Folder  in KM content
Create a Km Upload iview you can create it from par or templates
Specify the <b>path property</b> in the iview created to the folder you have    created  in KM content
Assign the iview to the page .
so you can upload the images now.
Km document iview is used to view documents  . similarly you have to do for KM document iview and specify the path to folder to which documents are created.
Hope this helps you please do award full points.
Km Navigation is to display all the files specific to particular folder in content process remain same
With regards
subrato

Similar Messages

  • KM Doc Iviews do not display while using the FQDN

    Hi All,
    We have recently migrated the data from EP 6.0 server to EP 7.0 server. We have External Facing Portal sites in Arabic, English and French. When I use the FQDN to access the arabic sites it fails to display the KM doc Iviews.
    This works fine in English and French. Also this works fine in EP 6.0 server. While I try to access the site using just the server name (without the FQDN) it works fine as well.
    The site fails only in one condition i.e using FQDN of the server while accessing the arabic websites.
    What could be the reason for this??? Please help.
    Regards,
    Noufal

    The issue is resolved. The page was having a fixed height and the iviews within them had the height set to automatic. I just changed the height type to fixed and this has solved the issue.
    No idea if this is how it is supposed to work... and am puzzled how it was working when the server name was given without the FQDN...
    Anyways 10 points to me... 
    Regards,
    Noufal

  • KM Doc iView to display in HTML format

    Dear KM friends
    I created a KM Document iView to display a MS Excel file.
    My requrirement is
    1. I want to diplay that iView on click on HTMLB link
    2. I want to display that MS Excel file in HTML format, just like a link in Search result.
    plz reply me
    Thanx in advance
    Lakshmikantha

    Hi,
    You could call com.sap.km.cm.document iview with the RID of the document in order to display it's Excel content from the HTMLB Link:
    Link nameLink = new Link(resourceName);
    nameLink.setReference(docUri + resource.getRID());
    where docUri is:
    IURLGeneratorService urlService =
    (IURLGeneratorService) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
    docUri = urlService.getRelativeUri(PathKey.CONTENT_ACCESS_PATH).toString();
    Hope this helps.
    Romano
    PS: about showing the HTML content of the Excel file - If I am right - I think that the HTML content of the Excel (PDF, DOC or other resources) is created on the TREX server and is available only when showing found indexed documents.
    I've found the class, that manages this HTMLVersion, maybe you can have use of it (or just have a look):
    <i>package: com.sapportals.wcm.control.search
    class: HighlightedContentControl
    method: renderHTMLVersion</i>

  • Cleansing case creation via I-doc

    Hello All ,
    Can I manage mass cleansing case creation  in CRM 4?
    Is there some I-DOC for this purpose?
    Thank you ,
    Rika

    *Confirm the document creation by calling database COMMIT
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
       WAIT          = 'X'
    IMPORTING
      RETURN        =
    end-of-selection.
    *Output the messages returned from BAPI call
    LOOP AT RETURN.
    WRITE / RETURN-MESSAGE.
    ENDLOOP.

  • How to prevent creation of billing docs for Zero Quantities

    Hello everyone,
    Could someone please help me with this.
    We have some invoices created with 'zero' quantities. We need to stop prining invoices for the invoices with zero quantities. Can we stop creating invoice for zero quantities. if yes , please let me know how. Any help is very much appreciated.
    many thanks
    Edited by: Simsasha on Jan 30, 2009 2:31 AM

    Dear Simsasha,
    Could you please breif whether:
    1. Its Order-related-Billing, OR
    2. Delivery-Related Billing
    If, Its Order-related-Billing, You need to work-around Copy-Control Setting in VTFA; and if,
    Its Delivery Related-Billing, You need to work-around Copy Control settings in VTFL.
    You need to write Code to check Quantity = 0, and attach the same within Field: Data VBRK/VBRP; to check and avoid Invoice creation, if Invoice-item has billed quantity as 0.
    You may work with Program RV60AFZC USEREXIT_FILL_VBRK_VBRP
    Best Regards,
    Amit
    Note: You may take help from the discussion from following thread:
    [Billing with Zero Quantity, not allowed|Re: Billing for zero quantity is being allowed]
    I hope, this would definitely help you, some extent.

  • Including links of worksets and iview in a KM doc iview

    Hi,
    I have developed a home page using the KM Document iview, which utilzes an html page in path to document.
    Now, On this home page, I want to display the links of worksets.
    Example: On Clicking the link--> Leave Management(a workset), it should open the leave management and its sub part iviews as Leave Cancel, Leave Status etc.
    Is it possible to display them on the same screen when the user clicks them? If it is possible, how to go about it?
    I tried using
    http://<portalserver:port>/irj/index.html?NavigationTarget=ROLES://<pcd location>
    in the html file, but on clicking this link, instead of the workset, the whole portal page is loaded in a sub-window.
    I don't have the option of creating a custom overview page in the back end; that's why following this approach.
    Any inputs on this would be helpful?

    Hi,
    in an up-to-date version of TREX you have to change TREXIndexServer.ini:
    [statistics]
    trace = on
    index = _trex:statistics
    log_all
    Restart TREX.
    Within this index "_trex:statistics" all the index usage data will be stored.
    You can use the text mining function for retrieving your desired information.
    Launch the TREX Admin-Tool.
    Goto Index: Mining.
    Choose the index "_trex:statistics".
    Open Query Editor by using button u201EBuild Queryu201C
    In Query Editor enter query: function=search
    Use button u201EOKu201C
    Mark u201Eindexu201C and u201Equeryu201C from attribute list
    Use button u201EShow Tableu201C
    Use button u201EGet Datau201C
    That's all.
    Best regards
    Frank

  • Adding worksets/iview as links to an html file utilised in a KM Doc iview

    Hi,
    I have developed a home page using the KM Document iview, which utilzes an html page in path to document.
    Now, On this home page, I want to display the links of worksets.
    Example: On Clicking the link--> Leave Management(a workset), it should open the leave management and its sub part iviews as Leave Cancel, Leave Status etc.
    Is it possible to display them on the same screen when the user clicks them? If it is possible, how to go about it?
    I tried using
    http://<portalserver:port>/irj/index.html?NavigationTarget=ROLES://<pcd location>
    in the html file, but on clicking this link, instead of the workset, the whole portal page is loaded in a sub-window.
    I don't have the option of creating a custom overview page in the back end; that's why following this approach.
    Any inputs on this would be helpful?

    Thanks Prashant,
    Level 1 of the problem is solved.
    Now I want When I click on the workset iview link,
    It should open another workset iview in which the iviews are displayed as links.
    Page 1
      (Workset Iview1)Clickable                                                    Workset Iview2 Clickable
    When workset iview1 is clicked, it should go to a page
    Link 1(an iview) Link 2(iview2) Link 3(iview3) and so on
    how can I achieve this?

  • Stop the automatic creation of Accounting Docs on MIGO

    Hi,
    We have an integration need where Goods Issues will be done against production orders. During this process an accounting document will be created for each material document created through MIGO. Each of these material document will in turn create an Accounting Document. The estimated volume of Accounting document transactions that will be created with the current design are adding up close to 25 million a year. Such a high number of accounting document is not a business need ( Business is OK with Accounting Documents getting created at a summarized level ).
    With such a high number of accounting documents in a year we performance implications on the finance tables..
    We are looking at ways where the accounting document doesn't get created immediately on creation of a material document but at a later point in time through a batch job run of a custom program.
    I would like to know if this is possible technically and if anyone has had any prior experience in doing it or knows of ways this can be done.
    Thanks in advance.
    Arunava

    Hi Anil,
    In VOFA Document type in General contrlo is related to Accounting Document.If it is blank the system Automatically pics RV as accounting Document.
    If posting Block is Ticked then Automatic posting will not happens.
    You need to pass to Accounting in VF02 and release for accounting(Green Flag)
    Regards,
    Reddyy

  • ME21N specific check at the beginning of PO creation (check PR doc type)

    Hello experts,
    We have a requirement whereby in PO creation t-code of ME21N, there should be validation on PR document type linked to the PO. If certain PR document type is used then it should not allow creation of PO using ME21N.
    However, when PO is changed usinf ME22N, this check is not applicable i.e. one can change PO which has PR belonging to that specific document type.
    Any clues on how to implement this; if anyone has done such validations exclusvely for ME21N; but no such validation should happen when used ME22N; please send in your replies.
    Thanks,
    Prakash

    Hi,
    Maybe you can use BAdi ME_PROCESS_PO_CUST and only perform the check when sy-tcode is ME21N.
    /Martin

  • Language spec in KM doc iView?

    Hi,
    How to specify the language of a KM document iView.
    I have two different set of HTML pages -One for English and one for French.
    English is stored in En directory and French in Fr directory.
    My requirement is to select the directory dynamically- that means if the user is logged in French it should point to the French folder and if the user is logged in English, it shoudl retrieve files from the En directory.
    How is this possible.
    Thanks in advance.

    Good, its possible.
    Now tell me:
    How have you arranged viewing of KM document iViews in your portal. Are they directly under a role?
    Or do you have a link with navigation: say Click here to access the documents: which will then lead you the documents?
    If its the latter you would probably have something like this right:
    <a href = "#" >Click here</a>
    with an onClick = "EPCM.doNavigate(.............../myKMDoc)
    What you would need to do is get this area:
    .............../myKMDoc
    from a Resource Bundle (do read about it)
    in myProps_en.properties you'd have:
    PathToFile= .............../myKMDocEN
    in myProps_fr.properties you'd have:
    PathToFile= .............../myKMDocFR
    where myKMDocEN and myKMDocFR are the 2 different KM Document iViews that you'd need to create one pointing to the English file and the other to te french one.
    When the locale is resolved at runtime it'll automatically pick up the necessary path and hence the necessary iview.
    Message was edited by:
            Prem Mascarenhas
    null
    Or check my reply at Re: Portal Content Translation
    Message was edited by:
            Prem Mascarenhas

  • KM Docs iView for Excel sheet

    Hi All,
    I have created a KM Document iView for excel sheet and gave the path of excel sheet from KM.
    When I launch the iView, it is opening in a new excel sheet. Is it possible to open the Excel sheet in a browser (html/iView) itself.
    Thanks
    Chinna.

    Chinna,
    Check [this|http://www.mrexcel.com/archive/Hyperlinks/16530.html] out and see if it serves your purpose.
    Cheers!
    Sandeep Tudumu

  • KM Doc Iview & Resource Renderer

    Hi,
    I have a XML Form with two Shows - Show & Show-X.
    I created a IView of KM Navigation and created a new XML Form Renderer to show the contents of a Show-x form.
    I created a IView of KM Document type and it picks Show by default. Can I change the Resource Renderer of such IView?
    Rgds

    hi
    basically   an Xml FORM has two types of renderer one collection renderrer and other resource renderrer u can duplicate the renderer but before hand duplicate the command group and add or delete those commands required and attach the command group to duplicated resource renderrer and apply the renderrer to duplicated Layout that is layout of the form has to be duplicated and then that duplicated layout has to be attached to the form. basically iviews to be used is NEWS Authoring and layouts to be used is NEWSExplorer and News Browser just back trace them and you will find the renderers for duplications.hope this helps you.please don,t forget to give points
    with regards
    subrato kundu

  • KM Doc iView-How the content can be displayed in detailed navigation area

    Hi Experts,
    I have doubt related with KM Document iView.
    I have created a HTML page in KM, which will hold 2 links. Give names to these links and href as follows.
    Link1: http://<host>:<port>/irj/portal/*
    Link2: http://<host>:<port>/irj/portal/*
    I have created KM Document iView (ABC) and provided path to document of above HTML page.
    Then I opened my role, created folder inside, and added KM Document iView (ABC). Then I opened the properties of this iView in role and change the property, Initial state as Open,
    I had then expected that the KM document iView (ABC) content Link1 and Link2 to appear in detail navigation area.
    It is not happening. Can you please let me know what is going wrong here
    In other words can you please let me know how I can ensure that
    Link1 Link2 should appear in detailed navigation area side by side.
    Thanks

    Hi Frank,
    Thanks. But this has already been implemented in one project. I have seen this. In that project the detailed navigation area looks like as shown below. The image link and iview link appear in one line
    'jpg image1' 'iviewLink1'
    'jpg image2' 'iviewLink2'
    'jpg image3' 'iviewLink3'
    'jpg image4' 'iviewLink4'
    When the user clicks on jpg image, one iview gets open. When user clicks on iview link other iview gets open.
    I tried a lot. But, I am unable to do this.
    Can it be done using custom PAR file or Visual composer?
    Will appreciate if you can help.
    Thanks
    Brian

  • How to call a xmlform from KM doc iview

    hi all ,
    can any one explain how to call the xmlform from KM document iview . and my document is in content management ->document ->folder ->app.xml.

    Hi,
    If you want to look at XML form like the are designed in your form builder you need to work with a navigation iview to the folder that contains you XML forms. You need to set the layout of the navigation iview to Newsbrowser or NewsExplorer or a derived layout.
    From here the form is renderer as a form.
    If you only want to show this one form I would suggest to open it in this last view in the described navigation iview and use the url in for example an url iview. This will be the quickest.
    Kind,
    Frederik

  • KM Doc Iview

    Hi,
    I have uploaded an PDF file of 1.8 MB into KM. Now i have created a KM document iview and mention its
    path to the uploaded PDF file . When seen preview or assigned to role and opened, it is giving
    information on the bottom that dowloading file and it is taking long time, or it is sometime not opening.
    Is there any thing problem of size of 1.8 MB ?
    Is there anyway to overcome this problem.
    Thanks ,
    Surya

    no 1.8MB should not give an issue... please be aware that pdf files will only open in the browser when the Acrobat reader plugin is enabled for your browser. Otherwise it will promt with a popup asking you to open or download the file.
    Good Luck,
    Benjamin

Maybe you are looking for

  • Request for reporting  available icon is missing !

    Hi, I have an infocube which has been uploaded by ODS and the data load was successful.  But-- The request for reporting available Icon is missing in the request. Prior to this dataload, yes there were falided requests which i had deleted before upla

  • Problem in sending a file

    Hello..        i have a problem in sending a file with sender file adapter... In adapter monitor it gives error like... Last message processing started 15:58:36 2005-10-04, Error: Conversion of complete file content of 'fileinput.csv' to XML format f

  • Can't open Error '' Not Supported on This system"

    I downloaded a game i think it was made for Mac OS 7,8-9 Not Sure. My friend had it on his Mac Laptop the one made of plastic and coloured. Anyway, how do i open it. Under Mac OS 9? Thanks.

  • How do I change the email that my security info is being sent to?

    I'm trying to purchase something on a new laptop and my account is asking that I answer some security questions. I made my apple account about 3 years ago and I cant remember the answers to my security questions. I also have no idea what e-mail the s

  • Questions for mister, Tiresmoke

    Hello, all In the dutch forum of msi we have a conversation going on about the Ballistix memory modules but it seems now that the Ballistix PC4000 version 2x 512 doesnt work with 1t on the msi k8t bios 9.1 it all started here, http://forum-d.msi.com.