Public Property UseInAPDPR() As BoYesNoEnum
SAPbobsCOM.WithholdingTaxCodes wtc = (SAPbobsCOM.WithholdingTaxCodes)_company.GetBusinessObject(BoObjectTypes.oWithholdingTaxCodes); if (wtc.GetByKey(""COIC"")) { wtc.UseInAPDPR = BoYesNoEnum.tYES; wtc.Update(); }
WithholdingTaxCodes Object