Customize MDM Standard ivew

Hello ,
We are implementing MDM on Enterprise Portal and have deployed the Business Packages for the same. Now we have a requirement to customize the Standard iview 'Search 'Text' for MDM item Search. This iview has a Dropdown which has the value 'Progressive' as default and 'Contains' as the second value in the dropdown.
So we want to default the value 'Contains' and put 'Progressive' down below in the dropdown. How can we achieve the same.?
Any help would be highly appreciated.
Thanks.

Hi,
You can generate MDM WebService using web Service Generator.
Refer below tutorial which gives step by step procedure to create MDM WebService.
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60fbcee6-c30c-2d10-1f9d-b9493fce79c7?quicklink=index&overridelayout=true]
After generating WebService you can create model of this WS in WebDynPro and pass values from your custom Search Attributes, which will be always fixed in your case. Expression operator in your case would be Contains.
As a output of this WebService you will get all record Ids according to your search parameters. Get all these Record IDs in a array and use below line to set filterd record IDs in your result set.
wdThis.wdGet<resultSet>Interface.setRecordIds(<Record_Ids_Array>);
I hope it helps.
Regards,
Rohit

Similar Messages

  • Customize MDM Standard ivew on Portal

    Hello ,
    We are implementing MDM on Enterprise Portal and have deployed the Business Packages for the same. Now we have a requirement to customize the Standard iview 'Search 'Text' for MDM item Search. This iview has a Dropdown which has the value 'Progressive' as default and 'Contains' as the second value in the dropdown.
    So we want to default the value 'Contains' and put 'Progressive' down below in the dropdown. How can we achieve the same.?
    Any help would be highly appreciated.
    Thanks.

    << Do not post the same question across a number of forums >>

  • How to Customize the Standard UWL component

    Hello Experts,
    We have a requirement to customize the standard UWL component. 
    But I am not sure how to get standard UWL source code in NWDS and how to create a custom DC from the standard component with different namespace.
    Can anyone please guide me how to achieve this requirement?
    Regards,
    Sambaran Chakraborty

    REPOST with proper format:::
    HI Amar,
    Thanks for you input.
    But we have no option except to go with this customization of UWL; we are in middle of SAP upgrade (NW 7.01 SP07).
    Previously we were in NW 7.0 SP10) and that time we were customized the UWL component.
    But after upgrade it is not allowing us to deploy the old UWL custom component.
    Therefore we have decided to customize the UWL component again with current version.
    Now for NW 7.01 SP07 SAP is not providing the source code(SRC>ZIP) for UWLJWF.sac file. But we are able to get the source code for NW 7.01 SP00.
    Now we have successfully able to build and deploy a local DC from the SRC.ZIP file from UWLJWF.sac of NW 7.01 SP00.
    Then we have created an iview and call the UWL Substitution Application from the custom UWL DC. But when we checked in the UWL Substitution screen we get few issue:
    1.     In the UWL Substitution screen there is not text available for any of the button.
    2.     When we clicked on first button (should be Create Rule button, though no text available for our case) we got an error message of incompatibility, below is the error:
    java.lang.ClassCastException: com.sap.netweaver.bc.uwl.ui.wdp.InternalUWLPeoplePickerInterface$External incompatible with com.sap.netweaver.bc.uwl.ui.pp.wdp.IExternalUWLCustomPicker        at com.sap.netweaver.bc.uwl.ui.subst.wdp.InternalSubstitutionRuleView.wdGetUWLCustomPickerInterface(InternalSubstitutionRuleView.java:362)
            at com.sap.netweaver.bc.uwl.ui.subst.SubstitutionRuleView.wdDoInit(SubstitutionRuleView.java:179)
            at com.sap.netweaver.bc.uwl.ui.subst.wdp.InternalSubstitutionRuleView.wdDoInit(InternalSubstitutionRuleView.java:255)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
            at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:793)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
            at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:219)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Can you please provide your valuable input on this condition?
    Any help from anyone on this issue will be highly appreciated.
    Regards,
    Sambaran Chakraborty

  • Customize the standard form is WebDynpro ESS (ess~lea)

    Hi,
    I want to customize the standard form is WebDynpro ESS (ess~lea) Leave Request for Infotype2001 subtype 9990 in NW04. What are the steps and best practices?
    Regards
    Ali

    Hi
    Please see SPRO->Personnel Management->Employee Self-Service->Service-Specific Settings->Working Time->Layout of Web Application->Define Field Selection.
    Regards
    kk.

  • Customize a standard OAF page

    i have one requirement in which i have to customize a standard OAF page.
    i have downloaded all .class files and im able to run standard page on local.
    But as per the requirement we need to develop the custom page similar to standard page
    and then add the additional functionalities to it . Is there any way so that we can use the existing VO's,VL's,AM's ?
    Thanks & regards
    Aniket

    thanks gyan
    but when im trying to create a new same VO im able to create it but what about java & xml files ?
    should i copy the code from xml and java files and paste into newly created java & xml files by changing the package names?
    Thanks
    Aniket

  • Customization of Standard SLIN functionality

    Hi Experts,
    We need to customize the standard Slin Check functionality where we are passing multiple programs and using FMs, 'EXTENDED_PROGRAM_CHECK' and 'EXTENDED_PROGRAM_CHECK_SHOW'. But these FMs displaying slin errors in standard way. But our requirement is to display the slin errors in ALV Grid Display format and we want to avoid/ or bypass the SLIN OVER VIEW Screen . Could you please guide us how we can proceed further??
    Regards,
    Pankaj Singh

    Hello Vinayaka 
    Welcome to working with UWL.  I have been working with the Universal Worklist for a few years now.  I will post you with some handy URL's that will be helpful to you:
    1. Here is the wiki that has been created by the development team for our customer's that work with the Universal Worklist:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq
    2. Here is a link to the help file:
    http://help.sap.com/saphelp_nw70/helpdata/EN/9d/eb088f8e6347bcbdf666433f05da57/content.htm
    Here you will see by configuring the navigation nodes that you can change the look and feel of the UWL UI.  You can do this through the use of the Universal Worklist configuration wizard.
    I hope that this information is helpful to you.
    Best Regards,
    Beth
    Edited by: Beth Maben on Mar 23, 2010 5:26 PM

  • Cannot find created Enhancement to customize a standard WD Component

    Hi All,
    I need to customize a standard WD ABAP component. For this purpose I had created an Enhancement. I saved it, but when I try to enhance my WD Component View, I do not see that enhancement name from the list of available enhancements.
    I went to SE19 and found that the enhancement that I created is in Inactive state. When I tried to activate it, it throws an error saying Webdynpro Component does not exist.
    Please advise where am I going wrong.
    Thanks and Regards,
    Sayan Ghosh

    I guess , you have to assign the enhancement to a client.
    1. SM30 ---> BSPWDV_EHSET_ASG
    2. Click on Maintain.
    Note : There might be other Enhancement sets already assigned to various clients.
               Just check with your team regarding that.
    3. Assign your Enh set to the client.
    Hope it helps.
    Regards,
    VR.

  • Can I customize the Standard OA Pages provided by Oracle...?

    Hi,
    Can I be able to customize the standard oracle application framework pages provided by Oracle ?
    If so, May I request you to let me know the process ?
    And Can I find the source java files for the class files and xml files that are present on teh server ?
    Thanks

    Hi,
    Jave files you can get from JAVA_TOP under specified path and XML files for pages you can get from APPL_TOP>product_top>MDS folder.
    While customizing the seeded objects make sure you are not going to modify any seeded object, try to extend it.
    Regards,
    Reetesh Sharma

  • Integrate EP 5.5 with MDM Standard Repositories

    Hi everyone,
      Does Anyone experienced the EP integration with MDM Standard Repositories.  If yes.  Please share your experiences here.  I am trying to do the same.
    Thanks
    Veera

    hello sir,
    These are the common question come to your mind when you dealing with repositories.
    1. Will there be separate repositories for IT
        scenarios, GDS & Catalog publishing?
    2. How data is harmonized in SAP MDM 5.5? What is the
        difference between Syndicator, GDS & SCM?
    > As far as my knowledge goes there is no separate
    > repository for IT scenarios, GDS and catalog
    > publishing. GDS stores the trade item data in MDM
    > repository iteself.
    Though GDS is an application built upon MDM platform and uses hence its repository this repository can not be used for other purposes than GDS. In other words, this is a private GDS repository and if you want to leverage product data for other purposes you have to build another MDM repository.
    In regards to IT scenarios it actually depends on your business scenarios. It may be one repository used for harmonization and central data management or two different. Anyway it's one repository per object family (Customers, Products, Employees and so on
    Hope IT Helps...!!
    Thanks
    Varun CN

  • Standard IVEW for Booking Course.

    Dear,
    Could you please help me in answering the query.
    Do we have any standard IVEW for booking Course's from SAP Portals. My Client is not interested in Licensing the LSO but very much interested to have the same concepts.
    They want their Employees to Book the Course's Online and Evaluation team will do the Course evalution in Backend R/3.
    My Question.
    Do we have any standard IVEW where Employee can book the course online form Portal and get the approval from manager.
    How Does it impact the MBO Appraisal system ?, if we do not having LSO installation on system.
    Does it Impact E-Recruitment Talent management Ranking system ?. when we are not installating LSO.
    Many Thanks in advance
    Sabba Ravi - HCM

    Hi,
    Check this document.
    http://help.sap.com/bp_epv260/EP_JA/documentation/EP/N26_Scen_InstallGuide_EN_JP.doc
    http://help.sap.com/Business_Packages/EN/dd/b1d55738cb6a49bcd4c0fa42777ab7/frameset.htm
    We dont have any other iview.
    If you want you can develop the same application using abap webdynpro using web services.
    Thanks and Regards,
    gopal.sattiraju

  • How to customize the standard t.code of QDV1 with accepting fixed sample 0

    Hello...
    Could you please advice me, From the Functional point of view , I have to develop a function module for sample determination which calculates sample size=0 by using the Standard Function module of QDRS_FIXEX_SAMPLE and t.code of QDV1
    so..can anybody suggest me , how we customize it?. Currently when we use QDV1 t.code it wont accept Zero input for which i'm looking for. Thank you.
    Regards
    Mallikarjun

    Roy,
        Try applying search filters e.g search for a* ,b* ....
    try {
    IUserFactory userFactory = UMFactory.getUserFactory();
    IUserSearchFilter searchFilter = userFactory.getUserSearchFilter();
    searchFilter.setFirstName("a*",1,true);
    ISearchResult searchResult = userFactory.searchUsers(searchFilter);
    while (searchResult.hasNext()) {
           //do something
    Tegala

  • Print functionality in MDM Standard Business Packages iViews

    Hi Experts,
    I have successfully connected MDM repository and EP and created system objects and system aliases and suitable user mapping. Now I am having a page with 5 iViews - Text Search, PickList search, Hierarchy search, Resultset and ItemDetails.
    The requirement is to have a print button in the page which when, clicked will generate a user friendly (preferrably a PDF) page and will allow the user to take a print out of the resulting PDF page generated.
    I have gone through the following links
    [Re: Print button;
    To be more specific, I am still not sure how to add a custom button and action to a standard iView - the deployed portal content is not a Web Dynpro application =, although I am not very sure what exactly is it.
    Regards.
    Rohit

    Hi vara,
    Question 1: How to add default search criteria to Search iViews in
    MDM Portal Business Package
    Ans. You can make use of Named Searches. Open the Data Manager Create a entry in the Named Search table, select the desired Supplier as a search criteria and save the search in the Named Search created and assign this Named Search to the user in MDM Console. Now use this user while performing User Mapping step. This will limit the Records to the search criteria of the named search and whenever you create new records satisfying the search criteria, it will get added to named search automatically.
    For 2 and 3
    I tried this in MDM 5.5 SP02, but no luck
    Regards,
    Jitesh Talreja

  • Is there an Oracle-recommended tool to customize eBS standard reports?

    Hi,
    a few days ago a collegue of mine dropped in and asked for a tool to customize eBusinessSuite (R12) standard reports. He came along with XXBA_PO_STANDARD_XSLFO.xsl (which is a mix of XSL and FO) and asked me if I could modify the position of some tables and if I knew a WYSIWYG editor that he could do the same without learning XSL and all the stuff.
    First thing was not too complicated but the second: I spent some hours to find a tool on the internet, but I didnot find a way to do that on an existing report using the big ones (XMLSpy, Stylus Studio), and I neither found another tool to archive this.
    Any hints or recommendations are appreciated.
    Thanks
    Carsten

    sorry, wrong forum!

  • ReadOnly property for MDM Standard components

    Hi,
    I am using Standard MDM Webdypro component for Item details.
    I am able to change the readonly property for text fields by using..
    wdThis.ItemDetailComp.setFieldProperty("FLD_CODE", FieldLayoutProperty.READ_ONLY, true);
    but this line of code it working for date fields, fields with lookup popup, integer fields.
    Please let me know how to make date fields, fields with lookup popup, integer fields read only through coding.,
    Akshay

    setFieldProperty method is the only such available in item details ...
    check this ...
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/4c/031f9ac2130da0e10000000a42189e/content.htm
    strange why its not happening for the other field types !
    thanks
    -Adrivit

  • MDM Standard Web Services

    Hi All,
    Is there is any standard MDM Web Services ? Or we have to create web services??
    Regards,
    Nikhil

    Refer following link
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/76bc4ed69b1956e10000000a11466f/frameset.htm]
    if want to connect through ABAP use ABAP API

Maybe you are looking for

  • Data loading through PSA in 3.5

    Hi experts, I have always worked with 7.0, so when i create a data load chain for a infocube, i first delete index, then execute the infopackage (with only to psa), execute the DTP and create index again. Now i am working on a 3.5 and the DTP do not

  • Question: How to use XMLType in a CMP EJB???

    Hello, Together, I have a big problem using XMLType in a CMP EJB. I don't know, if somebody knows about it: I am trying to write a CMP EJB, which should be deployed under JBoss later. The problem here is, which java data type should I use to map a co

  • Help with page size and dpi

    hello, i am about to render an autocad drawing in Photoshop, i need to print this out on a piece of paper that is 36 x 48, pretty large should the image be 300 dpi to not be pixelated when i print it out? also, i am doing this on a laptop, the file s

  • Tree view applet

    hi there i would like to desgin a tree applet that goes into my web page. When someone clicks on one of the children (a file) i would like that file to open in another frame in my web page. Could anyone help me? I am not the greatest programmer in th

  • Help in calculating correct ofset for SQL

    Hello Everyone Please help me in formulating sql query Basically what I want is that I need to get desired result in such a way that, whenever Transaction type is Sales Order Issue, I want last TRANSACTION_COSTED_DATE of 'Intransit Shipment' INVENTOR