Attaching a PDF document for a Invioce Parking thru FB60 in background

Dear Friends,
I am working on a requirement to build an interface for Invoice posting/Parking.
Transaction used: FB60
Invoice data will be stored in a staging server, same has to be read and posted in SAP. Till posting part i am clear with the requirement. Invoice data will be in a flat file which i can read and store in my Custome table.
But customer is asking to attach a PDF document (which is a kind of supporting document not the invoice data) while doing the posting.
My queries are:
1. How to fetch the PDF files placed in an external staging server.
2. How to attach those files while doing the posting/parking as job is executed in background.
I want to use BAPI BAPI_INCOMINGINVOICE_PARK for parking the Invoice, but where to attach the PDF.
Or can i do BDC to attach the document?
Any info on this is highly appreciated and rewarded.
Thanks,
Simha

Change in requirement..
Hence i am closing this thread.
Regards,
Simha

Similar Messages

  • Attaching a PDF document for a Invioce Parki thru FB60 in background

    Dear Friends,
    I am working on a requirement to build an interface for Invoice posting/Parking.
    Transaction used: FB60
    Invoice data will be stored in a staging server, same has to be read and posted in SAP. Till posting part i am clear with the requirement. Invoice data will be in a flat file which i can read and store in my Custome table.
    But customer is asking to attach a PDF document (which is a kind of supporting document not the invoice data) while doing the posting.
    My queries are below:
    1. How to fetch the PDF files placed in an external staging server.
    2. How to attach those files while doing the posting/parking as job is executed in background.
    I want to use BAPI BAPI_INCOMINGINVOICE_PARK for parking the Invoice, but where to attach the PDF.
    Any info on this is highly appreciated and rewarded.
    Thanks,
    Simha

    Change in requirement..
    Hence i am closing this thread.
    Regards,
    Simha

  • Attach a PDF document to Device Location

    Hi all,
    We have a requirement to attach a PDF document to a Device Location. Ideally we are looking for an approch to upload a PDF document which would contain some instructions for the Business Users.  This would help the user to check the PDF document and perform Activties according to the instructions.
    Could you please guide through, if SAP allows for such an option to upload PDF file or any document to a Technical Object.
    It would be appreciated if you suggest few examples as well.
    Regards,
    Sai

    Thanks Rajat,
    I too found that option later. I shall Explore more on that.
    One quick question, services for object works find for Technical Master Data but for some reason its not working on Business Partner. The options in it ate grayed out. Any Idea ?
    Also, Services for object is not available for another user. Is it realted to any profile settings or will be in default to all users ?
    Thanks for you help once again.
    Sai

  • Attaching a PDF document to an order from Web

    Hi,
    We have a requirement to attached a PDF document to an order in SAP from a web front end (its a custom web application written in cold fusion). We currently create orders from this web application which talks to SAP via XI. I know that using the "Services For Object" option in SAP GUI we can upload external document. Is there a BAPI that can be used to send the document from WEB to be added as an attachment on the order?
    Any response will be greatly appreciated.
    Thanks,
    Paresh

    Hi Tom,
    ArchiveLink is a service integrated in the SAP Web Application Server for linking archived documents and the application documents entered in the SAP system.
    Linking documents according to content guarantees long term easy access to the documents. From the screen of the application document, you can directly display the stored document that is associated with it. You can also use attributes to search for documents. This replaces time consuming processes such as making copies of originals, searching for procedure-related information, etc.
    There would definitely be content repository which will be connected to SAP through archivelink. Pls confirm the same with Basis.
    You can look at the customizing through
    IMG->SAP Web Application Server -> Basis Services -> ArchiveLink
    Also pls refer to:
    http://help.sap.com/saphelp_47x200/helpdata/en/16/56a539a908455de10000000a114084/frameset.htm
    Pls award if helpful.
    Reg
    Sachin

  • How to attach a PDF document to work item .---urgent

    Hi EXperts ,
      I am wanted to know how to attach a PDF document to my work item which i will be geneating . Pls let me the Method coding to be done so that I can send the attachment also when the work item is generated ..
    What is need to pass to Workflow container ...
    Regards
    Abhilash

    Ah ok,
    then the only way I know is to get hold of some one with skills in Smart Forms, and alley up with them. Or better yet, use it as an excuse to learn to do it your self
    With a Smart Form, you can parse data into it, create the file, and then use the GOS functionality to attatch it to your BO. All this in back ground!
    Kind regards
    Mikkel

  • PDF documents for 7.0 reporting

    Hi Gurus,
    I dont find any PDF documents for BI 7.0 reporting on Sdn.
    Please provide me the links of PDF no help links.
    Greetings.

    Any finds would be rewarded.
    [email protected]

  • HT5361 How do I attach a PDF document and have it display as an icon, not the full document?

    When I attach a PDF file to an email message, the entire document displays.  How do I have the attachment display as an icon?

    Try using Applications/Utilities/Terminal - copy and paste the line below and hit return. Worked for me.
    defaults write com.apple.mail DisableInlineAttachmentViewing -bool YES

  • Reducing pdf size: How can I reduce a pdf document for MAIL?

    I am having trouble getting a mail pdf attachment to be accepted by my server. I am looking for a way to reduce the digital size of the pdf (report) so that it will be a size acceptable to my server (tds).  How can that be done?  What steps should I take?

    Welcome to Apple Support Communities.
    The Quartz Filter in Finder might help.
    Open the pdf file in Preview.
    Then File, Save As, (Format PDF) checkmark the Quartz Filter, and select Reduce File Size.
    In my test example, a 4 page .pdf file of a newspaper article including lots of text and two large color photos was reduced from 573KB to 147KB.
    But do test the results first, by giving the test file a new name instead of saving 'over' the original.
    The text remained sharp, but the included photos became noticably pixelated at 100% size.
    Additional help:
    http://macintoshhowto.com/software/how-to-reduce-the-size-of-a-pdf-document-in-o s-x.html

  • Open Data Object -  Open File attachment within pdf document

    I am trying to build a script which will open file attachments embedded in a pdf document.
    I have used the following javascript to list all embedded files within a document so I can retrieve the name
    var d = this.dataObjects;
    for (var i = 0; i < d.length; i++)
    console.println("Data Object[" + i + "]=" + d[i].name);
    The console reported:
    Data Object[0]=MTP-300-X-1210_A.pdf
    Data Object[1]=MTP-300-X-1240_A.pdf
    I then used the following script to open the file     
    this.openDataObject("MTP-300-X-1210_A.pdf");
    Console reports back as follows and does not open the file:
    [object Doc]
    Can anyone please offer assistance in how to open an embedded pdf attachment within a document?
    Many thanks!

    Hi George,
    I have used the same method app.openDoc to open attachments using a path associated with my computer.  However, as you know, the method does not work if the pdf containing the attachment is located on a different computer.  The app.openDoc method throws an error becuase the path is not valid.
    I am trying to get the following code to work with no success:
    var cFilePath = "|" + this.path + "|U:photo.pdf"';   // photo.pdf is the attachment
    app.openDoc ({cPath: cFilePath});
    The debugger throws an error.
    However, if I take the content of the variable cFilepath and instert it as an argument within cPath parameter as a string literal, the app.openDoc method returns the docObject.
    What's going on here?  shouldn't the variable cFilePath work?  Or do I need to specify a data type for the variable?  Any thoughts would be helpful.  I am using Windows 7, Adobe Acrobat X Standard.

  • Attaching a pdf document to a sales order

    We are trying to link pdf documents to sales orders in VA02/03 using the object services toolbar in the sales order.  We can specify attachments and it appears to work fine.  Our main question is were are these attachments saved.  We do not want them in the SAP database.  How do we configure were these attachments are saved.
    Does anyone have any experience doing this?
    Thanks

    Hi Tom,
    ArchiveLink is a service integrated in the SAP Web Application Server for linking archived documents and the application documents entered in the SAP system.
    Linking documents according to content guarantees long term easy access to the documents. From the screen of the application document, you can directly display the stored document that is associated with it. You can also use attributes to search for documents. This replaces time consuming processes such as making copies of originals, searching for procedure-related information, etc.
    There would definitely be content repository which will be connected to SAP through archivelink. Pls confirm the same with Basis.
    You can look at the customizing through
    IMG->SAP Web Application Server -> Basis Services -> ArchiveLink
    Also pls refer to:
    http://help.sap.com/saphelp_47x200/helpdata/en/16/56a539a908455de10000000a114084/frameset.htm
    Pls award if helpful.
    Reg
    Sachin

  • Parsing later version PDF documents for page count

    We send a large number of contracts in PDF format to an EDI application and need to know the page count in advance. We currently use a perl script to parse the PDF files for the following:
    1 0 obj
    <<
    /Type /Pages
    /Kids
    [ 13 0 R
    16 0 R
    /Count 2
    >>
    endobj
    This is the format of the PDF-1.3 documents. Unfortunately, the syntax is different for PDF-1.4,1.5,and 1.6.:
    obj<</Metadata 21 0 R/Outlines 27 0 R/Pages 28
    0R/Type/Catalog>>endobj35 0
    Is it possible to parse the page count from these versions?

    Actually, the fact that your parser EVER WORKED on ANY PDF files is amazing - since the fragment you posted is actually quite unusual for any version of PDF.
    The correct way for you to solve this problem is to get a PDF parser (there are native Perl ones such as Text::PDF) and use that gather the information you need.

  • Help PDF Document for Photoshop Elements 7

    When I was using Photoshop Elements 6, I was able to download a file named pselements_6_help.pdf which was a pretty good help manual for PSE6.  It had much more information than was available in the online help documents that you go to when you click on Photoshop elements Help in the Help menu, and it is searchable.  I was unable to locate a similar document for Photoshop Elements 7.  Is such a document available, and if so, how do you get it?
    Many thanks,
    SMK

    Here:
    http://help.adobe.com/en_US/PhotoshopElements/7.0_Win/
    In the upper left where it says View help pdf-right click-save target as.
    MTSTUNER

  • How can I search a PDF document for annotations/comments

    I have a long 50+ page pdf document with many annotations and commnets.  How can I search this document to find each comment?

    Locating and Searching Comment annotations.
    From the open Comments List you can sort and filter comments.
    This is discussed in Acrobat X Pro's online Help:
    http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7e42.w.h tml 
    A sorted / filtered list can be used to generate a PDF comment summary report.
    http://help.adobe.com/en_US/acrobat/pro/using/WS75E00763-F15A-43a1-85B7-51B920B1181A.w.htm l
    You could then use Find on the output summary report.
    Using Acrobat X Pro you can embed an index in the PDF.
    http://help.adobe.com/en_US/acrobat/pro/using/WSC28D4DBB-6A78-4027-9E04-F50FE411CFB9.w.htm l
    Then use the Search tool. With the Search pane open tick "Include Comments".
    Search returns have an icon at the left of each instance.
    This portion of Acrobat X Pro's online Help shows and describes these.
    The third up from the list's bottom is the Comments icon.
    http://help.adobe.com/en_US/acrobat/pro/using/WSC28D4DBB-6A78-4027-9E04-F50FE411CFB9.w.htm l 
    One of these or combinations may met your needs. 
    Be well...

  • Cannot open pdf documents for about a month now.

    a blank popup opens when I try to open pdf documents.

    I had this problem, I checked my add-ons one by one as suggested and it was the Avast online security add-on slowing me down on Google. Disabled it and FF works ok.
    No idea why the avast add-on would do that? Still using the full version of avast but not the add-on.

  • PDF  Document for cost object controlling

    Hi Sap Gurus ,
                    please any body sent cost object  controling pdf document to me.please help me .
    Thanks & Regards
    Sri

    HI
    Below links has some details relating to PC-COC
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/COPCIS/COPCIS.pdf
    VVR

Maybe you are looking for

  • I have a MBA. I bought the wrong magsafe charger

    Greetting, I bought a 85w magsafe charger instead of the 45w that I was suppose to buy for my MBA. Should I try to return it or it does not make much of a difference? What type of issues can I be expecting?

  • Aging buckets in a query

    Hi gurus, I am creating an A/R aging queries to age open items in 30days buckets( 0-30days, 31-60days,61-90 days and 91days+).My logic for each buckets is below .. eg -- 31-60days bucket (Key fig)-  Item status- Open                                  

  • Maps options menu doesn't work????

    Hi folks, I've recently got a 5800 and is struggling to get maps working properly, i open maps and it asks to connect to recently connected bluetooth users, i cancel then it asks to connect to the internet, if i press cancel it slowly locks on and sh

  • Ayuda... mi iphone se empeso a calentar y la pila se acaba en 2 a 3 horas

    alguien sabe que pasa con iphone, mi iphone 5 empezo a calentarse y a perder la carga de bateria en un lapso muy corto, no le e hecho actualizaciones nuevas en estos dias y el sabado empeso con este problema

  • Cannot log in to Apple discussion forum

    Hello, I can't log in to apple discussion forum with safari on my MacBook Pro. With my iPod touch I haven't any problems. Why is that so? What can I do? have you got a solution for me?? PS: I am from germany, so please excuse bad English. Thanks