PDF Document Atttached in PO- Table or field needed

HI All,
As per the business requirement we have attached the PDF format in the PO.
Now business needs to findout in which are all the PO's (List of PO's) the PDF document has been attached?
Is there any table or field is available in SAP? or Is there any other procedure to find out the same?.
Kindly do the needful
Thanks & Regards
Karthick

Hi,
Thanks for your valuable response.
I gone through the notes mentioned here.
Can anyone tell me is there any link is there between the SOOD table and Purchase order table?
So that it would be easy to findout in which are the PO (PO List) the PDF document  file has been attached.
Thanks & Regards
Karthick

Similar Messages

  • Bookmark a PDF document to hyperlink to a Word doc-need rush help

    Using Adobe Acrobat 7.0 Professional and Word 2002 (SP3), what I was trying to do is with a bookmark in a PDF document be able to hyperlink it to a Word document so that when I clicked on it in the Word document it would open to the bookmarked section in the PDF document.
    Anyone know exactly how to do this? If so can you please set out your reply in very basic, easy to follow steps.
    A quick reply would be very much appreciated. Thanks for responding.
    - Bonnie McKinnon

    This does not seem related to Acrobat 3D specifically. I would
    recommend posting in the Acrobat Windows forum.
    Aandi Inston

  • I have been trying to reduce the file size of a pdf document.  I have found an article called "Optimizer" but I cannot access it.  Maybe I do not have acces to this or I am doing something wrong.  I have a PDF document that is 4,036kb and it needs to be s

    I have a file that is 4,036kb and it needs to be less than 3MB.  I read some articles about file optimizer; but I cannot find any way to access it nor do I know if it is possible.  Can someone please help???

    "Optimizer" is a feature available in Acrobat Pro.
    Be well...

  • How to load pdf document on a table.

    i have the example to load images on a table but also i want to load pdf document on the same table.

    i have the example to load images on a table but also
    i want to load pdf document on the same table.Go to AskTom website and search for the script

  • Using Oracle Text to search through WORD, EXCEL and PDF documents

    Hello again,
    What I would like to know is if I have a WORD or PDF document stored in a table. Is it possible to use Oracle Text to search through the actual WORD or PDF document?
    Thanks
    Doug

    Yes you can do context sensitive searches on both PDF and Word docs. With the PDF you need to make sure they are text and not images. Some scanners will create PDFs that are nothing more than images of document.
    Below is code sample that I made some time back to demonstrate the searching capabilities of Oracle Text. Note that the example makes use of the inso_filter that is no longer shipped with Oracle begging with Patch set 10.1.0.4. See metalink note 298017.1 for the changes. See the following link for more information on developing with Oracle Text.
    http://download-west.oracle.com/docs/cd/B14117_01/text.101/b10729/toc.htm
    begin example.
    -- The following needs to be executed
    -- as sys.
    DROP DIRECTORY docs_dir;
    CREATE OR REPLACE DIRECTORY docs_dir
    AS 'C:\sql\oracle_text\documents';
    GRANT READ ON DIRECTORY docs_dir TO text;
    -- End sys ran SQL
    DROP TABLE db_docs CASCADE CONSTRAINTS PURGE;
    CREATE TABLE db_docs (
    id NUMBER,
    format VARCHAR2(10),
    location VARCHAR2(50),
    document BLOB,
    CONSTRAINT i_db_docs_p PRIMARY KEY(id)
    -- Several notes need to be made about this anonymous block.
    -- First the 'DOCS_DIR' parameter is a directory object name.
    -- This directory object name must be in upper case.
    DECLARE
    f_lob BFILE;
    b_lob BLOB;
    document_name VARCHAR2(50);
    BEGIN
    document_name := 'externaltables.doc';
    INSERT INTO db_docs
    VALUES (1, 'binary', 'C:\sql\oracle_text\documents\externaltables.doc', empty_blob())
    RETURN document INTO b_lob;
    f_lob := BFILENAME('DOCS_DIR', document_name);
    DBMS_LOB.FILEOPEN(f_lob, DBMS_LOB.FILE_READONLY);
    DBMS_LOB.LOADFROMFILE(b_lob, f_lob, DBMS_LOB.GETLENGTH(f_lob));
    DBMS_LOB.FILECLOSE(f_lob);
    COMMIT;
    END;
    -- build the index
    -- Note that this index differs than the file system stored file
    -- in that paramter datastore is ctxsys.defautl_datastore and not
    -- ctxsys.file_datastore. FILE_DATASTORE is for documents that
    -- exist on the file system. DEFAULT_DATASTORE is for documents
    -- that are stored in the column.
    create index db_docs_ctx on db_docs(document)
    indextype is ctxsys.context
    parameters (
    'datastore ctxsys.default_datastore
    filter ctxsys.inso_filter
    format column format');
    --search for something that is known to not be in the document.
    SELECT SCORE(1), id, location
    FROM db_docs
    WHERE CONTAINS(document, 'Jenkinson', 1) > 0;
    --search for something that is known to be in the document.  
    SELECT SCORE(1), id, location
    FROM db_docs
    WHERE CONTAINS(document, 'Albright', 1) > 0;

  • Securing pdf document with digital signatures

    I have a pdf document that has digital signatures. We need to secure it so no one who has input their digital signature can go back in later, delete their signature and then 're-sign' it. But I get an error message telling me I can't secure the document because it has digital signatures.
    Is there any way to secure the document so only I can secure/unsecure it after digital signatures have been input?
    Thanks!

    You don't need to use document encryption to lock the PDF file. You can set the signature field properties to mark all fields as read-only at signature creation. Try this:
    Select the Tools > Toolbars > Advanced Editing menu item
    Click the Select Object tool on the Advanced editing toolbar (it's the arrow icon)
    Right mouse click on the signature field and select Properties from the pop-up menu
    Select the Signed tab on the Digital Signature Properties dialog
    Select the Mark as read-only radio button and All fields from the corresponding drop-down list
    Click the Close button on the Digital Signature Properties dialog
    Select the File > Save As menu item and save a copy (in other words, leave the original copy as is in case you find you locked yourself out of the document, that way you'll have a fall-back recovery option)
    Good luck,
    Steve

  • Editing existing PDF documents

    I often receive PDF forms that require information to be added and then returned to the sender. How can you open a PDF file in Acrobat such that you can type in the necessary information and then resave it as a PDF file? Note that I have no design input or control for the original PDF documents.

    You can add text form fields (under TOOLS in AA8), select the text touchup tool and hold the ctrl key as you place the cursor, edit existing text with this tool (not easy -- often seems to mess up), or use the Typewriter tool. Basically, editing a PDF is not recommended except for minor changes.
    You could also use the commenting tools.

  • Error Message when importing pdf documents.

    When trying to import pdf document to form central, I receive an error message stating that form central could not import pdf documents because it contains no form fields. I don't know what the error message is referring to. Can someone  help with this issue.
    Thanks in advance.
    Codblxx2013

    This post explains:
    http://forums.adobe.com/message/5226128#5226128

  • How to get the disco model with all tables and fields ?

    Hello !
    I have to make a document showing all the tables and fields I have in my EUL ... This would be a good documentation for our company and our clients too !
    I haven't find any ways to perform this directly from disco admin and I can't make a query using the EUL tables ...
    Please Help ...

    Hi,
    I am assuming you are using Discoverer 4.1/4i. In the Oracle Home\Discvr4 directory contains an EUL4.eex file. Import this in Admin edition, and it will create a business area on your EUL. Then you can get details on the Folders and Items and use it to create reports....
    Cheers
    Deepak

  • Error - "not a valid pdf document. it cannot be opened"

    I am getting this error message when opening PSE. It says "This is not a valid Portable Document File (PDF) document.  It cannot be opened."  Needing help asap!  Thanks!

    Quit PSE. Then go to your username>library>preferences and delete:
    com.adobe.PhotoshopElements.plist
    Adobe Photoshop Elements < version number > Paths
    Adobe Photoshop Elements < version number > Settings
    In 10.7 and higher that library is hidden.  To see it, option click the Go menu in the Finder and it will appear below the little house for your user account. Also in 10.7 and up, while you're in there go to the saved application states folder and delete any for PSE.
    Repair permissions and try again.

  • Checkin PDF document from Appliction server onto DMS

    Hi All,
    We have pdf documents on a file server which we need to attach/checkin to a document info record using CV02N transaction.The file server will be mounted onto SAP's application server. i'm using the bapi BAPI_DOCUMENT_CHECKIN2 to achive this functionality programatically. I'm getting the following error when I try to pick a file from application server. 'Error while checking in and storing: /tmp/test.pdf'. However, when I pick the file from desktop(through the program itself), the document is getting successfully attached.
    I would greatly appreciate if someone could help me in correcting this issue.
    regards,
    Arun

    Hi,
    I resolved the issue my self. I included an additional parameter     PF_FTP_DEST             = 'SAPFTPA' in the function module BAPI_DOCUMENT_CHECKIN2 which seems to have resolved the issue.
    regards,
    Arun

  • How to stack my pdf documents

    For some reason, one user is not able to stack his PDF documents.  Any idea why.  Thanks.

    Need to compare the difference between two PDF which should include font, style, text, spelling comparision and need to produce the report which should tell the difference.

  • What is the best method of making revisions to a PDF document with editable form fields?

    I created several documents/forms in Microsoft Word in order to use tables for formatting, then turned them into PDFs using Acrobat X Pro.  The auto form field recognition feature in Acrobat doesn't always recognize every field in the document, so I had to manually create some of them and alter their properties for correct font size, scroll long text, etc.  I now need to revise / add more information to the documents.  The only thing I know to do is to make these revisions to the original Word document, save as PDF, and redo all editable form fields again.  Is there an easier way to edit these documents while keeping the current editable fields and their properties?  Thanks.

    Thank you!  That seems to work fine and keeps my old editable form fields.

  • Problem Trying to retrieve a PDF document from XMLP_SCHED_DATA BLOB field.

    Hello everyone,
    I'm using BI Publisher 11g to generate PDF documents. I had implemented a servlet that uses HTTP POST/GET to simulate the behaviour of BIP console since ScheduleReport Service is not implemented in this version. The problem is about the output of the final documents when i'm not using the bursting option. From my experience, the documents are not saved in any temporary folder in the filesystem. Looking at DEV_BIPLATFORM schema and analysing XMLP_* tables, i'm assuming that the generated document data is the BLOB DATA field in the XMLP_SCHED_DATA table...this is right?
    Next, in java, i'm using the BLOB field to output his binary content to a PDF file but, when i try to open the file, it gives an error: "document may be damaged"...
    Any suggestions here would be appreciated...
    Thanks in Advance
    Regards,
    NP

    831692 wrote:
    Hello everyone,
    I'm using BI Publisher 11g to generate PDF documents. I had implemented a servlet that uses HTTP POST/GET to simulate the behaviour of BIP console since ScheduleReport Service is not implemented in this version. The problem is about the output of the final documents when i'm not using the bursting option. From my experience, the documents are not saved in any temporary folder in the filesystem. Looking at DEV_BIPLATFORM schema and analysing XMLP_* tables, i'm assuming that the generated document data is the BLOB DATA field in the XMLP_SCHED_DATA table...this is right?
    Next, in java, i'm using the BLOB field to output his binary content to a PDF file but, when i try to open the file, it gives an error: "document may be damaged"...
    Any suggestions here would be appreciated...
    Thanks in Advance
    Regards,
    NP1. Yes, it contains the output document.
    2. If the output type is PDF then the BLOB contains a zip file which contains the PDF document.
    So first unzip it before rendering
    Cheers
    Jorge
    p.s. If your question is answered then please grant the points and close the thread

  • Does anyone know how I can create a text field in a pdf document that will multiply a total in another box?

    does anyone know how I can create a text field in a pdf document that will multiply a total in another box? I’m making an interactive pdf for an order form (attached), and I need to find a way for the “total quantity” number to multiply by 9 and total in the “Amount Due” box.

    Hey Gary,
    Have a look at this post: Re: horizontal scrolling similar to excel
    Andy's reply will show you how to make a table scroll horizontally, but it will be tough to accomplish it in some sort of easily replicable way. I am working on a JQuery extension that will help accomplish this, but I have had my time invested in another project at the moment.
    Good Luck,
    Tyson

Maybe you are looking for

  • How do i get the text app on my i-pod touch?

    i keep trying to go to my app store but it wont let me log in

  • Compiling with Flex 4.0 gives flash.desktop.NativeProcess could not be found

    Hello! I have an ActionScript only Flex project that was written by someone else. I know it was compiled successfully for Air 2.0 I can compile this project using Flex Hero and with <application xmlns="http://ns.adobe.com/air/application/2.6"> - howe

  • Is there anything like Siri for iPad

    I really want to speech to text option on my keyboard. Anyone found a work around.

  • (Noob) Centering a div?

    I am very new to dreamweaver and  have been following some tutorials and was wondering if someone could help me with a spot.  I am just messing around trying to learn structure with divs.  I am trying to use 100% width on areas which seems to be work

  • Impossible mise à jour windows 8

    bonjour, j'ai un petit problème pour migrer de windows 8 vers 8.1 J'ai fait une récuparation de mon ordinateur de bureau p6- 2315.f, n° de série CZC24DBHKY n° de produit C3V56EA#ABF. Résultat la récupération c'est faite sur windows 8 alors que j'avai