Hello!
I'm a beginner.
I have a table and the table has date column. I need to select all information where date = 0.
How can I write it in abap?
*select * from erch into ls_storno_erch*
where stornodat = 0.????
Thanks!