Find Documents in KM

Dear Readers,
Can someone let me know what classes I need to use to find documents in KM for a given property/value and vice-versa.
Portal Version EP6 SP2
Thanks and regards,
Mandar

Hi Mandar,
> I am on EP6 SP2.
The equivalent link for SP2 is http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/km/com/sapportals/wcm/repository/IResource.html (just go to KMC on the left navigation panel, look for API doc, there you could have found it by your own).
> I couldnt find the getMutuable method in this package
I said: "get the property (getProperty) and if you want to change it, get the editable version (getMutable)." With getProperty(IPropertyName) an IProperty will be returned, (just click on the return value --> ) and on this Interface, getMutable() returns an IMutableProperty Interface implementing object.
Hope it helps
Detlev
PS: You should get used to read APIdocs, it's some essential and on the same side very nice implemented in Java, so that getting familiar with foreign APIs is as easy as it can be (technically)...

Similar Messages

  • How to find Document flow / Relationships to a support message

    Hi Friends,
    I am new to Solution manager. I would like to know how to find Document flow of a Support message.
    For example I have a Support message, there are few Change requests and tasks linked to it. This can be viewed from CRMD_ORDER transaction (Where used list button / Document flow), preceding documents and related documents.
    Is there any function module or table where I find the link between these different transaction types or atleast any report!
    Thanks in advance

    Hello Sesagiri,
    Can you explain the process to link support message with change requests and tasks.
    pls help me.
    Regards,
    Babu

  • 11I: WHERE FIND DOCUMENT FOR AR_TRANSACTION_PUB?

    제품 : FIN_Ar
    작성날짜 : 2006-05-29
    11I: WHERE FIND DOCUMENT FOR AR_TRANSACTION_PUB?
    ==================================================
    PURPOSE
    11i 에서 AR_TRANSACTION_PUB 을 이용하여 Single Transaction을 생성하려고 하나 Error 가 발생한다.
    Explanation
    AR_TRANSACTION_PUB 은 11.0.3 Version에서 사용되던 것으로 11i에서는 Supported API 가 아님을 유의 해야 한다.
    11i에서는 AR_TRANSACTION_PUB 대신 AR_INVOICE_API_PUB (ARXPINVB.pls , ARXPINVS.pls) 이 제공 되고 있다.
    해당 API 는 2개의 publick procedures 를 포함 하고 있으며 하나는 batch mode 로 multiple invoices를 생성하도록 하고 다른 하나는 single invoice 를 생성하도록 한다.
    - CREATE_INVOICE procedure 는 multiple invoices 를 생성하기 위한 precedure 로 batch_id 를 out parameter 로 return한다.
    - CREATE_SINGLE_INVOICE procedure 는 single invoice 를 생성하기위한 precudure 로 customer_trx_id 를 out parameter로 return한다.
    Example
    N/A
    Reference Documents
    Note. 289888.1 - 11i.AR.L: Where To Find AR_INVOICE_API_PUB Or Where Find Document For AR_TRANSACTION_PUB?
    Note. 236938.1 - Oracle Receivables API User Notes - PDF format

    Hi;
    What is your EBS?
    Please kindly looked into the AUTOINVOICE set up, and tell us what are the effects when sales crediting by territory were enabled or disabled? Does this affectthe General Ledger?
    Did you check it? Look below notes which may helps you:
    11i Autoinvoice Setup White Paper [ID 201240.1]
    Can I Use Customer Interface To Populate Territory_id Or Territory Information On Customer Form ? [ID 267303.1]
    Regard
    Helios

  • Can find documents on android

    cant find documents on android

    Hi,
    Your local files are not deleted by Acrobat DC.
    Please take a look at the following document to find the local files on your Android device.
    How to open PDFs on Adobe Acrobat DC on Android
    Sorry for the inconvenience.

  • MBST finds document in VBFA and accesses LIKP for previous year document

    Hi all,
    I don't know if this is the right place to post. As an ABAP developer, I'll put my query here :
    Scenario : In MBST, for a particular document type and year 2012, it displays error and says "No Authorization for shipping point X", though the document is posted againt another plant/shipping point Y. This material was posted for X in 2011. And we are not able to determine why MBST is picking up 2011 record.
    Analsysis :
    On debugging, we found -
    There is an FM "WS_FIND_ORIGINATE_DOCUMENT" called in program LMBDFU01.
    This FM is called on pressing enter on the initial screen in MBST i,e before we press Save.
    Here there is a query to where it finds the document in VBFA :
    SELECT * FROM VBFA APPENDING TABLE XVBFA
                             WHERE     VBELN   = MBVBFA-MBLNR
                             AND     ( VBTYP_V = 'J' OR VBTYP_V = 'T' )
                             AND       ERDAT LIKE BELJAHR
                             AND       VBTYP_N = 'i'.
    Here it doesnt find document for 2012, so it searches for 2011 (subtracts 1 from the year passed in MBST).
    It finds a document for 2011 in VBFA and picks up the corresponding VBELV and passes it into VBELN in LIKP and hence fetches the previous year record and plant and authorizes the user against it.
    In ideal condition, there is no document fetched for any year from VBFA and no LIKP is accessed. Any idea on why there could be a document present in VBFA for this document ? And how I can prevent from selecting this record as this is standard.
    Thanks and Regards
             Vivek

    Hi,
    Thanks for your reply,
    Yes we have migrated on 1.4.2009 and test migration have been performed .
    But my client is to close books of accounts so it is having the said requirement of vendor to vendor transffer,kindly suggest me other alternative
    Regards
    vijay

  • Getting Error in b2b.log AIP-50075: Cannot find Document Exchange Plugin

    Hi Gurus,
    I have a configuration in which Oracle B2B has to pick messages from a filesystem. I have created IDCs to pick messages from the path configured. But Oracle B2B is not picking up the file from the path specified. When I went to b2b.log to look for any errors, I was getting following statements in b2b.log.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) XEngine not running. So no need to clear cached objects inside XEngine.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] EDI X12 over SMTP
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] EDI X12 over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] HL7 over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] Custom Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI EDIFACT over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] EDI X12 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] RosettaNet over RNIF
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI X12 over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] Custom Document over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] EDI EDIFACT over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] EDI EDIFACT over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] HL7 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] Custom Document over ebMS
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [14] Custom Document over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [15] OAG Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [16] EDI EDIFACT over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [17] EDI X12 over Internet
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (ERROR) Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:255)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
         at java.lang.Thread.run(Thread.java:534)
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Leaving ExecutionContext
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
    This is happening continuously.
    Can anybody please help me on this.
    Regards,
    Nagasudhan

    Hi Anuj,
    Please find below the status of last patch applied.
    D:\oraHome_cache\ip\install>opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.57
    Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home : D:\oraHome_cache
    Oracle Home Inventory : D:\oraHome_cache\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\oraHome_cache\oui
    OUI shared library : D:\oraHome_cache\oui\lib\win32\oraInstaller.dll
    Java location : "D:\oraHome_cache\jdk\jre\bin\java.exe"
    Log file location : D:\oraHome_cache/.patch_storage/<patch ID>/*.log
    Creating log file "D:\orahome_cache\.patch_storage\LsInventory__10-26-2009_09-51
    -11.log"
    Result:
    Installed Patch List:
    =====================
    1) Patch 8552373 applied on Wed Oct 21 18:58:47 IST 2009
    [ Base Bug(s): 7652646 7497854 7664370 7661101 7007789 6352814 6802446 766
    5607 7641078 6496457 6013963 8330151 7305413 7460584 7529893 7458954 7020996 839
    3885 8210401 6329207 6740403 7126458 6511970 7379065 7230993 6774631 7198642 830
    9511 7661769 8392729 7605518 6733262 7479148 8349002 6736026 7322333 7239355 724
    2500 8344645 7645440 8451004 6747966 6369424 6737334 8339176 6774134 7046561 641
    2124 7210461 7506319 8235175 7258882 7184318 6453359 7456866 7673646 6043277 676
    9895 7457597 7193710 7668247 8404955 7132740 7261965 7485790 6518386 7305363 685
    2370 6433256 7673431 6764239 8360048 7501748 7379153 8281019 7498031 8216457 704
    6574 6875312 6754906 6656289 6417367 7658271 7556011 7000190 6979467 6852308 760
    0385 7211208 6732051 8524862 7461051 8263026 7609467 7379161 7672714 6353293 715
    7229 7594997 7211287 7034069 7563311 6822375 6640935 7359202 6769261 6919593 602
    9507 6974391 7139013 7518641 6817264 7501903 7576785 7496014 7130151 5523563 732
    2581 8508905 7680097 7241737 8480395 7660780 7660781 7191994 6924921 6800745 843
    2093 7672723 8217566 7481317 6639030 6200414 7529795 7354853 7376270 7016005 730
    3860 7678901 7368610 6881977 6016128 7033061 6397084 7672730 7709562 6449656 704
    5589 6491068 7378745 7643811 7435853 7615836 6447557 7379042 6940476 7670634 695
    0383 6764273 6962327 7478322 8546454 7157324 7184219 7164618 7672744 7672745 723
    0184 7576730 7261863 7590301 8327427 6769430 8295683 7526186 8298731 6414280 613
    9955 6646997 8233048 7692853 6794296 7457066 8225241 8552373 7204022 7706387 ]
    2) Patch 5907304 applied on Wed Oct 21 16:04:28 IST 2009
    [ Base Bug(s): 5458753 5131722 4563343 5711011 3726607 3613066 5901912 451
    8385 5068565 4895416 4625102 4682514 3662022 4533048 4760744 5634746 5136454 475
    4900 5380055 3543720 4561318 5179574 4329444 4871035 4605877 5907304 4297270 475
    1932 3950478 5660845 5500883 5490845 5123798 4377469 4542097 3043199 5178202 545
    0493 4587607 5490058 3365575 5345593 5017662 5694719 5381668 5114330 5090822 548
    7993 5600971 4134994 4397366 4736134 5056864 5003119 4598613 5251148 4439455 473
    9114 4545809 3559326 4360454 4573573 5901877 4537790 4768040 5049074 4663819 549
    0935 4593537 5049077 4593539 5689908 4359124 3879892 4214618 5599596 3962946 496
    6897 4689959 3842618 4932527 4624776 5057964 4150034 4529637 4625938 4632072 311
    4089 4638391 4331689 5229137 5057606 4597251 4903532 3356492 4892623 5232076 522
    5797 3928773 4874628 5385973 4864649 4554284 5261796 4458415 4605400 4700543 550
    9707 4900129 4222791 5408970 5716295 4083461 4407719 4703814 5345988 4713437 539
    4728 4712638 5390154 4760148 4939157 5043713 5336737 4137422 5257709 4899105 505
    5442 5611353 5411847 5242647 5037807 4607523 4335559 5068988 5632264 5417371 467
    1216 4575854 4943839 5731187 4523125 3667025 4547083 5227050 4924174 5698037 509
    2688 5415410 3837600 4736248 4703253 4449900 4882231 4443086 5188810 4704700 476
    4518 4391164 ]
    OPatch succeeded.
    OPatch returns with error code = 0
    Regards,
    Nagasudhan

  • Where can find documents of  JSP tags of Portal 9.2?

    Where I can get documents of JSP tags of Portal 9.2?
    I tried to understand the tag <render>, but cannot find the documents. Any input would be helpful.

    Yes, you are right with NetUI tags. I can find documents for NetUI on beehive site. However, the <render> tag is part of Portal Framework Rendering, its URI is "http://www.bea.com/servers/portal/tags/netuix/render".
    Where I can find documents for such BEA's proprietary tags? Thanks.

  • Finding document number from SOST

    Hi:
    I am trying to find document numbers starting from records in table SOST for reporting on failed faxes. Documents can be order confirmations, ship notes, invoices, or several other types.
    I tried searching NAST by date/time to pull from field OBJKY, but this fails when two or more faxes are sent at the exact same second (time is hh:mm:ss format).
    Any pointers, advice, leads on figuring this out will be GREATLY appreciated! My guess is that I need to work backwards from SOST to a table related to the specific document type.
    Thanks in advance for any assistance anyone may be able to provide.
    John :>)

    Hi John,
    You may try these tables:SOFFCONT1 or SOCVPC.
    Regards,
    Venkat.

  • Thought I downloaded tax form, but it did not appear on screen.  Unable to "find" document!

    where can I find document I tried to download?

    Mac OS X
    And I had clicked on the square that had doc to download/copy & no could find in documents (which are not chronological but ridiculously alphabetical!!  nyhow , no matter where I clicked - no luck. Emailed it to my son, he did it successfully!  The one spot o guess I failed to click was the space to R of download pic, & he did it on my machine & it worked!  So shoulda clicked that spot!!  In
    Rante I was getting nowhere clicking on help spots for Adobe, etc!!!   A few Mac friends offered long distance advice, anyhow all is well now!
    Thank u for checking up. You are first I've heard from!   Arlene
    Let there be peace on earth and let it begin with me......

  • Can't find document/directory

    Hi Friends,
    Recently created custom appset (A),   i created few input scheduels/templates and stored in local drive.
    Now when i try to save those templates in server (i.e company folder), system prompting
    Can't find document/directory.
    what might be the reason?
    Thanks,
    naresh

    Hi
    System Preferences > Sharing. This is where you will find your computer name. Terminal is telling you that your computer name is listserv. Click Show All at the top of the System Preferences window, now select Accounts. You will see your account details listed, the short name of your account is networks. The ~ symbol is terminal shorthand for your home folder /Users/Home. This will take the short name that is in your account details you’ve just seen in System Preferences > Accounts.
    You can’t delete listserv:~network without changing your account details or creating another administrator account, logging in with that and deleting the old account. This is fairly bog standard account administration stuff that you should be familiar with. Terminal on launch displays the admin account short name and takes you to the admin account’s home folder by default.
    Hope this helps – Tony

  • How to find documents on Configuring database to work on  Shared server mode?

    Hi,
    Where can I find documents to configure my database (Oracle 9i Release 2) to work on Shared server mode?
    The Aix 4.3.3 platform has 1 CPU and 1G Memory,and can support only less than 20 connectiions while serving a B/S application.So I want to try MTS.

    Hi,
    a good help for me was this
    http://www.oracleadvice.com/Tips/MTS.htm
    Afterwards you are ready to understand the online doc
    and to find the best configuration.
    Regards
    Christoph

  • How to find documents which are not linked to a project?

    Hi all,
    i'm just looking for a variant to search for documents which are not linked to a project within ta SOLAR_EVAL.
    I need a way to report how much documents are not linked to a project; just stored in KW.
    Can anyone give a hint?
    Thanks a lot!
    Jan

    Hi Jan,
    This report SOLMAN_UNUSED_DOCUMENTS will help you identify the documents which are not linked to the project.
    (OR) Use Tcode: SI80 to find any document in SAP Solution Manager KW.
    Regards,
    Sanjai

  • How to find documents stored on iCloud?

    I am trying to find any and all of my documents on iCloud. This feels like the silliest question, yet I cannot recall and find only Pages, and Contacts and none of my past work. 

    I am working with it now. Placing a document in iCloud moves it off of your local drive and into the cloud. If you want a local copy, you'll have to duplicate the document and move it to your drive or select "Download" if accessing iWork documents through iCloud.com.

  • Links I press to open documents are going into the finder documents instead of into downloads on the dock

    I can't find my downloads unless I go into finder and manually search for them by name. Usually when I have a document link, I click it and it shows up in the downloads folder on the dock. Now when I press the link, the gray safari icon that comes from the link goes off into the side of my computer (instead of into the downloads folder) and nothing happens.
    I want my downloads to show up in my downloads folder. Not documents in Finder.
    Thanks

    Download a link.  When the download window pops up, make sure the Download folder is selected.

  • How do I find documents in DCIM

    I downlauded some documents frpom my pc into the DCIM. How can I find these documents at the ipad?

    DCIM is a folder on camera memory card. The iPad does not have a user-accessible file system that you could have saved documents to. Can you explain exactly what you did please.

Maybe you are looking for

  • Error in IDOC Inbox

    Hi Abapers,    I'm getting one error in IDOC (inbox),I did't understand that error, outbox is sucessfully created green light is displayed but inbox is  faild,i tried so many times but i did't understand. it's urgent ........ can anyone plz  slove th

  • MDM Syndication automatic error notification

    I am currently helping to design workflows for my client and one of their requirements is that they have some sort of notification workflow when a syndication fails. So far, it is my understanding that there is no method to track syndication errors o

  • Intellisyn​c of MS Outlook address book fails.

    After installing the new Desktop Manager 4.6, I cannot sync my address book from MS Outlook 2003. When the program starts to read the MS Outlook file, I always get the error message "Function "SetColumns" failed" and the sync process is terminated. I

  • Prompted for updates I already have?

    Flash Player Version: 11.7.700.202 (persistent through several previous updates) OS: Windows 7, 64 bit Browser: Internet Explorer Often videos and ads will stops, replaced with a grey and white exclamation mark, and eventually a notice that I need to

  • IChat / Keychain issue

    After the most recent updated to 10.6.3, my iChat would continually prompt for my password for AIM/GoogleTalk each time I opened iChat and/or tried to connect. Even though I had selected that I wanted the password to be saved, I was still prompted ea