Skip to Content
0
Former Member
Apr 23, 2009 at 05:35 AM

declaration of variable in standard include

71 Views

Hi everybody,

I am having an issue regarding the declaration of a variable in a standard include.

for std include LV05IFCI, a variable ct_statistics has been added but not declared.

Does anyone know how i can declare that variable.

the sample code is from the std include LV05IFCI

if ct_statistics is requested. "v_n_553503

call function 'RV_INDEX_ARRAY_DELETE'

tables

ct_statistics = ct_statistics.

else.

call function 'RV_INDEX_ARRAY_DELETE'.

endif. "^_n_553503

endif.

Any help will be highly appreciated. Thanks