How to not display expired contract  on Web-UI in SRM-MDM ?

Hi,
  Our business is as following:
  the contract is published to SRM-MDM V3.0, but if contract is expired, when I select the content from catalog to create sc, then    this kind of contract should not display on catalog,  how to do ?
SRM7.0 MDM7.1SP04  SRM-MDM v3
thanks
Jesse

HI, Bala
    You  are right , My case is not what you mean.
    I transfer valid contract from SRM to Mdm catalog,  maybe after several months  ,the contract is expired compare to today, I don't expect this kind of contract  display on the catalog UI  to mislead the user.
   Of course, I  know how to  prevent user to creat SC with selected expired contract by BADI,  But  I think that is not good idea.
   Actually , I can also solve this issue by development in SRM BADI and MDM , expired contract will not display in  catalog, but that will make many changes compared with standar function.
   I wonder whether  SAP have the better solution.
  Thanks
  Jesse.

Similar Messages

  • How to not display nodes in a tree if Oracle roles are NOT used?

    How to not display nodes in a tree if Oracle roles are NOT used?
    We don't use Oracle DB roles to grant users access to Forms from the menu. We use a template and role system of our own. Basically a few tables with templates and roles.
    We want to convert our normal Forms menu to a tree menu and one of our key requirements is that when the tree is populated ONLY nodes with programs (i.e. forms) he has been granted to execute is shown.
    Since we don't use Oracle Roles how to do this in a tree?
    I created a function to show/hide LEAF nodes, BUT problem is that there are sub-menu nodes showing even if the leaf-nodes under it has not being displayed. My function has suppressed it.
    My tree query is like this:
    SELECT
         t.status, LEVEL, t.label, t.icon, t.node VALUE
    FROM
         tma_tree_menu t
    WHERE
    tma_authenticate_sys_chk_role(USER, t.node) = 1
    CONNECT BY
         PRIOR t.node = t.master
    START WITH
         t.MASTER IS NULL
    ORDER SIBLINGS BY
    t.position
    The tma_authenticate_sys_chk_role will return 1 only if the user has access to the form under that node.
    I tried the FTree functions in Forms but even that has nothing.
    Any help would be greatly appreciated.
    Edited by: Channa on Mar 17, 2010 6:49 AM

    Would you share the source code? I guess what I need is how exactly you retreive the user credentials from the DB table and set that boolean variable.
    and then how to condition it in UIX?

  • How to not display the messageField in an IconItemRenderer

    Hello,
    how to not display the messageField in an IconItemRenderer, just display labelField and icon.
    Thanks

    If you're using JavaFX 8 you can use the following in an external style sheet:
    .table-view .column-header-background {
      -fx-pref-height : 0 ;
    If you're using JavaFX 2.2, the -fx-pref-height attribute is not available in css, so I think you have to resort to a lookup:
    final Region tableHeader = (Region)table.lookup(".column-header-background");
        tableHeader.setPrefHeight(0);
    As always, I feel obliged to point out that I don't really like lookups. Sometimes they seem to be the only way, though.

  • Graphics chart LEGEND not display on Form on Web.

    Sir,
    I am create the Chart in graphics builder 6i and call the chart from form builder 6i it runnnig fine chart and Legend are displayed. then move the chart and form to Database(apps) then run the form in ERP menu Chart Only display but LEGEND not display.
    Please help me how appear the LEGEND on the chart.
    Advance Thanks,
    Kadavul. V

    Hi
    pls post ur Question in the right forum...
    General EBS Discussion
    Regards,
    Abdetu...

  • How to not display open thermocouples

    Hi everybody,
    I am using a field point to measure temperature with thermocouples. Now as I realized, open thermocouples give me a reading of 1770 degrees. This value applies to k-thermocouples. What I want to do, is to not display these 1770 degrees but display nothing, or NaN, or zero. How can I filter my arrays and exchange values if there is an open thermocouple.  Does anybody have an idea.
    Thanks in advance.
    Greets
    Daniel

    Hello Daniel,
    I implemented a little VI for you. Look at the attachement. I also added some colors to the table so you directly which are connected and which not.
    Kind regards,
    Julien Roland - District Sales Manager
    NI Belgium - Technical Support
    Don't forget to rate a good answer
    Attachments:
    Test Table for open thermocouples.vi ‏19 KB

  • How to not display radio buttons in the select many shuttle component

    Hi all,
    af:selectManyShuttle is a true nice component.
    For business / UI ergo reasons I've decided to not display the radio buttons before each item. There's no option to do that.
    Is it possible ? How ?
    Regards
    Luc-

    Let say there are three ways:
    1. You can use skinning mechanism,
    2. You can include css file in .jspx page and then use it.
    3. You can write css directly in .jspx page.
    For skinning read documentation. For two other ways here is example code that should be inside metaContainer facet of document tag.
    <f:verbatim>
      <!-- CSS directly in jspx page -->
      <style type="text/css">
        .myClass{
          background-color: #8888FF;
      </style>
      <!-- Include css file in jspx page -->
      <link href="css/incStyle.css" rel="stylesheet" type="text/css" />
    </f:verbatim>
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Images were not displaying in the B2B web shop for the products

    Hi,
    We have an issue with Product catalog images.we maintained images for the products and replicated(Initial) to TREX server,replication was successfull,but the images were not displaying in the b2b webshop for the products.
    Anyone suggest what could be the problem?
    Regards,
    PV.

    Hi,
    The problem could because of following issues.
    1) The replication is not done properly
    2) The XCM doesn't have Image server's settings(URL)
    3) The Image server is not reachable from ISA application.
    4) The image server is not connected through HTTP.
    Please check.
    Regards,
    Sateesh Chandra

  • How to not display the error message ?

    hi everybody,
    I would like to know if it is possible to not display the error message in BO XI R2 when I try to refresh my reports ?
    (like "the query bla bla does not fetch any data...")
    Thanks for your help,
    Mario

    I've found this method to not display this error message but  the problem is that the prompt message when you refresh the report are not displayed:
    Has someone an idea ?
    Private Sub Document_BeforeRefresh(Cancel As Boolean)
    Application.Interactive = False
    End Sub
    Private Sub Document_AfterRefresh()
    Application.Interactive = True
    End Sub
    Edited by: Pascolo Mario on Oct 22, 2008 4:35 PM

  • MDM Server Password Parameter in SRM Web Service for SRM MDM Catalog 2.0

    Hi Experts,
    We have password set on our MDM server. I am little confused about how to define MDM server password parameter in external Web service Call structure in SRM System for SRM MDM Catalog 2.0.
    Will Catalog webservice work, if we don;t define password for MDM server in webservice??if No, then please let me know how to define MDM server password in SRM websevice.
    Any help will be highly appreciated.
    Thanks,
    Shiv

    Hi Shiv,
       The MDM Server password is needed when you are changing Webdynpro UI Configuration.
      For catalogs, all you need is the repository userid/password parameters in the call structutre.
    SG

  • Can not display BI report in Web ui

    I created reporting profile with both bi and interactive reporting active and assigned to the business role functional profile
    I gave the BI connection client in the report that I wanted. When I select the report in webu ui, it's taking me to a sign on pad. I assume this for BI sign on pad and When i enter sign on, it's not taking me any where.
    This just a standard report in CRM My top 5 quotations. All necessary steps in basic bi connection, basic sales analytics are done too
    How does the the connection between BI and crm works?
    Please advise

    Hi Experts,
    We are using Webiu 2007 with BI 7. 
    We linked our sandbox to RWT system to test the report output. In my CRS, I have source system RWT defined and the same way in BI also we have assigned CRS to link these systems together. It is my understanding that when we select the report, we are just calling the from BI into CRM.  I have done the following steps in CRM
    1) Created reporting profile in CRM analytics as both BI and CRM interactive reporting activated
    2) Assigned this reporting profile to business role
    3) I selected My-Top-5 quotation report and gave the BI system in display  bi reports
    4) I can see the report on webui.
    Problem: When I selected the report,  a logon pad appears and I enter RWT user id and password, it's doing nothing.  But, I have another user who is logging in for the first time got an error "Error loading template "OTPLB_OCRM_QUTO_Q0001_1 notification number BRAIN276". When the same new user tried to login second or third time, it's not showing the error and nothing is happening when we enter userid and pass word.  But, we can logon to GUI RWT.
    We tried to pull a query view report and web template reports see if we can display data. The BI team gave me couple of info objects keys. 
    1) I created the report with object key and type as one for 3.x template and one for 3.x query view
    2) Created logical links for these two reports and selected these two reports in business role. Now the reports are showing in webui
    3) When I select any of these, it taking to a blank screen without any logon screen. 
    BW team says that these reports are running with data in their system.
    Can someone please help?

  • How to make not changeable a contract in R/3 from SRM

    Hello experts
    I'm developping contracts in SRM 3.0 system (Global Outline Contratcs). These contracts are transfered in R/3 (contracts type GCTR) and i want to make not possible to change contract in R/3 system.
    How can i make that? Which customizing?
    Thank you for your help.
    Peggy.

    Hi. You can use field selection in R/3 for this.
    Just go to the IMG and Materials Management > Purchasing > Contract > Define screen layout at document level.
    Copy your existing layout and make all the fields display only on the new layout.
    Then go to "define document types" also under contract config and assign the new layout to your contract type.
    Regards,
    Dave.

  • TypeKit Fonts Not Displaying When Published to Web

    Hello everyone.  After noodling around the forums, I found the method for using non-Edge fonts from TypeKit in a Muse site.  For some reason, however, it doesn't seem to work.  My workflow if below.  Is there something I'm missing?  Is there a specific font I should be using in Muse in the hopes it gets overwritten by TypeKit?
    1. Setup and publish TypeKit.
         a. Added Adobe Garamond Pro as font.
         b. Created selector of .body_garapro for that font.
         c. Publish changes.
    2. In Muse:
         a. Copy embed code from TypeKit into Head via page properties for Master Page.
         b. Create paragraph style called body_garapro.  (In this paragraph style, I tried using good old web safe font Arial and the edge web font Garamond EB.  In either case neither was replaced.  I made sure not to use a system font to avoid the image output issue.)
         c. Export site as HTML, upload via FTP to domain entered into TypeKit...and no TypeKit replacement.
    I also made sure that my test text had no overrides and was using the straight body_garapro paragraph style.
    Any help would be greatly appreciated!
    Chris

    In the web template properties there was a setting named "Force Variable Screen Display" make sure it is checked.
    And also see if this helps:
    Re: Force Variable screen with Web Templates?
    Gili

  • How to not display unnecessary attributes in variable selection screen?

    Hello everybody,
       I created a input variable referenced Calendar Year/Month(0CALMONTH) in my query. But as I select values for my variable when I execute the query, all the display attribute of 0CALMONTH displayed in the select screen, just like Calendar Year/Month Text, Calendar Year Key, Calendar month key, Number of Days Key, Number of Workdays Key...But I think just display Calendar Year/Month Text in the select screen is enough, how do I just display necessary attributes in the variable selection screen, not all the display attributes of 0CALMONTH?
    Tks!

    Hi........
    Check this link :
    http://help.sap.com/saphelp_nw70/helpdata/EN/ac/789b3c4d4d8d15e10000000a114084/content.htm
    If this helps you kindly assign some points.........
    Regards,
    Debjani.......

  • BPF not display in Excel or Web

    I have created a BPF, but when I tried to open the BPF from Web or Esxcel, the drop down manu is empty, how to fix this? just find out that I forget to enable it.
    Edited by: Jianbai on Aug 17, 2010 10:11 PM
    Edited by: Jianbai on Aug 17, 2010 10:11 PM

    Hi,
    I am trying to post a document - web  with BPFlow & Xcelsius... however the BPF is not shown on the web.
    How did you solve this?
    Thanx in advance.
    Velázquez

  • How to not display page1.jsp and exiting

    My JSF application uses user certificates to validate the user. I put the validation code in the Page1.JSP constructor. If the user is not a valid user, how do I prevent Page1.jsp from displaying without throwing a FacesException (and clogging up my log files)?
    On a slightly different vein, how do I end my JSF application so the s4ession no loger uses resources? I.e., I have a "done" b utton on the page. What can I do to terminate the session in its action event?

    First, page navigation cant avoid that some user go directly to some page such :
    http://<site>/<app context>/faces/Page2.jsp
    The only way you can be shure that this doesnt happens is using a filter like the one discused here. I haven't the thread ID but you can find searching "session" or "security".
    I saw filter option but doesnt work for me, then I do a "brute force" checking at page bean constructor like:
    if (!getSessionBean1().isLoggedIn() ||
       (!getSessionBean1().isRole("OPER") )
       this.getExternalContext().redirect(
          this.getExternalContext().getRequestContextPath() + "/login.jsp");The login page sets some session properties and isLoggedIn() is something like:
    return (getUserName() != null && !getUserName().equals("");The logout code just invalidates the session.
    Regards.

Maybe you are looking for

  • How to reduce tablesapces size due to frequently insert, update and delete?

    Dear all, Some of the tablespaces usage are almost 95%, I want to free some space for these tablesapces. As a result, I try to delete 50% data and the free space under the tablesapces are the same. Also, I try to use "ALTER TABLESPACE xxx COALESCE",

  • [SOLVED] Difference In Themes

    I am completely new and hoping to get some help here. Maybe this should be in Newbie's Corner? I am struggling to figure out the difference between Openbox themes and GTK themes. Aren't Openbox's windows drawn with GTK? Do they not conflict? Last edi

  • EDW customization

    I implementing OBIS using EDW version (all EDW BI areas), but the standard EDW functionality does not cover all customer�s business requirements. What is the Oracle recommendations for extension data model of EDW (adding new facts and dimensions) and

  • Migrate Spatial data to another instance

    i intend to port Oracle Spatial to another instance and get stucked. 1. can not export/transfer sdo_geom_metadata_table from mdsys Try exp on mdsys, Oracle complains invalid username.... Try database link, Oracle complains about remote access of user

  • Can't reinstall SL after disk format

    My problems began when a got a kernel panic when the computer was starting up on Tuesday morning. After that I could not successfully login I would get one of three error: a kernel panic, the apple logo changed to a circle with a line through it or t