(Don't worry on vmware, I just could not resists when I saw the warning on every of you screenshots )
Tables parameter are now obsolete (supported but obsolete) so new FM should not use them (In a long time, when SAP would have corrected every standard FM with those, they could convert obsolete warning to forbidden error messages )
Ref : look in help.sap.com (or thru F1 on source editor) for FUNCTION - table_parameters, also check for Obsolete Language Elements, you can change change the address (740 -> 731, 702, 701) for your current version, but look also at the last available versions. Note that usage of LIKE in properties of interface parameters of a function module is also obsolete now...
Regards,
Raymond