Skip to Content
0
Former Member
Oct 23, 2006 at 05:44 PM

general doubt regarding class

49 Views

Hi all,

can anyone tell under what class this method comes and how to find this.

iam getting this error

"P_FILE" is not type-compatible with formal parameter "FILE_NAME".

I have declared my p_file as

parameters : p_file like rlgrap-filename.

CALL METHOD cl_gui_frontend_services=>file_get_size

EXPORTING

file_name = p_file

IMPORTING

file_size = size.