InfoSet modelling - Link Maintenance between tables

Hi
I want to create an infoset between 2 DSO objects, we are using BI 7, and I am following the help from
http://help.sap.com/saphelp_nw70/helpdata/EN/b1/713c3b35703079e10000000a114084/frameset.htm
I have a couple of very simple questions
This is what I have done so far
In the AWB on the Modelling Tab, I have right clicked on the infoArea and selected the u201CCreate InfoSetu201D   then given a technical name etc and selected the 1st DSO
Then I selected the u201CAdd infoprovideru201D icon and entered the technical name of the 2nd DSO.
On Step 4 (of the above help link) I am not able to see the Link Maintenance Option or to define a link using a mouse.  Can someone please walk me through how we will go from here? i.e. where to find this option etc and if any help or how to guidesu2026
Basically I need to make this infoset and perform an inner join on 4 info Objects common between the two DSOs.  Please walk me through the procedure and I will say thanks the SDN way.
Regards
Jack

Basically the question was a simple one and I figured out the answer so I am posting it for future reference by someone else in the same situation...
The Display mode was the problem here, i.e. the 1st time I tried to create the infoset I was asked about which display mode I wanted to use..
InfoSet Maintenance Can Be Done in the Network (Data Flow Control) or in the Tree (Tree Control)
While the Network Display Is Clearer, the Tree Display for ScreenReader is Readable and Thus More Suitable for the Visually Impaired..
I was using the Hierarchy Display and hence could not see the Link maintenance Icon or use the Drag and Drop with a mouse functionality...
To change the display mode, Right Click on the infoSet, Select Change and then on the Top of the screen menues, go to Settings and Choose Display... Here change the display to Data Flow control...   Go out of the maintenance screen and come back in and   Bobs your uncle

Similar Messages

  • Changing link properties between tables

    Hello,
    Is it possible to change somehow properties for the links between tables?
    We have about 2000 reports and we should change most of the links, it would be very convenient to write short program to do this instead of destroying couple mouses and wrists etc...
    Currently we are using VB6 and RDC to work with reports but we are open for all ideas to solve this problem we have.
    Thanks in advance for any help!
    Timo

    Hi Timo,
    Unless you know exactly how all are going to change exactly it may be easier to hire a student to this for you.
    Here's a bit of code that should get you going, it's old but should work for you also. You'll need to know what fields are mapped etc... It actually adds the tables at runtime and what you'll want to do is get your existing tables and links and save the info in an array.
    Dim db As Database
    Set db = rep.Database
    Dim tables As ICRDatabaseTables
    Set tables = db.tables
    Dim desTable As ICRDatabaseTable
    Dim path As String
    Dim srcTable As ICRDatabaseTable
    Dim subloc As String
    ' Add a table.
    subloc = "Orders"
    Set srcTable = tables.Add(subloc, CRDTRecurringFile, "crdb_ODBC.DLL", "MS SQL Tsvanfps01", "nwind", "vantech", "vantech", subloc)
    ' Add a table.
    subloc = "Employees"
    Set desTable = tables.Add(subloc, CRDTRecurringFile, "crdb_ODBC.DLL", "MS SQL Tsvanfps01", "nwind", "vantech", "vantech", subloc)
    Dim links As ICRDatabaseLinks
    Set links = db.links
    Dim count As Long
    count = links.count
    Dim joinType As CRJoinType
    Dim lookType As CRLookUpType
    Dim pm As Boolean
    Dim indexInUse As Integer
    joinType = 5    ' set to Left Outer Join
    lookType = 2
    pm = False      ' used for Access tables
    indexInUse = 0  ' used for Access tables
    Dim vas As Variant
    Dim vbs As Variant
    vas = Array(2)  ' pointer to the field position in the source Table
    vbs = Array(0)  ' pointer to the field position in the destination Table
    Dim newdblink As ICRDatabaseLink
    Set newdblink = links.Add(srcTable, desTable, vas, vbs, joinType, lookType, pm, indexInUse)
    Have fun
    Don

  • Link between table BSEG and BSET

    Helo All.
    Can you please tell me what is the link between tables BSEG and BSET in FICO?
    Regards

    Hi
    Please check below thread Ramesh answerd for same query
    Relation between RSEG Table and BSET Table
    Thanks,
    Syf

  • Link between tables

    Hi,
    how can I find the links between tables ?
    I remember it is possible by a trx to look at links between tables, the trx shows a flow chart
    with the link between all SAP tables.
    Best regards

    hi,
    goto SE11->enter the name of the table you want to find the link.
    for e.g EKKO. Press display .
    On  the application Table there is a button 'Graphic' (CTRLSHIFTF11). Press this button
    to get list of table which are linked .You see a screen with the list of all tables which are linked
    and on that screen when u press back u get a graphical flow chart box where u see all the tables
    and their link .They will be shown in green color.
    The below Step only works if you know some tables
    other way is u can do it with SQVI transaction.Its called as Quickviewer screen.Create a view
    by entering some name and press create .Its prompts for a dialog box and enter some title.
    Below there is a drop list in DATA Source tab Choose table join and press enter.
    Go to EDIT option in menu bar and enter the name of the table which u know. ADD similar tables
    and if there is any link it will be shown below.

  • How to find the link between tables  CRMD_ORDERADM_H and  BBP_PDORG ?

    HI,All
        By TCODE  BBP_PD,  I cann't find the link by GUID between tables CRMD_ORDERADM_H (Header) and  BBP_PDORG (Purchase Organization) ,  why?  how to find this link?
       thanks
      Jesse.

    Hello Jianxin,
    It depends on document category type.
    For Shopping Cart, no link exist between CRMD_ORDERADM_H and BBP_PDORG tables as purchasing organization is defined at item level.
    For Purchase Order, using BBP_PDORG-SET_GUID, you get PO header GUID (GUID_HI) in table CRMD_LINK where CRMD-LINK-GUID_SET = BBP_PDORG-SET_GUID.
    Regards.
    Laurent.

  • Link between tables BBP_PDACC and BBP_DET_ACCOUNT

    Hi All,
    I am creating a shopping cart using function module BBP_PD_SC_CREATE. I can determine a GL account based on product category using table BBP_DET_ACCOUNT. But there are some other account assignment details which this function module requires and based on existing shopping carts that are created, I found that they are stored in table BBP_PDACC. Is there any linkage between tables BBP_PDACC and BBP_DET_ACCOUNT.
    Any help or guidance will be really appreciated.
    Thanks,
    Ameet

    Hi Ameet,
    Yeah you need to provide other account assignment if your business process do require? For example if you choose account assignment category as "Cost center" then standard account assignment category set up require Cost Center and GL account to pass in this function module. Account assignment configuration you can verify in SPRO in Cross application basic settings --> Account Assignment --> Define Account assignment category.
    BBP_PDACC as i mentioned earlier gets populated when you will create Shopping cart as it will store shopping cart account information.
    Hope this helps.
    thank you
    Ritesh

  • Insert XML file into Relational database model without using XMLTYPE tables

    Dear all,
    How can I store a known complex XML file into an existing relational database WITHOUT using xmltypes in the database ?
    I read the article on DBMS_XMLSTORE. DBMS_XMLSTORE indeed partially bridges the gap between XML and RDBMS to a certain extent, namely for simply structured XML (canonical structure) and simple tables.
    However, when the XML structure will become arbitrary and rapidly evolving, surely there must be a way to map XML to a relational model more flexibly.
    We work in a java/Oracle10 environment that receives very large XML documents from an independent data management source. These files comply with an XML schema. That is all we know. Still, all these data must be inserted/updated daily in an existing relational model. Quite an assignment isn't it ?
    The database does and will not contain XMLTYPES, only plain RDBMS tables.
    Are you aware of a framework/product or tool to do what DBMS_XMLSTORE does but with any format of XML file ? If not, I am doomed.
    Constraints : Input via XML files defined by third party
    Storage : relational database model with hundreds of tables and thousands of existing queries that can not be touched. The model must not be altered.
    Target : get this XML into the database on a daily basis via an automated process.
    Cheers.
    Luc.

    Luc,
    your Doomed !
    If you would try something like DBMS_XMLSTORE, you probably would be into serious performance problems in your case, very fast, and it would be very difficult to manage.
    If you would use a little bit of XMLType stuff, you would be able to shred the data into the relational model very fast and controlable. Take it from me, I am one of those old geezers like Mr. Tom Kyte way beyond 40 years (still joking). No seriously. I started out as a classical PL/SQL, Forms Guy that switched after two years to become a "DBA 1.0" and Mr Codd and Mr Date were for years my biggest hero's. I have the utmost respect for Mr. Tom Kyte for all his efforts for bringing the concepts manual into the development world. Just to name some off the names that influenced me. But you will have to work with UNSTRUCTURED data (as Mr Date would call it). 80% of the data out there exists off it. Stuff like XMLTABLE and XML VIEWs bridge the gap between that unstructured world and the relational world. It is very doable to drag and drop an XML file into the XMLDB database into a XMLtype table and or for instance via FTP. From that point on it is in the database. From there you could move into relational tables via XMLTABLE methods or XML Views.
    You could see the described method as a filtering option so XML can be transformed into relational data. If you don't want any XML in your current database, then create an small Oracle database with XML DB installed (if doable 11.1.0.7 regarding the best performance --> all the new fast optimizer stuff etc). Use that database as a staging area that does all the XML shredding for you into relational components and ship the end result via database links and or materialized views or other probably known methodes into your relational database that isn't allowed to have XMLType.
    This way you would keep your realtional Oracle database clean and have the Oracle XML DB staging database do all the filtering and shredding into relational components.
    Throwing the XML DB option out off the window beforehand would be like replacing your Mercedes with a bicycle. With both you will be able to travel the distance from Paris to Rome, but it will take you a hell of lot longer.
    :-)

  • Business Model with 2 fact tables

    Hi there
    I am trying to get a simple business model working , 2 fact tables, 1 dimension, similar to this example :
    http://www.rittmanmead.com/2008/08/resolving-fan-traps-and-circular-joins-using-obiee/
    However I keep getting this: [nQSError: 14025] No fact table exists at the requested level of detail:
    the tables are:
    Incident (dimension)
    PK Sequence
    Incident Detail (fact table 1)
    PK Sequence
    FK Problem #
    Order (fact table 2)
    PK Sequence
    FK HDNum
    I cant figure out why this doesnt work like the rittman mead example? do they need to have the same column name?
    Thanks
    Tim

    It says the model doesnt contains a fact table.Fact table will have foreignkeys and Measure columns.That link shows the circular joins between tables.There fact table is not there.
    See this link for fact and dimensions
    http://www.geekinterview.com/question_details/66773

  • ONE-to-MANY relationship between tables and forms in APEX

    I recently started using APEX and I have run into an issue.
    I have a ONE-TO-MANY relationship between two tables, A1 and A2, respectively.
    A1:
    A1_ID
    Item
    A2:
    A2_ID
    SubItem
    A1_ID
    I have 2 forms (lets call it F1 and F2) that I use to capture data for A1 and A2.
    On F2, I have the following fields that are setup to capture data:
         A2.A1_ID
    **A1.Item (this is a drop down that is populated using a SELECT statement where the select uses A1.Item field)
         A2.SubItem (user would enter SubItem)
    Note: A2.A2_ID is populated using a SEQ
    Everytime I pick **A1.Item on F2, is there a way to link to A1 table and display A1.A1_ID for every **A1.Item selected on F2?
    If so, I want to store the value captured in F2 for the A1_ID field into A2 table to maintain my 1-to-MANY relationship.
    If this will work, how do I go about implementing this solution?
    Can someone help me?

    I think it sounds like you are asking for a Master-Detail form. Try that and see what you get.
    chris.

  • Displaying Relations Between Tables In Oracle 10.2.0.3

    Hi Everyone;
    I am in urgent need to display all the relations between tables of a Dbase in Oracle 10.2.0.3 version dbase. I use a server 2003 R2 machine and a developer tool TOAD for oracle v9.7 as ODT. If anyone have a clue please i need it.Sincerely
    Best Regards
    Ömer KAYA

    Hi Ömer
    You can with those tools read the configuration and get the actual ERD model from the database, so you will be able to see the relation in the tables.
    Please try that tool
    http://www.download32.com/modelright-3-for-oracle-i38008.html
    Product stands "Do you need to design, visualize or document your Oracle database?"
    In TOAD tool you are also able to do it: Reverse engineer already existing database structures and see the existing database structure in form of a diagram.
    Regards,
    Hubert
    P.S. looking forward to get your "precious" points ;-)
    Edited by: Hub on Oct 27, 2008 2:28 PM
    Edited by: Hub on Oct 27, 2008 2:35 PM
    Edited by: Hub on Oct 27, 2008 2:54 PM

  • Find the key for join between table "crhd" and "equi" for use field "answt"

    I make program for read data from table "crhd" for print  about machine report
    but I can not find the key for link join to table "equi" for print field "answt" (acquistion value)
    please help me  find the key field for join between table "crhd" and "equi" for use field "answt"
    thank you very much...

    This is how the Work Center is linked to a particular Equipment -
    Functional - In IE03 ( view Equipments) You see the Work Center of a particular Equipment.
    Technical - Go to view V_EQUI ( view of EQUI and EQUZ). Pass the Equipment number alongwith V_EQUI-PM_OBJTY = 'A' ( i,.e searching for the Object Type Work Center).  In this way u ll get the V_EQUI-GEWRK - this is the Work Center ID.
    You can pass this Work Center ID to CRHD. And you will get the Work Center text.
    CRHD-OBJTY = 'A'
    CRHD-OBJID = V_EQUI-GEWRK.
    and u ll get the CRHD-ARBPL - this is the Work Center.
    So u need to come backwards, alongwith ur CRHD-OBJTY and CRHD-OBJID , you pass the same to V_EQUI and u get the list of equipment numbers alongwith ur ANSWT(Acquisition value).
    I guess it solves ur problem.

  • Linking Views to Tables

    Hello all,
    Is it possible to have foreign keys on views so that they can be linked to real tables or views? We are building an application with multiple schema and would like to have some common tables built as views in other schema and then linked to tables. I am making use of Oracle 10g on Windows Server 2005
    Regards,

    Hello,
    Thanks for your prompt reply. Please, if I got the content there, my view can only be referenced in another table using the primary key inherited with the base table but can't never be a child table. I will go accordingly: the problem is to have some schema tables referenced under other schema and I thought that having relationships between tables and views could make this possible. Am I right with the synthesis obtained from what Saubhik showed me?
    Regards,

  • Find relation between tables

    Hi experts,
    How can I find the relation between tables? I mean, I can go to se 11 and compare each field of 2 tables manually, but it's very time consuming. Is there any possibilty to compare tables and find all the fields that can be found in both table?

    Go to SQVI transaction... Create a qucik view.. ztest.. give desc..etc
    Select data source as table join.... enter
    now one screen will come with blank data (blue scrren)
    in that application toolbar second button .. click that.. enter VBAK..
    click that again.. enter VBAP.. now an image will come with links b/w vbak and vbap.. you can use any no. of tables there....

  • The relation between table mbew and mbewh

    MORNING!
      I wanna know the relation between table mbew and mbewh.
      I finded some materials in table mbewh have total valuated stock , but these materials don't have value .
      Thanks a lot !

    Hi Roy, please check this link.
    http://www.sapfans.com/forums/viewtopic.php?p=4330&sid=a1b0e2c950bb90aa410b796d9ce0a13c
    REgards,
    Rich Heilman

  • Mapping or relation between tables

    Hello
    I have a application, that I installed on top of Oracle 11G. this database has more than 200 tables all linked based on keys. Sorry my terminology may not be so good since am not a dba.
    I would like to study the relationships between tables to better understand the application.
    Is there a tool that allows me to view the relationship between the tables or provides me a mapping between the tables, very similar to UML mapping that shows relationships between classes.
    Thanks;

    column contacts.contact should only contain values which exist in persons.id or companys.id.
    if i put two foreign key constraints on table contacts witch reference persons.id and companys.id i get a error when inserting any value into contacts.
    example:
    table persons:
    id | name
    99 | john
    insert into contacts
    values(1,2,99);
    here i get the error.
    i think its because the second fk-constraint does not accept this value.

Maybe you are looking for