Hi experts
I have to get the controllingarea using ABAP. I know that the controllingarea is set for a user in SU01, but you can change it temporary in OKKS. Where is the temporary conrollingarea saved in SAP after it's changed using OKKS? The controllingarea in SU01 won't change when it's changed using OKKS...
I've managed to get the controllingarea in ABAP using this code:
GET PARAMETER ID 'CAC' FIELD lv_controllingarea.
When i run it in a test program this code returns the value of the controllingarea in OKKS.
But when i run it in my webdynpro application it returns the value of controllingarea saved for the user in SU01....
Does anyone know why this is happening? Or does anyone know a better way to get the controllingarea in abap?