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