Performing lookup in XI to access file stored in link provided in IDOC

Hi All,
          Can anyone please tell me if the below mentioned requirement is feasible and if yes how it can be done.   
Requirement is to send eg - Work Order (Idoc type ORDER01) message to thirdparty via PI . The workorder send would have a url/attachment link . The attachment would physically reside in SAP DMS (document management system) repository .
PI would have to open the document from DMS (possibly via RFC) by using the link and then packet the message and the attachment into a single XML into WAS for the third party to pick up .
The attachment might be of PDF/JPEG/TIF etc format .
Thanks and Regards

HI,
Some of the documentations-BW and XI~
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b498e02af76b
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/52398597-0601-0010-868a-fd95f8061d85
Hope this helps,
Regards,
Moorthy

Similar Messages

  • Access files stored in Time Capsule via iCloud

    how to access files stored in Time Capsule via iCloud

    Yes, you can remotely access files in the TC..
    Did you read the apple instructions and do them??
    http://www.apple.com/au/support/icloud/back-to-my-mac/
    It does depend on the main router being upnp or NAT-PMP capable.. so the best is if the TC is the main router.. otherwise you may have to manually forward the ports.

  • Accessing files stored in Common Server and share drive with  SAP DMS

    Hi DMS Gurus,
    We have a requirement, apart from retreving the data from content server storage, the client also wants the documents stored in common file server and Share drive also to be accessed through DMS,
    1) one option for this may be upload all the documents in the existing servers to DMS Content servers to get the full funtionality of DMS i'm i right? please suggest.
    here again they have lacs of document so this may not be a ideal solution, now 2nd option is
    2) create a data carrier and Mount points with the existing server if i'm right, but by just doing this what funtionalities will this provide
    i have a preassumption that this existing common server can be used as a storage area for DMS (as vault or common server), but only those documents which are stored in to this common server or shared folder through DMS can be retrived by DMS., again i'm i right?
    but how can we access all the lacs of file which are already existing there for years.
    how can we see all the documents in SAP DMS which are stored earlier in this common server before DMS,
    is migrating all the necessary preexisting documents to SAP DMS the only Solution for this.
    any solution for this please suggest.
    Points sure for any clarification given
    Thanks and  Regards
    Priya S
    Edited by: Priya S on Feb 25, 2009 3:36 AM
    Edited by: Priya S on Feb 25, 2009 3:36 AM

    hi Priya
    This is an old thread but nevertheless would like to give some inputs.
    your point .. common file server and Share drive also to be accessed through DMS,
    1) one option for this may be upload all the documents in the existing servers to DMS Content servers to get the full funtionality of DMS.
    <The option 1 is an ideal option as in future u would one day need to migarate the documents if u intend to use SAP DMS as the DMS system in ur org>
    Alternatively if the documents would still need to be retained in the file server but also would need to associate to SAP business objects u could use the Define data carrier external DMS.
    This again depend on what kind of documents are stored in the file server & are they relevant to be associated to SAP objects/ Transactions.
    The point here is u still want to use SAP DMS to view the file , all though there are other option as Archive link, Service for objects etc. Using SAP DMS option will still call for creating DIR in SAP & assigning the file path hyper link using LSMW /upload prog.
    So as for a temp sol till u clean up the file server u can use the hyperlink and later migrate to Content server.
    Regards
    John

  • How to access files stored in a portal

    Hi All,
    I have a file stored in the root directory ..somewhere in root/portalapps/myfile.csv
    This is an xl file ...
    I want to read the contents of this file and write it on the screen..
    even though there is data in my file but i am not being able to read it..
    Below is the code i am using...
    Here pramFile is the corresponding file in the portal server
    //Code
    FileInputStream fis = null;
    BufferedInputStream bis = null;
    DataInputStream dis = null;
    try {
         fis = new FileInputStream(pramFile.getAbsolutePath());
    // Here BufferedInputStream is added for fast reading.
        bis = new BufferedInputStream(fis);
       dis = new DataInputStream(bis);
    // dis.available() returns 0 if the file does not have more lines.
       while (dis.readLine() != null) {
    // this statement reads the line from the file and print it to
    // the console.
                                       response.write("line is "+dis.readLine());
    // dispose all the resources after using them.
         fis.close();
         bis.close();
                    dis.close();
         } catch (FileNotFoundException e) {
         response.write("FileNotFoundException");
    e.printStackTrace();
         } catch (IOException e) {
    response.write("IOException");
         e.printStackTrace();
    //END
    Here dis.readLine() is giving null
    Kindly suggest if there is any mistake in my approach
    Thanks Sundeep

    Hello Sundeep,
    As the Root/Portalapps folder is not accessible, you can only specify yourFilePath to absolute path on your file system
    (ex: c:/...../Root/Portalapps/yourfile)
    Using file system absolute path is not at all a good idea as the application is not portable to other servers. So my suggesion is to keep this csv file in your Applications webresource path like: ROOT/portalapps/com.yourapplication/csvfile
    Now your csvfile is accessible like this: ".../irj/root/portalapps/com.yourapplication/csvfile"
    Here is example how to get Image which is in public path:
    IResource rs = componentRequest.getResource(IResource.IMAGE,
                   "../mimes/mypicture.gif");
    image.setSrc(rs.getResourceInformation().getURL(componentRequest));
    Greetings,
    Praveen Gudapati

  • Accessing files stored in a folder on portal through application

    Hi
    I have to access the files that are stored in the folder in "irj" folder on portal, through one link.
    the path i gave is:
    <a href= "http://myserver:12345/irj/<folder name>/<file name>">
    but it is not taking this path and gives the error that requested resource not found.
    Can anybody please help in this regard, whether this way is correct or have to specify the path in some other format.
    Thanks & regards,
    Anupreet

    Hi,
    as Dieter stated implicitely, irj/root on the file system is the "root" folder when calling .../irj via http. There is no access to the irj folder by default.
    On NW04, the mapped folder in fact is ...\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root (so there are two irj folders, the second counts).
    Hope it helps
    Detlev

  • Help - not able to access files stored on ipod

    I really need some help. I recently used my ipod to transfer files from my old windows based pc to my new imac. My ipod still has the disk use enabled, and when I open itunes, i can see that there is still a significant volume of files still stored on the ipod. This is good as I really need some of these files and my old pc literally blew up yesterday! The problem is that when I open the ipod disk from the desktop, the open window does not contain any files in it. I know the files are there, and this is supported by the "other" space used up on the ipod. Can anyone tell me how I might retrieve these files as there are some that are vitally important to me? Thanks.

    Do these instructions on how to view hidden files on a Mac help?
    http://forum.ecoustics.com/bbs/messages/34579/138629.html

  • How does one set up remote access via the internet to access files stored on the Time Capsule using airport utility 6.1

    I was just wondering if anyone can provide me with instructions please on how to set up remote access via the internet to the time capsule when away from home?
    I am running OS X Mountain Lion operating system and have Airport Utility 6.1.
    Many thanks to you all for your help.

    I think the instructions should be all in BTMM with iCloud.
    Instructions are all there.
    http://support.apple.com/kb/ht3486

  • Cant access files from Mavericks Partition

    I have OS X Lion and Mavericks installed on the one SSD of my MBP. I want to access my music, pictures, movies and so fourth from my Mavericks Partition on my Lion one. But whenever I goto the Mavericks partition folder there are all these small stop signs on each folder, denying me access. I have tried right clicking and going to share and allowing all users access. But this doesn't work. And suggestions on how I can access the data on both OSs??

    Generally, that's what you see when accessing files stored under a different User name. Are you using the same User name for both partitions? I always use the same user name for different OS X partitions.

  • Access files on BB phone

    Can I access files stored on my BB torch wirelessly from my playbook?
    If so, please let me know how.

    If your phone is bridged with your PlayBook you can usually, but not always, access those files. It depends on a number of factors, including OS versions and whether you are under BES management. The built-in file manager will let you open them but not copy them to the PB. To copy them you'll need a 3rd party app. Take the free trial version of Files & Folders for a spin to see whether it works for you.
    Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands

  • Can I access my files stored in the hard disk connected to airport extreme when I am away? how?

    Can I access my files stored in the hard disk connected to airport extreme when i am away? How?

    You can't technically. iPads cannot directly read HDDs like a computer can. 
    You will need an app liie FileBrowser to do this. Of course all file operations will be done through the App itself.
    https://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8

  • Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

  • How i access file which stored at application server .? Is there any fm ?

    Hi,
    How i access file which stored at application server . Is there any function module which provide same funtinality.
    Regards,
    Gurprit Bhatia

    Hi ,
            U need to use datasets for reading data from application server.Do a f1 on dataset,u will get to know rest of the things.
    TRY.
        OPEN DATASET file FOR INPUT IN TEXT MODE ENCODING UTF-8.
      ENDTRY.
      IF sy-subrc = 0.
          READ DATASET file INTO <wa_data> MAXIMUM LENGTH 200.
               move the data in to internal table
        close dataset
    Edited by: A kumar on Aug 21, 2008 1:37 PM

  • Where are "documents to go" files stored when I perform a Hotsync with my windows xp system?

    I just upgraded my palm OS to the latest version on my Treo 755p.  Prior to upgrading I did a verizon wireless sync and a hotsync with my windows XP based PC.  I list all my "documents to go" files that were stored on my phone.  They did not reappear when I did Hotsync after the update.  They were all supposed to be Hotsynced. 
    Where are these files stored on my computer?  How do I avoid this from happening again?
    Post relates to: Treo 755p (Verizon)

    I have never seen a file like that in My Documents.  If my doucments are lost how do I set up a file on my PC where the documents are stored when I perform a hotsync?
    Post relates to: Treo 755p (Verizon)

  • Windows Authentication login cannot access backup files stored in Users\[User] folder.

    I am currently logged in to my database engine using SSMS and Windows Authentication; specifically, I am logged in with Joe-PC\Joe, where Joe-PC is the domain name of the machine hosting the database, and Joe is the user that created the database. 
    If it matters, I am running all of this locally from Joe-PC.
    I have a .bak backup file stored in my C:\Users\Joe\Desktop folder that I am trying to restore.  However, I get an error saying 'Either the location does not exist, or the current login account does not have access to it.'  I am certain the location
    exists, as I am looking at it right now, and I can't see why Joe-PC\Joe wouldn't have access to it's own user folder. 
    I am absolutely baffled as to why this is behaving this way.  I am fully aware that I can work around the issue, but I'd like to know why this isn't working as it seems like it should.  Does the Windows Authentication that SQL Server uses not have
    the permissions that the account would normally have?  Is the Windows Authentication user even the same thing as the user that logs into Windows?  What else could be going on that I don't understand?

    Keith
    Thanks for your answer.  My user account is one of two administrator accounts on this computer (the other is only set up for consistency sake, and has probably only been logged into a total of 5 times; all of our computers have the account though, so
    I thought I should put it on here as well).  The issue isn't that my account doesn't have restore permissions, just that SSMS can't access the user folder when logged in using Windows Authentication.  Another issue that I assume is related results
    in a lack of permissions on backup files until I manually set permissions to 'Everyone' under the backup file's properties\security tab.  Also, not sure if it matters, the backup is taken from a customer's computer running Win 7 Pro x86 while my computer
    is on Win 7 Ultimate x64.
    Not sure if this helps pinpoint the issue, but my current workaround is as follows:
    Copy the .bak file to the C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.WSA\MSSQL\Backup (default backup folder)
    Right-click the .bak file and go to the properties toolbox.  Select the Security Tab, give full permission to 'Everyone'.
    In SSMS, select 'Restore Database' after right-clicking on 'Databases' in left-hand tree.
    Give the DB a name, restore from device, select my file.
    This method hasn't failed me yet, but any deviation (other than setting permissions before or after moving) causes me to get access errors when I try to restore.  Fortunately, this isn't a production database engine, just a testing environment, but
    I'd like to get an idea of what's going on, because I know it's only a matter of time before I or a customer runs into this issue.

  • Access Word and Excel files stored on 8820 SD Card?

    Need to be able to access many Word and Excel files stored on an 8820 SSD card - Media Center does not have a category for "business files" only pics and video etc. Is there a way to do that like Documents to Go on the Palm systems? Roxio's filters do not allow Word and Excel files either but Mass Storage accepts the OK. How to access on the SSD card?

    On Android OS 4.1 - 4.3 (Jelly Bean) or older, Adobe Reader for Android version 11.2.x has a known defect in the "All PDFs" view. The All PDFs view does not show the files and folders on an external SD card. A workaround is to use the Folder View instead of the All PDFs view. We have fixed the defect and plan to include the fix in the next release of Reader for Android.
    On Android OS 4.4 (KitKat) only, neither All PDFs view nor Folder View shows any files or folders on an external SD card.  Reader cannot save any changes to the files on an external SD card, either.  We are still working on fixing the problems.  In the meantime, please copy the files from your external SD card to your device's internal storage (e.g. /storage/emulated/0/Documents/...) using a File Manager/Browser app or use a cloud storage service (Acrobat.com, Dropbox, Google Drive, etc.) to store files.
    Your case is the latter because your Samsung Galaxy S4 phone is running 4.4.2 (KitKat).
    Sorry for the inconvenience.

Maybe you are looking for

  • New iTunes 11 - no longer gives count of podcasts

    Hi Since I updated to iTunes 11, I can no longer see the number of podcasts that I have.  There's a number displayed next to podcasts in the top left drop-down menu, but that's the count of unplayed podcasts.  I want to know how many there are in tot

  • Need to mix 24 and 30fps into a single timeline.

    Hi there, I have 2 files which are AVCHD 1920x1080 but one is 23.976 while the other is 29.97.  I know PPro can mix both into a single timeline but I was curious what I should set the sequence settings as.  How should it be exported? Does one convert

  • The latest update for Mac will not download

    When I get the notice of the latest update and click on download it shows as downloading but stays like that all day

  • L1 support knowledge base

    Hi, What kind of SAP knowledge needs to be possessed by personnel providing SAP L1 support? Regards Deepthi

  • VHS Capturing Snag

    WHILE capturing vhs through an analog capture deck, many videos hit a snag, where they will freeze sporadically on an individual shot and hold for a few seconds and then continue recording. id say this happens about every 5 minutes..any thoughts? Tha