Hello everyone:
I defined an inner table using any table in the function change parameter, and after checking, I cleared the non-eligible table rows.
Finally, I’m going to use DELETE ct_tab WHERE (‘table_line IS INITIAL’) to delete the unwanted data, but it still reports an error, prompting:
The row type of the table must be identifiable statically in “… WHERE…”.
How can I adjust?
Thanks.
PS: Use DELETE ct_tab WHERE table_line IS INITIAL The same error.