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, RFC is triggering 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(Sync Group);
projectDB.enableChangeLog();
Does anybody knows how to solve this problem.
Regards,
Dinesh