Hi Friends,
In My Android Native Development , while I synchronize SUP MBO single time , the RFC is triggering Multiple times.
I am trying to debugging the RFC, it is calling multiple times for single MBO Synchronize.
I am following the below syntax in my project,
PersonalizationParameters param = projectDB.getPersonalizationParameters();
param.setPKName(Value);
param.save();
projectDB.disableChangeLog();
GabonDB.synchronize("GR_105_Mast");
projectDB.enableChangeLog();
Regards,
Dinesh