Application Development and Automation 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: 
Read only

Customer master maintenace checking

Former Member
0 Likes
747

Hi All Expert,

I want add the following checking to the Customer Master Maintenance,

1. Customer Group and each User ID can create / Modify / View some group of customer

2. Customer group will add to the single role for each UserID

3. When create Customer master using XD01, check the user 's single role authorization objects KNA1-BEGRU, if not same, cannot save.

4. For XD02/XD03, if user's single role authorization object not same, cannot view the customer master.

Please tell me which Enhancement or User Exit I can apply the above checking?

Thank you very much.

Terry

3 REPLIES 3
Read only

Former Member
0 Likes
642

Hi,

Use this user exit for your requirements for XD01.

EXIT_SAPMF02D_001

For XD02/XD03 use Authorization objects. Consult with your basis consultant about Authorization Objects.

Regards

Ahsan.

Read only

0 Likes
642

Hi,

Can you give me more information rather than "Consult BASIS"....?

I want to do it by myself, although I am not BASIS.

Thank you very much.

Terry

Read only

Former Member
0 Likes
642

Hi,

You can also use Authority Check same as T-code XD01

Authority-check object 'S_TCODE'

ID '' FIELD 'XD01'.

Check some other object in SU21 too.

Ashutosh