Disable OCI catalogue links in specific situation.

Hi All,
We are implementing SRM 5 .0 EBP .From the home screen when link "SHOP" is clicked , we can see the links for OCI catalogs .Say there are 5 OCI links --> link1 , link2 , link3 , linkn4 and link5 .
Now the requirement is such that the user should be able to add materials/services only from one kind of OCI application ie. if the user clicks link1 , add some materials to the shopping cart and goes back to the previous step1(Select Goods/Services) using road map , only link1 sholud be clickable , rest all OCI application links should be disabled.
OR
When the user goes back to step1 using the roadmap , there should be no OCI catalog links but only a message saying "You can add materials only from one catalogue type in one shopping cart"  , in that part of the screen where links are displayed.
We dont have the option to remove or disable the roadmap.
How can we achieve this?
Thanks & Regards,
Anubhav

Why not just remove the links that are not allowed? That's a lot more user friendly and quite an elegant solution. In the rest of this post I'll describe the steps necessary to achieve this. This depends on the WAS version though!
1. Go to SE80
2. Function Group: BBP_SC_UI_ITS
3. Open Include LBBP_SC_UI_ITSF73
4. Press Shift+F4 (Enhancement)
5. In the menu: Edit->Enhancement Operations->Show Implicit Enhancement Options
6. Right click on the first enhancement option (just below the FORM - line 13 in my system) and select Enhancement Implementation->Create
7. Select "Code" in the popup screen
8. in the following popup give it a name (Z_HIDE_OCI_LINKS) and description (Hide OCI links), leave the last input field empty and continue
9. Select a package (as with normal developments)
10. Enter the wanted code between the 2 enhancement tags:
  DATA: ls_item TYPE t_scr_itmovr_i.
  CLEAR ls_item.
* check if the item table is not initial
  IF gt_scr_itmovr_i IS NOT INITIAL.
*   select the first item
    READ TABLE GT_SCR_ITMOVR_I INTO ls_item INDEX 1.
*   delete all the catalogs that are not the same as from the 1st item
    DELETE gt_catalogs_sorted WHERE service_id NE ls_item-catalogid.
  ENDIF.
11. Save and activate the enhancement.
12. Test it to see that all other OCI links have disappeared
Regards,
Robin

Similar Messages

  • Disable Cache mode for a specific Mailbox

    Hi
    Is it posibble disable cache mode for a specific mailbox ??

    As per the information and details provided by you, to disable Cache Mode for a specific mailbox, please follow these steps: -
    The information provided by
    Amy.Wang is correct, Exchange has no built in function to disable cached mode for a specific mailbox. And to
    configure Cached Exchange mode setting by using Group Ploicy, please follow these steps: -
    To do this, first you need to download
    custom administrative template.
    Download and extract the templates to your domain controller.
    Start > Admistrative tools > Group Policy Management Console > either create a new policy and link it to your
    USERS or edit an existing policy.
    Navigate to:
    User Configuration > Policies > Administartive Templates
    Right click >
    Add/Remove Templates.
    Add > Navigate to the folder where you extracted the templates >
    ADM Folder > en-us folder (change depending on your locale) > Outlk14.adm > Open.
    Now Navigate to:
    User Configuration > Policies > Administrative Templates > Classic Administartive Templates > Microsoft Outlook 2010 > Account Settings > Exchange > Cached Exchange Mode.
    Locate “Use Cached Exchange Mode for new and existing Outlook profiles”
    Set the policy to
    Disabled > Apply OK > Close the policy editor. Locate “Use Cached Exchange Mode for new and existing Outlook Profiles”
    Then get the clients to log off and back on again, wait a couple of hours, or manually run
    “gpupdate/ force” on them.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@V

  • Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    You can download the trial version (http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html) to convert the PDF back to WORD if you do not have the original. The conversion may not be perfect, but it is typically better than starting from scratch. You may be lucky and get a good result. You might check the settings (in the save screen) to try retain format versus retain text flow. The format version can be a pain to edit since it creates a bunch of text boxes. The flow version may require you to reformat in WORD, but you likely would want to do that anyway.

  • How can I disable a hover link in the phone view size?

    Hola
    How can I disable a hover link in the phone view size?
    I got this site where I got a gallery page,
    the pics have a hover/link state (?) where as you click in them
    they will open a bigger pic. (Prettyphoto)
    Thanks good.
    What I want to do, is that the hover state (?)
    won't show in the phone size.
    I know that I will need a media queries, but I'm not sure
    where or how to tackle this problem.
    This is the code where I have the pics
    <div class="grid_3 project-item bar">
                                             <figure class="project-img">
                                                 <img src="../images/gallery_pics/memos_bar_s5.jpg" alt="Memo's Cocina & Tequila Bar" />
                                                    <div class="overlay"></div>
                                                    <div class="mask">
                                                       <a class="icon-image"
                                                            href="../images/gallery_pics/memos_bar_b5.jpg"
                                                            rel="prettyphoto[gallery]"
                                                            title="The Bar">
                                                            <i class="icon-search"></i>
                                                     </a></div>
                                           </figure>
                                          </div>
    Thanks for your help

    If you don't want a :hover state to show in the phone css of a fluid grid layout, you would remove it from the global settings and only include it in the tablet and desktop media queries.
    Or are you trying to do something else?

  • Back button no longer works in some specific situations; also, it appears that clearing cache isn't working.

    The "back" button no longer works in certain specific situations on certain specific websites -- especially on the very website on which I need to use it very frequently. This has been going on for a couple of weeks.
    Also, I noticed today that the "clear cache now" command doesn't seem to be working. Formerly, when I cleared the cache, I had to re-login to those websites that normally "remember" my login (because clearing the cache erased that "memory") -- but today, after using the "clear cache now" command, those websites still "remember" my login, which leads me to believe the cache didn't get cleared. Is there any other way to check whether it got cleared?
    I was attempting to clear the cache in the faint hope that this might help the above "back" button problem, as no one has yet given me a solution for this that has worked. One person suggested having Firefox re-create the possibly damaged "places.sqlite" and "places.sqlite-journal" files. I tried this, but there was no change to the problem.
    I think this problem started around the time I had a few Firefox crashes while using YouTube and doing something else on the computer at the same time.
    I just today learned about the "crash signature" -- how to look it up, and to include it in a forum question. However, the crash log did not show these recent crashes, only some others from a few months ago. So, I'm unable to show the crash signature for this.
    I'm guessing there's a chance that upgrading to a newer version of Firefox might fix this problem -- but I hesitate to do that, because it occurs to me that it also may be possible that changing the program before fixing this might make it harder to fix. I don't have enough knowledge of this software to know which is more likely, and I don't like to try things at random, in ignorance of the possible results. Also, after reading today several other forum comments from people who are unhappy with their Firefox upgrades, I hesitate to upgrade for that reason, also.

    Websites remembering you and automatically log you in is stored in a cookie.<br />
    So you need to remove the cookies to make a website forget you.
    * http://kb.mozillazine.org/Cookies

  • Html link to specific photo in flash web export

    I want to send someone links to specific images in my flash web export. I know I can direct them to the source image file, but I want them to see it in the flash export interface. Is there a way I can make a duplicate copy of the index.html and edit the start image and save as another name, or would I have to copy and alter the flash file?

    You can't do a direct link to the image witht the built-in Flash movie. If you need to do this often, consider getting the SlideShowPro web engine and switching on "permalinks".
    But to resolve your existing problem, it is fiddly. I assume you want the rest of the web gallery to work, so copy the index.html file, and then look for a folder called resources\mediaGroupData and make a copy of the file group.xml, so you have two xml files in that folder. What you would need to do is edit this "copy.xml" so it only lists your picture. Then back to your copy of index.html and replace any references to group.xml with copy.xml. I told you it was fiddly!
    John

  • Link to Specific Location in a Newly Opened file

    I set up a link that opens another file.  Is there a way to go to a specific location (i.e. bookmark) in the file automatically "on Open"?
    Thanks for the help!!!

    How do we open the file that contains the location we want the link to go
    to?  Sorry, but we are not that experienced with Acrobat!!  Our users want
    to be able to be in a pdf file and go to a specific location in another
    file by just clicking one button.
    Thanks for the help!!
    Ken K. - 2191
    George Johnson <[email protected]>
    11/02/2010 11:43 AM
    Please respond to
    [email protected]
    To
    Ken Krug <[email protected]>
    cc
    Subject
    Link to Specific Location in a Newly Opened file
    If the newly opened file is a PDF, you should use a "Go to page view" type
    link, not an "Open file" action.

  • Turn a text database search result into a clickable .pdf link to specific images

    Hello and Good Afternoon all. 
    This is baffling me to no end, pretty desperate at this point. 
    I have a successfully implemented a search and results page from my database table 'products'.  The results page displays a field from this table as products, msds, datasheet, description.  I would like the msds & datasheet results to be clickable links to files in my images/pdf/msds folder or the images/pdf/datasheet folder. 
    The links are specific filenames such as msds-product.pdf or datasheet-product.pdf..  How can I get these links to open the exact filename that comes up in my search result?  I can make it open the entire folder but I want just the specific file. 
    I don't write code very well - thank you for any help you can provide.  Cindy

    Hi Murray - Here is the exact code in DW on the results page with file names exposed in live view.  I am concerned about not properly implementing this statement - where exactly should I insert?
    <form action="data_search.php" method="get" name="data_results_form" id="data_results_form">
             <p> </p>
             <?php do { ?>
                  <table width="75%" border="0" align="center" cellpadding="5" cellspacing="5" summary="MSDS & Datasheet search results page.  You may click on the hyperlinks to download pdf for each document.">
                       <tr>
                            <td> </td>
                            <td> </td>
                            <td> </td>
                            <td> </td>
                       </tr>
                       <tr>
                            <td style="color: #686666">Product</td>
                            <td style="color: #686666">MSDS</td>
                            <td style="color: #686666">Datasheet</td>
                            <td style="color: #686666">Description</td>
                       </tr>
                       <tr>
                            <td style="color: #23276A; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-size: 16px;"><?php echo $row_Recordset_results['product']; ?></td>
                            <td style="font-size: 16px"><a href="images/pdf/msds/"".pdf"><?php echo $row_Recordset_results['msds']; ?></a></td>
                            <td style="font-size: 16px"><?php echo $row_Recordset_results['datasheet']; ?></td>
                            <td style="font-size: 16px"><?php echo $row_Recordset_results['description']; ?></td>
                       </tr>
                  </table>
                  <?php } while ($row_Recordset_results = mysql_fetch_assoc($Recordset_results)); ?>
        </form>

  • Permanent link to specific version of a document

    When ‘Sharing’ documents is it possible to issue (say for emailing to someone) a permanent link to the document i.e. one which is locked to the version and not one that changes or fails if a new version is subsequently added?
    There appears to be two groups of document links in SharePoint, the current version and previous versions.
    The current document version is referenced by a canonical path:
    http://site/document library/document.doc 
    A prior document version is referenced from a revision path. But this only works for non-current versions:
    http://site/_vti_history/versionID/document.doc  (Where versionID is generated by SharePoint)
    Therefore every time a new document revision is created the contents of the canonical path will change. The canonical path will point to the new document version while the previous version of the document is only available with the revision path.
    Therefore it is not possible to create a permanent link to a version of the document if at the time of issuing it is the current version.

    Hi,
    According to your description, my understanding is that you want to create a permanent link to specific version of a document.
    If a new version is created, the contents of the canonical path will change. Although the version number will increase, the previous version number will not change.
    If you want version 1.0, then the URL for this version will always be
    http://site/_vti_history/512/document.doc.
    More information are provided in the link below:
    http://theressomethingaboutsharepoint.blogspot.nl/2011/09/direct-link-to-certain-version-of.html
    http://blogs.msdn.com/b/roberthorvick/archive/2007/01/04/wss-rant-linking-to-the-latest-version-of-a-sharepoint-document-considered-harmful-lessons-6-and-7.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to give the link to specific post in this newsgroup?

    Hi everybody.
    I run to a situaion when I wanted to give a link to some earlier posts in this newsgroup, but I did not know how .
    There is a long line in address field in my IE and it is to my personl setting I guess. What I shell do to give somebody a link to specific posr?
    thanks in advance
    Pawel

    I believe you are wanting to just provide a link to another newsgroup? If so, you can just copy and paste the address into your response. Also, you can use HTML code to make it look nicer. For example, I can use the following address:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000008F550000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Or, you can use simple HTML code within your posting. The format in this case is display text .
    So, for example, I could also have a link LIKE THIS which will take you to a page also. Refer to This Page for more of the simple HTML commands you can use.
    J.R. Allen

  • Advice on linking to specific tabs in Accordion widget.

    Hi everyone, I have followed David Power's tutorial on linking to specific tabs in an Accoridion widget.
    I have got a test page working: http://fuelrecruitmenttest.co.uk/linktest.html which links to specific stories on my news page.
    My problem is, I'm adding news stories in the accordion panel, so the newest story goes on the top.
    Javascript counts the top panel as 0, the second panel as 1 etc etc.
    So if I was to add a new panel, any previous links I have to the top panel would be to the wrong story.
    My question is, Is there anyway of counting from the bottom panel up? Or any other workaround that people can think of eg: giving each panel a unique identifier so that the links remain the same even when new stories are added.
    Thanks!

    What is that?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "RedEyeBlind" <[email protected]> wrote in
    message
    news:gpcfeo$f31$[email protected]..
    > Hello anybody.
    >
    > I've tried the following still nothing but first tab.
    > ?tab=1#TabbedPanels1

  • Linking to specific pages in RoboHelp 6

    It is possible to send links to specific pages in RoboHelp 6
    server? I am a RoboHelp 5 user and one of my frustrations is not
    being able to send a client a link to a specific page. Is this a
    feature in 6?

    Please refer : http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml

  • Linking to specific text

    Hi All!
    I would like to link to specific text within a PDF document.
    I can link to pages, but I can't link to specific text within a page.  Is there any way to do this?
    I'm on Mac OS 10.5.8 using Acrobat 9.4.0 ...
    Thank you so much!!
    Diane

    Hi!
    Thank you again!
    I know I can link to a page but that's not what I need.
    I need to be able to link to specific text on a page.
    See, if the text I need to link to is in the middle of the page then it kind of creates a problem because the link doesn't go directly to that text, instead it goes to the top of the page that the text appears in.
    That's not what I want it to do.
    I want the text that I link to, to be what shows at the top of the window, rather than the beginning of the page that the text appears on.
    Thank you for trying!  I'm thinking Acrobat probably can't do what it is I want to do.
    Have a good day and week!
    Diane

  • How to disable "blue underlined links" (which I did not code) in FireFox?

    How to disabl "blue underlined links" (which I did not code) in FireFox? Here's an example website that has no underlined links coded in the simple html source: www.setv.org. After I updated FireFox to a more recent FireFox version, blue underlines appear in websites. I know that there is a way to disable that annoying 'feature'.
    Thanks in Advance
    tron nee
    Electro-Optical Tech*Artist
    Los Angeles Burning Man Artist Association
    burner et von tron

    Cor El,
    Thank you. Re; under-lined links...I thought I looked everywhere...but I missed it!
    Any chance there being a way to easily enable/disable animations? I'd sure like to selectively rid the screen of those noisy flashy-blinky advertisements.
    And how about storing java-script enable/disable flags with bookmarks? That way I would not be forced to click tools->options->content->enable-javascript each time I wanna turn it on or off? When I surf using database engines I disable j-script (phkem) and when I need to get something from nextegg I turn it on. What about being able to selectively disable/enable (also stored in bookmarks) embedded google-ads/beacons flags? I hate being tracked, now I'm getting ads on my cable TV set based on where I've been lurking on the InterNet. Big-phkn-brother's on us, and its the greedy phkn corporations who don't give sht about us except for what's in our wallets. InterNet used to be cool, now its the CIA, the FBI, KGB, policia, FartBuuk, Macro$haft, AT&T, Giggle (at least they give something of value back), and all the other facist big-brothers. Mozilla was born fighting that schema. There's so much more that FireFox could do to mitigate InterNet facism.
    Anyway, thanks again for your time and I appologize for the ranting.
    burner von tron

  • Can I disable photo stream only on specific WIFI connection?

    Hi,
    I just purchased a mobile router with a data limit 50MB/day for my old iPhone 4.
    This iPhone 4 only connects to WIFI network.
    I like photo stream and want to keep using it with my unlimited family WIFI network, but, the problem is when I connect it to my mobile route through WIFI, the photo stream won't stop working.   That cause my 50M/day plan runs out in a minute.
    So, is there a way to disable photo stream only on specific WIFI connection?
    I tried iPhone Configuration Utility and it seems not have a function like that.
    Thanks in advance!

    Welcome to the Apple Community Katie.
    It is the purpose of photo stream to sync all photos to all devices, the only way to remove the photos from the computer without affecting other devices is to turn photo stream off.

Maybe you are looking for

  • Re: SSO Configuration in ep 7.3

    HI, Experts Can any one please help me how to configuare SSO in ep 7.3.....any help would be appreciated....thank u.. Regards, Naveen Edited by: naveen.raju on Dec 10, 2011 10:02 AM

  • Wrong color - new LR5

    hello everyone, i have a problem with a magenta like color cast in a new and freash install of lightroom 5. i had lightroom 4 with the same problem, i uninstalled it and installed a new lightroom 5 but the same result. all my RAW images are having a

  • Does not automatically detect webcam

    Hi All the latest drivers, Windows updates (SP2), and bootcamp drivers installed. After booting into Bootcamp it does not automatically recognise my Logitech Pro 5000 webcam. If I unplug the webcam and plug back in all is well. Any way I can get it t

  • ITunes uses 30% of CPU when paused?

    Since my update to the most recent iTunes, it's been using 30% of my CPU only when songs aren't playing. When anything's playing, it uses 0%-1% of my CPU, but when a song is paused or stopped, it uses 27 to 30 percent. I'm running Windows XP Home and

  • HT1349 why cant photos i take on the iphone play on a digital photo frame ?.

    Why cant photos i take on the iphone play on a digital photo frame they are all on the flash drive cos they play on the tv