Auto Creation of DSV via Views

we are trying to create a DSV using sql server database Views. after completing all steps in using Wizard 
we found that the diagram has no relationships. All the views are independent. Although in source database
the views have no relation but the columns and data are matching.
Can someone suggest how to create the relational diagram from views. The relational diagram creation is auto 
by add related tables OPTION. how to auto relate views.?

Hi Rosaviakosmos,
In your scenario, there are relationships defined on the table, and then create views using those tables, right? In SQL Server, when creating views, the relationships will not exist on the views. So when you create Data Source View using those views, there
has no relationships on the DSV. I am afraid there is no way to add those relationships automatically. What you need to do is defining relationships on DSV manually. Please refer to the link below to see the detail information about it.
Define Logical Relationships in a Data Source View
Hope this helps.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • Auto Creation of new requisitions based on a list of items

    Auto Creation of new requisitions based on a list of items
    We are starting discussions to determine how we could auto-create requisitions based on a list of servers in order to perform periodic health checks. 
    One approach we thought about was creating one service request that could spawn multiple requests, again based on a list and using a set schedule (weekly, monthly, quarterly, yearly, etc.)
    Has anyone implemented this and can provide some guidance/tips?

    You can check this article for more references on how to use sp_helptext object_name stored procedure:
    http://blog.sqlauthority.com/2007/05/25/sql-server-stored-procedure-to-display-code-text-of-stored-procedure-trigger-view-or-object/
    I also suggest trying commercial tools to sync and compare the stored procedures between two databases. We used
    ApexSQL Diff, but I've also heard some good things about
    Devart's tools.

  • HT1476 i-phone3 wont recharge; initially home button wouldn't work. Applied the 'auto-touch button thing' via settings. This worked until I ran out of battery life. Now it won't recharge either via laptop (usually does) or wall switch. Just a blk screen.

    i-phone3 wont recharge; initially home button wouldn't work. Applied the 'auto-touch button thing' via settings. This worked until I ran out of battery life. Now it won’t recharge either via laptop (usually does) or wall switch. Just a blk screen.

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Auto creation of po from shopping cart

    hai gurus
    Iam in SRM 5.o,CLASSIC Scenario.
    In configuration for "Auto creation of po from shopping cart"i  have given "purchase order if item data complete,otherwise PR"in  SPRO>SRM>srmserver>cross application basic settings>Define  objects in Backend(PR,PO,requisition)
    So shopping cart is been created with PUR org,PUR GROUP,Vendor tax code,account assignment etc,but  purchase requisition is created and not  purchase order.Is there any  settings left over
    Thanks in Advance
    chandra

    Hello Chandra,
    You also could use the PR (in ECC) and try to convert it into a PO (ME57). If it asks you for some additional data (e.g. vendor, price, ..) this might indicate, that it is missing in the SC.
    Also, you could try and debug transaction ME59 (auto PO creation) to see, what's missing/checked.
    Good luck.
    Franz

  • Regularly auto creation of sales order

    Hi All,
    Is it possible to define or set auto creation of sales order ? e.g. there 2000 customers that every biweekly Monday will have sales orders created automatically by system, so the user just only see and copy to delivery or A/R invoice. TIA
    Rgd,
    Mark

    This can be performed if you use activity management and set sales quotation as a linked document. use one sales quotation but contains multiples row line of items that have different delivery dates can make it possible, but only as reminder, to create sales order,.although manually, you just use copy to and the add the SO. You could also develop addon to make SBO auto creation of sales order.
    Rgds,

  • Auto creation of Batch master data when external batch no entered in PR

    Dear All,
    At persent we can auto create batches at production order creation level, Goods receipt level.
    In same way how we can achive auto creation of Batch master data at Purchase Requisition level.
    Regards,
    Manoj

    There is no auto-creation of batches that are entered in ME51N. SAP issues message ME178 telling you that the batch entered does not exist.
    You have to maintain the batch in MSC1N first, then you can enter it in the PR.

  • Stop auto-creation of Assoc when creating Entities

    How can we stop auto-creation of Assoc files when creating Entities?

    Hi Varshal,
    Thanks for the suggestion.
    However, we thought of an alternate method that does involve changing the customers existing business process.
    1) Change the field AUDISP in the network profile to 1 "Never" for the conversion.
    2) Migrate the data. Program will create Networks, Activities & Components with the field AUDISP set to "Never create Reservation or Purchase Requisition".
    3) Change the field in AUDISP in the network profile back to "2 From Release".
    We will have to get the users to clean-up their data (close outstanding PRs or convert those PRs to POs) before this exercise for a clean cut-over.

  • Auto creation of purchase orders in background

    Hi,
    Can anyone help me with auto creation of purchase orders in background while saving production order as in standard sap only purchase requisition is getting created.

    Hi,
    Yes according to standar SAP only requisitions get created while saving production order ..........if you want to have Purchase order also to be created you can approch this way...
    1.     use exit PPCO0001
    2.     fm EXIT_SAPLCOBT_001
    create a background job id in SM36 .....call the methof for external event triggering
    CALL METHOD cl_batch_event=>raise
        EXPORTING
          i_eventid                      = 'ZME59'
          I_EVENTPARM                     = V_MANDT
        EXCEPTIONS
          excpt_raise_failed             = 1
          excpt_server_accepts_no_events = 2
          excpt_raise_forbidden          = 3
          excpt_unknown_event            = 4
          excpt_no_authority             = 5
          OTHERS                         = 6.
    Thanks,
    Shailaja Ainala.

  • How to save and retrive table column values added via view enhancement

    Hi,
    I want to enhance standard webdynpro component FITE_VC_REVIEW.
    I want to add new column to Fight Info Table and also to Hotel Info table.I can do UI changes via view enhancement .
    First Approach: I add new fields to Flight Info and Hotel Info structure.
    Create an additional Coolum in Flight Info and Hotel Info Table and Bind it to newly created field in structures.
    Question :
    What all changes I have to make to save and retrieve values from database table.
    Kindly guide with Steps
    Second Approach: I create a new table/structure for my requirement and bind table column to these fields.
    Question:
    What all changes I have to make to save and retrieve values from database table.
    Kindly guide with Steps
    And which approach will be good.
    Regards,
    Madhvika

    no ans yet

  • Auto creation of SUBCONTRACT PO at GR?

    As title, is subcontract PO can be auto created at GR?
    When I use t-code: MB01, it shows "Please enter net price".
    Is this due to subcontract info record is not considered?
    Here's my setting:
    Standard purchasing org assigned to plant.
    Movement type 101 is ticked for auto creation of PO at GR.
    PO document type is default to 'NB'.
    Purhcase group is assigned in material master.
    Subcontract info record for standard purchasing org, vendor, material is created. And price is effective.
    Please advise, thanks.

    hi frnds.
                   its not possible in SAP for creating the automatic PO for sub-contracting through the posting of goods receipt..  for my knowledge with out transferring the goods to sub contractor we cannot valid it as the sub-contracting process...  so as the basic movements are not there how can we post out the goods receipt of subcontractor..
                   and one more thing, when there is no effect in material document (no transfer postings to subcontractor) how can automatic subcontracting PO can be generated while making the GR..
                   so, for my knowledge its not possible to create... if im wrong please correct me give me the solution.
    thanks in advance friends

  • Block the creation of vendors via the "extend vendor" function

    Is it possible to block the creation of vendors via the "extend vendor" function?  Currently, a number of vendors have been created in this way and are 'shared' across different markets.  This has created a control risk on master data, so I am investigating if it is possible to restrict the process.
    Please suggest
    Thanks
    Mani

    Hi:
               Initially your requirement was just to detain user from creating vendor using reference vendor as given in XK01 under reference (Vendor number and co code & Purchasing organization). Through SHD0 you were able to suppress these three fields ( if i am right? correct me here). If its Ok then system has stopped you from creating vendor using reference of another already created vendor. As far main vendor number and co code and purchasing org fields are concerned that appears on the top of XK01 please note that Vendor number field is only used when you use external number range for this vendor account group ( check number range assigned to the vendor account group in OBAS and then check it in XKN1 if is set as external or internal number range). If you have activated internal number range then nothing needs to be given in Vendor number field and system will generate vendor number internally and this can be suppressed otherwise if you are using external number range the system will create vendor as given by you in Vendor in main screen of XK01. Hence it depends on the process you are using in your company for vendor master data creation.
    Regards

  • Batch No Auto Creation

    Dear Friend
    I am unable configure the Batch No Auto creation While Creating the Batch no ... I click the Auto Creation Given the Required format & Given Number in Increase Mode....... I could able to add the GRN
    When i am Adding the Next GRN .. If i click Auto Creation again it asking for configuration ......
    Pls let us know if any other setting is required
    Regards
    Syed

    Hi,
    that's who system works as per current release. you have to reconfigure it again and again.
    Cheers

  • Creation of notification via BAPI

    Hi Guys,
    I'm working in ECC 6.0 version. i have found a BAPI 'BAPI_ALM_NOTIF_CREATE' to create a notification. When i'm creating the notification through IW21 by passing notification type and functional location, i'm able to create a notification
    But when i'm passing the same parameters to the BAPi,  its neither returning any error record nor the notification is getting created.
    Has anyone worked on the creation of notification via BAPI
    Thanks in advance

    Thanks martin and ravi.
    i have got the solution. Just thought of sharing with you guys.
    After calling the BAPI passing the parameters notification type and functional location, a field NOTIF_NO will be returned which you have to pass to the BAPI 'BAPI_SERVNOT_SAVE
    thats it
    Thanks a lot

  • Auto creation of Groups

    Has anyone configured auto creation of dynamic groups based on lets say a new dept. created in HR's connected data source. Then have the criteria of that new Dept. be in the new group, all hands off??? Custom workflows in the FIM Portal is what I'm thinking,
    is that possible???
    Thanks

    Hi,
    the script is currently just a "planning" so there is none.
    But it will be similar to my scripts I use to modify object in portal from this wiki article:
    http://social.technet.microsoft.com/wiki/contents/articles/19615.fim-2010-r2-how-to-manage-group-membership-from-the-user-ui.aspx
    In this script i modify group objects on changes on user attributes, you can modify this to your needs an create groups on create requests of groups.
    Regards
    Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • How to disable auto charge of iPhone via PC?

    How to disable auto charge of iPhone via PC?

    I'm thinking you may have the concern of not overcharging or messing with charge cycles of your phone, but according to apple the Li-ion batteries in iDevices work this way for example
    -Your phone has 50% battery left, you charge it
    -after using again, you're back with 50 and charging it till full once again makes it 1 charge cycle
    Doesn't work like nickel batteries.
    Here's the article:
    Www.apple.com/batteries for some
    Battery care tips.

Maybe you are looking for

  • Record with highest sy-tabix

    Hi, In an internal table I have 10 records for a field like A A B C D E E D E D Is it possible to get the records D and E which has highest sy-index. good solution will be rewarded. Thanks and Regards, Neerup.

  • Toolbox in Solaris management console

    I installed Solaris management console 2.0 and when I try to open it, it asks me for a toolbox. What kind of file is a toolbox? Could anybody tell me how can i install a toolbox? Thanks

  • Session in ATG

    Hi,   For what functionality session is used in ATG, i.e what is the use of session in ATG. and how is it achieved in ATG???? Components : session scoped Repository : Transient properties   Session cookies: ???? Regards

  • Date in Report is not correct !!

    When i look in a PC´s daily Report the weekday is not korrekt, so NM for the 13th of March says, it was a Fryday, but its Saturday.

  • How to know if the display colors of an iPod Touch are correct?

    It's a 5th generation, 32 GB silver model. I bought it yesterday and have been using and checking it, and I have this impression that the colors on the screen are a bit greener than normal, as if the color balance was slightly off. I know there was a