External File URL attach to FB03 - document service object

Hi ;
My requirement is Scanned copy of hard Vouchers stored in one Windows based External drive.this drives contains yearly ,monthly wise sub folders.
in that sub folders Scanned Copies stored with voucher numbers. this hard Copy of voucher number Updated in FI Document- document header text file.
based on Input file name customized program to identify the File from External drive and find the URL of scanned File and attach in FB03- Service for object tool.
How to achieve this requirement this through SFTP Script . FTP is not using in my System.
highly appreciate if somebody help me on this..
Regards
satish

Hi Satish,
You may look into option of writing an ABAP program to scan through the list of files in the share drive and pick up one which matches the selection and then perform upload and attach to FB03.
Some examples of coding is available in thread http://scn.sap.com/thread/1925928
Regards,
Deepak Kori

Similar Messages

  • Configuring the Destination URL for the Adobe Document Services

    hi all,
    I am going through the documentation for "Configuring the Destination URL for the Adobe Document Services " at :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/02/560f41ca73d349e10000000a1550b0/frameset.htm
    I am not able to understand 7th step
    <b>7.      Define the user name and password. To find out how to create the user name and password for the Adobe document services, see Creating a User for Basic Authentication in the document Adobe Document Services – Configuration Guide. You can find this guide in the SAP Service Marketplace under Quick Link /InstguidesNW04.</b>
    In our scenario
    <i>We are running NW04s SP11 on 2 machines
    1) <u>32-bit machine with ADS and credentials properly configured on Web AS for Java installation</u>
    <b>com.adobe  AdobeDocumentServices  null (710.20061024154505.342190)
    com.adobe  AdobeDocumentServicesEjbClientLibrary  null (705.20060407121920.289077)
    sap.com  SAP-JEE  7.00 SP11 (1000.7.00.11.0.20070201154700) 
    sap.com  SAP-JEECOR  7.00 SP11 (1000.7.00.11.0.20070201154700)
    com.adobe  DocumentServicesBinaries2  null (710.20060629085312.115621) 
    com.adobe  DocumentServicesConfiguration  null (710.20061024154505.342190) 
    com.adobe  DocumentServicesDestProtoService  null (710.20060821084105.325745) 
    com.adobe  DocumentServicesLibrary  null (710.20060629090137.115621) 
    com.adobe  DocumentServicesLicenseDatabase  null (705.20051005114147.242570) 
    com.adobe  DocumentServicesLicenseManager  null (710.20060929113452.336248) 
    com.adobe  DocumentServicesLicenseService  null (710.20060929113452.336248) 
    com.adobe  DocumentServicesLicenseSupportService  null (710.20060929113641.336248)
    </b>
    2) <u>64-bit machine with portal installation on Web AS for Java, with ESS and MSS</u>
    <b>sap.com/SAP-JEECOR  7.00 SP11 (1000.7.00.11.0.20070201154700)  20070308153304 
    sap.com/SAP-JEE  7.00 SP11 (1000.7.00.11.0.20070201154700)  20070308153213 
    sap.com  SAP_ESS  600 SP7 (1000.600.0.7.12.20070314050106)
    sap.com  SAP_MSS  600 SP7 (1000.600.0.7.4.20070321052655)
    sap.com  tc/wd/webdynpro  null (7.0009.20060804145649.0000) </b>
    </i>
    Why do we have to create a new user for the server which is consuming the web service? We already have an user "ADSUser" defined for the Web AS server which has ADS services deployed.
    I have opened this thread to solve the previous unanswered question I posted on SDN Empty area in place of Interactive form. .
    One more thing the adobe print forms of ESS [Total Compensation Statement and Salary Statement] are rendering properly, only the ones with Interactive ability or not.
    thanks,
    Sanketh

    Hello Sanketh,
    1. To access the NW04s configuration guide,
        - Go to https://service.sap.com/adobe
        - On the left frame (tree), under Adobe > Media Library > Documentation
        - On the right had pane you will find the link to the NW04s Configuration guide
    2. The link that you have mentioned below details the steps required to be carried out on the client machine that consumes the Adobe Document Services. In our case that is the j2ee engine on which your Web Dynpro application is running. It could be the same physical machine with two different j2ee instances hosting Web Dynpro and ADS or it could be two different physical machine or a single machine having a single instance of j2ee engine hosting both the Web Dynpro and the ADS.
    You do not have to create a separate username and a password on the consuming machine but you need to configure the Web Service client proxy to point to the ADS (maybe hosted on a different machine) with the username and the password created on the ADS server. As you have mentioned, you have already created such an user on the ADS (ADSUser). This user authentication on the client machine (consuming server - Web Dynpro) would be required at the runtime by the j2ee engine to authenticate itself with the ADS.
    Best Regards,
    Krish

  • Is Adobe Credentials file always needed for Adobe Document Services

    Hi,
    We are setting up Adobe Document Services in our SAP ME 6.0 Environment.
    We are getting this error in Default trace file when printing an adobe template:
    "Unable to locate any credential aliases associated with CS credential
    alias: ReaderRights"
    In the help for ME 6.0 chapter "Setting up printing" it is stated that you install a credential file. But according to SAP Note 736902
    you should only need the credentials file if you are running interactive forms, which we are not. We only want to print a PDF template which we have mapped against the file created from SAP ME.
    Can anyone help me and tell me if I really need the credentials file or if I don't need it how I can proceed with setting up ADS without the credentials file?
    Br,
    Johan Nordebrink

    as far as I was aware, you do need the credentials file

  • How to extract the Private Note data in Document Service Object?

    HI EXPERTS,
    In transaction ME53N, display document, click on the Service Object button and enter a Private Note.
    How to extract this data and show it in a report?
    Moderator message: please analyse yourself before asking, describe your own efforts and where you are stuck when posting again.
    locked by: Thomas Zloch on Aug 19, 2010 1:33 PM

    I did quite an amount of debug of transaction Code FB03.
    SO_OBJECT_READ is the function module that is used to read this data.
    The inputs are as below:
    folder_id is generated from:
    Within CL_GOS_SRV_PERSONAL_NOTE and METHOD check_status -->
            CALL METHOD cl_binary_relation=>read_links_of_binrel
              EXPORTING
                is_object              = is_lporb
                ip_relation            = 'PNOT'
                ip_role                = 'GOSAPPLOBJ'
              IMPORTING
                et_roles               = lt_roles
    where
    is_lporb-typeid = BKPF
    is_lporb-catid = BO
    is_lporb-instid = 'CompanyCodeDoc nofiscal year'
    lt_roles-instid+12 is used for the SO_OBJECT_READ function module
    Thanks,
    Ven
    PS: if any body comes across a better solution, let me know.

  • Create external document (URL) - Attachment in FI document

    Hi all,
    how can I add with a custom program an URL as attachment in a FI document?
    And how can I remove the possibility to delete this attachment for a user when he enters in change mode FB02?
    Many thanks.
    Luca

    hi,
    u have to do 2 things.....
    1) attach the created fi docs to browser(FM is available but i forgot it)
    2) call function module CALL_BROWSER and WS_EXECUTE to execute the attached fi docs...
    regards
    dinesh.a

  • URL Attachment

    Hi all,
    i hope there is someone that can help me.
    My question is: i've used in an ABAP custom program the FM SGOS_URL_CREATE_DIALOG: is this the way to create a report that may create me an URL attachment to MM document?
    I ask you this because i don't able to create the URL attach in follow report:
    report  z_attach_url.
    tables: ekko.
    parameters: p_contr like ekko-ebeln.
    parameters: title type sood-objdes.
    data: document_id type borident-objkey.
    data: is_object type borident occurs 0 with header line.
    start-of-selection.
    is_object-objkey = p_contr.
    is_object-objtype = 'BUS2014'.
    append is_object.
    call function 'SGOS_URL_CREATE_DIALOG'
        exporting
          is_object = is_object
          ip_title  = title
        importing
          ep_url    = document_id.

    Hi,
    You are missing COMMIT WORK
    eport z_attach_url.
    tables: ekko.
    parameters: p_contr like ekko-ebeln.
    parameters: title type sood-objdes.
    data: document_id type borident-objkey.
    data: is_object type borident occurs 0 with header line.
    start-of-selection.
    is_object-objkey = p_contr.
    is_object-objtype = 'BUS2014'.
    append is_object.
    call function 'SGOS_URL_CREATE_DIALOG'
    exporting
    is_object = is_object
    ip_title = title
    importing
    ep_url = document_id.
    commit work.  " <<<<<<  Give Commit here <<<<<

  • Adobe Document Services / Interactive Forms

    Gud Mrng Techies,
    Can anyone suggest a gud reading on
    1. How To Configure Adobe Document Services on J2EE Engine.
    2. How To Work With Adobe Interactive Forms in NWDS using Adobe Live Cycle Designer.
    Thanks in advance....
    Bhushan Reddy.

    Hi Bhushan,
    Very good morning.!!
    The main purpose of ADS,adobe dosument services is to design and create interactive PDF forms. These services are installed as Web services on a J2EE Engine and have the destination URL as default.We need to ensure that we install the Adobe document services on the J2EE Engine on which the Web Dynpro runtime environment is deployed.
    If the Adobe document services are not provided on the J2EE Engine on which the Web Dynpro runtime environment is deployed, you must change the destination URL of the Adobe document services using the Visual Administrator.
    Check the below links for a good reading of the same
    http://www.adobe.com/nl/pdfs/7_SAP.pdf
    http://wwwimages.adobe.com/www.adobe.com/enterprise/partners/pdfs/solution_in_detail_interactive_forms.pdf
    hope these are helpful for u.
    Regards,
    Shaila

  • Spot color infomation not shown in Document info objects

    Hi,
    In the eps file, I have checked the Document info-->Objects menu in that spot color mentioned as "NONE"(refer img1.jpg). But in the same eps file Document info-->"Spot color Objects" menu its shows E(CMYK)(refer img2.jpg) that is spot color name. Could you please advise me why this difference occurs. Also I need to get this spot color object name via javascript, how to get this infomation?. I have attached the screen shot for your references.
    Thanks for looking into this,
    Maria prabudass

    Hi.
    TextFrame color informations included under textPath property.
    app.activeDocument.selection[0].textPath.fillColor.gradient.gradientStops[0].color.spot.na me
    If your selection is textFrames, add "textPath" after "selection[0]".
    Ten.

  • Attaching a scanned document to a pdf file

    how do I attach a scanned document into a pdf file that needs to be faxed                                       

    The ExportPDF service doesn't do anything like that.  Do you have Adobe Acrobat?

  • Can Adobe Document Services be used to print a PDF attachment.

    Our users want to attach PDF files to DMS documents in SAP.  Can Adobe Document Services be used somehow to print these PDF attachments?

    Hi Steven,
    Yes adobe document services can be used to print the pdf documents .
    ADS supports uploading the offline pdfs and displaying the document in the pdf format in the portal in the iview/IE with all the adobe tool bar where u can find the print option too.
    For impelmenting you any how need all prerequisites .Installation,configuration well done depending the versions.
    Just have a look at the offline scenario in the tutorial below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cdaa88c3-0401-0010-84a9-822f294005c9
    Creating PDF-Based Forms for Printing
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ac59107f-0601-0010-be93-e93fdbc75010
    Swathi
    Do offer pts:-)

  • In Pages 5 when I try to attach a pages document to an email it gives me 2 folders and 4 files ???  How does one email a pages document.

    How does one email a pages document? In pages 5 when I try to attach a pages document to a gmail email it gives me 2 folders and 4 other files to choose from. 

    Sounds like you are using Gmail.
    Pages 5 uses a zipped package of files as its format. 3rd party servers don't understand the format and show it as the component parts.
    Use Mail toenail the file or zip the .pages document before sending.
    Peter

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • Generate a PDF file Using Adobe Document Service

    Hi All,
    How can I generate a PDF file using Adobe Document Service? The content of the PDF can be from any DataSource (Oracle/ BW/ R3 ).
    Can anyone get me some information.Points will be rewarded
    Thanks in advance
    Deepak Raj

    Hi Raj,
    You can look into this blog
    Creating your first application using Interactive forms
    If you get your answer ...set the thread as "answered"
    Regards,
    Sekhar

  • Hyperlink in WebI document to open external files

    Hi all,
    I'm creating a WebI 3.0 document in Infoview and would like to know if it is possible to create a hyperlink on a drill down WebI report which will then open external file formats like PDF, TIFF, JPEG or etc. The external files reside outside BOE and they're in another system in DocuFlo.
    If yes, how can we do so? I've tried OpenDoc but got to realize that it doesn't work for external files. Is there a workaround for this?
    Hope my question is not too confusing. Thanks in advance.

    Yes Kuldeep, I could.
    But the situation that I have now is - the object that is carrying the data will open the relevant external document stored on the server.
    e.g. [State] is a dimension in my universe and the data could be US, UK and NY.
    When I activate the drill and click on US, it should open the US document. (http://servername/US.pdf)
    When I click on UK, it should open the UK document (http://servername/UK.pdf)
    My problem now is, when I click on any of the states, it opens the same document (http://servername/US.pdf). I'm running out of idea and solution
    Many many Cheers~

  • Why do old Adobe PDF files which I attach to a document show as Firefox files instead of an Adobe PDF file after an Adobe Reader update??

    Why do old Adobe PDF files which I attach to a document show as Firefox documents in my files instead of an Adobe PDF file after an Adobe Reader update?  My saved files Adobe PDF documents also appear as Firefox documents instead of Adobe PDF files.

    NO MATTER WHAT VERSION OF WINDOWS YOU'RE USING:
    Right click one of the PDFs with the Word icon.
    Select "Properties"
    Where it says "Opens With" there is a button to change it from Word to Adobe Reader, which should be in the list of available programs that pops up.
    Choose Reader, and click APPLY before clicking OK.
    That will change ALL PDFs to Reader as the default application.

Maybe you are looking for

  • Page does not view in IE does when I test in firefox but didn't when I loaded the page.

    Hi, I have apge that views fine in Firefox (no surprise there) but in IE the page is basically blank. Anyone got an idea why? Here is my code, I suspect it has something to do with the java but not sure, can anyone help please? Thanks in advance! Her

  • View of Tables

    Hi Friends, When I open VBRK table through SE16, I can see all the headings by techenical names (Ex: MANDT) only. But I want to see those headings with the description (Ex: CLIENT) of the tables. In the same way for other tables also. Can anyone help

  • FR reports security Issue

    Hi All, we have developed some reports from Planning cubes. We are using V11.1.1.3 We have created a user(tried with both native & LDAP user) and given the following access. This user has provision for 1. Planning APP - Planner 2. BI Plus - Explorer,

  • Security questions through iPad expired time every 1 sec and i cant put them to use AppStore

    I put a security questions already in my account , but when I try to use AppStore in my iPad It ask me to put moré security questions , the problem is when i try to do It every time It says the time has expired . That i should start again . I tryied

  • INNER JOIN 4 tables only 2 share 1 column?

    Hey guys, It's been a while since I have used SQL but I am getting back into it. Currently I am trying to link 4 tables, but two of the tables share one piece of information, in this case it is the (Royalty) column. I have a lot of columns listed in