Posts Tagged ‘BO’

Create a new period categories in SAP BO »

The following is a VB.NET sample that creates new period categories and returns its parameters. Dim oPeriodCategory As PeriodCategory 'get period category oPeriodCategory = oCompanyService.GetDataInterface(CompanyServiceDataInterfaces.csdiPeriodCategory) 'set period code oPeriodCategory.PeriodCategory = "My Period Code" 'set period na