Re-assigning link to a Document attachment across platforms?

Hello Everyone,
I would like your advise on the following solution I am trying to design.  Currently we have a central content server and several different SAP back end systems, lets call them SAP system A and B for this discussion.  I would like to send a document the content server from SAP A, and then at a later point in time assign that same attachment to a document in SAP system B.  
Currently both systems are set up where I can manually attach documents (for example in transaction  FB03).  I am able to assign the attachment to another SAP document in the same client using FM ARCHIV_CONNECTION_INSERT, but I have not been able to figure out how to do something like this between 2 different SAP platforms.
Thank you all in advance for any help you can give me.
Matt

Matt,
There is one workable solution for your situation. If the content servers you have are "unsecured" (this is a setting that can be changed using t-code CSADMIN), you'll be able to access the file from the Content Server using a URL. The format of the URL is
http://<HOSTNAME>:<PORT>/ContentServer/ContentServer.dll?docGet&pVersion=0046&contRep=<CONTENT_REPOSITORY_NAME>&docId=<DOC_ID>
For Example:
http://hostname:1090/ContentServer/ContentServer.dll?docGet&pVersion=0046&contRep=K1&docId=4B4F6E0AFB860A98E10000000A02B033
Use the same GOS menu and instead of creating an attachment, create a URL. You should be able to launch the document by clickin the URL you just added unde the "Attachments List".
Good luck!
-Srini

Similar Messages

  • Document Distribution with attached documents coming across in BIN format

    Hello all,
    I have 3 dist types defined in the system.  RML, RMA, and INT
    RMA sends to SAP Office and includes a link to the document defined in DMS and seems to work correctly.
    RML sends the document to SAP Office as an attachment but the attached documents always is in BIN format and cannot be opened by the application.
    INT sends to my external email but has the same problem as above, the attachment is always in a BIN format and cannot be opened.
    This works the same with several different applications in DMS, Word, Excel, Text Files, etc.
    Can anyone give me an idea what I may be missing in config that is keeping this from working correctly.  We are running SAP ECC 6.0
    Thanks,
    Bill

    Hi Bill,
    Please check the following customizing in your system:
    1) Please check you have maintained suitable length of syntax group for
    Windows NT. Please maintain it more than 20.
    Please proceed as follows to correct this entry:
    Run the tcode SPRO
    Implementation Guide for R/3 Customizing (IMG)
    Cross-Application Components
      Document Management System
       Document Distribution
        General Settings
         Platform-Independent File Names
          Maintain file names and file paths across all clients
           Syntax group definition
    2) Please check the 'File processing' value for distribution type 'INT'.
    Please set it as '2'.
    Further please check note 355048 and as mentioned your settings in transaction DC30 for the workstation applications.
    Best regards,
    Christoph

  • Content server for Document attachment through "services for object" Icon.

    Guys,
    I have typical problem in installation of Content server for storing external documents.
    We all know that we can attach the document in SAP using the icon “SERVICES FOR OBJECT”. By this we can attach the document to the specific object we want.
    -Since my client wants only document attachment method not to completely implement SAP DMS, I proposed this method of attaching documents through services for object method.
    -If documents are stored though services for object ,The attached document will directly get stored in sap database(correct me if I am wrong) while  in  DMS it ask you to select the storage location while u check in for any document
    -By storing the doc thru "services for object " For long run when we store the documents in sap database our system will drastically get slow down.
    -In this regard I have a plan to incorporate external storage server.
    -Now I should know that how I should customize content server configuration so that the attachment through services for object will store into this content server I need to know how to define Client, Content Category, Content Repository, Document Area, Physical Machine, IP Address, Port. (OACT & OAC0)
    I appreciate for immediate solution and <u><b>Points will be rewarded for sure.</b></u>
    Regards,
    Murali.S

    Hi Murali,
    Don't Worry, its possible,
    All attachments can be stored in SAP Content Server also, but through archiving process.
    Set up a database storage system.
    Preparation
    Make sure that the HTTP plugin is active.
    Transaction <b>SMICM,</b> "Display Services" function key (shift F1)). The list of services must contain a port other than 0 for HTTP.If not, you must adjust the relevant profile parameter.
    <u>Typical entry:</u>
    icm/server_port_0         PROT=HTTP, PORT=1080, TIMEOUT=900
    <b>Make sure that the /sap/bc/contentserver service is active.</b>
    If no user is defined, then use transaction SU01 to create a new user. Use the "System" user type.Assign
    the SAP_ALL and SAP_NEW profiles to the user. (Eg: HRUSER/PLMUSER/PPUSER etc)
    Transaction <b>SICF,</b> select: default_host - sap - bc -contentserver. Select the function to display/change the service. Make sure that a user is defined.
    Using the relevant data from the newly created user, maintain the anonymous logon data for the
    /default_host/sap/bc/ service and save & activate the changes in transaction <b>SICF</b>.  Double click on content server and give the user name which has been created (HRUSER/PLMUSER/PPUSER/MMUSER etc)
    Check the system PSE.
    Start transaction <b>STRUST</b>. Expand the system PSE. The system PSE must be "green" for each application
    server.
    Determine a suitable exchange directory.
    The exchange directory must be accessible from each application server. If all application servers are running on the same platform (for example, Windows), one network directory that is accessible on all application server (for example,
    server\share) is sufficient. You can generally use the global directory
    (profile parameter DIR_GLOBAL).You can use the RSPARAM report to determine the profile parameters.
    Setting up the storage
    Create a table for storing the data. Using transaction <b>SE11</b>, create a copy of the SDOKCONT1
    table. If you want to create the repository database, you can name the table ZCONT_DB, for example. Save the
    table as a local object. Activate the table.
    Create a repository.
    Use transaction <b>OAC0</b> to create a new repository.
    Use the following parameters:
    Repository Max. two characters, for example,” Z1”
    DocArea: ARCHLINK
    Storage type: R/3 database
    Storage subtype: normal
    Version no. : 0046 
    Contents table <table name> for example: ZCONT_DB
    Exchange directory <directory name> for example:
    server\share\
    Make sure that the exchange list ends with a \ (or /on Unix).If you are using a variety of platforms, you must use transaction FILE to define a suitable logical file name and use this name. Save the settings.
    1. Maintain view table <b>TOAAR_C</b>, via SM31
       Cross client table displayed as information, forget it
    2. In field 'StSytm' you must entered 'Z1' as your system need, or anything that you need but you must configure HR Archive link too.
    3. In field 'Arch.path' (direct above Spoolpath), entered path in your system, this real path in your operating system. May be you should confirm to your Basis consultant where exactly you could store picture files. So if you enter '/', your file exists at root directory at your UNIX system.
    4. Choose 'File store' radio button
    5. Save.
    First
    <b>1. You have to create a number range for SAP ArchiveLink.
        IMG: Basis Components-> Basis Services -> SAP ArchiveLink -> Basic Settings-> Maintain number ranges   
        (Trxn <b>OANR).</b> Create number range 01 from 0000000001 to 9999999999 without the external number flag. 
    2. Document type <b>HRICOLFOTO</b> must exist with document class JPG.
        IMG: Basis Components->Basis Services->SAP ArchiveLink->System Settings->Maintain document types
        (Table<b> TOAVE, Trxn OAC2).</b>
    3. Document type <b>HRICOLFOTO</b> must be linked to object type PREL and Infotype PA0002.
        IMG: Personnel Management->Personnel Administration->Tools->Optical archiving->Set up Optical Archiving
        in HR.  (View V_T585O, no Trxn). In the first two columns there are minuses, the third (Date) has
       a plus - don't put a flag in the check box.
    4. Check which content repository (Archive) is linked to document type HRICOLFOTO and object type  
        PREL. IMG: <b>Basis Components->Basis Services->SAP ArchiveLink->Basic Settings->Maintain Links (Table 
       TOAOM_C, Trxn).</b></b>
    Test
    • Test the repository.
    Use transaction SE38 to start the RSCMSTH0 report. Specify your repository (i.e. Z1) and start the test.
    The report must run without errors. If no problems occurred, you can use the new repository with Archive Link after you carry out the Archive Link Customizing. If problems do occur, check whether one of the related
    notes helps.
    For More Details :
    http://service.sap.com/archivelink.
    <u><b>
    NOTE:- Screen Shots are missing, i was not able to paste here, One more thing is we did this for uploading a PHOTOS into Content Server, Similarly you have to create a REPOSITORY and Z-TABLE to bring all the Attachments from all the selected Objects and then route them to the CONTENT REPOSITORY.</b></u>
    Your Senior ABAP guy would help you in this, if not i may try to help you more by monday.
    Regards
    Rehman
    <b>Reward Your Points if Satisfied.</b>

  • How to open documents attached to transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    Hello Tarang,
    Can you be little specific on what kind of documents are these?
    1. You can check if there are ways to integrate the same with KM...am not sure about CRM but yes, it can be done on BIW.
    2. If these are just config documents and not that user creates, then you may save these docs into a KM folder and create a KM Navigation link assigning to users.
    Warm Regards,
    Ritu

  • Word Documents attached to email

    I am running sun ONE messanger latest patches and my problem is as follows:
    I have an email with a Word document attached ... I get an error when I try to open the attachement if I view the message in IE6 ... this issue is reproduceable every time across multiple versions of the OS. I can open the attachment in mozilla, firebird, netscape and opera on the same machine. I can also open the attachment in Outlook ....
    Does any body know what microsoft has done that stops the attachment from opening ... other attachments ... visio, pdf, txt, xls all open
    I feel like the guy that goes to the doctor and says ....
    Doctor it hurts when I do this
    and the doctor replies
    Then don't do that.
    I would be happy if IE disappeared from the planet but my boss lives in the browser and wants his word attachemnts to open up

    Right you are and thats why I am here because I only see this behaviour in Sun ONE Message Server (iMS) ... To test this I have created a web page like this
    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    This is a test <BR>
    junk.doc
    </BODY>
    </HTML>
    I can in IE6 go to this page and click on the link which then opens word and loads the document junk.doc .... so this is an issue of something that the http server in iMS is doing. I was wondering if anyone else on this forum has encountered this problem. Is this an issue of the iMS server seting the Content Expiration in the HTTP headers? Does microsoft deliberatly sabotage the download because it is coming from iMS?
    This behaviour appears in all IE6 browsers on several versions of windows. Could somebody else in the Forum run a check against their iMS and see if this is an issue across the board?

  • Tutor: Adding a Prior Activity that does not link to a document

    When the docs are published, the Prior Activities come across as broken links if a document filename is not included in the formatting.
    Is there a way around this so that if someone clicks on a prior activity which is not linked to a document, it doesn't do anything - rather than appearing as a broken link?
    Thank you.

    Can you provide the exact text that you are putting under the Prior Activity heading?
    Kind regards,
    Emily

  • Is there a way to automate the tax code assignation on non PO documents lik

    I'm looking for a way to automate the tax code assignation on purchases, I'm aware of the condition techniques for POs, but I would like to understand if it can be also applied to the other document in purchases so we can have a totally automate process on tax code assignation.
    Documents like: Contracts, Info records, RFQ, Scheduling agreements, Outline Agremments

    What you need to do is to create condition tables & access sequences for condition type NAVS for purchasing documents like RFQ, Contract & Scheduling agreement. You can use the document types and document category to differentiate these. Obviously this is required only if your tax determination scenario is different between different document type, if the tax code to be determined is not linked to purchasing document type, then you only one access sequence which can have parameteris like PORG, vendor if required etc. which are common to all document types.
    Once this configuration is done, then you need to maintain condition records using transaction MEK1 and maintain the tax codes as per the combination of parameters.
    In case of Info-record, it is different as it is a master data and this automatic tax determination will not work there.

  • DMS document attachment to Service Entry sheet

    Hi All,
    One requirement, need to attach DMS document with Service entry sheet (t-code ML81N), any possibilites with object linking as in standard there is no object linking (ESSR object) available.
    Thank You,
    Manoj

    hi,
    1. I think u could use services for objects is the best way to fulfil requirement.
    note: a. If u want to use ESSR as business document. u need to go for Archive linking and store document as business
                  document in Services for objects.
    2. If u going to use standard object linking from DMS for 'ESSR' object so for not exist.
        Note:reason is not required any DMS object linking here as i guess. Coz u will be creating Entry sheet agianst Purchase
                orders and vendors too.
                 IN PLM, u can maintain DIR in purchase order or u can maintain in vendor masters. any how u r filling WBS nor also in
                 basic data sheeet of ML81N.
                 So datacan be easily tracable due to all are interconnected each other.
    3. If u want to use ESSR as object link from DMS u need go for development. but this is not required as i guess.
    Benakaraj
    ??P

  • New DMS document attachment to order header - can it also be done to a task list?

    With business function LOG_EAM_CI_6, you can now attach DMS documents to the order header or operation level in the 'Additional Data' tab.
    Since a lot of clients use documents to list complex preventive maintenance instructions, is it also possible to attach a DMS document to a task list header (or operation) and have it show up in the new 'Additional Data' screen area of the resulting order (using a maintenance item/plan to generate the order)?  Or do we still have to use the task list operation PRT functionality and have it show up in the order's operation PRT?

    Hi Arthur,
    I have configured Task list as per the SAP note 1821916  & activated DOC_TL_GUI. This allowed me to attach documents to the Operation &/or Header of the Task Lists. The problem I am facing is when I assign the task list to the work order the documents are not transferred . You have stated that they have transferred to the work order so I am wondering if there is something I missed.
    Arthur Balajthy wrote:
    And I checked that by adding documents to a task list header or operation, the work order generated from a maintenance plan/item referencing that task list does have those documents attached also.
    I haven't tried from a Plan but will do that now.
    I assumed if they were attached to the Task List Operation they would transfer to the Work Order like everything else on the Task List
    Thanks in advance

  • Document attaching with Procurement document and Invoicing also

    Hello Experts,
    The query is to attach document with PR/PO, Invoice etc.We don't have DMS implemented in our system and we don't want to save these documents in SAP . The aim is that the attachment should be attached to these documents but is should be saved in a repository outside SAP because these attachments contain >70 pages (>100 sometimes in case on Invoicing). How can we achieve it?
    We have .Net and SharePoint in place. Can we use them for this purpose?
    Or if there is some other workaround to achieve the same.
    Thanks for four valuable suggestions.
    Saurabh

    Thanks for your response Jurgen.
    Though I have marked the discussion as answered yet I got few more points to ask from you,hope you understand that:
    Firstly,during document attachment ,can we disable option for 'Create attachment' and keep the option for URL enabled?Please suggest me the way for it..
    Also,perhaps in MM all transactions will not provide the options for linking document with URL or create attachment options,wherever necessary . Then which is the preferred way to deal with such transactions?
    Secondly, If I attach a document with this way (screen shot) then source and destination remains the same as shown below:
    Now, my query is " Is that possible the document is saved under a separate directory (like L drive) instead of the path shown in the screen shot (source and destination are same, I want a default store location with this where all such document will get stored). I hope you got what I am looking for..
    Thanks & regards
    Saurabh

  • Document attachment

    Hi,
    I am working with document attachment (DMS), Here I am facing the problem. The Document available at one PC. Create document In SAP and attached in material master.
    SAP system finds the document in same System and did not find in other system. Because document is not available in other system.
    Pl help me for find the document in all SAP system .What are the configuration need for that and where store the original document in SAP for all SAP user.

    What do you mean for "all" systems?  Are you referring to multuple clients?  Multiple instances of SAP?
    If you made the proper attachment in DMS the document should be available to everyone.  If you just made a link or reference to a document, it must be on computer system available to the network like a network file server.
    Craig

  • History of document attachment and de-attachment (through CV01N)

    Hi experts,
    We have a requirement as under:
    User created a PR and attachment a document to it. Subsequently PO was created and material procured. Later the requisitioner refused to accept the material claiming that the material procured is not as per the requirement. Then purchaser claimed that we have procured the material as per the details available in attached PDF file in PR line item. When checked there was no document attached to said PR and line item.
    Now, please help in finding the history in PR document for attachment and de-attachment of document in PR through DMS tcode CV01N.
    Thanks in advance.

    ..When checked there was no document attached to said PR and line item...
    The document must exist.CV01n transaction is used purely for creation of a Document Info Record.A simpler approach to retrieve the created document would be via CV04n transaction meant for search.Herein,navigate to 'Object Links' tab,and under 'Purchase Req. Item' sub tab,key in the PR details and click 'Execute'.The relevant details should be available.
    Regards,
    Pradeepkumar Haragoldavar

  • Get original URL for Link to a Document content type

    Hello,
    I'm having a SharePoint doc library with ItemAdded event receiver attached to it and "Link to a Document" content type enabled. My general question is:
    How to get URL that the link points to?
    I'll show you how I'm trying to achieve that:
    SPWeb parentWeb = properties.Web;
    if (properties.ListItem.ContentType.Name == LinkContentTypeName)
    object urlFieldValue = properties.AfterProperties["URL"];
    if (urlFieldValue != null && urlFieldValue.ToString() != String.Empty)
    // continue
    But I always get null so I can't even get inside IF statement. I've tried to install ItemAdded event receiver as synchronous, but it didn't make a difference. I'd appreciate any ideas.
    Regards
    Tomasz

    This is not very convenient solution, because ItemUpdated can be executed more than once. However this certainly will work, so I'll accept this as a workaround. Actually I've found another one. I'm parsing link aspx file and I'm getting the URL
    from mso:URL tag:
    <%@ Assembly Name='Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %><%@ Register TagPrefix='SharePoint' Namespace='Microsoft.SharePoint.WebControls' Assembly='Microsoft.SharePoint' %><%@ Import Namespace='System.IO' %><%@ Import Namespace='Microsoft.SharePoint' %><%@ Import Namespace='Microsoft.SharePoint.Utilities' %><%@ Import Namespace='Microsoft.SharePoint.WebControls' %><html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><Head> <META Name='progid' Content='SharePoint.Link'><!--[if gte mso 9]><SharePoint:CTFieldRefs runat=server Prefix="mso:" FieldList="FileLeafRef,URL,_x0043_C1,KitId,ItemKey,Suffix_x0020_Code"><xml><mso:CustomDocumentProperties><mso:URL msdt:dt="string">http://serverUrl/sites/arrangement1/Shared Drawings/test, test</mso:URL><mso:ContentType msdt:dt="string">Link to a Document</mso:ContentType><mso:File_x0020_Title msdt:dt="string">Winding A Assembled</mso:File_x0020_Title>
    <mso:Revision_x0020_Number msdt:dt="string">-</mso:Revision_x0020_Number>
    <mso:Page_x0020_Size msdt:dt="string">A2</mso:Page_x0020_Size>
    <mso:ContentTypeId msdt:dt="string">0x01010A0082704B66E8B222478AF2E379D8A2FFB9</mso:ContentTypeId>
    <mso:ItemKey msdt:dt="string">1</mso:ItemKey>
    </mso:CustomDocumentProperties></xml></SharePoint:CTFieldRefs><![endif]--></head><body><form id='Form1' runat='server'><SharePoint:UrlRedirector id='Redirector1' runat='server' /></form></body></html>
    Regards
    Tomasz

  • Linking a PDF document to URL in Smart forms

    Hi All,
    Please anyone let me know how i can link a PDF document to a link in the smart form output.
    I'm outputting Purchase order details on a smartform and I'm supposed to give an URL link for the user to click on it for Terms and Conditions.
    Please note that I'm not using interactive forms in web dynpros nor developing with BSP.
    I simply developed a smart form in SRM system and I'm able to display an URL but don't know how to link a PDF to that link.
    Please some one let me know your ideas how i can attach a PDF to an URL in smart form.
    Thanks in Advance,
    Sowjanya

    Hi,
    Follow the below blog and it is very useful achiving your requirement.
    in the blog:
    in the below  point,
    Code to send the email
    Following code will transform the html content into displayable format and send email to all the recipients. Note: This form also handles the images (static) defined in the smartform, as well as the images defined with html IMG tag (eg: URL link to image on the network).
    you have to convert your pDF output into displayable format. then add that link to your smartform.
    Thanks,
    Sree.
    Edited by: t sree on Nov 4, 2008 11:30 AM

  • Document attachment to BOM and has to be viewed in Production Order too.

    HI! Friends
    Can any body give the detailed procedure for attachment of Drawing Doc to BOM and it should be viewed
    in Production Order, the idea is before production it should be viewed.
    Thanks & Regards
    MDSFR

    Dear MDSFR,
    I'm not sure whether the system will disply the document directly in the production order,but you can check the list of
    documents in the production order in the document overview and assuming the documents are created with a proper document
    type and attached in the BOM of the product(production order header material) as document items with category "D".
    Check these links,
    Re: How to attach document to production order?
    Attaching documents in BOM item list in production orders
    Regards
    Mangalraj.S

Maybe you are looking for

  • Best export setting for iMovie photo slide show for use on Mac or PC

    I've searched, no clear answer.... Simply trying to determine the best settings in iMovie 11 to export slideshow (no video, just stills using jpegs) that will ultimately be used primarily for viewing on a computer screen..either Mac or PC. Goal is hi

  • USB Flash Drive issues, FAT and Windows, Help!

    Here's the deal: I have a flash drive, I formatted it in FAT because it needs to be used on my Mac (Snow Leopard) and Windows. When I format it, it adds 2 or 3 other partitions like 200MB. BUT does not show it in Disk Manager or in Finder. I can read

  • I have a question takig the CLAD test wed

    A Waveform Cluseter contains each of the following elements.  A.  t0, dt, Y  B. X, Y, dt  C. X, Y, t0, D. none of the above.  Chose A, B , C, or D please

  • Input Assignment Problem

    On the Recording tab I'm trying to change a stereo track to mono and assign a different input port of my MOTU 828-II. As soon as I select another port I get this error window: An Unexpected Problem * -[NSCFArray replaceObjectAtIndex:withObject:]: mut

  • Mail not loaded

    Hi all, since Friday I can not open Mail on icloud.com All other apps open correctly. Error I get is: IS FATAL true APPLICATION NAME mail TITLE Mail could not be loaded MESSAGE There was a problem loading the application due to a possible network err