‎2010 Aug 11 6:58 PM
hi
is there a function which get table name and return the numbers of rows in it ?
(i dont want to use SELEC COUNT(*) FROM XXXX )
THANKS
‎2010 Aug 11 7:30 PM
You can use the Function module : DMC_COUNT_TABLE_ENTRIES
Pass the table name and the IM_Exact_count = 'X'
you will get the number of entries in a table.
‎2010 Aug 11 7:13 PM
You don't want or you can't use Select Count?
I really don't know if there is a FM for it but using Select Count you will waste just one code line.
Can you explain your problem using the select way?
‎2010 Aug 11 7:30 PM
You can use the Function module : DMC_COUNT_TABLE_ENTRIES
Pass the table name and the IM_Exact_count = 'X'
you will get the number of entries in a table.