Help required: Record/Document Management

Dear All,
Iam testing the method 'Checkoutviafile' of the object 'DOCUMENT'.
I get errors. Please let me know the exact parameters to be passed.
I find it really difficult to deal with record management.
Thanks,
nsp.

Simple answer: no. After fixing some typos
DECLARE
   v_name    table_name.NAME%TYPE;
   v_add     table_name.ADD%TYPE;
   v_phone   table_name.phone%TYPE;
   v_count   NUMBER;
BEGIN
   SELECT COUNT (*)
     INTO v_count
     FROM table_name;
   FOR i IN 1 .. v_count
   LOOP
     SELECT NAME, ADD, phone
INTO v_name, v_add, v_phone
FROM table_name;
      DBMS_OUTPUT.put_line('The record is '|| v_name '||'v_add'||'v_phone');
   END LOOP;
END;You will still have the problem, that the SELECT I marked as bold will return all the rows into your variables - which will not work. Don't know what you'll expect from the SELECT Count(*) statement, but that and the loop won't automagically select an individual record.
Like I said in my last post: you have to use cursors. Maybe it's time to take a look at the developer guide on otn.oracle.com?
C.

Similar Messages

  • Help required in Txn management

    we are using Struts for client side and stateless Session bean as the server side component, we have a situation for which we need to manage transaction across multiple client request
    for example
    Step 1: From client we call "MethodA" in Stateless Session Bean which does certain database activities like insert, update.... and returns back to the client
    Step 2: Depending upon the user input for the second request we call stateless session bean "MethodB" which does few more inserts and updates
         and should commit/rollback the record.
    We need to maintain MethodA and MethodB Calls in single transaction, Please suggest us with the possible ways to handle this situation.

    I found this in a thread written by Gerhard Djuracek from SAP, perhaps it will help you:
    We distinguish 3 categories of addresses.
    Addresscategory 1, address for organisations
    Addresscategory 2, address for persons
    Addresscategory 3, address on a relationship.
    The address on a relationship is built of an address from an organisation. But it's not the whole address from that specific organisation, it's only, let's call it the postal part. Things like street, city, postal code and so on. The name part is taken from the person, which is involved in that relationship.
    So we have here a mixture of Addresscategory 1 and Addresscategory 2. The communication data, we have only 3 communication categories on a
    relationship, phone, fax and E-Mail address, is not taken from the organisation or the person's address. The communication data used on a relationship, is that one, which you can maintain in the section address data after having assigned an address to the relationship.
    Any changes on any comm data of the organisation, will have no effect on the comm data of the relationship. Only changes on the address of the organisation, which will effect those fields, we called above the postal part of an address, will be taken into account for the address on the relationship.
    In CRM, the contact person is a business partner of type person and can have many addresses of type 2, but only the standard address is
    exchanged with the home address in the R/3 system.  If you create a relationship of category 'contact person', you can have an address of type 3 for every address of the customer, but only the standard address of type 3 is exchanged with the contact person's address of type 3 in R/3.
    The concept of the business address does not exist in CRM. If a contact person is working for different customers, you create different relationships of category 'contact person' instead of creating a business address.
    Hope this information is helpful.
    Regards, Gerhard

  • Help required for Documents

    Hi all,
    Can anyone of you help me out by mailing me the CR200, CR300, CR700 and CR750 documents.
    It would be really helpful for me since i am struggling with the concept.
    Thanks in advance

    Hello,
    I close this Topic because we don't want to circulate copyright protected Documents here. For official ways to get to Documents have a look at the Topic Links to CRM Documentation.
    Regards
    Gregor Wolf
    SDN CRM Forum Moderator

  • Help required for storage management

    Hi,
    I want that for each and every distinct row the columns value of that particular row should be stored in specific variables.
    Eg:
    table 1:
    Name add telephone_number
    a qw123 2323423545
    b vsdfv34 3454645645
    c wew222 8888867675
    Result:
    for row1:
    variable1: a , variable2: qw123 , variable3: 2323423545
    for row2:
    variable1: b , variable2: vsdfv34 , variable3: 3454645645
    for row3:
    variable1: c , variable2: wew222 , variable3: 8888867675
    Please tell me the query
    Message was edited by:
    user505950

    Simple answer: no. After fixing some typos
    DECLARE
       v_name    table_name.NAME%TYPE;
       v_add     table_name.ADD%TYPE;
       v_phone   table_name.phone%TYPE;
       v_count   NUMBER;
    BEGIN
       SELECT COUNT (*)
         INTO v_count
         FROM table_name;
       FOR i IN 1 .. v_count
       LOOP
         SELECT NAME, ADD, phone
    INTO v_name, v_add, v_phone
    FROM table_name;
          DBMS_OUTPUT.put_line('The record is '|| v_name '||'v_add'||'v_phone');
       END LOOP;
    END;You will still have the problem, that the SELECT I marked as bold will return all the rows into your variables - which will not work. Don't know what you'll expect from the SELECT Count(*) statement, but that and the loop won't automagically select an individual record.
    Like I said in my last post: you have to use cursors. Maybe it's time to take a look at the developer guide on otn.oracle.com?
    C.

  • Document management plugin available for Reader?

    We use PDF documents exclusively in our work setting. In order to manage our work and work-processes more efficiently, we require a document management solution. The best plugins would allow one to categorize, search, retrieve and enforce access controls for files. Is there such a plugin available for Reader?

    Hello Murugesh,
    Thanks for the responce ,
    But When i tried to use the same FM to create Distribution list i didnt find ant parameter within the FM to pass the correct recepient name linked to the document(recepient list id) .
    Can you please provide me the sample code or help me ,how to pass the recepient name coom type and num of copies for each recepient listid .
    Urgent
    Thanks a lot

  • Document management requirement

    Hi,
    We need to provide document management feature in SAP enterprise portal. The requirements are users should be able to create
    folders, rename folders, delete folders, create, upload, delete documents such as word, pdf, excel etc. Also we would want
    some kind of an access restriction to be imposed based on certain roles.
    I think SAP Knowledge Management is mostly used for integrating heterogenous repositories and for providing search capabilities. In our case we do not require search capabilities and we only need to store different kinds of documents created by users in a folder hierarchy similar to that of windows explorer and provide required access rights. Can external applications like MS Sharepoint or any other application be used if there are no requirements for search or integrating with heterogenous repositories. What are the considerations for deciding what approach to be followed.
    Thanks in advance,
    Veena

    Hi Veena,
    Ofcourse it all depends on your business requirement whether you need KM or Sharepoint. In your case for your business requirement you may even use Sharepoint, and once the requirement needs search functionality you can either migrate your files to KM or connect your Sharepoint with KM through WEBDAV connector.
    Integration between the Knowledge Management Capabilities of SAP NetWeaver and Microsoft Sharepoint Services:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4128
    To get insight of KM capabilities:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/53599a47-0a01-0010-c98c-bc5c9b48ca41
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Required History record document and user manual of ERP System.

    Required History record document and user manual of ERP System. Please send if anybody have .

    In your example you aren't really doing anything. If you just put in something like 1 + 1, AppleScript will execute that (and you will get a result), but unless you actually do something with the information nothing is going to happen.
    Computers aren't like they are in the movies and are basically really stupid by themselves (and sometimes with help). When programming, you have to specify exactly what you are doing, what you are doing it with, how you want to do it, and handle other things such as the phases of the moon and various road traffic. The AppleScript Language Guide assumes a little bit of programming understanding (and even then some luck helps) - some other resources that might help get you started are the tutorials at macscripter.net.
    In the mean time, a System Profiler script that puts a basic profile into the specified file name/location would look something like:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #B5FF6C;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    tell application "System Profiler"
    if (get documents) is {} then make new document -- make sure there is a document
    tell document 1 -- the front document
    set detail level to basic -- can also use full or mini
    save as text in (choose file name default name "Profile.txt")
    end tell
    end tell
    </pre>

  • Requirements for SAP Document management system in ECC 5.0

    Hi All,
    Can any one provide me the requirements for SAP Document management system in ECC 5.0.
    SAP Component   ECC 5.0
    OS    Solaris 5.9
    DB    Oracle 9.2.0.7
    Thanks in advance.
    Regards,
    Surendra
    <removed_by_moderator>
    Edited by: Juan Reyes on Aug 6, 2009 12:49 PM

    That info is available either at http://service.sap.com/pam or http://service.sap.com/quicksizer
    Please do some research before posting
    Read the "Rules of Engagement"
    regards
    Juan

  • Requirements for a document management system

    We are planning to implement a document management system Oracle Application Server. Here are the high-level requirements:
    · High availability (24x7)
    · 3000 users, worldwide, on WAN
    · 600 GB of documents
    · Workflow
    · Alerts e-mailed on document adds/updated, for workflow
    · Search of document titles, properties, keywords, content
    · Daily backup of new/updated documents
    In regards to Oracle Application Server (Portal), can someone provide me the following information:
    1. What Oracle AS server architecture would we need to handle the above requirements?
    2. What is the Oracle recommended method of scaling up our current Oracle Portal instance in regard to:
    a. Capacity
    b. Achieving 24x7 availability
    3. When documents are stored via an Item upload in Oracle Portal, are they stored in the database or as the actual file?
    Thanks a lot,
    Lpatnaik

    Lot of this features are already implemented in Oracle Portal, Collaboration Suit and Oracle Content Management SDK.
    http://www.oracle.com/technology/documentation/collab.html
    http://www.oracle.com/technology/documentation/cm_sdk_9042.html
    Generally this products stores documents in database BLOB field.
    I personally don't like this approach.
    We developed a media library that stores the files in filessystem, but the metadata is in database. The database references to the file in filesystem with a BFile field
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i54873
    The system is very fast so I think it was a good decision to store the media this way.
    If you use this approach you have to create database and filessystem backup also.
    Filessystem backup is much faster and there are several very good tools to make an incremental backup.
    If you store media in a database you can use Oracle Media types:
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i121058
    Message was edited by:
    zsolt.lajosfalvi

  • Document Management System API Required

    helo
    can any one tell me that is there any Java API available for document management system plz tell me from where i have to download it plz its urgent

    Hmm, never heard of one, but you might try "PTC Windchill"

  • Printing documents - document management

    Hi,
    I have created a word document (stored in document management) and linked to customer master and material master.
    Our requirement is this word document needs to be printed when a user prints Bill of Lading document from delivery note. How to print a document (stored in the document management) that was linked to a customer or material master. In the customer master or in the material master or in CV02N, I tried to print the document but it is not printing. It just opens in a word document.
    Your help is appreciated.
    Thanks,
    Shiva.

    Hi Christoph Hopf,
    Thank you very much for your response. I have already maintained an entry for print (type 3) in DC30 and assigned path and program name as C:\Program Files\Microsoft Office\OFFICE11\WINWORD.exe %f
    Per your suggestions, I checked Tools -> folder options -> File types -> DOC -> Advanced  and I could find an entry for "Print".
    When I try to print the document from CV02N using print button, the application is opening in a word document, but it is not printing. I checked my system and a defualt printer is set-up. Should I need to tell in SAP configuration as LOCL printer?
    Also my requirement is when I print BILL OF LADING documents from deliveries, the documents associated with material object, customer object and customer material objects pertaining to the delivery need to be printed.
    Can I use the STAT output condition type to acheieve this? I could see messages in the CV02N, but it is not highlighted. I maintained STAT records (mail output) but still the messages is not highlighted in CV02N.
    I appreciate your help.
    With regards,
    Shiva

  • Conceptual questions with document management and Apex:

    Hello Everyone,
    I have reviewed or participated in thread discussions focusing primarily on subject matters concerning text editors, spellcheckers and document printing. The reason for this is due to our client requesting the creation of a basic centralized document management system that will enable users to create, edit and print technical documents in a database centric web-based environment. The caveat is that the client would like the same basic functionality that users get from MS Word. I know about FCKeditor or TinyMCE and their associated spellcheckers. What concerns me is that I have not found a possible plug-in to handle tracking changes, no one wants to re-read a large multiple page document again when all they would rather do is just view the changes. I know there are possible database schemas that might facilitate this type of functionality; I am just hoping it is more of a plug-in function.
    So with all that being said my dilemma is how to approach the design of such an application using Apex, if that is possible. Some questions I have are:
    1. Do design the application where you have a text field that contains the entire document, which could be as many as 25 or more pages?
    2. Or do you break down the document in to multiple text fields and then assimilate them in to a single multi page document when printing?
    3. Would you store the document data using XML under condition 1, 2, both or not at all?
    4. What types of data tables might exist, such as tables for document templates, work-in-process and final documents or something else?
    I know there are a lot of other concepts/questions to consider and a large part of the design approach would be based on client requirements. My goal here is to gather different basic conceptual approaches, from forum members, in order to help facilitate a starting point for the project.
    By the way I have seen on the Apex Latest Forum Poll, for quite sometime, where Document Management is an application that people would like to see developed. Can anyone from the Apex-team tell me if it is in the works and if so, when?
    Thanks, in advance, for any suggestions.
    Kyle

    Hey Chet,
    Thanks for the response; actually I had visited the sample package apps. site awhile back and did not realize more had been added. My problem is that I use Apex 2.1 and not 2.2, so unless there is a way to load the package apps. to the Oracle hosted site, I won't be able to review there design. It would be nice if Oracle tied these package apps. to their demonstration applications sample downloads function in Apex.
    As for storing each line of the document in a single record, this was thought of as an initial approach. A concern by the team was how to program the logic to identify specific changed text in say a 5 sentence paragraph and how large the table would become if recording it line by line.
    It is still a good approach to consider and we appreciate the input.
    Thanks
    Kyle

  • Document  Management System(DMS)

    Dear Expert,
    We need to store the Employee revision letters( in PDF format) in DMS. Letters are currently in HTML format which we will convert them in to PDF format & store the same thru Document Magement System (DMS).
    I would like to know,
    1. How can we use DMS to store the letters in PDF format?
    2. Where can I find DMS configuration part in SPRO?
    3. I understand that DMS is a unique concept availabe in SAP HR. So how can I link DMS to HCM?
    4. Is SAP Archive link related to DMS ?
    5. Any documents/links related to this kinldy send it across.
    Thanks in Advnace,
    Regards,
    Damodar Pai.

    hi
    try with this
    SAP DMS - Document Management System
    SAP DMS are for storing documents such as CAD drawings, Materials pictures etc.
    With the document management system, users will be able to view the documents with ease within their SAP systems.
    Installing the SAP DMS requires a little bit of planning on how you want to do it.
    You have to give a little thoughts to stuff such as :-
    1.  The total numbers of documents that will be store monthly.
    2.  The average file size of each documents.
    3.  The capacity of your present R/3 system.
    4.  Your present network bandwidth.
    5.   Document Archiving Strategy.
    6.   Backup and Recovery Plan.
    Additional purchasing of hardware are required, especially if you have large amount of documents to stored.
    With this in mind, you can then decide on how you want to do it.
    You can do this in a few ways :-
    1.  Import the documents into the R/3 system.
    2.  Use an external document server.
    3.  Have a dedicated PCs where all the documents are stored.
    Most companies that intend to used DMS will opt for Option 2 as they does not want to overstretch the R/3 database.
    Options 1 requires you to setup the conversion interface. 
    The conversion interface allows R/3 to automatically covert your files and import it into the R/3 database.
    Here is a simple example of storing documents into your PCs, just to have a feel how the SAP DMS works:-
    For those using Citrix, you have to set this at the Citrix Server where the SAPGUI is located.
    Configure SM30 - V_TDWE_C1
    Put this command in your autoexec.bat
    SET HOSTNAME=PC1234
    Restart your pc.
    You can create/manage your documents in transaction code CV01N / CV02N
    Assigning Documents to a Material Master Record
    Access a material master record in Create or Change mode, and select Basic Data. 
    To create links to documents, choose Additional data -> Document data.
    The Link to Documents dialog box appears.
    Assign one or more documents to the material. 
    If you do not know what the document number is, you can search for it using the search help or by choosing Find document.
    When assigning a document to a material, you have the following options:
    1. Viewing the document by choosing it in the Link to Documents dialog box.
    2. Viewing any originals of the document by positioning the cursor on the document and 
       choosing Display originals in the Link to Documents dialog box.
    To return to the Basic Data screen, choose Continue.
    Save your data. 
    all the best
    madhu

  • How to save ALV extract to document management system

    Hi all,
    i have a requirement of saving the alv extract to DOCUMENT MANAGEMENT SYSTEM. Could any one of you please help me out in giving a solution to do this.
    Thanks in advance.
    Kiran

    Hi
    check this
    SAP DMS - Document Management System
    SAP DMS are for storing documents such as CAD drawings, Materials pictures etc.
    With the document management system, users will be able to view the documents with ease within their SAP systems.
    Installing the SAP DMS requires a little bit of planning on how you want to do it.
    You have to give a little thoughts to stuff such as :-
    1.  The total numbers of documents that will be store monthly.
    2.  The average file size of each documents.
    3.  The capacity of your present R/3 system.
    4.  Your present network bandwidth.
    5.   Document Archiving Strategy.
    6.   Backup and Recovery Plan.
    Additional purchasing of hardware are required, especially if you have large amount of documents to stored.
    With this in mind, you can then decide on how you want to do it.
    You can do this in a few ways :-
    1.  Import the documents into the R/3 system.
    2.  Use an external document server.
    3.  Have a dedicated PCs where all the documents are stored.
    Most companies that intend to used DMS will opt for Option 2 as they does not want to overstretch the R/3 database.
    Options 1 requires you to setup the conversion interface. 
    The conversion interface allows R/3 to automatically covert your files and import it into the R/3 database.
    Here is a simple example of storing documents into your PCs, just to have a feel how the SAP DMS works:-
    For those using Citrix, you have to set this at the Citrix Server where the SAPGUI is located.
    Configure SM30 - V_TDWE_C1
    Put this command in your autoexec.bat
    SET HOSTNAME=PC1234
    Restart your pc.
    You can create/manage your documents in transaction code CV01N / CV02N
    Assigning Documents to a Material Master Record
    Access a material master record in Create or Change mode, and select Basic Data. 
    To create links to documents, choose Additional data -> Document data.
    The Link to Documents dialog box appears.
    Assign one or more documents to the material. 
    If you do not know what the document number is, you can search for it using the search help or by choosing Find document.
    When assigning a document to a material, you have the following options:
    1. Viewing the document by choosing it in the Link to Documents dialog box.
    2. Viewing any originals of the document by positioning the cursor on the document and 
       choosing Display originals in the Link to Documents dialog box.
    To return to the Basic Data screen, choose Continue.
    Save your data. 
    Regards
    Anji

  • SAP Record & Document mangement.

    Dear All,
    This is regarding Record management. How this can be useful to a business and what are the benefits of this. In which scenario we use this and is this related to document management?? I am trying to understand its feature and business benefits.
    Please share your views and experiance on this. Thanks in advance...
    Regards,Kundan

    Hi Kundan
    Have you read SAP help on Records management?
    SAP help has answers to all the question you have asked. Following is a snap shot of what SAP help says:
    Records Management is a standard solution for the electronic management of records.
    SAP Records Management not only provides an electronic representation of the conventional paper record, but also offers functions that far exceed those available for conventional records management: you have fast and secure access to archived documents. You can enter Office documents and notes directly in a record, using document templates if required. You can include Internet or intranet pages in a record.
    Please read it in detail from the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/18fc39eb31a700e10000000a11402f/frameset.htm
    I hope this helps you
    Regards
    Amaresh Makal

Maybe you are looking for

  • Windows 8 ipod nano

    I have an early version of the ipod nano. I just got a new HP laptop, put itunes on it, uploaded all my old music and then downloaded a bunch of fresh songs. Why is the new music not syncing with the ipod? It keeps saying there is a problem with the

  • Apps no longer listed under "all" tab for purchased apps

    This is for an iphone 4 with IOS 5. On my iphone when I go to the app store, updates, and then select "purchased", the apps listed under "all" are the same as the apps listed under "not on this iphone." The apps are on the phone, under app discriptio

  • Unable to print chinese characters in Smartforms use Zebra printer

    Hi,all. My printer is Zebra ZM400 300dpi,I created a new output device 'TestDevice' and use the Lzeb3 Device type. In my smartofrms i used the Zebra command to rotated text.Now the smartforms counld not print chinese characters but '#' instead.(style

  • Tool for merging pacnew files ??

    Hi all, Is there a program available that are able to merge a .pacnew file with the existing files, instead of doing this manually ?? Maybe vim can do this but I am not sure ?? It would be nice to do this quickly to save time !! Last edited by niller

  • Reading Text a line at a time

          FileReader reader = new FileReader("hi.txt");                 BufferedReader in = new BufferedReader(reader);       FileWriter writer = new FileWriter("out.txt");               PrintWriter out = new PrintWriter(writer);Hi, how would I be able t