Skip to Content
0
Dec 12, 2011 at 05:15 AM

How to Count number of words in a file....

1337 Views

Hi Experts,

I have uploaded the text file, from the application server, like this:

call function 'GUI_UPLOAD'

exporting

filename = LV_ip_FILENAME

tables

data_tab = LT_FILETABLE.

The text file contains some number character words.... like "sap labs india..... "

Now, I wanted to count number of words in an internal table LT_FILETABLE.... can anybody help me?