Skip to Content
0
Former Member
Jul 16, 2008 at 06:13 PM

function module arguments, tables and changing..

22 Views

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