Restrict Opportunity access from other Org Unit Sales agent

Hello,
My Scenario is, there is different Organisation Units and Sales agents are assigned to those Org units. Now the issue is, Sales agent from one Org unit is looking into the opportunity of other Org unit. As the sales agents have their own targets and competition, one should not see the Opportunities of other Org unit.
How can we achieve this ?
   a ) Can we achieve this through PFCG roles, if so how ?
   b) I heard about the concept of Access control engine, which is usefull in this kind of scenario's. but again we need to implement ACS here, which I dont have ides.
Please suggest me the best method to achieve this. Also provide me step by step procedure also to achieve this.
Thanks,
MD.

Hi, madhusudan444.
Yes, you can achieve this by PFCG.  Authorization objects CRM_ORD_LP or CRM_ORD_OE will help you.
For more information, please, follow to this link:
http://help.sap.com/saphelp_crm70/helpdata/EN/48/a44236ceb873e8e10000000a42189b/frameset.htm
I would not recommend using ACE in this issue, because ACE is abap. Your issue can achieve by standard procedure.

Similar Messages

  • How to move Person from One org.Unit to other

    Hi,
         I want to move a Central Person from One Org.Unit to Other Org.Unit programatically ( through function module ). I am trying to use the FM "OM_CREATE_NEW_RELATIONS" .
    But, it's not working. Can anyone through some light on this ?
    Thanks in Advance..
    Prasad

    Thanks for the reply,
    But, i do not want to delete and then assign.
    I just want to mimic the Drag & Drop option available in PPOMA_BBP.
    In the background system is using a FM "OM_CREATE_NEW_RELATIONS". I am trying to use this FM in similar way . But, it is not moving the CP and Position.
    Thanks,
    Prasad

  • Org unit changes but position not  when emp move from 1 org unit 2 other

    Hi,
    We have a scenario in which when an employee moved from org unit to another (temporarily) his position doesn't get changed but org. unit changes. How to manage it???
    Thanks in advance
    Anand

    Hi Naveen,
    Let me expain the process in details when you enter "Position" in IT 0000 & 0001  in Emp. Master (PA30) it inherites Org. Unit, Org Key and Cost Center. To get inheritance of org unit, org key, cost center along with position you have to assign all to org. unit in PPOM.
    I want "Position" to be remained unchanged when an employee moves from one org unit to other only organization unit need to be changes.
    Please suggest
    Thanks a lotttttttt

  • Tables stored in memory but may be accessed from other sessions

    Dear Oracle experts,
    it may be a stupid question but I'm searching for the best possibility to create a kind of temporary table which may be accessed from other sessions.
    Could you provide some hints/ catchwords to speed up my recherches.
    Thank you very much,
    Daniel

    danielwetzler wrote:
    danielwetzler wrote:
    I fear that the caching is not suitable for my case because of the reasons decribed in my other postings...First of all I don't think that you need to worry about the effectiveness of the caching in your particular case. In addition Oracle is very clever at when to actually write the dirty blocks from the buffer cache to the disks, so if your amount of data written to the result table is fairly small and no other activity is going on your system it won't get written to disk immediately anyway but stay in memory until any of the conditions are met that trigger the database writer to flush the blocks to disk.
    But there are options you could consider if you want to avoid as much of the overhead as possible and to write the results of your calculation to the result table as fast as possible.
    You could use direct-path inserts (INSERT /*+ APPEND */) and set the result table to "NOLOGGING". This way no undo and minimum redo is generated.
    Note however that there are certain caveats and restrictions to consider when using such an approach, e.g. your result table won't be recoverable (which you say is OK), only one direct-path insert is allowed simultaneously (it blocks the table exclusively, no other DML possible until you commit/rollback the transaction), and the direct-path insert has some restrictions. If any of these apply that prevent the direct-path operation then it silently falls back to "conventional" insert mode which generates undo and redo. One of the more annoying restrictions is that you can't read from a table that has been written to in direct-path mode within the same transaction, you first have to commit the transaction, otherwise you get "ORA-12838: cannot read/modify an object after modifying it in parallel". This means by simply adding the APPEND hint you might break existing logic.
    Finally the direct-path insert never re-uses free space in blocks below the current high-water mark, which means if you perform a direct-path insert and afterwards delete rows from the table and repeat again a direct-path insert operation your segment will grow and the empty space in the already used blocks won't get re-used. Best way would be to truncate the table rather than deleting rows from it.
    There are workarounds available to overcome some of these direct-path insert limitations (exclusive lock, truncate instead of delete etc.), like using a partitioned table (if you have a suitable edition/license), because direct-path inserts can be restricted to partitions. In this case you can do simultaneous direct-path inserts if you use different partitions, but you need then some kind of logic that determines which partition to use.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Permitting a Manager of one org unit access to another org unit

    Hi,
    I have a problem with the use of relationships between the position and org units.
    If a manager has an A012 relationship to org unit 123, but should be able to view & approve leave for employees from another org unit 456.
    Is it possible to have a different relationship to org unit 456? To provide access to employees who are not part of the managers direct reporting structure.
    Thanks in advance
    Sujeet

    1. Create a separate relationship for the special access.
    2. You might need to add the new relationship to evaluation path
    3. If you are using MSS and need to display this, that evaluation path needs to be updated
    4. Structural authorization profile needs to be updated
    5. Role needs to be updated. Context senstive authorization needs to be activated and PA authorization + structure abc, PA authorization + structure xyz needs to be added to the role
    Hope it help.

  • Unassign users from a Org unit and reassign to another org unit

    Hello Friends,
    There are users in my org who are already assinged to a org unit through USERS_GEN transaction (from SU01 users) and are creating shopping carts for the past four months without any issue.
    Now there is a requirement to assign few of the users to another org unit.
    I have created that org unit but not sure how to reassign it to a new org unit.
    I am new to SRM. Any help will be appreciated.

    Hi Dihsa,
    Thanks for the fast reply.
    In that link it has been mentioned that users can be unassigned from a org unit through USERS_GEN txn or drag and drop.
    I already unassigned a user by clicking on delete assignment in PPOSA_BBP. While I am trying to reassign the user through USERS_GEN to new org unit, I am getting the error: Central Person for this user already exists with E BBPU_MESSAGES 042 &.
    After going through some of the threads I realized that I should not do like that for deleting a assignment.
    Also I found one thread which is telling that ....new org unit has to be selected and then by clicking on the Assign button --> Incorporates..Postion.. a user can be reassigned.
    Is it a right way to do that.... I don know how to unassign using USERS_GEN txn.
    Also it would be great if you could help me to resolve the above error.
    Please guide me.

  • Reports Staff movements from one org unit to another  org unit

    Dear experts,
    Is there any standard reports to get staff movements from one org unit to another units.
    Thanks in advance

    Hi,
    You can run headcount changes report - S_L9C_94000095 with action type organizational reassignment if you are making organizational unit modifications via PA40 - org reassignment action.
    Regards,
    Dilek

  • Resources view: how not to show resource from under Org Units

    Hello experts!
    In cProjects/xRPM 4.5, when we assign a user as Staffing Manager of an Organizational Unit, not only the resources from this Org Unit appear in his resources view, but also the ones from sub Org Units.
    We would like to prevent this, and display ONLY the resources at the same level.
    Is there a way to achieve this: BADI, authorizations?
    Thanks a lot!
    Matthias

    Solved by our own with a custom enhancement.

  • Error " enter Org Unit sales"

    Hi CRM SDNers,
    In a servicer transaction the responsible org determination is carried automatically (a pop-up for selection) and later I changed the determined org unit manually to XYZ.. this is showing an error that the Item level "enter org unit sales".
    We dont use any sales organization in our application.  Please sugget / guide how to resolve this error.
    Regards,
    Fedor.

    Hi
    Provide the same details.
    Create org. and other in tcode :BP.
    Cheers
    Deepanshu

  • One position reporting to more than one position in other org unit

    Hi Experts,
    How to map in SAP if One position is reporting to more than one position in other org unit. plz explain me the in detail.
    Regards,
    Saumya Chawan.

    Hi Saumya,
    First you have to decide on the relationships you want for this position.  The question is - who will decide pay increases for this position?...who will approve vacation time?  That manager is the one who is the directly managing the position and so the position must be in the org structure for that manager's org unit. 
    Second, what is the relationship to the other manager?  This is usually a "dotted-line" or functional reporting relationship to another position.  You can use a standard relationship such as 005 or create your own. 
    Then you can use the Matrix to create the two relationships.  Easy Access:  Human Resources --> Organizational Managment --> Organizational Plan --> Matrix (transaction PPME).  Use the "Standard selection" and create the two relationships between the position and the org unit and other position (or other object depending on your requirement). 
    Paul

  • Licensing restrictions prevent access from this address.

    After updating CF7 to the new DST requirements, we are seeing
    INTERMITTENT issues with some SWF movies not being loaded.
    flash forms work just fine.
    Any indication which way to look would be fabulous.
    Coldfusion-err.log shows:
    03/13 15:47:48 ERROR Proxy Servlet: Licensing restrictions
    prevent access from xx.xx.xx.xxx
    03/13 15:47:48 ERROR Proxy Servlet: Allows addresses: [
    {71.218.19.250} {192.168.1.145} {74.93.23.77} {24.131.24.127}
    {192.168.1.1} ]
    03/13 15:47:48 error Licensing restrictions prevent access
    from this address.
    java.io.IOException: Licensing restrictions prevent access
    from this address.
    at
    flex.services.license.AddressRestrictionFilter.invoke(AddressRestrictionFilter.java:28)
    at
    flex.server.j2ee.cache.CacheFilter.doFilter(CacheFilter.java:165)
    at
    flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at
    jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    alexfrates wrote:
    > After updating CF7 to the new DST requirements, we are
    seeing INTERMITTENT
    > issues with some SWF movies not being loaded.
    >
    > flash forms work just fine.
    > Any indication which way to look would be fabulous.
    >
    > Coldfusion-err.log shows:
    > 03/13 15:47:48 ERROR Proxy Servlet: Licensing
    restrictions prevent access from
    > xx.xx.xx.xxx
    > 03/13 15:47:48 ERROR Proxy Servlet: Allows addresses: [
    {71.218.19.250}
    > {192.168.1.145} {74.93.23.77} {24.131.24.127}
    {192.168.1.1} ]
    On a J2EE multiserver install this usually means your JRun
    instance is
    not registered. In the JRun admin, drill down to the settings
    of the
    instance and check whether it is a developer edition or a
    registered
    edition. I wouldn't know any way to fix this other then a
    reinstall.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • How do I load my project onto cloud so I can access from other places

    How do I load my projects onto cloud so I can access from other places?

    Below links should be able to help you.
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-web/uploading-files-to-creat ive-cloud/
    http://tv.adobe.com/watch/learn-creative-cloud/sharing-and-downloading-files-in-creative-c loud/

  • Moving position, costcenter and personal area from one Org unit to other

    Hi All,
       I have requirment like one perticular PERNR i have one Org unit position costcenter and personal area. I wanted to move this PERNR position ,personal area and costcenter into new Org Unit.
    I mean The PERNR  Org unit needs to change with out changing the position personal area and costcenter.
    Could any one tell me best way to do this.
    Thanks for your replys.

    Hello Ram,
    I would use MM01 to extend the same material to Plant 2000/ Sales org A002. Could you let me know if this works for you?
    Thanks,
    Binu

  • How to deassign a employee from a Org. unit by using function module?

    Hi,
    I want to deassign an employee from an orgnization unit in Org. model. Though I know I can do it manually in Org. Model. But since the number is big, I want to do it by using report. So do you which function module I can use to do it?
    Many thanks and Best regards,
    Long

    Hi,
    I feel following 2 Fms will be of use to you.
    1. BUB_BUPA_RELATION_MODIFY
    2. BUB_BUPA_RELATIONS_MODIFY
    I hope this helps.
    Regards,
    Venkat

  • Restricting no of positions in org unit : SAP OM

    Hi,
    1) My Client wants the no of positions to be restricted at a specific Org unit level in Tree Hierarachy.
    2) Also that no of positions describing a job should not be greater than a specific number.
    Request you to guide me how to achieve this in OM.
    Thanks in advance!

    Hi,
    Regarding your first question I dont think it is possible.  Regarding your second question, I could think about a workaround, that is once they have created all their positions in the Production system.  Then you can remove authorizations, so that no one is able to create positions.
    Shrikant

Maybe you are looking for