In the below example Vendor ID is in place of datatype, how come an field of table is used as dataype declaration?
Syntax : in datatype variable ;
Below example code is an calling script ,
in 'Vendor ID' is_vendor;
in 'Payment Number' is_payment;
'Vendor ID' of table BB_DC_Creditor_SETP = is_vendor;
get table BB_DC_Creditor_SETP;
if err() <> OKAY then
*This post is locked for comments