Skip to Content
0
Former Member
Mar 11, 2007 at 04:54 AM

how to display records of a table

20 Views

I'm using PNP LDB in my report and I'd like to display how many records I have so I wrote this code

If i_tab is not initial.

DESCRIBE TABLE i_tab LINES counter.

WRITE counter .

Endif.

but I'm getting wrong result. Can anybody help please.