How to create directories to sort documents

Sorry but I have a lot of clients and I really need to organize all my reports, pictures, emails for them in their own directoris.  How do I do that in IPAD3?  I know how to make folders for apps.
Abe

Hi,
>>When i created the directories in second schema, the directory paths of the first schema are automatically changed to the second path.
If you have removed the REPLACE clause of your create statement, then you would see that is not possible.
SYSTEM> connect scott/tiger
Connected.
SCOTT> create directory mydir as '/tmp';
Directory created.
SCOTT> connect legatti/pwd
Connected.
LEGATTI> create directory mydir as '/tmp';
create directory mydir as '/tmp'
ERROR at line 1:
ORA-00955: name is already used by an existing object
LEGATTI> select owner,object_name,object_type,created
  2  from dba_objects where object_name='MYDIR';
OWNER     OBJECT_NAME    OBJECT_TYPE         CREATED
SYS       MYDIR          DIRECTORY           19/12/2007Cheers
Legatti

Similar Messages

  • How to create links betwen two documents in KM?

    how to create links betwen two documents in KM?

    If you use the KM provided HTML editor, there is an option to provide a link to another KM document from one KM document.
    Else if its an uploaded HTML, create a link like this:
    <a href="/irj/go/km/docs/documents.....">CLICK</a>

  • How  To create a new word document and to serve bookmarks

    how To create a new word document and to serve bookmarks

    there is an example :
    http://www.must.de/default.html?Javactpe.htm
    howerver ,I don't kown how to use in jsp!!

  • AIR iOS how to create folder in the documents directory

    Hi,
    I'm wanting to create a sub folder within the apps document directory that I can then save files into.
    I have the functionality in place to save the files, I just need to know how to create a sub folder first.
    Would anyone know if this is possible and if so, how?
    Thanks,
    Mark

    Thanks you!

  • How to create an objectkey for documents

    Hi gurus,
    I try to create an object key for documents (to read the classification). I tried using FM  BAPI_OBJCL_GET_KEY_OF_OBJECT but there is only one field for Objectname.
    I tried different ways to execute the FM but the reurnparameter always tells me "Class type 017 requires additional objects". Can someone tell me how to use this FM for
    documents or is there any other way to create such a Objectkey (via RFC)?

    Hi,
    As far as I understand you dont create Object key for documents. These are created by system depending on you doc no, doc part, doc type, doc ver.
    You can find object key in table DRAD.
    Hope it helps.
    Regards,
    Siddhesh S.Tawate

  • How to create a reserve invoice document?

    Hi, all.
    With DI API of Sbo 2005B, how to create a document for the reserve invoice? I can't set the value to identify the invoice is reserved via either the field of reserve or reserveinvoice for the object oInvoices, because the two fields can't be wrote...
    I heard both the fields mentioned above are editable on 8.8, but they are readonly on 2005B.
    thanks...

    Hello,
    Reserve Invoice: we speaking about the invoice, which is containg stock relevant items, but not moving the stock by issuing the invoice. It is booking against Customers/Vendors. You can create a delivery note from this document to issue the goods against/from stock after the invoice has been created, this moving the stock values.
    (Used in poland).
    Until  2007 version in 2004C, 2007A there is a menu for this invoice.
    In SDK, you can use the following code:
    Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
            oDoc.CardCode = "C20007"
            oDoc.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
            oDoc.ReserveInvoice = BoYesNoEnum.tYES
    etc.
    Regards,
    J

  • How to create link of a document in a different library (in different site collection) - programmatically

    Hi,
    am trying to create link of a document in a different library (in different site collection) using SharePoint Link a document Content type approach. i have already tested this manually.  
    As per my requirement i need to implement this approach through code.
    If anyone has implemented link a document approach through code, please share your inputs.
    help is highly appreciated!
    thanks

    Check if below helps:
    http://blogs.msdn.com/b/cliffgreen/archive/2008/06/23/creating-a-link-to-a-document-item-in-a-sharepoint-document-library-programmatically.aspx
    http://stackoverflow.com/questions/15625448/create-a-link-to-a-document-in-a-sharepoint-shared-document-list-using-powersh

  • How to create directories with same name in different schemas

    I have two schemas on the same database.
    I am trying to create directories with same name, but different paths in both the schemas.
    When i created the directories in second schema, the directory paths of the first schema are automatically changed to the second path.
    Is there any solution to create directories with same name, but different path in two different schemas on the same database.
    Thanks,
    Sridhar.

    Hi,
    >>When i created the directories in second schema, the directory paths of the first schema are automatically changed to the second path.
    If you have removed the REPLACE clause of your create statement, then you would see that is not possible.
    SYSTEM> connect scott/tiger
    Connected.
    SCOTT> create directory mydir as '/tmp';
    Directory created.
    SCOTT> connect legatti/pwd
    Connected.
    LEGATTI> create directory mydir as '/tmp';
    create directory mydir as '/tmp'
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    LEGATTI> select owner,object_name,object_type,created
      2  from dba_objects where object_name='MYDIR';
    OWNER     OBJECT_NAME    OBJECT_TYPE         CREATED
    SYS       MYDIR          DIRECTORY           19/12/2007Cheers
    Legatti

  • How to create a relationship between documents

    Can you create a  relationship between documents so in case the user requests one file he will also be prompted to download the other related file as well automatically

    Thanks for Your answer, but main problem is what relation type use to create link between 2 common objects.
    Your solution (use class CL_BINARY_RELATION) returns the same error message, because this class is used in FM BINARY_RELATION_CREATE.
    In the end I found that solution is to use as relationtype (ORBRELTYP-RELTYPE  = 'ASGN').
        CALL FUNCTION 'BINARY_RELATION_CREATE'
          EXPORTING
            obj_rolea      = obj_a
            obj_roleb      = obj_b
            relationtype   = 'ASGN'
          EXCEPTIONS
            no_model       = 1
            internal_error = 2
            unknown        = 3
            OTHERS         = 4.
    It seems to work and on both objects (A and B) I can see link (relation).
    Best regards,
    MD

  • How to create or update 'change document' for crm order

    Hi all,
       i want to create or update change document records via program . And which method could be used (FM or ...) ?
      I find there is a fm 'CRM_ORDER_WRITE_DOCUMENT' . But seems not available?
      any good idea ?
    BR.

    Hello
    You can refer to FM:CRM_ORDER_CHANGE_DOCS_CREATE. In this FM, the change documents are set.
    But I don't recommend to create or change standard change document by your own logic because of view of the internal control. Changing the change document by user own logic has possibility to make the falsification.
    Regards,
    Masayuki

  • How to create a new pdf-document in cfolder

    I'm trying to add, via an abap program,  a new Pdf-document as a document in the cfolder-environment. Has anyone information on currently available standard Abap-classes/functions that can be used to do this. If possible some code excerpts that clearly show how to do it.
    The data to be used to create this PDF is stored in an internal table created by the function module 'CONVERT_OTFSPOOLJOB_2_PDF'.
    Edited by: Van Gorp Jan on Oct 25, 2010 3:02 PM

    What is the result of running this code from  the console window:
    this.setPageBoxes("Media",this.pageNum,this.pageNum,this.getPageBox("Crop",this.pageNum));
    this.getPageBox("Media",this.pageNum);
    is the new Media Box the same as the Crop?  It should be.
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • How can create schema from this document.

    Thank you for reply~
    The following is that I have.
    <?xml version='1.0'?>
    <conference>
    <proceedings key="AlbenR00">
    <pro_book>
    <editor>Lauralee Alben</editor>
    <editor>Michael Rigsby</editor>
    <title>Envisioning the E-Quarium: Strategic Design Planning for the Monterey Bay Aquarium''s Website.</title>
    <pages>452-454</pages>
    <year>2000</year>
    <booktitle>Symposium on Designing Interactive Systems</booktitle>
    <series> <--declared with ANY in DTD
    <href>db/conf/eld.htm</href>
    <source>Information Retrieval</source>
    </series>
    </pro_book>
    </proceedings>
    </conference>
    I want to create DB schema from this document, but because I don't know how the document is stored in Oracle8i with object-relational schema when the document has more two level deep.
    (In sample of XSU,all XML documents has only one level deep.)
    Would you create schema from above simple document,please? It will be very helpful to me!!
    Thank you for reading my e-mail.

    Just stop using it and remove any data from your profile that you don't want there. You can't actually remove your account or your old posts from the server.
    If you have registered to have notification emails sent to you, click 'My Stuff' at top right, select 'Preferences' , then in the next page select the 'Email Notification Preferences' tab and click all the 'No' radio buttons. Then click 'Save'.
    If you already have notifications set on some threads you will still get emails from them. Click on your username at the top, then under 'Actions' in the right sidebar, select "'Manage email notifications.' This will show the threads you've set up notifications on in the past. Select those you want to stop and click the 'Remove Selected Notifications' button at bottom.

  • How to create index in word document?

    Hello,
    Is it possible to create a index in word document from abap code (ole)?
    Thank you for response..
    Alfonso

    1.Goto the transparent table  KNA1
    2. select the button Indexes (which is next to the techincal settings button)
    3.list of alredy existing indexes are displayed
    4. in the dialog displayed select the icon create.
    5. specify the name for the index to be created ( should start with Z)
    6. screen for specify the index fields will appear, specify the details based on your requirement.
    Note:
    1.creating an index will created a sorted  copy of the DB table with data  with limited fields
    2. Try using already created indexes , only if necessary create new index
    3. Here table KNA1 is used as an example

  • Applescript : how to create a new numbers document

    I know you have to use +make new+ command. But how to specify the path and name. I tried +at, properties+ nothing helps.
    My code:
    *tell application "Numbers"*
    * make new sheet at "Macintosh HD:Users:Nimmy" with properties {name:"test"}*
    *end tell*
    I get an error "Numbers got an error: Can’t make "Macintosh HD:Users:Nimmy" into type location reference". I don't know what should follow (isn't +location specifier+ path to the file?). I would be grateful for anybody who can help.

    (a) it seems a bit odd to try to make a sheet before making a document.
    (b) I assumes that to make a document the location would be a folder, not a string
    (c) to make a document, it would be useful to pass a legal document's name "test" is not one of them.
    I tried with
    make new document at folder "Macintosh HD:Users:yvan_koenig:Desktop:" with properties {name:"test.numbers"}
    This time all seems to be OK but the command failed.
    Normal as it was already described.
    As far as I know, at this time, to create a document we must rely on GUIscripting.
    set myNewDoc to my makeNewDoc("test.numbers", path to documents folder as text)
    on makeNewDoc(n, d)
    tell application "Numbers" to activate
    tell application "System Events" to tell (first process whose title is "Numbers") to tell menu bar 1 to tell menu bar item 3 to tell menu 1 to click menu item 1
    (* menu bar item 3 for menu File *)
    (* menu item 1 for New *)
    tell application "Numbers" to save document 1 as n in file (d & n)
    return (d & n) as alias
    end makeNewDoc
    Yvan KOENIG (from FRANCE samedi 14 février 2009 15:44:20)

  • How to create custom workflow for document library?

    Hi All,
    I have a document library with a custom  people picker column "assign to". Need to create approval workflow using designer, approval must send to person who is selected in "assign to" column. I tried with designer workflow,But finally
    facing "The e-mail message cannot be sent. Make sure the e-mail has a valid recipient". How to fix and achieve my scenario? Thanks in advance!

    I would suggest you to firstly print the assign to value using "Log to history" action. Moslty it could be of three reasons,
    1. Assign to value is not getting populated correctly in your SPD workflow
    2. Email server is not configured properly, If alerts and other emails are workfing in your server then this would not be a reason for issue
    3. The user your trying to send an email does not have valid email
    do let us know if can get the user email in your workflow.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

Maybe you are looking for

  • In BC how do you display fields between 2 web apps

    I have successfully connected two web apps by creating a 1 to 1 relationship between my two web apps Article and Author. So, when a user is on the details page of my Article, they see the Authors info. But, now, I need to do the reverse..create a pag

  • Photo quality dropped

    At the same time I stopped getting any thumbnails in Iphoto, when I open a picture in Photoshop, the image quality is now very poor. I get a 3X5 photo at 72 dpi, when it used to be 22X17 at 72 dpi. File size is now point 1 MB, when it used to 3.5 MB.

  • Trouble with JTables

    So i can make my JTable and can remove, add and insert values. What i would like to know is 1) Is it possible to prevent cells from being edited and still be able to be selected (i.e. not using setEnabled(false)). I have used a table model that doesn

  • Calculating count from two fact tables

    Hi Guys, My requirement, i have two fact table F1, F2 connected with a D1 dimension table, all table connected with a id column F1 ---------D1------------F2 n 1 1 n i want to find out the distinct count from Fact F1 where the value also present in F2

  • Update of Distribution Status

    Dear Experts, I’m working on SRM 5.0 Server 5.5. The problem I’m facing is that when I try to re-process the Idoc from SRM to the Back-end that failed before, on the back-end the contract is correctly updated but on SRM the status of the distribution