Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

limit document search SAP_PCC_PARTNEREMPLOYEE by org

Former Member
0 Kudos

CRM role SAP_PCC_PARTNEREMPLOYEE does not seem to hit authorization objects when searching for Leads or Opportunities. (all documents come back in the search) Even going to SU24 and checking the maintain doesn't seem to do the trick.

CRM_ORD_LP

CRM_ORD_OE

Seems like it should be a simple to limit the documents selected to the sales org or sales office of the document. But even running a ST01 trace doesn't show these getting objects getting called.

5 REPLIES 5

Former Member
0 Kudos

Hell Glenn,

You need to introduce authority check in the code. SU24 wont do anything. Look for OSS notes or contact SAP.

Regards.

Ruchit.

0 Kudos

Hi Ruchit,

we have been laying with the authorization badi's in the crm tansaction:

CRM_ORDER_ADD_AUTH_CHECK &

CRM_ORDER_ALTERN_AUTH_CHECK

but neither seem to have any objects to limit based on the organization objects.

0 Kudos

Hi Glenn,

What is the transaction that your are using. Meanwhile check up with SAP as well.

Regards.

Ruchit.

0 Kudos

crmd_bus2000108 & crmd_bus2000111

thanks

0 Kudos

closing