Skip to Content
0
Former Member
Dec 28, 2007 at 06:12 AM

Updation of Record in SAP using JAVA

27 Views

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