biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / General / Commission Groups
API Certificate Series Service / Delete Certificate Series

Description

Deletes an existing certificate series.

The certificate series is specified by its key (AbsId), which is contained in the CertificateSeriesParams object passed to the method.

Syntax

Parameters

pICertificateSeriesParams
The key of the certificate series to be deleted.

Remarks

If a certificate series is in use, it cannot be deleted.

Example

Deleting a certificate series (C#)
SAPbobsCOM.CertificateSeriesParams oCSParams = (SAPbobsCOM.CertificateSeriesParams)oCSSrv .GetDataInterface(CertificateSeriesServiceDataInterfaces.cssCertificateSeriesParams); oCSParams.AbsEntry = 4; oCSSrv.DeleteCertificateSeries(oCSParams);

See Also

Related information


Certificate Series CertificateSeries Object· Table: OCSN
Represents a series for TDS (withholding tax) reports. Source table: OCSN
   Parent: Certificate Series Service CertificateSeriesService Service· Table: OCSN

Certificate Series Params Collection CertificateSeriesParamsCollection Collection
A collection of CertificateSeriesParams objects.
   Parent: Certificate Series Service CertificateSeriesService Service· Table: OCSN

Certificate Series Service Data Interfaces CertificateSeriesServiceDataInterfaces Enumeration
CertificateSeriesService data interfaces.
   Parent: Certificate Series Service CertificateSeriesService Service· Table: OCSN

Certificate Series Service CertificateSeriesService Service· Table: OCSN
The CertificateSeriesService service enables you to add, look up and remove certificate series. Certificate series are used for TDS (withholding tax) reports. To see the list of certificate series and create a new one, select Administration...



SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates