hi,
in bdc programming when i popolating bdctable by using
this
PERFORM POPULATE_BDCTABLE USING:
'1''sapmf02d''0101',
''' rf02d-kunnr ' w_kna1-kunnr,
''' rf02d-d0110 ''x',
''' bdc_okcode ''/00',
'1''sapmf02d''0110',
'''kna1-land1''w_kna1-name1',
'''kna1-ort01''w_kna1-ort01',
'''kna1-pstlz''w_kna1-pstlz',
'''bdc_okcode''/11'.
a error comes that
Different number of parameters in FORM and PERFORM (routine:
POPULATE_BDCTABLE, number of formal parameters: 3, number of actual
parameters: 1).
what is this error plz explain to me and plz give its solution.
thanks