global class Sfdc2SapDealersContractSchedulable implements Schedulable { global void execute(SchedulableContext sc) { Id execBTId = database.executebatch(new Sfdc2SapDealersContractBatch(),200); } }