Opening Files in SAPGUI from FTP

Hi! Experts,
I have a requirement in a project in which I have to read .pdf and .xls files from FTP server and show it in the SAPGUI on a button click for a particular record in ALV. There should also be an option to save the file once opened.
The file will have a particular naming convention so we can differentiate for which record they belong.
For e.g. If a I have an ALV grid showing all the visitors. There will be a ticket copy in pdf format placed in the FTP server for each of the visitor planning to travel.
I need to have an option to show the end user this ticket copy and also have an option the save the same.
Is this possible?... Please help me with a appropriate solution.
Regards

You can't, or at least not easily. Would you like to explain why you want to do that? Remember that the Develop module in Lightroom uses the same processing engine as ACR, so not sure what would be gained by being able to open files into ACR directly from Lightroom.

Similar Messages

  • Opening files in ps from lr.....

    Hi, I wonder if anyone can help......?
    When i open files in ps from lr, the images don't have the exposure changes i've made in lr. Is there anything I can do to stop this as it's very frustrating to have done colour changes etc, then no have them shown in ps.
    Thanks in advance

    Kara_Rue wrote:
    The jpgs contain my photoshop edits so that is why I save them. As far as I know, the lightroom data will be retained but any additional photoshop editing will need to be saved in some format. I'm a professional photographer so I like to have the JPGS easily available for when people order prints.
    I suppose that is just a difference in our personal workflows. Since JPEG files are compressed with lossy compression, many people prefer to keep the TIF or the PSD that Photoshop creates. That file contains all of the Photoshop changes as well as the original Lightroom adjustments. And there is no quality loss in those files. Then JPEG images are created as needed for printing or sharing on the web. And once that purpose has been met, the JPEG files are deleted. But your workflow seems to be different, and one that you are comfortable with. Sorry for harping like I did. I didn't even think about your need to upgrade ACR. Just be aware that if you decide to upgrade it will be necessary to upgrade both programs in order to keep everything in sync.

  • Open file in excel from labview

    I need a way to open an existing Excel file, that may or may not be open already.  I am using the attached "Open Specific WorkBook.vi" from the examples.  My LabVIEW program must be able to either open a specifc Excel workbook and worksheet even if it is already open.  Is this even possible, or would it be better to close it (if open), the open it again?
    Attachments:
    Open Specific WorkBook.vi ‏37 KB

    As you probably know, nothing "bad" happens when you open Excel if it's already open, it just doesn't come to the front of your LabVIIEW ap. To get it to the front, Minimize the Excel window then immediately Maximize it (or Normalize it) programmatically with a PN.  I have tried many of the other methods (but not all of them) to no avail, this works for me. There may be a more elegant solution.
    There are other known methods to bring an ap to the front, with callbacks etc, but they can be clunky, or require Userlib32, etc. Since this property node already exists in your ap, it's comes at little expense.
    Of course, you may want to check that the ap was open before you do this, but even that is optional, at the expense of a little flashing on the screen.
    Richard
    Attachments:
    windowState.gif ‏4 KB

  • Get the File Name received from FTP Adapter

    Hi,
    How to get the File name reived through the FTP Adpater. I have created a variable with the Message type from ftpAdapterinboundheader.wsdl. from there I mapped the filename attribute to a local string variable.
    But I did not receive the file name. The output in the Audit trail is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Invoke_File_Process_FileProcess_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/PIERS/SP_FILE_PROCESS_UPDATE/">
    <AS_DIR xmlns="">I</AS_DIR>
    <AS_FILE_NAME xmlns="" />
    </InputParameters>
    </part>
    </Invoke_File_Process_FileProcess_InputVariable>
    Can any one let me know how to get the recevied file name from FTP adapter.
    Thanks

    you have to define variable of type InboundHeader_msg. Then in receive activity click on Adapter tab and for header variable chose your newly created variable (InboundHeader_msg). Once you receive message from FTP you should see in this variable fileName.

  • Cant open file in photoshop from lightroom

    I installed portraiture yesterday in PS and now for whatever reason I cant open files from lightroom to photoshop?

    Nobody can tell you anything without proper system info or other technical details like exact versions.
    Mylenium

  • Opening files in ACR from Lightroom

    I am looking for the way to open JPEG and CR2 files in Adobe Camera Raw from Lightroom.
    Any help would be much appreciated.

    You can't, or at least not easily. Would you like to explain why you want to do that? Remember that the Develop module in Lightroom uses the same processing engine as ACR, so not sure what would be gained by being able to open files into ACR directly from Lightroom.

  • Can't open files with spaces from gui applications

    When I try to open a file or directory from say qbittorrent or clementine in xfce, I get the message:
    "Failed to open URI "file:///somewhere/filename%20with%20spaces".
    Googling told me this problem was due to passing a "%U" instead of a "%F" somwhere, but I don't know where to change this.

    I don't use any DE or those kinds of gui tools, but the "%U" instead of an "%F" issue would be in the .desktop files.  There are systemwide .desktop files in /usr/share/applications/ and you can override these with your own customized versions in ~/.local/share/applications/
    So a workaround at least would be to copy the relevant desktop files from the system-wide folder to your user's folder and edit them appropriately changing %U to%F.

  • "Open file location" option from the search window replaces the search window to open the file location

    After searching for  some files, when I right click on any file from the search window and click "open file location", the file location is opened in the same search window there by detroying my search. In Vista this option would open the file location in a separate window. This is really annoying if I want to open locations of several files from the search window.

    The more thorough explanation of how to do this is right-click the item then CTRL-Left Click "Open file Location". This will open it in a new window.
    I agree that Microsoft makes unnecessary changes to the operating system which cause it to behave less productively. The search is an important part of an operating system and Microsoft managed to make it the worst part.
    Bring back the XP search option. I'm very sad so see this terribly executed search is still the norm in Windows 8. 
    To put it bluntly, I don't use Windows by choice, it's my job to deal with it.

  • Load XML file to XMLTable from FTP site Problem Oracle9i Release 9.2.0.7.

    Hi,
    I was wondering if it is possible to load XML file from FTP address directly to XMLType Table?
    Can someone help me?
    For example I have ftp site "ftp://test" and on this site I have file "file.xml"
    and I would like to load "file.xml" to table "xml_tab" ?
    I tried to use "load_xml" procedure and set DIRECTORY "xml_dir" to 'ftp://test' but I get this error
    exec load_xml(p_dir=>'XML_DIR', p_filename=>'file.xml');
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The network path was not found.
    ORA-06512: at "SYS.DBMS_LOB", line 504
    ORA-06512: at "P.LOAD_XML", line 8
    ORA-06512: at line 1
    Procedure looks like this:
    (p_dir IN VARCHAR2,
    p_filename IN VARCHAR2) AS
    l_bfile BFILE := BFILENAME(p_dir, p_filename);
    l_clob CLOB;
    BEGIN
    DBMS_LOB.createtemporary (l_clob, TRUE);
    DBMS_LOB.fileopen(l_bfile, DBMS_LOB.file_readonly);
    DBMS_LOB.loadfromfile(l_clob, l_bfile, DBMS_LOB.getlength(l_bfile));
    DBMS_LOB.fileclose(l_bfile);
    INSERT INTO xml_tab (
    id,
    filename,
    xml
    VALUES (
    xml_tab_seq.NEXTVAL,
    p_filename,
    XMLTYPE.createXML(l_clob)
    COMMIT;
    DBMS_LOB.freetemporary (l_clob);
    END;
    I have tried also with this
    select xdburitype('ftp://test/file.xml').getCLob() from dual;
    but i get error
    ERROR:
    ORA-31001: Invalid resource handle or path name "ftp://test/file.xml"
    Can you pleeeeeeas show me a way to do this, thanks ???

    This will not work.. Ypu cannot use FTP to 'PULL' a document into the database. (Yes I know there's a placeholder for an FTPURITYPE() but it was never implemented).
    However you can use an FTP client to PUSH content into the XML DB repository. If the content is schema based XML associated with a known (registered) XML schema the content of the file will automatically be stored in the default table associated with the root element of the file. If the content is not associated with an known XML schema you can then use xdburitype to read the resource that was created when the document was uploaded into the repository

  • Unable to save or open files in Excel from Office 2011 on my Mac Air with Mountain Lion?

    Excel 2011 no longer saves or opens files?

    I found this page under Microsoft's web area listing known issues with Excel 2011 on the Mac.
    One is entitled "You cannot save a file that includes a hyperlink".  That and/or other references on this page might be helpful.
    http://mac2.microsoft.com/help/office/14/en-us/word/item/4ba243ae-1afa-4283-ba6a -d2a020dcc07a

  • File associations lost from ftp servers

    Whenever I move files to an ftp server, the file associations are lost if there are no extensions on those files.
    Mac OSX knew what it was when I put it on the server but when it comes back, finder has no idea what to do with it. I.e. a quicktime doc mymovie (with no .mov exension) still had the blue Q icon when I moved it up there, but when I pull it down, it looks like a plain blank sheet and double clicking yields "There is no default application specified to open the document "mymovie".
    Checking the file head in terminal reveals creator and type are still there, so how do I get OSX's finder to use those? If OS9 could do it, there must be a way for OSX to!!!

    Thanks Jeffery - you are right, type and creator were in fact lost.
    I've answered my own question with some research though - Fork Server Helper.app from Marcel Bresink Software seems to be the solution:
    http://www.bresink.de/osx/ForkServerHelper.html

  • Cannot Install Adobe Updates / Cannot Open Files in Photoshop from LR

    Hi,
    I cannot seem to update the programs that show need to be updated. My computer shows I need to update Adboe Bridge CS5, Extension Manager, Photoshop CS5 and Camera Raw, but get the following error every time: "There was an  error downloading this update. Please quit and try again later."
    I figure this is part of the reason why I cannot edit a photo from Lightroom to Photoshop. When I try to edit in Photoshop, the program opens up but the image doesn't appear. When I try to open the image directly in Photoshop, I get the following error: "Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw."
    I assume the two issues are related, but how can I get past this if I can't update Camera Raw?
    I'm running on Yosemite and have Photoshop CS5 and LR 3.
    Thanks for any help!

    The updater for older versions don's work well, if at all, anymore. Update the manually:
    Adobe - Photoshop : For Macintosh : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Camera Raw 6.7.1 Update
    If you upgraded to Yosemite with CS5 installed, you may want to uninstall and re-install CS5 before doing the above. You can find the CS5 downloads here: Download CS5 products
    Benjamin

  • Since a recent thunderbird upgrade, I can no longer open file attachments directly from my thunderbird email client.

    I can save the file to my computer, then navigate to the file I saved and open it that way. With a very large share drive, though, this takes up a lot of time. I really need to be able to click the file attachment from the thunderbird window and have it open. I'm on a mac running OS X version 10.9.5 and Thunderbird version 31.4.0. Here's a screenshot from my preferences -> attachments. Thanks in advance!

    Your settings show that you want it to ask you every time and not auto open.
    Files can have different extensions: eg: .doc, .csv, .pdf etc
    The extension determines the type of file and different programs are used to open different file types.
    eg: Adobe Reader may be used to open .pdf documents.
    MS Word or OpenOffice.Writer may be used to open .doc documents.
    For Thunderbird to open a document it needs to know what program to use to open that specific type of document.
    In your supplied image it does not specify what program to use with the exception of Content Type: MS PowerPoint Presentation to use program MS PowerPoint.
    All the others state must Always ask.
    Example:
    Content Type: Microsoft Word document
    Action: click on the downward arrow to see a drop down selection.
    If MS Word is in the list select it.
    If you cannot see MS Word in the list, click on 'Use Other'.
    If you can see the program you want to use in the list, select and click on OK.
    If you still cannot see the program, click on 'Browse' button and navigate to the Winword.exe file, select and click on Open.
    when the program has been selected click on OK to save changes to Options.

  • How to open files in MIDP (from the jar file)?

    Hello,
    I can't seem to figure out how to open a file that is in my MIDP applications jar-File.
    From what I've found via Google, I assume that the way to do it should be by using
    Connector.openInputStream("file:{path_to_my_file}")
    but I only get the error
    java.lang.ClassNotFoundException: com.sun.midp.io.j2me.file.Protocol
    (Running the Emulator from Suns WTK 2.0 with DefaultColorPhone)
    I've also tried file:// with the same result.
    Any ideas?
    Many thanks in advance!
    Bjoern

    I think I've found something that looks promising now:
    Class.getResourceAsStream()

  • Can't open files in CS6 from LR4

    I just migrated CS6 and LR4 to a new iMac. I then re-installed CS6 from disc because the licensing didn't come over. So far so good. But now in LR4, when enter CMD-E, or choose "open in CS6" from the Edit menu, nothing happens. The file does not open in CS6.
    Not sure what I broke or how to fix it but I need it fixed ASAP.
    Thanks.

    Working now after I ran the updates. Sorry.

Maybe you are looking for

  • Disappearing Songs on iPod - Thank you Apple!

    4000 songs gone, about 1 months of work ripping my CD Lib lost. Thank you Apple Engineers! Background: When I Rip a CD, I store temporaly the files on my PC HD, then I update the iTune Music List, then I synchronize the iPod. Afterward, I delete the

  • How will the SDK be released in Feb.?

    Will be it publicly released, or only to those on the "inside"? In other words, will I be able to use it to create my own apps?

  • Aperture database wont open

    The 2 messages below keep coming up when trying to open Aperture. I have recently bought another drive to do a backup to. Currently Aperture library is on both external drives on the network. One says 46G for a sec then shows 5.4mb ....???  The other

  • EntityFramework stopped working! Please Help!

    Hi, I have been doing some learning with using EF4.1.0.0 and the new ODAC for EntityFramework. I have been using Add New Item to my MVC3 project to add the entities from my database. I can select ADO.NET Entity Data Model and then I get the wizard di

  • Iphoto and panasonic lumix dmc-fz28 raw (.rw2) files support

    It appears that iphoto or max osx does not currently support the panasonic lumix dmc-fz28's raw format (.rw2). Is this true? If so, does anyone know when support will be available? If it is supported today, how do you make it work?