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: 

Change autorization object list via su21 after it was exported to other system

denis_pozdeev
Explorer
0 Kudos

Hi all,

Could I make changes in authorization object if it was exported to other system? I removed all connectivity from ABAP code and roles/profiles (as I did it 3 years ago in old version sap-basis module) but changes is impossible - "Object ZQ_MTART has already been delivered; onlyrestricted changes possible "

2 REPLIES 2

martin_voros
Active Contributor
0 Kudos

Hi,

if you have basic skills in debugger you can see why it's happening. It seems like the message is being raised in method CL_SUSO_GEN->SUSO_COMPUTE_EDIT_MODE_CUS_SYS. gs_cts-delivery flag is being determined in method CL_SUSO_GEN->SUSO_CHECK_DELIVERY_STATUS. I don't know which case it's for you.

Cheers

0 Kudos

Thank you for answer. There is no standard way to make changes in this object. We should create new one and make changes in customer ABAP programs.