cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

While debugging in Eclipse, I get an error “no authorization to change variable 'xxxxxxxx'”

Sasaki1
Discoverer
0 Kudos
164

I am implementing and testing custom logic on the extension point “MM_PUR_S4_PO_MODIFY_HEADER” in S/4HANA PUBLIC CLOUD.
I want to change SY-SUBRC and variable values during debugging in Eclipse, but I get the error

“no authorization to change variable ‘xxxxxxxx’” and cannot change them.
I have assigned the business roles “Extensibility Specialist:
BR_EXTENSIBILITY_SPEC” and “Developer: BR_DEVELOPER” to the PUBLIC CLOUD user ID.
Please let me know if you know of a solution.

Sasaki1_0-1747616034355.png

Accepted Solutions (1)

Accepted Solutions (1)

Sasaki1
Discoverer
0 Kudos

The cause was found.
When implemented from a Public Cloud custom logic app, the ABAP language version is for the key user.
Eclipse does not support value editing during debugging with this language version.
If you want to edit values during debugging, you need to do a BAdI implementation within Eclipse.

Answers (0)