‎2008 Jul 16 7:13 PM
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
‎2008 Jul 16 7:33 PM
‎2008 Jul 16 7:27 PM
I dont think it is obsolete. if you want to work with tables in the function module then it should be passed as an tables parameter.
You have to pass a table in changing if you want to modify the entries in that table in your logic inside the FM.
‎2008 Jul 16 7:33 PM