2010 May 24 10:36 AM
Hai Friends
Could you please tell me any standard table is available to get total No of entries in different table
2010 May 24 10:40 AM
Why cant you use FM RFC_GET_TABLE_ENTRIES ?
You have asked similar question earlier today as well.
2010 May 24 10:40 AM
Why cant you use FM RFC_GET_TABLE_ENTRIES ?
You have asked similar question earlier today as well.
2010 May 24 10:42 AM
Am asking about the particular tables , so that i can use client-specific keywords in my program na ? , with out using RFC , Is it possible ?
2010 May 24 11:31 AM
You can simply call the FM mentioned above by passing destination as 'NONE' , this will execute the FM in the same system
2010 May 25 8:07 AM
SELECT COUNT(*) INTO NO2 FROM (itAB-tabname) CLIENT SPECIFIED WHERE MANDT = '400' .
2010 May 25 8:08 AM