import PT_RCF:ServiceInterface; class EnableClassicPlus implements PT_RCF:ServiceInterface method execute(); end-class; method execute /+ Extends/implements PT_RCF:ServiceInterface.execute +/ If Not IsClassicPlusMode(%Component, %Market) Then Local boolean &result = ConfigureClassicPlusComponent(%Component, %Market, 1); End-if; end-method;