Hi, alll,
I have a task.
To display number of columns of internal table. Can you help me how to do that?
Some smart function?
I know how to display number of lines.
describe table name_table lines num_lines.
write num_lines.