cancel
Showing results for 
Search instead for 
Did you mean: 

Program Variables access in Script

Former Member
0 Kudos

Dear All,

In debugging mode of script, when i see any value for any of the variable, the values are displayed as XXXX.

Example: When I have given DATE --> the value is shown as XX.XX.XXXX.

When I give SY-UNAME --> the value is shown as XXXXXXXXXXXX.

When I give &NAST-KSCHL&* the value is shown as XXXX.

May I know the reason why it is like this.

I want to check the Output type in my script and based on that value I want to write a text.

Since the value is shown as XXXX in my script my case -endcase statements are not working.

Any clues ????

Regards,

Deepu.K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello All,

I executed thriugh the TCode now. The values are vailable now.

Thanks.