‎2008 Jun 08 7:12 AM
HI ALL....
I want to check the data in the data base table.....
But i dont know the input paramter entry, which i have to give before executing the table...
So know how can i know that the table empty or not....!!!
Thanks,
Naveen.I
‎2008 Jun 08 7:16 AM
hi,
goto se12 ,give table name - display.
After u click on components tab(cntrlshftf10), u will get selection screen of that table.there in application toolbar u have a button called number of entries if u click on tht button u will get no of records in that table.
reward points if hlpful.
‎2008 Jun 08 7:16 AM
select * from <dbtable> into table itab.
if itab is initial.
write:/ ' table is empty'.
else
write:/ itab-...... .
endif.
‎2008 Jun 08 7:16 AM
hi,
goto se12 ,give table name - display.
After u click on components tab(cntrlshftf10), u will get selection screen of that table.there in application toolbar u have a button called number of entries if u click on tht button u will get no of records in that table.
reward points if hlpful.