‎2007 Jul 27 11:43 AM
Hello all,
Can we clear the system varible.???
like SY-CALLD
Regards
Venkat
‎2007 Jul 27 11:47 AM
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
‎2007 Jul 28 3:33 AM
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.
‎2007 Jul 28 9:16 PM