Linking two documents in deski

Hello Experts
    I am new to BO i am trying to link two documents in Deski But i am facing some problem.Can anyone explain me what are steps we need to do for linking two documents.
Regards,
Shanmugam

Hi,
Following information might be helpful in resolving your query.
When  link Report1 to Report 2 (universe1.column = universe2.column) so that Report 1 displays only those rows having the Office Number in Report2.
Cause
Report pulling data from different universes with different dadabases.
Resolution
To get this data by editing the query in the querypannel with  "Select Query Results" operand ,place the universe2.column in condition pane and run the report the we can get correct results from different universe with different databases.
Regards,
Sarbhjeet Kaur

Similar Messages

  • How to create links betwen two documents in KM?

    how to create links betwen two documents in KM?

    If you use the KM provided HTML editor, there is an option to provide a link to another KM document from one KM document.
    Else if its an uploaded HTML, create a link like this:
    <a href="/irj/go/km/docs/documents.....">CLICK</a>

  • How to create Doc Link between two document numbers?

    Hi Folks,
    I have two document numbers with different transaction type.
    I want to create a Document link between these two documents, i.e. each documents should come in Dock Flow of each other.
    How to acheive this target.
    I tried to do it by using FM CRM_DOC_FLOW_MAINTAIN_OW, but not able to achieve it.
    So please tell me how to do this thing.
    Regards
    PG

    Hi PG,
    The FM CRM_DOC_FLOW_MAINTAIN_OW should work , I am not sure what parameters you are passing. Any way you can use the CRM_ORDER_MAINTAIN as well which will eventually call CRM_DOC_FLOW_MAINTAIN_OW . Have a look of the sample code, This will give you some idea
    lw_input_field_names-fieldname  = 'GUID'.
          INSERT lw_input_field_names INTO TABLE lt_input_field_names.
          CLEAR lw_input_fields.
          lw_input_fields-ref_kind    = gc_object_kind-orderadm_h.
          lw_input_fields-objectname  = gc_object_name-orderadm_h.
          lw_input_fields-ref_guid    = lw_orderadm_h1-guid.
          lw_input_fields-field_names = lt_input_field_names.
          INSERT lw_input_fields INTO TABLE lt_input_fields.
          lw_doc_link1-objkey_a   = lw_orderadm_h-guid.
          lw_doc_link1-brel_kind  = gc_brel_kind-header_header.
          lw_doc_link1-brel_mode  = gc_mode-create.
          lw_doc_link1-reltype    = gc_bin_rel_type-predecessor_successor.
          INSERT lw_doc_link1 INTO TABLE lt_doc_link1.
          lw_doc_flow1-ref_guid   = lw_orderadm_h1-guid.
          lw_doc_flow1-ref_kind   = gc_object_kind-orderadm_h.
          lw_doc_flow1-doc_link   = lt_doc_link1.
          INSERT lw_doc_flow1 INTO TABLE lt_doc_flow1.
          CLEAR lw_input_fields.
          REFRESH lt_doc_link1.
          lw_input_fields-ref_kind    = gc_object_kind-orderadm_i.
          lw_input_fields-objectname  = gc_object_name-orderadm_i.
          lw_input_fields-ref_guid    = lw_orderadm_i1-guid.
          lw_input_fields-field_names = lt_input_field_names.
          INSERT lw_input_fields INTO TABLE lt_input_fields.
          lw_doc_link1-objkey_a   = lw_orderadm_i-guid.
          lw_doc_link1-brel_kind  = gc_brel_kind-item_item.
          lw_doc_link1-brel_mode  = gc_mode-create.
          lw_doc_link1-reltype    = gc_bin_rel_type-predecessor_successor.
          INSERT lw_doc_link1 INTO TABLE lt_doc_link1.
          lw_doc_flow1-ref_guid   = lw_orderadm_i1-guid.
          lw_doc_flow1-ref_kind   = gc_object_kind-orderadm_i.
          lw_doc_flow1-doc_link   = lt_doc_link1.
          INSERT lw_doc_flow1 INTO TABLE lt_doc_flow1.
          CALL FUNCTION 'CRM_ORDER_MAINTAIN'
            CHANGING
              ct_orderadm_h     = lt_orderadm_h1
              ct_input_fields   = lt_input_fields
              ct_doc_flow       = lt_doc_flow1
            EXCEPTIONS
              error_occurred    = 1
              document_locked   = 2
              no_change_allowed = 3
              no_authority      = 4
              OTHERS            = 5.
          IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            RAISE error_occurred .
          ENDIF.
    Hope this will help.
    Thanks,
    Vikash.

  • How can I link two charts on different pages in one document?

    I have a chart on the first page How cn aI link two charts on differnetof my document. The last line is a intermediate total (formula). How can I link the chart on the next page to this total, so I can go on with the calculation without having to copy and paste the result of the first chart?

    Timan,
    I'm sure that you could figure out how to get along with Pages, or Numbers. Each has it's own advantages and disadvantages.
    If you put all your text that doesn't need to be in the table into text boxes, you can place the text boxes over the table in any arrangement you like. Be sure to turn off Object Causes Wrap in the Wrap Inspector.
    Here is an example of a single table across two pages with other text on the page:
    The formula in the cell displaying 500 is =B1 * 100
    On the other hand, I agree that the feature of linking to sister tables would be a nice enhancement and I encourage you to submit the idea vie Pages > Feedback > Enhancement Request.
    Regards,
    Jerry

  • How to link a document in Framework

    In CWB Home Page there is ability to link to various URL.
    I know how to link to a Portal. But I need to link to a Document (Word or PPT) which is located in Shared Servers.
    If this is possible , How do I write the full Path which includes the document?

    Hi,
    I am not sure whether I understood your requirement clearly.
    If you just want to link a document to your service desk message, you can easily attach the document to the "attchmnt" tab of the "notif_create" transaction, if you are using "notif_create" to create your service desk message.
    (ii) If you are using "crm_dno_monitor" transaction, then you can upload the document in the "documents" tab of this transaction.
    (iii) But, if your requirement is that that you have to upload the document in the Solar01/Solar02 transaction and only have to link to your service desk message, then you can generate the URL of the uploaded document and attach it using the "My Network Places" button of the "Open File" dialog (that comes up by clicking the "export" button of the "attchmnt" tab of the "notif_create" transaction) and specifying the URL in the "File Name" field.
    (iv) If the requirement is the same as in (iii), but if you use "crm_dno_monitor" transaction, the same procedure can be followed in the "documents" tab of this transaction or else we can also use the "create URL" button of the documents tab.
    Hope you know the procedure for generating the URL of the uploaded document.
    Dont forget to reward for useful answers.
    Best regards,
    Alagammai.

  • RH9 - Can not create ANY links in linked Word documents ;-(

    Ok, this does not make sense:
    - From RH9, create a fresh empty project
    - Create two word files "Topic1.docx" and "Topic2.docx"
    - Put "Link Here" in each document
    - Save the documents
    - From Project Manager, Project Files, link both documents, generate, update all, etc.
    - Now create hyperlinks in each topic, pointing to the other topic using default topic editor in RH9
    - Save All and Generate the WebHelp project and test the links are there and work.
    - Now open and edit both word documents in word. Add some text to each and save
    - In RH9 Project Manager, Project files, Update All and open the topics in RH9 default editor
    Walla, the full text is there, the LINKS are gone. Actually, I understand that this is how it works, but the BIG problem is that links to bookmarks, other topics, links to outside resources created in RH9 Default Editor cannot be preserved when the related/linked document is edited in Word. AND, you cannot create ANY of these links in the Word documents. So, you have a help system that has really nice update features when an author makes a change to a document, but NO LINKS. Updating a linked document will DELETE ANY changes made within the RH9 Default Editor.
    Does this make any sense? Has my brain fallen down? Is there another workflow option?
    Thanks for any help
    Lyle
    Hummmmm, NO POPUPs, mini TOCs or See Also Keywords, Link Controls, etc. etc. etc.

    I have been observing this thread and wanted to just chip in to remove some misnomers,
    1. If you create any hyperlink from any MS Word document (say Doc1) to another MS Word document (say Doc2) and you import the original document (Doc1) then it brings its reference (that is the word document Doc2) as baggage in the RoboHelp project and the hyperlink is not created to the html file generated for the word document Doc2 (linked or imported seprately).
         thus if you click the hyperlink in RoboHelp it should open the word document Doc 2 (that was brought into the project as baggage)
    2. If word "conversion setting" alone are modified (like the settings “convert references to hyperlinks”) then at times the mapping fails to work, in such scenarios just go to the conversion settings dialog of FrameMaker and modify multiple “other settings” (it won’t impact your word conversion mapping.) Now any conversion settings applied for word will work.
                Hence the “convert references to hyperlinks” is working but you need to update any FrameMaker conversion settings to get it working
    @ Lyle – as now the flow must be clearer so I would give you a suggestion to merge all the word documents that you want to work with and use cross-references to places you want to have hyperlinks and use the option to “convert references to hyperlinks” in RoboHelp.and keep all the authoring in word document so that nothing is lost on update.
    NB – There is a method to create intra document cross references in MS Word
    In FrameMaker the concept of book gives it a sense of collection and thus cross references across FM documents inside a book are converted easily but in Word there is no way to group word documents and thus it is not possible to convert any spatial hyperlinks from one document to another.
    Hope this helps
    Ashish

  • Can I apply one .css stylesheet to all of my linked word documents inside my RoboHelp8 HTML project?

    Hello all,
    I am on my fourthRoboHelp8 HTML project, after the other three crashed. I am a technical writer constructing my companies Policy and Procedures Guide. I am only 142 (word documents) and 9 (RoboHelp topics) into my project and there will be plenty more to come. I recently took Kevin Siegel's RoboHelp8 class where I determined that it would be best if I link all of my word documents inside of the Project Manager becuase I will be constantly updating these documents. I've searched around the Adobe Forums, talked to Kevin, and talked to my IT Department, but I cannot seem to find an answer for my problem.
    I have linked all of 142 word documents inside of the Project Manager, and all 142 word documents have their own .css stylesheet. I have assigned the default.css stylesheet (which I have assigned all of the proper formatting to headings 1-4 to match headings 1-4 inside of my Microsoft Word 2007 documents) under Project Settings under the Import tab. I also assigned this default.css stylesheet under WebHelp Pro. My understanding with applying the default.css stylesheet to these two places is that all of my word documents and topics should have this stylesheet applied to them.
    However, when I look at each individual linked word document the default stylesheet has not been assigned and the word document is still being dictated by its own stylesheet i.e. Credit.css. On my third project, before it crashed, I manually went through all 142 word documents in the Project Manager and assigned the default.css stylesheet to them. I did this by right clicking on the topic, under Appearance, I changed the stylesheet i.e. Credit.css to default.css and clicked apply. I was immediately prompted with the two options: "Preserve modifications to this file" or "Don't show me this message again." I tried both options. The first applied the default.css stylesheet and removed the Credit.css stylesheet, but when I made a change inside of my word document and updated it inside of the Project Manager none of my changes appeared. The second did not apply the default.css stylesheet and kept my Credit.css stylesheet applied to my word document. When I made a change inside of my word document and updated it inside of the Project Manager the change appeared.
    I talked about this to Kevin and he said that the individual stylesheet applied to each linked word document did not mean anything, essentially that by making the default.css stylesheet the dominant stylesheet under Project Settings under Import that the stylesheet would be applied to all of my linked word documents/topics. He also suggested that I make a change to the stylesheet like change the color of Heading 1 and link a new word document to see if it applied the changes. I tried doing this inside of my third project, but nothing changed.
    I would like to know if I can assign one stylesheet to all of my linked word documents before I get too far into the fourth project and have that project crash on me too. One of RoboHelp's appealing features is to apply one stylesheet to multiple topics, or in my case 142 word documents and 9 topics. I hope that I can apply one stylesheet to all of these linked word documents because having 142 individual stylesheets is unmanageable.
    Any help or suggestions would be greatly appreciated.
    Thank you,
    Roxxanne

    When a word document is imported into RoboHelp project, RoboHelp generates a separate stylesheet for each word document as each word document may have its own formatting styles. In a generic scenario, word documents may be brought from different sources and may have different styling. Hence, RoboHelp allows users to preserve different styling through sepearate stylesheets.
    However, for a different scenario like yours, RoboHelp allows users to override all the CSS and apply a single CSS to all the topics at the generation of output. As you have already mentioned that you have applied default.css in the WebHelp Pro SSL dialog, that should suffice and should meet your requirement of applying a single CSS to all the topics. You can verify the same at your end by linking few word files and generating the output with a single CSS applied in the SSL settings.
    Mayank

  • Linking two Queries but the values are corrupted

    I have started linking two queries from the same Cube.  The invoiced value from the pre-query shows the correct value from SAP.  When I use this prequery into another query and look at the same invoiced value key figure, the result has changed and is not correct anymore.  Please advise what I am doing wrong.
    Any help would be most appreciated.
    Ray

    Hi Bhanu, the replacement path is on the Dimension Sales Document.  I have tried to use the same variable on the Key Figure Net Value (Invoice).  I also tried for a later attempt to use a different Key Figure in the prequery as net weight, just in case they added together.
    Am I right that I should be using the same key figure Net Value (Invoice) in both queries?
    Thanks
    Ray

  • Query for Linking Two Tables without Reference

    Hi Folks,
    Good Day!
    I have this dilemma on how to link two tables without a reference. In the Business Partner Master Data, there is a field for the Territory which is from the table OTER. This OTER focuses on its description. Once you have added the particular Territory for that Business Partner, it is being stored in the Territory field of the BP right? Our client wants to have an automated way of searching for the Business Partner's Profit Center in creating a Sales Order wherein it is the same as the Business Partner's Territory. The Profit Center is from the table OPRC.
    When I create a Sales Order, after I have entered the Business Partner/Customer Code, the Profit Center should have the value of the Profit Center Code wherein it is the Business Partner's Territory. My query will go like this:
    Enter the BP/Customer Code automatically the Profit Center code where Profit Name = BP's Territory.
    OTER and OCRD don't have connections. How can it be?
    I'm thinking of retrieving the Territory first before the Profit Center but can you suggest of any other way?
    Thank you much!
    Regards,
    Fringe

    Hi Fringe,
    Okay, I already understood your case here. I presume your configuration as follows:
    OTER (Territory)
    territryID - descript
    1 - Philippine
    2 - Indonesia
    3 - Germany
    OPRC (Cost Centre)
    PrcCode - PrcName
    25 - Philippine
    33 - Indonesia
    47 - Germany
    Was above illustration correct? Then, you could use this formatted search in Cost Centre / Dimension field in Sales Order rows
    SELECT PrcCode FROM OPRC WHERE PrcName=(
    SELECT TOP 1 descript FROM OTER T0
    INNER JOIN OCRD T1 ON T0.territryID=T1.Territory
    WHERE T1.CardCode=$[OCRD.CardCode.0])
    However, I suggest you use a little bit different approach here. Since you can't define Territory Code / Territory ID (you could only type the Territory name, Philippine etc.), why don't you standardize Territory name with Cost Centre code? Let say, you define Philippine as PHI, Indonesia as INA, Germany as DEU and so on. Therefore, user can read the Cost Centre or more precisely Distribution Rules in Sales Order form in more familiar way.
    OTER (Territory)
    territryID - descript
    1 - PHI
    2 - INA
    3 - DEU
    OPRC (Cost Centre)
    PrcCode - PrcName
    PHI - Philippine
    INA - Indonesia
    DEU - Germany
    When FMS worked in Sales Order document, your user will read PHI instead of 25, should be more familiar to them. With that being said, you could use simpler FMS
    SELECT descript FROM OTER T0
    INNER JOIN OCRD T1 ON T0.territryID=T1.Territory
    WHERE T1.CardCode=$[OCRD.CardCode.0]
    You only need to maintain consistency between Territory Name and Cost Centre code. Just my two cents. Hope this help.
    Best Regards,
    Hendry Wijaya

  • Linking two KM systems

    Hi,
    I want to link two 2004s KM systems.
    One KM should be the main system to hold the repository with all data.
    The second system should use the same repository as the first one and shall build only a interface to the first system.
    The reason why I want to do so is to use the KM API installed on the second system to let a WebDynpro application on the second system search for documents on the first system.
    Could anyone please help me how to set up KM to do so?
    Kind regards,
    Dietmar

    Hi,
    I have never done it before but you should look into adding external repositories. In the portal you can attach various document locations. This can be your mailserver (a exchange repository), a website or even another KM portal.
    I`m not sure but I pretty sure you can add your other KM in you current portal by creating a WEBDAV repository. Webdav being the protocol portalKM`s can talk to each other. Once done you will get an extra KM folder on you current  KM showing the complete other KM. (at least if you pick the root)
    Go to System ad;ininstration > Knowledge Managment > configuration > Repository managers > Webdav repositories.
    Hope this helps
    Best
    Frederik

  • Archivelink using IXOS - linking image document to business document

    Hi all,
    We are trying to link trip document (BUS2089) with image document of trip receipts in the Travel & Expenses workflow in HR.
    The scanning of paper receipts is done by the IXOS server. The archivelinking is done using late storage using barcodes.
    My question is when the scanning is done and the link is established between the trip document and the image document, is the event "assigned" of business object type "BARCODE" triggered.
    I want to use this event in "wait for event" step in the workflow.

    Hi Kiran
    Not sure about two differnt system but on the same system same image can be linked to two different SAP documents vai function module ARCHIV_CONNECTION_INSERT. Field assignment: tick upper/lower case; archiv_id / arc_doc_id (ixos image address), ar_date, ar_object fileds to be assigned with TOA01 data for the image associagted with SAP document that is already linked. Fields mandant, object_id, sap_object, doc_type to be assigned with 2nd SAP document as it should appear in table TOA01.
    Hope this helps.
    Regards, Deepak

  • Linking word documents and auto-updating TOCs?

    Hi, all!
    I know InDesign a bit, but am about to embark on a project that I could use some help on. Im compiling all the different writing Ive done in the past four years into a little ebook. There are about 50 different essays/articles, each under four categories in the table of contents. Many need editing, and the ebook will require lots of moving things around and editing.
    So, is it possible to link Word documents like as you can do with images? I would like to have InDesign link to all the different word documents that comprise different essays, etc, so I can edit individual essays from Word and have them auto-update within InDesign. Also, is there a similar thing I can do with the table of contents, where it will automatically update the page number of a given entry when I rearrange it? These two things would save me much time!
    Thank you!
    Alec

    As much as you think you want to auto-update the Word documents, you don't.
    Yes, there is a way to link those Word files, but you will lose all formatting applied in ID each time you do update the linked files.
    Why don't you just make those changes in InDesign?
    Next, yes, you can create a TOC that will update page numbers automatically when the document(s) change.
    That is no problem.

  • How can we change Topic Names Generated after linking a document

    Hi:
         I linked a document and generated a topic in RoboHelp for HTML. The topics are generated with some names and i am not able to rename them after they are generated.
    I tried doing this as per help
    Define the topic name pattern for generated topics
    When you set heading styles for pagination, the heading text is included by default in the filename of the topic file created in RoboHelp. For example, suppose you define Heading 2 for pagination. If the Word document has two Heading 2 topics, “Introduction” and “Beyond basics,” the topics are created as files named introduction.htm and beyond_basics.htm. The result is intuitively named HTML files that indicate the topic title. In addition to this default scheme, you can define more naming conventions. If, however, the Help system uses sequentially numbered files, such as helptopic001.html, helptopic002.html, and so on, you can define the pattern to support that convention.
    Do one of the following:
    Select File > Import > Word Document.
    Select File > Link > Word Document.
    Select File > Project Settings.
    In the Conversion Settings dialog box, select Other Settings.
    In the Other Settings tab, set the topic name pattern.
    Topics are named according to the selected pattern. You can select one of the following or create a topic name pattern.
    Default
    Uses the topic title text as the topic filename.
    <$filename_no_ext>-<$paratext>
    The name of the converted HTML topic contains the following:
    The name of the Word source file without its extension
    Hyphen as the separator
    Paragraph text used to demarcate HTML topics
    For example, a Word file named “Chapter.doc” with “1-Introduction” as paragraph text is converted to an HTML topic named “Chapter-1-Introduction.”
    <$filename_no_ext>-<n>
    The name of the converted HTML topic contains the following:
    The name of the Word source file without its extension
    Hyphen as the separator
    A sequential number
    For example, “Chapter.doc” is converted to an HTML topic named “Chapter-1.”
    <$paratext_no_num>
    The name of the converted HTML topic contains the paragraph text used to demarcate the HTML topic, without numbering. For example, paragraph text “1.Introduction” is converted to an HTML topic named “Introduction.”.
    <$paratext>
    The name of the converted HTML topic contains the paragraph text used to demarcate the HTML topic. For example, paragraph text “Introduction” is converted into an HTML topic named “Introduction.”
    But, still its doing the same. Can anybody help me .
    1. How can i generate what i need .
    2. or How can i rename the topics which are genrated.
    When i import word document, i can rename the topics. But, when i link them. They are readonly.
    Thanks
    Santhosh

    I verified it at my end and found that at times the "other settings" are lost if only other setting are updated but this behavior is a bit random.
    I have a workaround for this issue :-
    1. please link the document first
    2. Open the File->project setting dialog and click Edit button for Framaker setting (this wont cause any issue as you wont be using these settings)
    3. In "conversion setting" please update any "other settings" and then click OK
    4. Now on the other setting for word documents will get retained and after this it will always be retained for even the new projects.
    5. then OK on project setting dialog and can verify it by reoprning these settings
    Hope this helps
    Ashish

  • Linking two different query created in SQVI

    Hi friends
    1) How to link two different queries created in SQVI
    The output of the first query will  the input of the second query
    for example i have created one query to extract the material documents, now i want to pass this material documnts into the second query for serial number extraction
    2) Is is possible to use a particular table twice in a single query,  I am getting the error that Table already used
    Regards
    Amuthan M

    Try Table joins, Take help of technical persons

  • How to link two tables?

    Hello,
    I'm trying to create invoices with Pages, but my question is how can I link two tables in one Pages document?
    Or having two Header Rows with some 'normal' rows between would also be great. (even better)
    I'm trying to calculate my subtotal etc. below my overview of articles.
    Thanks in advance!
    Andy

    (1) no way to link two tables in Pages.
    (2) you may have several header rows, several footer rows but you can't have standard rows between header (or footer) ones.
    You may achieve what you describe without the asked feature.
    Use correct ranges and you will be able to calculate subtotals.
    Yvan KOENIG (VALLAURIS, France) lundi 28 décembre 2009 19:02:38

Maybe you are looking for