hi,
If I am right, in ECC 6.0 tables parameter is obsolete. So all the tables need to be defined in changing tab and when function is called it should be passed as changing parameters.
call function 'zccc'
changing
x = xx
y = yy
am i correct ?
is "tables" still an acceptable clause ??
call function 'zccc'
tables
x = xx
y = yy
please confirm if my understanding is correct.
thks