Hi Experts,
I want to use this condition :
IF sy-spono is not initial.
flag = 'X'.
endif.
later IF FLAG = 'X'.
Perform Something.
Endif.
But I see SY-SPONO as always initial. its vale never changes irrespective of spool is created or not. Can anyone please explain why this happens.
Thanks,
Anil