Application Development and Automation 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: 
Read only

Clearing system variable

Former Member
0 Likes
761

Hello all,

Can we clear the system varible.???

like SY-CALLD

Regards

Venkat

3 REPLIES 3
Read only

Former Member
0 Likes
569

hi,

Inside a program u can store its value to variable and clear that variable only.

SY-CALLD will have value, during any call inside the program

Rgds,

Reshma

Read only

Former Member
0 Likes
569

system variable not clear.

in sap logon time all system variable assign value.

supports u cleared the sy-variable . to handle one vaiable.

example.

v_CALLD = SY-CALLD.

clear v_calld.

Read only

Former Member
0 Likes
569

Hi,

You cant clear the system variable.

Reward if helpful.