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: 

How to implement authorization for IDOC messages

Former Member
0 Kudos

Hi,

I want to implement authorization for IDOC messages so that only the authorized users can process certain IDOC message numbers. For example :-

User A can process IDOC numbers 2, 3, 4

User B can process IDOC numbers 5, 6, 1

User C can process IDOC numbers 7, 8, 9

Can this be done using Basis authorization objects?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You could create one role per IDOC number and then use composite roles to bring the whole concept together into groups of 3 IDOCs each?

You will need to find a way to automatically generate a role each time an IDOC is received and make changes to a lot of programs...

Good luck!

Your standard options are described by object S_IDOCMONI.

Julius

1 REPLY 1

Former Member
0 Kudos

You could create one role per IDOC number and then use composite roles to bring the whole concept together into groups of 3 IDOCs each?

You will need to find a way to automatically generate a role each time an IDOC is received and make changes to a lot of programs...

Good luck!

Your standard options are described by object S_IDOCMONI.

Julius