Records coming repeted in the custom view

Hai
I created a view on four tables. I took the required fileds and i also took MANDT(client) field.
when i try to see the data in the view then im getting the same record 10 times .
why it is coming like that in the view . please let me know
kumar

try to add all primary keys in the view and connect tables with primary key only

Similar Messages

  • We don't want to synchronise the custom views on every client accessing the same account

    Hi
    In our company we have a few clients accessing the same exchange account (not as shared mailbox). Outlook always synchronizes the custom view settings and inbox view (such as sorting order) between all clients. We want to disable this behavior, say Client1
    shows ExchAccount1 inbox sorted by categories, Clinet2 shows ExchangeAccount1 sorted by receiving time, maybe having set different default fonts and so forth.
    Every client should be able to keep it's custom view settings even if the view is changed on another client accessing the same mailbox with the same login. Is this possible to accomplish?
    Thanks already
    [repost from MS Office Community forums at http://answers.microsoft.com/en-us/office/forum/office_2010-outlook/we-dont-want-to-synchronise-the-custom-views-on/8ab7d79c-451e-4267-a43f-9d4a3182c076]

    Hi wasiwasi,
    Base on my knowledge, it is impossible to accomplish.
    When you log the same mailbox on different clients, it will sync with each other, and save the last changed on the client.
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Error while adding a attribute to the the Custom view through a wizard

    Hi ,
    I have created a new custom view with value node through wizard  succesfully.
    Now I want to add a new attribute to that node.I am trying to do that by a wizard.
    But i am getting the follwing error " Error during analysis of Source Code" although i have
    commented or removed my all custom code from that view.
    I tried adding the new aattributes in the metthods "IF_BSP_MODEL~INIT " and
    "GET_TABLE_LINE_SAMPLE " manually but that also does not worked.
    Plz help me with this asap.
    Regards,
    Sharad

    Hi Sharad,
                          I hope all your classes are active. In case you want to add a new attribute there are two steps.
    1.Right click on context node and create attribute, it opens a wizard and continue. This will add the field in the context node and generate the getter-setter methods.
    2. In the above two method whcih you mentioned add the new field in the structure of value node. And then create your own getter-setter methods. and activate it. After this you will be able to see the attribute added in the context node.
    By using any of the two approaches you will be able to see teh new field in the configuration.
    Hope this helps.
    Regards,
    Ruby.

  • Unable to populate the Custom Views on UI for the component BP_FACTSHEET

    Hi All,
    I am working on a requirement on Interaction Center 7.0 .In this i have enhanced the component BP_FACTSHEET and created new Custom views in it. But i am unable to bring those custom views on the UI. As, we know that in this component there is no concept of overview set also.
    So, if anyone has faced the same problem please share your inputs.
    Thanks in advance,
    Thanks and Regards,
    Sharad

    Hi Sarad,
                       First you have to enhance the component BP_FACTSHHET .After that configure ur coustom view in fachsheet id BP_ACCOUNT_FS in SPRO.After that go to component BSP_DLC_FS,where you have to configure the ur view in specfic tiles which is display in web ui for specific to business roll.here you can find the ur fachsheet id and custom view.this component is automatically call when you launch fachsheet in web ui for specific business partner under account tab.
    Thanks
    Vishwas Sahu

  • Records not displayed on the table view

    We have a scenario as follows :
    I am working on webdynpro project in which i have table on one of my second view.
    when i insert a records in the table by entering its values from the Form on the startView,  it is being shown as populated on the table.
    But once I insert my second record(s) also, the first or the previous records are not visible once i click on the display button.
    Can anyone help me to solve my problem as to how to see all the records inserted in the table on this view.
    Also plz let me know how to physically check the records on the database side.I am using the dictionary tables as my datasource and using SAPDB database.
    Thanx in advance..

    hi
    Try this code.
    Node-->Person
    Attributes of Person-->FirstName,LastName(String)
    ComponentController-->FirstCompController
    FirstView:
    onActionDisplay(...){
    String fname= wdContext.nodePerson().currentPersonElement().getFirstName();
    String lname=wdContext.nodePerson().currentPersonElement().getLastName();
       wdThis.wdGetFirstCompController().wdGetContext().nodePerson().currentPersonElement().setFirstName(fname);
       wdThis.wdGetFirstCompController().wdGetContext().nodePerson().currentPersonElement().setLastName(lname);
        wdThis.wdFirePlugOut1();
    SecondView:
    onPlug<plugname>(..)
    String fname=wdThis.wdGetFirstCompController().wdGetContext().nodePerson().currentPersonElement().getFirstName();
      String lname=wdThis.wdGetFirstCompController().wdGetContext().nodePerson().currentPersonElement().getLastName();
       IPrivateSecondView.IPersonElement elem=wdContext.nodePerson().createPersonElement();
       elem.setFirstName(fname);
       elem.setLastName(lname);
       wdContext.nodePerson().addElement(elem);
    you have to do navigationlinks from FirstView to SecondView and viceversa and also context mapping between ComponentController and views.
    In the second view also create actionbutton for navigating to the firstview and
    Fire the oubound plug also.
    Regards
    sowmya.

  • Restriction authorization MM02 on the customer view "Costing 2"

    Hi experts,
    On the transaction MM02 : I want my user access only to the view "Costing2" (customer view) on modification; the user can't modify others view of material.
    How can i restrict to this view for modification only.
    Thanks for your help.

    Hi,
    It's ok for this authorization object but i don't have a maintained status for this view : It's a customer view .
    Can i add a maintenance status for my customer view as the standard SAP :
    User department => Maintenance status
    Work scheduling => A
    Accounting => B
    Classification=>  C
    MRP => D
    Purchasing=>  E
    Production resources/tools=>  F
    Costing => G
    Basic data => K
    Storage => L
    Forecasting=>  P
    Quality management => Q
    Warehouse management=>  S
    Sales => V
    Plant stocks=>  X
    Storage location stocks => Z
    Thanks for your help.

  • Hiding a column used in the custom view!

    Hello! I would like to find out if there is any way to do the following: I have a view based on a table (Configuration Manager - Views).  I specified to display 4 columns to show up in the View, so that we can modify the columns without going into the Database.  In the "Default Display Expression" entry on the Info tab of the view, I've specified how these columns should be displayed on the UI. My problem:  I don't want to display the fourth column on the UI at all, but I want this column to still be accessible by administrators via the view!  Is it possible to specify somehow NOT to display this column, but still use it in the view? Thanks for the suggestions! Anya

    Hello! I've actually created a separate view just to hide this fourth column, and we will be using this for the administration (relates to your point b).  However, someone had asked not to use so many views!  Do you know of any problems if several views are being used for the same table? In our case some tables have up to 3 views already. We use this view for the Metadata field, but the Metadata field is an option list (or controlled vocabulary in our terms).  To enable more user-friendly selection, we are using DHTMLX Grid (dhtmlx.com) to display values in the View.  The grid is displaying all columns from the view, by default!  (Perhaps I need to check if I can somehow customize the Grid - however, I was hoping to do this from the View itself) Thanks!

  • Adding Flex-field to Custom View in the Worklist

    Hi,
    I am using OAS10133. I have mapped a SIMPLE_TYPE payload attribute to a flex field label in the worklist. I created a custom view. I want to display this playload attribute as a column in custom view and want to make it searcheable. But when I create the custom view, then at the time of selecting the columns, I do not find the name of this label listed in the dropdown.
    I have also made an entry in WorkFlowLabels.properties file.
    Can anyone please let me know if I need to follow any other step to display the flex field label as a column in custom view?
    Thanks in advance.
    -sam

    Hi Pete,
    There are two exits that were used.
    A user exit IMRC0001 (MeasPoint/MeasDoc: Exit before update (after COMMIT WORK) /  FM: EXIT_SAPLIMR0_001) for the transaction IK11 to enter the value for the custom field. When the measuring document is saved a pop up appears wherein the value for the custom field can be entered.
    A menu exit IMRC0003 (MeasDoc: Menu exit for customer-specific function / FM: EXIT_SAPLIMR0_003) for the transaction IK12 in order to change the custom field.

  • Redirect editform.aspx to custom view instead of the default?

    Hello everyone!
    I'm another unfortunate admin who has been handed some developer tasks and I am struggling with what is probably a simple process that requires your help.
    I have a sharepoint list called "tickets".  On this list I have created multiple filtered/grouped views of the items in the list for separate groups of users (these views are linked to from their respective sharepoint sites elsewhere in the
    collection).
    My problem is that when a user edits one of these list items using the editform and SAVES the user is taken back to the default list view instead of the custom view I created for each group of users.
    I strongly suspect I can do something like this:
    http://site/lists/listname/editform.aspx?Source=http://site/list/listname/viewname.aspx
    ...but I cant figure out where to go in sharepoint (2010 server) or sharepoint designer to add the re-direct.
    Any help would be greatly appreciated!

    Hi Logan,
    Using out of box feature or share point designer this functionality is not possible so what you can do, write your custom edit form and on click of save button you can check logged in user and his or her presence in the group which you created for multiple
    views and redirect to associated view for those group. 
    Regards
    Soni K

  • How does one clear Custom Views (Administrative Events) in the Event Viewer?

    Windows Logs and Applications and Services Logs have a "clear log" option; however, I am puzzled how to edit/delete Administrative Events?Eighter from Decatur, county seat of Wise (of course it's in Texas)

    Ronnie Vernon said: Hi p010ne
    The Custom View / Administrative Events is a compilation of all the other event logs in the Event Viewer.
    Entries in this log will be removed when the log where the event originated from is cleared.
    Hope this helps.
    Ronnie Vernon MVP
    I thought that was the case; however, I cleared all the other logs! This is an example of an entry in this log: Log Name:      Microsoft-Windows-Dhcpv6-Client/AdminSource:        Microsoft-Windows-DHCPv6-Client
    Date:          1/17/2009 7:52:33 AM
    Event ID:      1001
    Task Category: Address Configuration State Event
    Level:         Error
    Keywords:      
    User:          LOCAL SERVICE
    Computer:      Windows7
    Description:
    Your computer was not assigned an address from the network (by the DHCP Server) for the Network Card with network address 0x000129F558C5.  The following error occurred: 0x79. Your computer will continue to try and obtain an address on its own from the network address (DHCP) server.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DHCPv6-Client" Guid="{6A1F2B00-6A90-4C38-95A5-5CAB3B056778}" />
        <EventID>1001</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>74</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2009-01-17T13:52:33.858398400Z" />
        <EventRecordID>202</EventRecordID>
        <Correlation />
        <Execution ProcessID="1088" ThreadID="864" />
        <Channel>Microsoft-Windows-Dhcpv6-Client/Admin</Channel>
        <Computer>Windows7</Computer>
        <Security UserID="S-1-5-19" />
      </System>
      <EventData>
        <Data Name="HWLength">6</Data>
        <Data Name="HWAddress">000129F558C5</Data>
        <Data Name="StatusCode">121</Data>
      </EventData>
    </Event>
    When I search for "Microsoft-Windows-DHCPv6-Client" I do not find that file?
    OK, I found the entrys in the Microsoft section (DHCPv6-Client) and am able to clear them there! 
    Eighter from Decatur, county seat of Wise (of course it's in Texas)

  • Create a Custom View in Project Server 2010 that is Visible in MS Project

    Hello All,
    We want our PMs to consistently report Physical % Complete, but couldn't find an existing "Status" or "EVM" view.  So, in Project Server 2010, using Server Settings > Look and Feel > Manage Views, I created a customized project
    view using existing fields (no customized fields, if that matters).  The problem is that I cannot find the view when I open MS Project.  Under Manage Views, in the Format View section, I have selected "Gantt Chart (Views)" for the Gantt
    Chart format field.  The view defaulted to "Timesheet" for the Grouping format field.  Under the Security Categories section, I have selected My Projects and My Tasks.  I have not applied a Filter.  Any ideas why I cannot find
    this new custom view in MS Project?  
    Was I supposed to create the new customized view directly in MS Project?  If so, where would I find the steps to do that?  Thank you!
    Julie

    Julie --
    Nice try, my friend.  Your only mistake was trying to create the Microsoft Project view in PWA.  You have to open the Enterprise Global for editing in Microsoft Project, and then create the custom view and table in the Enterprise Global. To
    open the Enterprise Global for editing, click File > Info > Manage Enterprise Global.  When you finish creating the custom view and table, then save, close, and check in the Enterprise Global file, and then exit Microsoft Project completely.
    The next time you or any of your PMs launch Microsoft Project and connect to Project Server, the custom view and table will be visible for every current and future project.  Hope this helps.
    Dale A. Howard [MVP]

  • How do I set up the customer with a sign on into beehive team collab?

    I need to have the customer view our documents in our workspaces. How do they get a sign on and what is the https site they do this at? Is there an instruction manual for the customer/client?
    How do they get a sign on if they never had one into iprojects or have a SSO?
    Edited by: user736561 on Nov 11, 2011 10:41 AM

    We recommend they do the account creation as it is their account for all our external systems and the password should be secure.
    You could create the acounts if you have to - you will have to be outside the firewall ideally and have cleared out any cookies to allow you to spoof them as a user - this is possible but as I said is not the way we want you to handle this if possible. The myprofile account creation is simple and quick so if your C-level presentation went so well they will want to access it and will spend the time to set up an account
    Phil

  • Custom View of Discussion Board

    I have a OOTB discussion board to which I have added some custom properties (Group and Category).
    I want to create a custom view of the discussion board that only shows conversations with a specific Group value. This works fine; however, when I click the title of the conversation, nothing is displayed (There are no items to show in this view...).
    Do I need two separate views for this? It seems like I need a top-level Subject view and then a secondary Threaded view to show the conversation maybe? I wasn't able to find instructions for doing this anywhere.
    Thanks!

    Hi  Chad,
    According to your description, my understanding  is that the discussion board Subject field URL link is not working in the custom  view.
    By design,  SharePoint  Discussion Board Subject field is linking to Flat.aspx which can display the conversation with replies. But for a custom view , the subject field cannot and will link to
    display form for the conversation item.  For a solution, the fileRef will take you to the current forum post:
    <a href="{@FileRef}">
    <xsl:value-of select="@Title"/>
    </a>
    Reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c6e299db-ac02-4ad4-b21e-4aa0650cd129/sharepoint-discussion-board-subject-url-link?forum=sharepointgenerallegacy
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • 3D Render shows shadows/reflections in Custom View, but not in camera

    All vector content, extruded text and a simple ground plain to catch shadows, 50% reflective.
    The custom view shows all shadows & reflections correctly, but the camera will not show them.
    I've deleted / re-created cameras, lights, floor plains AND objects without solving the issue - it's the first time it's occurred in many similar projects.
    Win7 x64, 32Gb RAM (plenty), nVidia K5000 with 4GB handling previews & rendering. The problem persists even if switching to CPU rendering (which takes ages, obviously) so the driver is not to blame.
    Any ideas?

    If you start a new project, create a floor, add a 3D text layer, add a camera using one of the presets say 50mm lens, add a light and set up your extrusion and add shadows does it work? If not then reboot. If you can solve the problem with a new project then import your project that does not work and see if that works by copying and pasting layers one at a time into the comp that works to figure out where the differences lie. If that doesn't work try posting the project so we can take a look at it.

  • 10.6.6 - How to set custom view options for specific folders

    How is it that Windows has had the ability to ability to set custom folder view options forever and OSX can't. What is the big deal? Just do it. Whenever I set the folder view options it changes the view for all the folders. I can do folder specific changes as long as the finder window is open then I close it and open it again every folder is the same again. It's just an annoyance and it's something so rudimentary it's embarrassing.

    Try the following:
    I want to have, say, one folder in list view
    Open that folder, set it to list view, type command-J, and in the view-options window that opens, check the box at the top for "Always open in list view".
    then the subfolder of that folder I want to have in cover flow view. permanently.
    Open that folder, change it to cover-flow view, and in the view-options window check the box at the top for "Always open in cover-flow."
    Those two folders should "remember" the custom views that were set for them.
    There's additional discussion about the meaning of the"Use as defaults" button in this thread
    http://discussions.apple.com/thread.jspa?messageID=13063792
    My own take is that folders that have not been customized by checking the "Always open in xxx view" box will by default open in the same view (icon vs list vs column, etc) that was in effect for the previously opened folder. *Within each view*, you can set the default parameters (text size, etc) for a new folder by setting up a folder the way you like and then checking the view options box for "Use as defaults" at the bottom.

Maybe you are looking for

  • Error while activating data in process chain

    Hi All, Am getting following error msgs in process chain while activating the data store object variant 1.Cannot activate request 0000015195(REQU_78CEI406HFCMG85RWNSKW6HW4) of DataStore object RC2SCD10 2.Activation of M records from DataStore object

  • I am having airport problems on my macbook pro

    When I go online me screens partly load and then stop and then no other pages will load, and i have taken my macbook in for other internet issues which they tell me have been fixed. any help would be great!!

  • Youtube videos in windows 8.1 will not play

    an error occurred I think many people will have seen this?

  • Scrap materail in sub contract or normal rocess

    Hi,   I wnt to kknow about 2 scenario 1 : For inhouse production production of material 'A ' we have to issue 1o qy of materail 'B' but after roduction only 7 to 8 qty. of B is use and remaining qty. is sscrap  so how to make BOM . 2 : Same sceanario

  • D3D crashing on KT3 Ultra 2 with 166 FSB

    I've just upgraded my CPU from a XP2000+ Palomino to a Barton 2500 with the idea of overclocking it but I'm having problems running it at stock speed. I'm using a KT3 Ultra 2 board with the latest 5.7 bios and a Radeon 9700 PRO. As soon as I run any