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: 

Resparea checking

Former Member
0 Kudos

HI All,

In my project we are using RESPARE for Cost center and profit center authorization. While executing the transaction it checks only for the cost center value even though we have the values for Profit center and Cost centers Group.How to maintain that or how to customize that to group level restriction also.

Thanks in advance,

Vasantha Kumar

1 REPLY 1

jurjen_heeck
Active Contributor
0 Kudos

Resparea is a field, not an object.

In SU24 you can see which objects are set to be checked for each transaction. If there are objects set to "do not check" you may find psosibilities there.

For detailed information best start the system trace (ST01), let the user execute the transaction and see wich checks are executed. Checks that are switched off in SU24 should appear in the trace with RC=0. If no suitable check is done then the only option is to search the software for a user exit where you can build in extra authority cherks.