cancel
Showing results for 
Search instead for 
Did you mean: 

SAP APO Selection Restriction (/sapapo/sdp94).

Former Member
0 Kudos

I want to know how I can restrict the users to just change and delete their own selections.

At present a users can create selection, enters the planning book /sapapo/sdp94 and he clicks on the maintain selection profile and then he can assign any selections (selections created by him or any other users) to his user id and can also change it or delete.

The thing is if I provide users to create selection but not to go in the option maintain selection via sdp94 then he will not be able to assign the selection.

How can I do that user can create selection, change only his selection and delete his selections only?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Authorization for working with selections is checked using object

C_APO_FUN and the functions C_SELCTION and C_SELORG.

If the user has not been assigned the C_SELCTION function, the

selection icon does not appear when they open a planning book.

As a result, the user cannot use the shuffler to make their own selections,

but have to choose predefined selections from the list of selections.

The C_SELORG function permits the user to administer selections, that is

to save selections and assign them to users.

The system checks the authorizations for both of these functions when the

user calls up Interactive Planning.

You can also refer Badi /SAPAPO/SDP_SELECTOR

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hello Senthil,

Thanks for the response.

The thing is client has a requirement that every user should be able to create selections, save selections and delete selections.

But they can only change, assign and delete their own selection and not play with other's selection.

That is when they go in transaction /sapapo/sdp94 and choose option maintain selection profile it should show only those selections that are created by him and thus he can only assign those selections to his ID or delete his selection that belong to him only.

Also can you tell me how the BADI /SAPAPO/SDP_SELECTOR is helpful or from where I can get the information on the same.

Piyush Nandan.

Edited by: piyushnandan on Jun 18, 2010 10:27 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Piyushnandan,

Try making use of transaction /sapapo/mc77 for maintaining

the assignments of selections for different ids and /SAPAPO/SDPUSET

which will control the user Settings for Interactive Planning.