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: 

forwarding a spool request to SAPoffice

Former Member
0 Kudos

Hi,

I have something I need to solve with two users, who see different options when trying to forward a spool request to SAPoffice:

SP02 - (select spool request) - Spool Request - Forward - Send using SAPoffice

Then, on the recipient box, press F4

One of the users see the following options:

- internal user

- distribution lists

- external addresses

- addresses and internal users

- organizational units

The other one sees only the following options:

- distribution lists

- external addresses

- organization units

Seems to me it must be something related to authorizations, but a trace wasn't useful and I couldn't find out why the second user doesn't see every option.

Does anyone knows?

Thanks

Antonio Barrote

1 ACCEPTED SOLUTION

42
Explorer
0 Kudos

Hi Antonio,

that behavior depends on the use of authorization object S_OC_SEND. Try to give to the second user S_OC_SEND with COM_MODE=OFF. Then he will see all options.

Regards, Dirk

2 REPLIES 2

42
Explorer
0 Kudos

Hi Antonio,

that behavior depends on the use of authorization object S_OC_SEND. Try to give to the second user S_OC_SEND with COM_MODE=OFF. Then he will see all options.

Regards, Dirk

Former Member
0 Kudos

thanks for your help...

Your suggestion has worked perfectly and solved the problem. Thanks!