"Synonym" tables in diagrams

I cannot find information about how to use these after right clicking on a table. Are they only meant for buidling new foreign keys using "source/target table synonym"? I thought I could use them to eliminate foreign key lines from crossing one end of a busy diagram to the other end. If someone can please help me find some documentation about these, I'd appreciate that.

I thought I could use them to eliminate foreign key lines from crossing one end of a busy diagram to the other end. Definitely you can use graphical synonyms for that - crate synonym, place it where you want and reroute foreign key (relationship) to use that synonym - that in foreign key (relationship) dialog.
It'll be possible to hide elements of table (entity) in next release of DM 3.3 and that works at synonym level, so you can have two synonyms displaying different details.
Philip

Similar Messages

  • Required CRM Tables & Relationship Diagram

    Hi All,
    I need CRM Tables & Relationship Diagram. Anybody there to help me to get this. Its urgent.
    Thanks in advance.
    my mail ID: [email protected]
    Thanx & Regards,
    Santosh

    Hi Sai, Can anybody send me CRM tables mapping to [email protected] Thanks in advance.
    Andy Nguyen

  • JDBC BUG WITH SYNONYM TABLES AND DB-LINK

    I have created a database link within my schema.
    Then i have created a synonym for a table in the linked database.
    When using metadata.getColumns() for the synonym table there
    are no columns returned.
    When using metadata.getTables() the synonym table is included in
    the list.
    Driver: Oracle 8.1.5 Thin
    Is this a kown bug.
    Any workarounds available.
    null

    Hi togehter,
    soory for my delayed answer. I was ill.
    I created my scenario but it doesn#t work.
    This is my input:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns:SAKRJOIN.resultSet xmlns:ns="urn:sap.com:jdbcAdapter">
    <row>
    <MANDT>100</MANDT>
    <LIFNR>146128</LIFNR>
    <BUKRS>41</BUKRS>
    <row>
    <MANDT>100</MANDT>
    <LIFNR>146128</LIFNR>
    <BUKRS>42</BUKRS>
    </row>
    <row>
    <MANDT>100</MANDT>
    <LIFNR>146129</LIFNR>
    <BUKRS>42</BUKRS>
    </row>
    </ns:SAKRJOIN.resultSet>
    This is my target:
    IDOC Element CREMAS.CREMAS05 1..unbounded
    BEGIN Attribut xsd:string required
    EDI_DC40 Element EDI_DC40.CREMAS.CREMAS05 1
    E1LFA1M Element CREMAS05.E1LFA1M 1
    SEGMENT Attribut xsd:string required
    MSGFN Element xsd:string 0..1 maxLength="3"
    LIFNR Element xsd:string 0..1 maxLength="10"
    ANRED Element xsd:string 0..1 maxLength="15"
    If I mapped the field row to the target field IDOC I create three IDOCs, but I want only one IDOC per <LIFNR>. In this example I want to see two IDOCs. One for 146128 and one for 146129.
    If I mapped <LIFNR> -> split by value (valuechanged) in field IDOC I get only one IDOC.
    Whats wrong ?
    I tried
    lifnr>sort>splitbyvalue(valuechange)->collapse context->IDOC
    Now I get three once again.
    Kind regards
    Wolfgang

  • Reg: CRM Table Relationship diagram

    Hi All,
    Please send me the following docs,
    (1.) CRM - Table Relationship Diagram
    (2.) BDT Cookbook
    (3.) BDOC Extension guide
    Also send me any other docs related to CRM, which u guys feel useful !!
    My Email ID : <removed by SDN Forum Moderator>
    Thanks in advance !!
    regards
    Prembabu R

    Hi,
    I got few useful link while searching in forum, Please find the link below
    CRM Tables & Relationship Diagram docs
    Thanks
    Prembabu

  • Table Relationship Diagram

    hi experts
    could any one plz send me Table Relationship Diagram ASAP
    Thanks in advance
    vinay

    Hi kaushal,
    Could you pls send me the same doc - CRM Table relations
    to  [email protected]  ?
    Thanksa ton in advance !
    Jaman

  • Accessing synonym tables with jdbc

    accessing synonym tables with oracle jdbc driver 9i
    hi
    i'm having a problem selecting, updating, inserting and retrieving metadata from synonym tables.
    simple example is selecting from a table that is a synonym, i receive ORA-00942 table or view does not exist.
    is there any way to access synonym tables using the oracle jdbc driver?
    any help would be most appreciated.
    thanks
    Takis

    Hi Mirco,
    you can create your own function module to read TOA01 table and call this function module. It is a 5 minutes job of your ABAP programmer.
    To read list of BAPIs existing in your system call transaction BAPI.
    Generally there is no reason to read SAP tables. Think about 15.000 - 20.000 tables of standard SAP Web AS. No one is able to give you data model. You have to use business objects and their methods.
    Jiri

  • SD  TABLES ERD DIAGRAMS IN VISIO

    hi,
    anybody can plaese send me the erd diagrams for the sd tables.i will be highly thankfull to you
    regards,
    Ronie

    http://www.sapgenie.com/abap/tables_sd.htm
    Br, Jacek
    Please Reward if taht information was helpfull
    Message was edited by: Jacek S³owikowski

  • JDev 10g : Database Diagram exception while dragging table to diagram

    I added a new "Database Diagram" to my project. Then i try to drag a table on it from a database connection node in the "Connections - Navigator".
    the following exception occurs:
    Message
    Character literals must be enclosed in single quotes
    Cause
    Action
    I have this problem with all tables in the schema. When i use tables from another schema it works.

    I've logged bugs 3580537 - error message needs to identify erroneous object; 3580690 - single word character literals do not need to be quoted

  • How to create table relation diagram?

    Hi.
    I need Gurus help!
    Before writing programs working with Database, scheme of used tables should be prepared.
    Which methods can be used in SAP to prepare tables scheme and
    their relations diagram for reports written in ABAP.
    Thanks.
    Mehman.

    I've got a screen shoot of a diagram made on SAP ([http://photos.l3.facebook.com/photos-l3-sf2p/v356/66/47/1016354007/n1016354007_159605_4849.jpg]).
    But unfortunately I don't know how to built it.
    I think it would be better to build it on SAP.
    Because there you can also see description of tables and fields.
    And it makes you work easier.

  • View tables relationship diagram

    I am using Oracle 9i R2. Is there any way to view the Relationship Diagram of the schema.

    Below is free tool that will generate ER diagrams
    from an Oracle database.
    http://www.schemester.co.uk/
    Yeahh but beware that it may generate something crazy if you have many schemas with the same set of tables i.e. it obviously could not understood that there can be many relationships with the same, just in different schemas. At least it was the case the last time I used it.
    OK here is the link where you can find quite a bunch of such tools http://www.databaseanswers.com/modelling_tools.htm
    After Oracle Designer at least for me every other tool looks like sucker but it's hard life and my today's company isn't using Designer and I have to suffice either with Rational Rose (quite usable) or Visio (complete nightmare at least for ER diagrams with more than 5 tables).
    Gints Plivna
    http://www.gplivna.eu

  • Super type hides child entity's synonym in Logical diagram

    Hi,
    I think that I found a bug:
    I created two entities: entity A and entity B.
    Entity A is super type of entity B.
    I created a synonym for entity B.
    When I select entity A it hides the synonym of entity B.
    When I create entity C and create a 1:N relation between synonym of entity B and entity C
    and move entity A (it contains entity B and its synonym) the relation's line is not moved, it is hanging in the air.
    My version: 3.0.0.665
    Java: 1.6.0_22
    Screenshot fragments:
    [url http://s4.postimage.org/262qg0w10/Screen_shot_2011_03_07_at_08_44_06.png]before moving
    [url http://s4.postimage.org/cswtio7hs/Screen_shot_2011_03_07_at_08_44_27.png]after moving
    Best regards.

    Hi,
    I logged bug for that.
    Philip

  • CRM Table Relationship Diagram

    Hi all
    could you please send some documents which contains table and relationships  to my  email Id: [email protected]
    Thank you in advance,
    Kumar

    Done.
    Regards,
    Animesh

  • Does anyone have a SAP CRM Table Relations Diagram? !!

    Hello,
    For R/3 I have a document containing the relation between the most important database tables. Does anyone have a similar document for SAP CRM? (5.0).
    Since I'm new to SAP CRM I would really appreciate if someone could send such a document to me at <removed by SDN Forum Moderator>
    (To vikash krishna: I never received the document so I try by posting again...)
    Thanks,
    Jeroen

    Hi,
    https://websmp208.sap-ag.de/solutions
    In this navigate through, Business solutions and applications -> MySAP Business Suite -> MySAP CRM -> solution library -> CRM powered by Netweaver -> Process Integration -> Business objects.
    There you will find table relationships.
    Hope this helps.
    Regards,
    Karthik.

  • Rearranging the tables on ER Diagram

    I have created a ER Diagram of around 500 database tables. On my diagram, tables that have relationship appear on the top (in a cluster) and tables that does not have any relationship appear on the left (in a cluster) leaving right and bottom part of the diagram blank (i.e more than 50% of diagram).
    Is there a way to re-arrange the diagram so that tables are evenly spaced? If so, can you please let me know how it is done?
    version: Oracle SQL Developer Data Modeler 3.0.0.665
    Thanks
    Srinidhi Rao

    Have you tried the auto layout function? Right mouse click in the diagram white space and select one of the layout options. That may or may not be what you are looking for. Otherwise you have to re-arrange by hand.
    Another option to consider - create sub-views with fewer tables per diagram (maybe by subject area?). That is what I do. You could put all the unrelated tables on a seperate diagram (sub-view). To do this easily, select the tables you want to isolate, right mouse, then select "create subview". Then at least you will have fewer tables to arrange by hand which makes managing the diagrams much easier.

  • 2 Logical Table Diagrams in a BMM

    I have 2 logical table Diagrams in my BMM (Diagram A and Diagram B). I have to link a logical dimension table from Diagram B to the logical fact table in Diagram A. Is this possible? Is there a way I can make the logical dimension table in Diagram B appear in Diagram A?
    Would appreciate your help. Thank you.

    No, I don't think this is possible.
    I have always seen tables being joined in that window itself. Also if you wish to join two tables, just select those two tables and get it in one window and do logical/physical join.
    //BR

Maybe you are looking for