2023 May 24 3:31 PM
Hi,
We are getting below issue where some text variables are not accessible to specific user id as shown below and this is happening with only 1 user rest all users have access to these text variables. We have checked with our BASIS and security team and user have all the same accesses like other users. What can be the issue?
2023 May 24 4:08 PM
Is this text translated into all languages used in your system?
2023 May 25 9:01 AM
This is not translated but how does it make a difference? In debugging it should bring the value which is given. The problem here is why the value is not coming for this specific user while all others are able to access.
2023 May 25 9:38 AM
FYI I don't have a problem with my programs because my best practice is to indicate the long form of text symbol:
lv_cmd = |{ 'This is a text to be translated'(001) } { lv_path_encrypted }|.
You can synchronize automatically the texts between the ABAP source code and the text symbols.
NB: I feel that maybe your text symbol is not a text to be translated, it's something like an OS command, and it should be a constant instead.
2023 May 25 10:01 AM
sandra.rossi : Thanks, Yes the issue is with language only. User was logging with other language and it's causing issue. Thanks for help.