How do I restrict view of other colleagues' calendars by business role?

Hello Gurus
I need to allow the area sales manager to view the calendars of his sales managers but I must prevent the sales managers from viewing the calendars of other sales managers in the organistion.
At the moment it appears there is no role specific authorisation and I can view any of my colleagues calanders. Please advise how I can implement this?
Regards
Declan

HI
  one way to achieve this as per my knowledge is
   we have authosrisation objects in our CRM..please create the AUTHORISATION Object for that particular view display and assign the same to PFCG role which can be assigned to business role.
for example
  standard auth object
CRM_ORD_LP(to display service order) we can assign display or edit authorisations and same can be atached tpo pfcg and then business roles
the other way is in business role screen crmc_ui_profile ..u can assign particular config key..
so assign the twodifferent config key for the two roles
for example
configkey-zmployee assigned to business role zemp_bus
and config-key :zmanager assigned to zmang_bus
  so in bsp_wd_config key
  u can configure two views  according to the config key..so define two configurations with two config keys one for manager and one for employee..
  if iam wrong let me know i ll try some other

Similar Messages

  • How can we copy an enhancement set to a different Business Role?

    Experts,
    How can we copy an enhancement set to a different Business Role?
    Currently we have an enhancement to a Business Role "SALES PRO."  How can i make the same enhancement set active for a different Business Role? ie. MARKETINGPRO.
    Thanks,

    Hi,
    it is recommended to have only one active enhancement set per client.
    For your businessrole you could use the role configuration key.
    In our system each businessrole has it´s own role configuration key. But we implemented also a BADI if no configuration is found use our company default role configuration key and only if there is also no configuration use SAP .
    Kind regards
    Manfred

  • How to disable notifications of an other persons calendar?

    We use iCloud calendar, Mac OS X 10.9.4., iCAL Version 7.0 (1841.1)
    We share our calendars within the team (read only for the other team members).
    My problem:
    I would like to see only the bookings of the other team members. But I have to accept each single calendar entry, also those of the other persons (on which I have read only access).
    Has anyone an idea how to disable those notifications?
    Thanks for your support.

    Thanks David, I too had been trying only the "Turn off shared calandar messages in Notification center" in Preferences on my Macbook Pro, but continued to receive shared notifications.   Then I used your suggestion above to "Get Info"and click "Ignore Alerts" on each shared calendar.   Funny thing, when I went back to preferences, it had unchecked the "Turn off shared calandar messages in Notification center", so I had to recheck this option.   Now both are sticking and it seems to have stopped the unwanted shared notices.   Thanks for your post!
    Others, if you are still having trouble, double check your MBP preferences as you may need to re-check this option.
    Thanks
    Tim

  • How can multiple people in office share a calendar?

    I'm trying to get my team off MS Exchange, but we need to be able to view each other's calendars to schedule meetings. I haven't figured out how we can all get access to each other's calendars using iCal. Does anyone have instructions for that?
    Thanks in advance,
    Bruce

    Hi, I never use any of these, but according to this it uses eMal, so I'd think moving the adressees to the BCC: field should do it.
    Not the To: or CC: feild.

  • How to restrict views in MS INFOPATH 2010 based on a user Login id

    Hi,
    I am the Admin of the Time Reporting SharePoint tool for my project. When a user enters/edit a time report ,it is done via an Infopath 2010 form. This form has 2 views:
    1. For the normal users to see (default view)
    2. For the Admins only.
    What i want is that when a normal user(not an admin) logs in to the site to change his/her time report and opens this form,that person will only be able to see the default view . If an admin logs in then he/she can swicth between both the views .
    Currently i am unable to provide any such functionality. Even a normal user is able to see both the views which i want to restrict.
    Pelase let me know how do i restrict the normal users to the default view only based on their login ID.They shouldnt be able to switch views at all.
    But if an admin logs on then both the views should be accessible.
    I am new to InfoPath , so please let me know from scratch. I need only out of box solution for this as i cannot perform any kind of coding due to site restriction.
    Regards,
    Guru

    Hi ,
    My problem is still not resolved. I tried applying the people picker property and set a specific field(an email id field) to be available to only admins. Now the field is not visible to the normal users but only admins which is good but that email field
    should be able to take normal users as wel as admin's email ID. currently due to the people picker property it only takes admin's ID and not normal user's ID - which is not as per expectation.
    What this email ID field does is - when a normal user is logged in he/she wont see this field in that view. But when an admin logs in he/she can switch to admin view and see this field . The admin can put any user's ID in this field and pull out the required
    resource's Time Report for modification.
    Please let me know how do i overcome my problem. Detailed step description will be very helpfull .
    As per Cameron's suggestion (add a rule on the "additional admin section") , i am not sure how exactly that is done. Would help a lot if i got to know how this works.
    Regards,
    Guru

  • How do I keep my Imessages from being viewed on other devices under my apple ID?

    How do I keep my Imessages from being viewed on other devices under my apple ID?

    No, you can authorize any number of email addresses on your Apple Id and then select one of those to use as an alternate Send and Recieve for Messages. It isn't necessary to use seperate AppleIDs. I use my phone number on my iPhone and an email address on the iPad.

  • How we can restrict record in CTL file on the basis of other table ?

    Hello all,
    How we can restrict record in CTL file on the basis of other table ?
    Eg.
    I have following control file to load the records in the table through the sql loader.
    LOAD DATA
    INTO TABLE THIST APPEND
    FIELDS TERMINATED BY "|" TRAILING NULLCOLS
    LNUM POSITION(1) Char "substr(:LOAN_NUM, 4, 13)",
    TSRNUM Char "rtrim:TRAN_SR_NUM)" ,
    TPROCDT Char "to_char(to_date rtrim:TRAN_PROC_DT), 'MMDDYYYY'), 'YYYYMMDD')"      
    I have another table c all TFILE in which I have LNUM. I want to import only those records from input text file using the control file and sql loader in which LNUM is exist in the TFILE.
    So how i can restrict it in the Control File.
    Thanks
    Kamlesh Gujarathi
    [email protected]

    Hello Satyaki De.
    Thank you very much for your suggestion but my Private information is totally apart from this question & I already I have changed each and every information from the question.
    Thanks
    Kamlesh Gujarathi
    [email protected]

  • How to call  a method of one view in other view

    Hi
      could any one suggest "how to call  a method of one view in other view "
    thanks
    kaushik

    Hi Kausic,
    Its not possible to call a method from view to View.
    Since view is private entity we can not pass the data directly.
    I suggest you to declare the method in Component/Custom controller and call.
    the code is,
    wdThis.wdGet<Component/Custom Name>Controller().<methodName>();
    Regards,
    <b>Ramganesan K</b>

  • How can I delete old movies that I already purchased, which are saved in my account? Actually I don't want them to be viewed by others who use same account, so is there any solution to delete them? Please advise. Thank you

    How can I delete old movies that I already purchased, which are saved in my account? Actually I don’t want them to be viewed by others who use same account, so is there any solution to delete them? Please advise.

    Delete Purchases = No.
    But there is this...Hiding and unhiding purchases
    iTunes Store  >   http://support.apple.com/kb/HT4919

  • How to retrieve data from restricted views

    Hi,
    i want to query data from PO_LINES_V , but no data retrieved, i m using R12 please provide the solutiion
    Thanks
    NQ

    As you mention in your title it's some sort of a restricted view. That's for a reason I guess.
    Since I don't know the definition of your PO_LINES_V, there is no way to tell why you are not allowed to retrieve data from the view. Check the WHERE clause of this view.

  • How can we restrict the other user to add their user id's to the user group created in SQ03?

    Hello All,
    How can we restrict the other user to add their user id's to the user group created in SQ03?
    When we enter the user group name and click on "Assign users and Infosets" button in the attached pic "User Group" .
    I was able to enter my user id in other user groups. How to Grey out the other rows in the attached pic "User Group 1".

    How strange I answered (or at least helped) this very same question earlier today. Here the link to my previous answer then:
    http://scn.sap.com/thread/3536135

  • I have a creative cloud subscription for myself and 2 other colleagues but cannot add the other 2 colleagues as users. How do I do this?

    I have a creative cloud subscription for myself and 2 other colleagues but cannot add the other 2 colleagues as users. How do I do this?

    Hi American,
    I checked you account and I found that you just have 1 seat in your Creative Cloud account. You need to add a license from the top right corner on your Team admin page.
    You can follow the article: Creative Cloud Help | Manage your Creative Cloud for teams membership which will help you to add a license in your Team account.
    Let us know if you face any troubles while doing that.
    Thanks,
    Ratandeep Arora

  • How ALBPMEngine logs can be read other than using log viewer

    Dear Friends,
    Can anybody help on How ALBPMEngine logs can be read other than using log viewer?
    Look forward for rsponse.
    cheers

    Max Meilleur wrote:
    Mark,
    I would be interested in knowing how you can decouple the obpmlogviewer.exe app from the OBPM Enterprise installation.
    How can I send a simple .zip file to others and tell them: "hey, unzip (or install) this only and you will be able to read OBPM engine logs files on your local machine" ?
    The logViewer executable can't be run without an enterprise install (at least not easily decoupled), however, an alternative, would be to pass someone the .jnlp and some log files.... To do this, open up the process admin, and in the top right, is a link for 'Launch Log Viewer'. Open that, and then go to 'File - Save As', and this will save a java executable to your computer.
    I'm pretty sure you can pass that, and either an admin user and password to view 'live' logs, or just have them cancel the remote log, and open a local file....
    Adam,
    PS: I don't see any opbmlogreader.exe or .sh or .bet in the OBPM_HOME\bin directory. I am looking at OBPM standalone, and the only relevant files I can see are obpmlogviewer.exe , obpmlogviewer.lax , lax.jar. Am I missing something?
    MaxI too don't have the log reader, however I do remember it... I'm thinking the .sh might only be included in the linux distribution of enterprise, so I'm downloading that now to verify... I will let you know what I find...
    HTH,
    -Kevin

  • How can i restrict user to access database object (procedure) or JSP

    Hi
    I have 9ias infrastructure 902, on win2k box with 9i DB.
    and I have one PL/SQL web application and another J2EE application both are hosted by 9ias 902.
    Now we are looking forward to couple both with SSO.
    I have deloyed samples of both and works fine.
    Each application have different set of users, i mean there is no common user.
    How can i restrict user not to view the web page which is not authorised to them.
    as far as i understand from the Grocery demo is pick the role (which is a string only) from OID and programaticall apply security via if else endif construct.
    can any one through light upto my concern.
    regards
    [email protected]

    Hey Mary
    No i haven't try to do that via pl/sql....
    as the our application is j2ee app... deployed in oc4j.. with sso and ldap....
    still finding to do so....
    what i have realized that LDAP is just to store user information in inverted tree... and one have to build separated access security mechnisum that will be applicable to j2ee system....
    thanx...
    samir....

  • How to create help view

    hai,
    how to create help view

    Views
    Importance/Use of Views
    Data for an application object is often distributed on several database tables. Database systems therefore provide you with a way of defining application-specific views on the data contained in several tables. These are called views.
    Data from several tables can be combined in a meaningful way using a view (join). You can also hide information that is of no interest to you (projection) or only display those data records that satisfy certain conditions (selection).
    A view is a logical view on one or more tables, that is, a view is not actually physically stored, instead being derived from one or more other tables.
    The data of a view can be displayed exactly like the data of a table in the extended table maintenance.
    Join, Projection and Selection
    CROSS PRODUCT
    Given two tables TABA and TABB. Table TABA has 2 entries and table TABB has 4 entries
    Each record of TABA is first combined with each record of TABB. If a join condition is not defined, the cross product of tables TABA and TABB is displayed with the view.
    Join condition
    A join condition describes how the records of the two tables are connected.
    Inner Join and Outer Join
    The data that can be selected with a view depends primarily on whether the view implements an inner join or an outer join.
    With an inner join, you only get the records of the cross-product for which there is an entry in all tables used in the view.
    With an outer join, records are also selected for which there is no entry in some of the tables used in the view. (ABAP allows left outer join.)
    The data that can be selected with a view depends primarily on whether the view implements an inner join or an outer join.
    Projection
    Sometimes some of the fields of the tables involved in a view are not of interest. The set of fields used in the view can be defined explicitly (projection). In our example, Field 4 is of no interest and can be hidden.
    We specify the fields which we need to show in our view by including them under the view flds tab when creating a view in the dictionary.
    +Selection Conditions+
    Selection conditions that are used as a filter can be defined for a view.
    Specifying these conditions under the Selection conditions tab when creating a view in the dictionary would have an effect which is similar to specifying a where clause when writing a select query to restrict data.
    View Types
    Four different view types are supported. These differ in the way in which the view is implemented and in the methods permitted for accessing the view data .
    Database views are implemented with an equivalent view on the database.
    Projection views are used to hide fields of a table (only projection).
    Help views can be used as selection method in Search help.
    Maintenance views permit you to maintain the data distributed on several tables for one application object at one time.
    Database Views
    Database views should be created if want to select logically connected data from different tables simultaneously.
    Database views implement an inner join.
    Application programs can access the data of a database view using the database interface. (Just as we write select queries on database tables, we can write them for views as well.)
    Includes in Database Views
    An entire table can be included in a database view. In this case all the fields of the included table will become fields of the view (whereby you can explicitly exclude certain fields).
    To include one of the tables in the view, enter character * in field View field, the name of the table to be included in field Table and character * again in field Field name on the View fields tab page of the maintenance screen of the view.
    You can also exclude individual fields of an included table. If you do not want to include a field of the included table in the view, enter - in field View field, the name of the included table in field Table and the name of the field to be excluded in field Field name.
    Inserts with Database Views
    If a database view contains only one single table, data can be inserted in this table with the view .
    You have the following options for the contents of the table fields not contained in the view:
    If the field is defined on the database with NOT NULL as initial value, the field is filled with the corresponding initial value.
    If the field is defined on the database as NOT NULL without initial value, an insert is not possible. This results in a database error.
    If the field is not defined on the database as NOT NULL, there will be a NULL value in this field.
    Projection Views
    Projection views are used to hide fields of a table. This can minimize interfaces; for example when you access the database, you only read and write the field contents actually needed
    For the above diagram, fields F3 and F4 are irrelevant, and therefore hidden from the projection view of the table.
    Maintenance Views
    A maintenance view permits you to maintain the data of an application object together.
    The maintenance status determines which accesses to the data of the underlying tables are possible with the maintenance view.
    Maintenance Status
    The maintenance status of a view controls whether data records can also be changed or inserted in the tables contained in the view.
    The maintenance status can be defined as follows:
    Read only: Data can only be read through the view.
    Read, change, delete, insert: Data of the tables contained in the view can be
    changed, deleted, and inserted through the view.
    Read and change: Existing view entries can be changed. However, records
    cannot be deleted or inserted.
    Read and change (time-dependent views): Only entries whose non-time
    dependent part of the key is the same as that of existing entries may be
    inserted.
    Help Views
    Help view is created if a view with outer join is needed as selection method of a search help.
    Help views are used exclusively for search helps.
    A conventional database view selects data from the database using an inner join.
    For a help view however, data is selected using a left outer join.
    Eg-> Suppose table SCARR (Airline master table) has AA – American airlines
    AB – Air Berlin
    AC- Air Canada as three entries.
    Table SPFLI (Flight schedule) has entries corresponding only to airlines AA (American airlines) and AB (Air Berlin).
    Now if a database view were to be used as a selection method for a search help for airlines, we would only get AA and AB as possible entries because the database view implements an inner join…….If however, we were to use a help view as the selection method here, we would get AA,AB and AC as possible entries because a help view would implement a left outer join.
    Restrictions for Maintenance and Help Views
    There are some restrictions for selecting the secondary tables of a maintenance view or help view. The secondary tables have to be in an N:1 dependency to the primary table or directly preceding secondary table. This ensures that there is at most one dependent record in each of the secondary tables for a data record in the primary table.
    Append Views
    Append views are used for enhancements of database views of the SAP standard.
    With an append view, fields of the base tables of the view can be included in the view without modifications. This is analogous to enhancing a table with an append structure.
    An append view is assigned to exactly one database view. More than one append view can be created for a database view.
    The append technique described can only be used for database views. With an append view, only new fields from the base tables contained in the view can be inserted in the view. You cannot insert new tables in the view or modify the join conditions or selection conditions of the view.
    Check out the below related threads
    Views
    views

Maybe you are looking for

  • Host lookup with full domain fails

    Hi, we have a couple of Macs that live in a Windows Active Directory domain. They are not part of the domain (i.e. joined), but they get their DHCP config from the Active Directory Controller (ADC). The active directory has the name "company.local" (

  • Sudden spate of ADSL sync drops - related to new B...

    I have had stable 7Mb download internet for six months. This week, I have started having multiple sync losses per day. As a result, my connection speed has dropped to 1Mb and I am at a loss to explain why these drops have started happening. The only

  • Installation hangs on 'createing java jar files' section

    Hi, On installtion of JRE 1.4, on a new Win98 installation, the installation hangs at the point, "Creating java JAR files". Any ideas on the reason for this hanging Regards.

  • Query sales per month per customer

    Hello, I have a query for the months january and february working. Now I want to add more months. When I do this, the query works, BUT I get very strnage amounts. Instead of 20,000 I get an amount of 1.650.000 Can someone please tel me where I go wro

  • Deletin files on a share

    If I delete a file on my Mac, it is moved to the thrash. If I delete the same file from a different computer, it is gone forever. Isn't it time that files deleted on shares, whether SMB or appletalk, are moved to the thrash of the computer where it l