" variable declaration to store internal table row count
Data LV_RowCnt type i.

DESCRIBE TABLE LT_PROGRAM LINES LV_RowCnt.
write :/ 'Total items count', LV_RowCnt.

LV_RowCnt = LINES( LT_PROGRAM ).
write :/ 'Total items count', LV_RowCnt .

DESCRIBE TABLE LT_PROGRAM LINES DATA(LV_RowCount).
write :/ 'Total items count', LV_RowCount . 



Serkan AKKAVAK
Computer Engineer
serkurumsal@yandex.com