Hi all,
My function Module name is BAPI_COMPANYCODE_GETLIST.Here i want to send some input data to update a record which is there in SAP.
JCO.Table codes =
function.getTableParameterList().getTable("COMPANYCODE_LIST");
after setting values as
codes.setValue("","");
Is it necessary to have codes.appendRows(1); before executing the function module
Regards
Padma N