SRM 7.0 POWL Removal of TABS   - Only for Particular Roles

Hi All,
We are upgrading onto SRM 7.0 and one of the business requirements is to remove tabs "Team Carts" and "Confirmation of Team Carts" from POWL.
However the requirement is to exclude it only for one particular role. How can we achieve this?
I know that this we can restrict this through the following config:
Path: SPRO --> Cross-Application Componetns --> General Application Functions --> Generic SAP Business Suite Functions --> Personal Object Worklist --> Define Query Visibility at User Level or Define Query Visibility at Role Level
Define Query Visibility at Role Level:
Application ID: SAPSRMGP_E_CHECKSTATUS
Role : /SAPSRM/EMPLOYEE
Query ID: SAPSRM_E_CHECKSTATUS_01
Category: SC
However I would not be able to use the above config to exclude the two tabs for only one role. 
Is there any other way to achieve this?
Regards,
Srinu

Hi Srinivas,
I think you can do this by config.
Path: SPRO > SAP supplier Relationship management> SRM server--> POWL and Advanced Search --> Adjust POWL Layout, Search Criteria, and Pushbuttons
in which you can define,configure your feeder and it's catalog, actions and other criteria , then make this feeder type available to application/role..
Hope this helps..
Thanks,
Lavanya

Similar Messages

  • Checkboxes only for particular rows.

    Hi frends..
    Here my requirement can we keep checkboxes only for particular in the alv using oops..
    I need to display a report showing first column as checkbox.But I need to display checkbox only
    for particular rows which satifies the condition.
    pls reply me
    Thanks

    Hi,
    Refer these threads for editing fields for certain rows only:-
    Re: Making selected alv rows editable
    Re: selective edit in ALV grid
    Locking Row in ALV
    And refer this wiki for code for using checkbox with alv grid:-
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bcheckbox%252bto%252bprocess%252bselected%252brecords%252bat%252bruntime
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir
    Edited by: Tarun Gambhir on Feb 10, 2009 10:31 AM

  • Inspection lot should be created only for particular vendor

    Hi
    Can anyone please help in achieving the below scenario:
    *Material  has been assigned to the inspection type A (one time inspection) has been set as preffered and active  in the inspection set up in the material master.
    *Quality level has been created for material and vendor  such that inspection should be carried out when next stage is 1 and no inspection should carried out when next stage is 2.
    *Tasklist   has been assigned with material and vendor .
    Material can be supplied by different vendors,For this material,  inspection should be done only for one vendor  and for other vendors there should  not be any inspection to be done and no inspection lot should be created.i.e Inspection lot should be created only for one vendor say AA whereas now inspection lot is getting created when  goods receipt is done for the purchase order  with other vendor BB.
    My requirement is  the inspection lot should not be created when goods receipt is done with other vendors say BB  except AA.
    Is there any other way other than using quality info record to achieve this.
    I can try with DMR  but the thing is there should not be inspection lot created  while posting GR.
    can anyone suggest me any other way to achieve this requirement.

    There are user exits when you create an inspection lot.  One of those could be used to suppress the inspection lot.  Have you looked at these?  Have you researched any QM user exits yourself yet?  This isn't the first time this specific question has been asked over the years.
    It's not hard and there are lists of QM user exits available all over the internet.
    Please do some research.
    You can also assign vendors to inspection plans with a DMR that requires one inspection, and than after that creates all skip lot inspections which you automatically close by a batch job.  The first lot can be manually forced closed.  Thereaftter all receipts would be skipped.  Not 100% but pretty darn close.  This requires that you know which vendors to assign to which plan.  Probably as much data maintenance as maintaing the Q-info records.
    And yes.. your client needs to come up with better reasons than "I don't wanna..".  It's part of a consultants job to convince them.
    Craig

  • Red eye removal tool not only for RED eyes

    Hello,
    I posted this already one or two years ago:
    As wildlife photographers we encounter the "red eye problem" in different ways:
    Some birds or mammals have a blue reflection or even a green reflection - or other colors.
    The redy eye removal tool won't work here. I am sure that there are some other wildlife photographers,
    who have the same problem (we use sometimes flash to get rid of shadows in harsh daylight or to
    get more brilliant colors in dull light).
    Solution: Don't reduce the tool to red eyes, but let us select the color, which should be removed!
    Thanks for hearing us!
    Christoph
    (from Germany - please excuse be english)

    Yes, it should be there under the same icon as the Healing brush

  • Workflow for Particular Role(Only) has to qualify the lead.

    Hi all,
    The lead(s) has to be qualified by only one role, and lead(s) should be converted with the other role. How this can be done.
    For example.
    Here "sales & Marketing Manager" has to qualify the lead and no permission to convert.
    Here "admin" has to convert the lead into account and opportunity.
    I tried with using lookup function, not suceeded. need help.
    Regards,
    Ratan

    You could try putting validation on the Lead Status field based on a user's role. E.g.
    IF(UserValue('<Role>') <> 'Sales Manager' AND PRE('<Status>') <>'Qualified' and [Status] = 'Qualified' THEN "ERROR", '')
    The syntax above is far from correct but hopefully enough for you to have a play. The PRE condition here is used to make sure someone is actually modifying a Lead which wasn't previously Qualified otherwise any amendments to existing qualified leads would throw errors. Let me know how you get on, personally I don't like the above as it's likely to cause issues.
    Thanks
    Oli @ Innoveer

  • How to pull records only for particular date range in Flex frm SAP wd table

    Hi,
    Can anyone help me with databing for datefield.
    I am using two datefields in Flex for Start Date and End Date. When I click the Execute button, it should pull only the records for that date range from SAP wd table and display in my Flex datagrid.
    Thanks,
    Sri
    Edited by: rmsridevi on May 17, 2011 4:38 PM

    Hi,
    Your query has mistakes as well. I corrected them.
    Check this two different ways were in first you can define the period (month) you want and in second you have the option to select from the drop drown list :
    SELECT T0.DocNum, T0.DocDate, T0.CardName,T0.DocTotal,T1.whsCode
    FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE t0.docdate >= '2011.01.01' and t0.docdate <='2011.01.31'
    OR
    SELECT T0.DocNum,T0.DocDate,T0.CardName,T0.DocTotal,T1.whsCode
    FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE t0.docdate >= [%1] and t0.docdate <= [%2]
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Invoice IDOC trigger only for particular bill to party

    Hi,
    I have a requirement to trigger the idoc once the invoice is saved. But the condition here is that whenever the bill to party is u2018DELLu2019 then only the idoc should get triggered.
    Can anyone help me out how can I proceed this and especially where can I check this condition?.
    Regards,
    Prabu

    Hi,
    Thanks for your input. Here i have one more check like as follows.
    First i have to check whether the partner of the document is DELL and if so, then should check the preceding document order type.
    If that is also DELL, then only the idoc  should get triggerred. I have the logic to find the partner. But strucking up where should i go and write the code?.
    Can any one help me on this?.
    Regards,
    Prabu

  • Ship-to Address" screen in SRM browser need to change to display only

    Hi Freinds,
    Ship-To Address" screen in SRM browser needs to change to "Display" only. The users shouldn´t have the possibility to change the delivery address in the screen to their own private address.
    Is it possbile to do any changes in SRM itself or else its purely JAVA HTML work.
    Kindly i need you guys help to resolve the above development.
    Regards
    Vivek

    Hello Vivek,
    Solution given by Suneel should be OK.
    Nevertheless, if Ship-To must be only in display mode for all users (independently of their role) and only for particular document types, you can manage it with partner schema:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Partner Schema
    Then maintain this partner schema ID to your concerned document type:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Transaction Types
    Regards.
    Laurent.

  • How to hide/remove the 'Delete' button for a particular role

    We have a role that can only Create and Edit the Accounts, Contacts, Opportunities, & Leads. So I modified the Default and Owner Access Profiles for that role and changed the Access Level to 'Read/Edit' for each of the above mentioned Record Types.
    When the user is logged with this role they can see the 'Delete' button on all the Record Types. When they click on the 'Delete' button they get the 'Access Denied' message. Thats fine, but how do you hide/remove the 'Delete' button for this role so they don't try to click it.

    At this time it is not possible to hide/remove the "Delete" button. This functionality is on the roadmap.

  • How to make the OAF page Read-Only for one Responsibility?

    I have a requirement to make the entire OAF page to Read-only for particular Responsibility.
    Is there any direct option to make page Read-only ?
    Can anyone suggest some solution?

    Hi,
    Check one article on
    http://www.applikast.net/technical/oa-fwk/misc/making-an-oa-framework-page-readonly
    or you can do Personalization for each item on page.
    Thanks,
    Abhi

  • Remove T Code for each ROLE for user

    Hi Experts
    Can anyone tell me how to remove the T code for each role which was define individually for users Eg
    CR01 has been assign to 50 users, the difficulty is I have to go to each role then search for CR01 t code then delete and again generate the Authorization
    In this way there are so many t codes which I have to go one by one to delete it.
    Any help to remove the t-code for each role through any way.
    regards
    Piroz

    try the Security forum at Security
    they might have trick (such as CATT scripts).
    doing this via SQL commands is dangerous. avoid this solution if you are not 100% sure of its impact.

  • If I only have one window with no tabs, how do I remove the tab label at the top of the window?

    Ok, I open a window to my home page. At the top left of the window I have the Firefox icon and next to it the name of the page I'm on. Below that is the menu bar which I use enough to leave it there. And now below that, with no other tabs open, is a tab lable/tab strip/whatever with the Firefox icon and next to it the name of the page I'm on. Below that is the url/address bar which also is usually showing the name of the page I'm on.
    I like a clean screen with as little clutter as possible. I usually know what page/window I'm on because I'm the one who got me there. I don't need an additional tab strip for a window that has no tabs open taking up more space and telling me what I already know.
    If I could drop the Firefox icon wasting that entire top portion of my screen that would be great, but I'm sure that isn't an option.
    If I could put that menu bar on the same line as the address bar I'd be in efficiently used space heaven! But I'm also pretty sure that's not going to happen either.
    This new tab strip/tab label though, I know doesn't need to be there because it never was before until I opened a new tab and then logically would have a use for the tabs.
    But, since I don't like it and I want it gone, I'm presuming that means that it's new because some person or persons thought redundancy is fun and there is no option to remove it either.
    Can anyone educate me in any areas where my ignorance is causing me to suffer here? Give me back my inch at the top of my screen and I promise to not ask for a mile!
    Thanks to anyone who can/will assist me.
    Much Peace

    With Firefox 23 and TabMixPlus 0.4.1.0 installed, an additional box is added to the Tabs options panel that allows 3 options for the tab bar:
    *One is to '''Always''' hide the tab bar. I do not know whether future versions of TabMixPlus will remove that option. I have tested in Firefox 23 and it is possible to completely hide the tab bar regardless of the number of tabs open.
    Other options added in the additional box with TabMixPlus 0.4.1.0 are:
    *Never
    *When I have only one tab

  • How to remove Competetors TAB  from PCUI Opportunity create trx

    Hi Group,
    we are using CRM 5.0, i want to remove Competitor's TAB from PCUI Opportunity Transaction. i see a option in CRMC_BLUEPRINT_C transaction-> Application/Layout->Define layout of the people-centric UI(Customizing tool). here i went to CRMD_BUS2000111-> Version 1-> Static model-> Tabpage groups-> OPP_1: when i clicked on this i got all Tab's details. but when i tried making OPP_HD_COMP "Inactive" and hit Save that Check mark goes away. tried many times but did not help.
    then i tried going to CRMC_BLUEPRINT_C transaction->Application element-> tab page group structure->OPP_1: here i dont see any entries. do i have to add all Opportunity Tab's  details here or only the Competetor tab details?
    Please let me know does anybody see all Tab's data here or you just enter all Tabs data manually in CRM 5.0? also how can i remove Competetors Tab? your help is appreciated and awarded.
    regards,
    Anu.

    Hello Anu,
    WHen you are in CRMC_BLUEPRINT_C transaction->Application element-> tab page group structure->OPP_1, go to edit mode and import the standard entries from CRMC_BLUEPRINT (on of the buttons on the screen).
    Then, for the tab you don't want to see, just put it as inactive (if not possible, just delete the line, you can always come back to the standard by importing the S tables again).
    Regards,
    Frédéric

  • Need to Remove the tabs group Title from browser window title

    When I use a saved tab group, which means I named that tab group in FF 5,''' the name of the tab group appears at the top of the browser along with the title of the web page I am viewing'''. Not good, I need to remove that tab group title from the browser window title, so I am only seeing the title of the webpage, and nothing from the tab group. How do I do that?
    thanks
    JSC

    You can add the site to the Pop-up Blocker Exceptions list in Options > Content > Block Pop-up Windows > Exceptions
    *See --> [https://support.mozilla.com/en-US/kb/Pop-up%20blocker#w_pop-up-blocker-settings Pop-up blocker-Pop-up blocker settings]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How to remove Products tab

    Hello everyone, need your help again:
    I have a requirement to change main page to remove Products tab.  My question is
    Where is Products tab coded (in which file)? Can I easily remove it?
    Please advise.
    Thanks, Jin

    Hi Jin,
    I hope you are talking about left side frame where we find 2 tabs "transaction" and "Products" in B2B scenario.
    There are three files involved but you have to do modification in one file only.
    1.) /b2b/organizer-nav-doc-search.jsp
    2.) /b2b/organizer_menu.jsp.inc
    3.) /appbase/tabstrip.inc.jsp
    You are going to do modification in "/appbase/tabstrip.inc.jsp"
    Open "/appbase/tabstrip.inc.jsp" file.
    Find below line under "inactive menu entry"
    String tabItemTxt = WebUtil.translate(pageContext, tabButton.getText(), null);
    write below code to remove "Products" tab.
    <%-- cell with tab text --%>
            <% if (!tabItemTxt.equalsIgnoreCase("Products")) { %>   <%-- Custom IF condition start --%>
              <li class="<%=className%>">
              <a href="<%=tabButton.getLink()%>" title="<isa:translate key="access.tab.unselected" arg0="<%=tabItemTxt%>" arg1="<%=Integer.toString(index)%>" arg2="<%=strstripSize%>" arg3="" /> "
                ><isa:translate key="<%=tabButton.getText()%>" />
                </a>
            </li>
              <% } %>  <%-- Custom IF condition End --%>
    Build it and deploy it to your server now you will not see "Products" tab on left side.
    I hope this will resolve your problem.
    Cheers.
    eCommerce Developer

Maybe you are looking for

  • How do I create an effect on on object similar to this on Illustrator?

    How do I create an effect on on object similar to this on Illustrator? Please see the type show in the link provided : "CHIVAS" http://2.bp.blogspot.com/-F-lpKYp-QnE/UH8jwTkTmfI/AAAAAAAAOWQ/BuN9gm9Pe5U/s1600/Chivas+log o+2012.jpg Also if anyone knows

  • Accessing  oracle apps on linux

    Hi, I have installed apps 11.5.9 on Red Hat9.0. I have mozilla 1.2.x browser installed. When i try to access the apps by typing this URL "http://<hostname>.com:8000/dev60cgi/f60cgi?jinit_mimetype=application/x-java-vm" it is throwing up the error "NP

  • Using multy-conditional filters (if/then/ELSEIF/else)

    Hello, I need to create multiple policies for adding disclaimers. We have a default disclaimer and now two unique ones for domains that need to maintain their own. I created text recourses for all disclaimers and like to make a content filter that do

  • GDM fails to start

    Right forum? Alright... I'm setting up my new arch system for 2 days (slow as hell connection, nothing to do abt that ). I've installed these packages (base system, devel pacakges, xorg, lxde desktop, gdm, drivers and few other packages). I managed t

  • PShop won't open IPF8300 Print Plug-In

    Photoshop keeps asking me to install my driver and register the printer, which has been done. I can print via File> Print, but the Plug-In will not launch. I asked Cannon and they say that it is an Adobe issue. Can someone please help me?