How can I do document query from custom portal

I am think of creating a taskflow to do document query in UCM. How can I do that? Is there any web service from UCM to do that? Thanks.

The GET_SEARCH_RESULTS is the standard search service in WCC.
All of the needed information can be found in the Services Reference Guide, which is on the documenatation homepage:
http://docs.oracle.com/cd/E23943_01/webcontent.htm
Let us know if this helps!
-ryan

Similar Messages

  • How can I execute a query from a BSP application?

    How can I execute a query from a BSP application?
    I´m trying to execute a Query from intranet. I´ve been looking for examples, but the templates I´ve found doesn´t help me.
    does anybody has an example?
    Thanks.

    Hi
    Have you designed the BSP application ?
    design it first with one page
    page will have layout and Event handlers
    Design the layout with the fields
    in the event handler there are events
    in the event On Initiailization or ON inputprocessing write the select query similar to what we write in routine ABAp and fetch the data into ITAB and that has to be passed to the Layout
    see the doc
    BSP
    To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.
    If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.
    The following tutorials are available:
    · First Tutorial: First Steps with Business Server Pages…
    · Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB
    · Third tutorial: Our First Online Bookshop
    · Fourth tutorial: Further Developing the Bookshop
    · A small Tutorial is also available for your first steps with the Model View Controller design pattern.
    · For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB
    When creating BSP applications, note the browser dependencies described in Note 598860.
    steps:
    1) start the transaction RZ10.
    2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.
    3) u will also find three options in the same window.
    Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.
    4) Now click on change button.
    5) here u will find parameter icm/host_name_full, so now set it as FQDN.
    6) Now copy ur settings with new version number.
    7) Activate that version.
    8) And now please restart ur WAS.
    So this will set ur FQDN, and also don't forget to login using Admin User.
    Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    if not then activate all.
    check this link
    Read this weblog...
    /people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
    http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp
    it consists of screen shots also
    Check it.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
    Regards
    Anji

  • Javascript API: how can I jump to library from custom store page?

    I have custom store page, and I want to show library page and initiate the download process when user hits download button on custom store page. How can I finish these functionalities with Adobe DPS Javascript API V2? Thanks.

    I found it by myself. just call  adobeDPS.configurationService.gotoState("library");

  • How can I access BOE Universes from SAP Portal?

    I'm trying to access an Universe on BOE server from SAP Portal.  Does anyone know if this is possible or not?  Additions, is it possible to get access to the list of universes from the portal?

    Hi Ingo,
    I think we are talking about the same KM.  Yes, I could see all folders from the BOE server inside portal KM repository.  However, I could not see any of the universes.  If I put a Webi document in one of the visible folders, then I can see the webi document.
    If it is possible, I'd prefer not to go the other route to use SDK.
    Thanks,
    Garry

  • How can I transfer document files from my mac classic to my macbook?

    I have a floppy drive on my old mac classic and cd drive on my macbook.  Is there some way to connect the two and transfer files directly?

    A Macintosh Classic (http://support.apple.com/kb/sp198) has a SCSI hard drive. Even though the hard drive can be removed and placed in an external SCSI enclosure, it is not going to be easy to find a way of connecting it to a modern Mac. That would normally require a USB-to-SCSI adapter, which may or may not be supported under the latest operating system versions.
    The easiest method of transferring files from a Macintosh Classic may be via an external USB floppy drive connected to the modern Mac. 1.44 MB Mac-formatted floppy disks can be used for such transfers (not 800K).
    A SCSI Zip (100) drive could in principle be connected to the SCSI port of the Macintosh Classic. The Zip disk could then be moved to a USB Zip (100) drive connected to a modern computer.
    The Macintosh Classic does not have built-in Ethernet, nor a slot for an Ethernet card (certain other "classic" Macintosh computers do have the ability to hold an Ethernet card). There are some external solutions (such as SCSI-to-Ethernet adapters), but with limitations. For a networking overview, the http://www.applefool.com/se30/ web page could perhaps be of interest.
    It is also possible to arrange a null-modem connection between a Macintosh Classic and a modern computer, providing that a USB-to-serial adapter is attached to the latter (appropriate terminal emulation programs are needed on both sides).
    Jan

  • How do I retrieve document information from the portal tables?

    Hi, I'm really stuck on this and any help would be much appreciated.
    I want to select out document information using the categories and perspectives as search criteria, I've written the following select statement but am not sure that this is the correct way to do it and I keep getting a 'unhandled user-defined exception ... at PORTAL.WWCTX_SSO'
    (I have set the context before running the sql)
    select id, display_name, description, real_filename, mime_type, doc_size
    from
    portal.wwsbr_all_items, portal.wwv_document$
    where
    wwsbr_all_items.filename = wwv_document$.name
    and category_id=(select id from portal.wwsbr_all_categories where name = 'MY_CATEGORY')
    and id in (select item_id from portal.wwsbr_item_perspectives where upper(perspective_name) = 'MY_PERSPECTIVE')
    and is_current_version = 1 and (expiredate IS NULL or expiredate > sysdate)
    Alison

    If the iPhone was connected to iCloud at the time you deleted the Contact, then the Contact has been removed from iCloud and is not recoverable.
    Check at www.icloud.com to see what iCloud Contacts you still have.

  • How can I call a RFC from dynpage ?

    Hi!
    I would like to know how can I call a RFC from a Portal aplication, dynpage or jspdynpage. there include some libraries ?
    any idea?
    thanks

    for deploying SAP Jra :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad09cd07-0a01-0010-93a9-933e247d3ba4#search=%22how%20to%20use%20jca%20sapjra%20site%3Asap.com%22
    For lookup of SAP Jra use:
    com.sapportals.connector.connection.IConnectionFactory connectionFactory =(IConnectionFactory) initctx.lookup( "deployedAdapters/SAPFactory/shareable/SAPFactory");
    Using SAP Jra
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/13044258bdd417e10000000a1550b0/content.htm
    The important jars required are:
    connector.jar
    Genericconnector.jar
    prtjndisupport.jar
    Thanks

  • How can i retrieve documents(.doc,.pdf, .txt) using forms from the database.

    How can i retrieve documents(e.g .doc,.pdf, .txt etc) using forms from the database.
    i inserted the documents using sql*loader, below is the control and data files.
    -- control file
    LOAD DATA
    infile 'load.txt'
    INTO TABLE husman
    APPEND
    FIELDS TERMINATED BY ','
    (id integer external,
    fname FILLER CHAR(50),
    docu LOBFILE(fname) TERMINATED BY EOF)
    --data file
    1,../husman/dell.doc,
    2,../husman/me.pdf,
    3,../husman/export.txt,
    in the form i have a text field to display the id and an OLE container to display the document as an icon. but when i execute query, i only get the id number and not the document.
    any help will be appreciated.
    Thanks
    Hussein Saiger

    Step by step
    1. Erase all contents and settings
    2. You'll be asked twice to confirm
    3. You'll see Apple logo and progress bar
    4. You'll see a big iPad logo on screen
    5. Configuration start
    6. Set language
    7. Set country
    8. Enable Location Service
    9. Select network, enter password and join network
    10. You'll be given 3 options (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    11. Selected Restore from iCloud Backup
    12. You'll be required to enter Apple ID and Password
    13. Agree to Terms and Conditions
    14. Select Backup file
    15. You'll see progress bar
    16. Red slider will appear; slide to unlock; step #1 to #16 is fast
    17. Pre-installed apps will be restored first
    18. Message: Purchased apps and media will now be automatically downloaded
    19. You'll see a pageful of apps with Waiting/Loading/Installing
    20. Message: Some apps cannot be downloaded, please sync with computer

  • How can we remove the commas from the Formula value in SAP BW BEx query

    Hi All,
    How can we remove the commas from the Formula value in SAP BW BEx query
    We are using the formula replacing with characteristic.The characteristic value needs to be display as number with out commas.
    Regards
    Venkat.

    Do you want to remove the commas when you run the query on Bex Web or in RSRT?
    Regards

  • How can I print an envelope from a Pages document ?

    How can I print an envelope from a Pages document?

    Not from a document, but there are envelope templates in Pages you can use.

  • How can I extract certain pages from my document and save as another file?

    How can I extract certain pages from my document and save as another file?

    You would need Adobe Acrobat to do that, not Adobe Reader.

  • How can I get a query in the search field to open in a new tab or new window from the current window?

    How can I get a query in the search field to open in a new tab or new window from the current window?

    If you are searching via the Search Bar on the Navigation Toolbar, this preference can be changed to have searches there open in a Tab.
    Type '''about:config''' in the Address Bar and hit Enter. Then answer "I'll be careful". Type this pref in the Search at the top.
    '''browser.search.openintab''' = double-click to toggle to '''true'''

  • How can I remove ASCII text from a field when I use it in a query

    How can I remove ASCII text from a field when I use it in a query?
    I am running a select statement on a table that appears to have ASCII text in some of the fields. If I use these fields in the where statement like the code below nothing returns:
    SELECT FIELD1 FROM TABLE1 WHERE FIELD1 IS NULL
    But the field looks empty if I do a straight select without the where clause. Additionally, one of the fields has text but appears to be padded out with ASCII text, which I need to strip out before I can use this field in a where or join statement. I have tried using a trim, ltrim, rtrim, to_char, nvl, decode and nothing works. When I use excel to run the same query it looks as if these ASCII fields are boxes.
    I have asked our DBA team to see what they can do to prevent these from going into the table, but in the mean time I still need to run this report.
    Do you have any suggestions?

    Can you provide an example? I've been trying (for
    example) "select translate(' test one', ascii(' '),
    'X') from dual" with no luck.
    Thank you.To replace space, you should query like this:
    select translate(' test one', chr(32), 'X') from dual instead of select translate(' test one', ascii(' '), 'X') from dual Thanks,
    Dharmesh Patel

  • How can I remove a page from a PDF document and save it as a new PDF document?

    How can I remove a page from a PDF document and save it as a new PDF document?

    Tools - Pages - Extract and tick the option to delete the extracted page from the original file.

  • How can I copy a picture from Iphoto to a text document?  Currently when I drag and drop the picture is truncated.

    hello Apple community.
    How can I copy a picure from Iphoto to a blank text document(not Word, but text doc)? Currently when I do this, the picture is truncated. This is more difficult than using a PC! there has to be a better way to copy pictures or share pictures!
    Thank you,

    Hello,
    thank you for your reply.
    I am using the TextEdit on Mac as I do not have Word. When I paste an Iphoto, the picture is truncated horizontially, so you only see part of the picture.
    Yes, the picture is small enough to fit on the page.
    Regards,
    Celina

Maybe you are looking for

  • Flat file name from Sender Side Dynamically into subject of Receiver Mail

    Hi All,          I am Using a file to Mail Scenario, My requirement is to get dynamically the file name from flat file of the Sender Side into Subject of Receiver Mail Adapter and attachment of file from the Sender Side. Can anyone help me out. Thank

  • F110 Payment proposal list

    Hi Today after creating a payment proposal list when the user tried to display the proposal list,it is showing all the transaction items of last three years.It should not.It should display only what is created in latest proposal created. I have not c

  • Urbeats warrenty question

    Okay so i have a futureshop urbeats (white) warrenty that is still valid, is it claimable at bestbuy now? Also I only have the earphones no box, but i have the receipt of the warrenty and proof of payment will that still be elidable for a replacement

  • Billing  - Pricing Error

    hi all here i have faced one problem is "pricing error in item 61" in billing document (VF01). What i am asking ,how do control this error in billing or this Error is converted to Error information ( must not allow to save). Regards., Lakshmanan.S

  • Loading PDF's into a flash file?

    Hi there, I just need to load a pdf into a swf with AS2... I have a movie clip but its not doing anything?... its it possible? works with swf's Any ideas?