public class SupplierWithHoldingTax extends VdmEntity<SupplierWithHoldingTax>
Original entity name from the Odata EDM: A_SupplierWithHoldingTaxType
Modifier and Type | Class and Description |
---|---|
static class |
SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierWithHoldingTaxSelectable |
ALL_FIELDS
Selector for all available fields of SupplierWithHoldingTax.
|
static SupplierWithHoldingTaxField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static SupplierWithHoldingTaxField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static SupplierWithHoldingTaxField<LocalDateTime> |
EXEMPTION_DATE_BEGIN
Use with available fluent helpers to apply the ExemptionDateBegin field to query operations.
|
static SupplierWithHoldingTaxField<LocalDateTime> |
EXEMPTION_DATE_END
Use with available fluent helpers to apply the ExemptionDateEnd field to query operations.
|
static SupplierWithHoldingTaxField<String> |
EXEMPTION_REASON
Use with available fluent helpers to apply the ExemptionReason field to query operations.
|
static SupplierWithHoldingTaxField<Boolean> |
IS_WITHHOLDING_TAX_SUBJECT
Use with available fluent helpers to apply the IsWithholdingTaxSubject field to query operations.
|
static SupplierWithHoldingTaxField<String> |
RECIPIENT_TYPE
Use with available fluent helpers to apply the RecipientType field to query operations.
|
static SupplierWithHoldingTaxField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_CERTIFICATE
Use with available fluent helpers to apply the WithholdingTaxCertificate field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_CODE
Use with available fluent helpers to apply the WithholdingTaxCode field to query operations.
|
static SupplierWithHoldingTaxField<BigDecimal> |
WITHHOLDING_TAX_EXMPT_PERCENT
Use with available fluent helpers to apply the WithholdingTaxExmptPercent field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_NUMBER
Use with available fluent helpers to apply the WithholdingTaxNumber field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_TYPE
Use with available fluent helpers to apply the WithholdingTaxType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SupplierWithHoldingTax() |
SupplierWithHoldingTax(String supplier,
String companyCode,
String withholdingTaxType,
LocalDateTime exemptionDateBegin,
LocalDateTime exemptionDateEnd,
String exemptionReason,
Boolean isWithholdingTaxSubject,
String recipientType,
String withholdingTaxCertificate,
String withholdingTaxCode,
BigDecimal withholdingTaxExmptPercent,
String withholdingTaxNumber,
String authorizationGroup) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SupplierWithHoldingTaxField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
LocalDateTime |
getExemptionDateBegin()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getExemptionDateEnd()
Constraints: Not nullable, Precision: 0
|
String |
getExemptionReason()
Constraints: Not nullable, Maximum length: 2
|
Boolean |
getIsWithholdingTaxSubject()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getRecipientType()
Constraints: Not nullable, Maximum length: 2
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<SupplierWithHoldingTax> |
getType() |
String |
getWithholdingTaxCertificate()
Constraints: Not nullable, Maximum length: 25
|
String |
getWithholdingTaxCode()
Constraints: Not nullable, Maximum length: 2
|
BigDecimal |
getWithholdingTaxExmptPercent()
Constraints: Not nullable, Precision: 5, Scale: 2
|
String |
getWithholdingTaxNumber()
Constraints: Not nullable, Maximum length: 16
|
String |
getWithholdingTaxType()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setExemptionDateBegin(LocalDateTime exemptionDateBegin)
Constraints: Not nullable, Precision: 0
|
void |
setExemptionDateEnd(LocalDateTime exemptionDateEnd)
Constraints: Not nullable, Precision: 0
|
void |
setExemptionReason(String exemptionReason)
Constraints: Not nullable, Maximum length: 2
|
void |
setIsWithholdingTaxSubject(Boolean isWithholdingTaxSubject)
Constraints: none
|
void |
setRecipientType(String recipientType)
Constraints: Not nullable, Maximum length: 2
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWithholdingTaxCertificate(String withholdingTaxCertificate)
Constraints: Not nullable, Maximum length: 25
|
void |
setWithholdingTaxCode(String withholdingTaxCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setWithholdingTaxExmptPercent(BigDecimal withholdingTaxExmptPercent)
Constraints: Not nullable, Precision: 5, Scale: 2
|
void |
setWithholdingTaxNumber(String withholdingTaxNumber)
Constraints: Not nullable, Maximum length: 16
|
void |
setWithholdingTaxType(String withholdingTaxType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SupplierWithHoldingTaxSelectable ALL_FIELDS
public static final SupplierWithHoldingTaxField<String> SUPPLIER
public static final SupplierWithHoldingTaxField<String> COMPANY_CODE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_TYPE
public static final SupplierWithHoldingTaxField<LocalDateTime> EXEMPTION_DATE_BEGIN
public static final SupplierWithHoldingTaxField<LocalDateTime> EXEMPTION_DATE_END
public static final SupplierWithHoldingTaxField<String> EXEMPTION_REASON
public static final SupplierWithHoldingTaxField<Boolean> IS_WITHHOLDING_TAX_SUBJECT
public static final SupplierWithHoldingTaxField<String> RECIPIENT_TYPE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_CERTIFICATE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_CODE
public static final SupplierWithHoldingTaxField<BigDecimal> WITHHOLDING_TAX_EXMPT_PERCENT
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_NUMBER
public static final SupplierWithHoldingTaxField<String> AUTHORIZATION_GROUP
public SupplierWithHoldingTax()
public SupplierWithHoldingTax(@Nullable String supplier, @Nullable String companyCode, @Nullable String withholdingTaxType, @Nullable LocalDateTime exemptionDateBegin, @Nullable LocalDateTime exemptionDateEnd, @Nullable String exemptionReason, @Nullable Boolean isWithholdingTaxSubject, @Nullable String recipientType, @Nullable String withholdingTaxCertificate, @Nullable String withholdingTaxCode, @Nullable BigDecimal withholdingTaxExmptPercent, @Nullable String withholdingTaxNumber, @Nullable String authorizationGroup)
@Nonnull public Class<SupplierWithHoldingTax> getType()
getType
in class VdmObject<SupplierWithHoldingTax>
public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.public void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- The company code is an organizational unit within financial accounting.public void setWithholdingTaxType(@Nullable String withholdingTaxType)
Original property name from the Odata EDM: WithholdingTaxType
Withholding tax types classify particular features of a withholding tax including:The time at which the withholding tax is postedThe basis on which the base amount is calculatedThe basis for accumulation (if applicable)Withholding tax types are to be distinguished from withholding tax codes, to which are allocated the withholding tax percentage rate example.Whether a withholding tax can be defined as an existing type by means of a new code, or if a new type needs to be defined will depend on the type of transaction (see below).Note that a business transaction can only be assigned one withholding tax code per withholding tax type. If the business transaction is subject to several withholding taxes simultaneously, these must be represented by different types.This is the case in Argentina for example, where up to four kinds of withholding tax per business transaction are possible.
withholdingTaxType
- This indicator is used to classify the different types of withholding tax.public void setExemptionDateBegin(@Nullable LocalDateTime exemptionDateBegin)
Original property name from the Odata EDM: ExemptionDateBegin
exemptionDateBegin
- Date from which withholding tax exemption applies.public void setExemptionDateEnd(@Nullable LocalDateTime exemptionDateEnd)
Original property name from the Odata EDM: ExemptionDateEnd
exemptionDateEnd
- Date on which withholding tax exemption expires.public void setExemptionReason(@Nullable String exemptionReason)
Original property name from the Odata EDM: ExemptionReason
These indicators can be defined per withholding tax type in the vendor master record.
exemptionReason
- Indicator used to classify different types of exemption from liability to a particular withholding
tax.public void setIsWithholdingTaxSubject(@Nullable Boolean isWithholdingTaxSubject)
Original property name from the Odata EDM: IsWithholdingTaxSubject
isWithholdingTaxSubject
- Indicator: Subject to Withholding Tax?public void setRecipientType(@Nullable String recipientType)
Original property name from the Odata EDM: RecipientType
It is used to group vendors together according to particular characteristics such as occupations that may be subject to the same withholding tax type, but which are required to pay different percentage rates (as defined by the withholding tax code).Application in ThailandThis corresponds to the official Thai form number (Phaw.Ngor.Daw) and is used to determine the sequential numbering of a withholding tax certificate. The form number is defined in the vendor master record.
recipientType
- The type of recipient can be defined in the vendor master record.public void setWithholdingTaxCertificate(@Nullable String withholdingTaxCertificate)
Original property name from the Odata EDM: WithholdingTaxCertificate
This number must be entered in the system as follows:In the vendor master record in the case of vendorsFor customers, in Customizing under the settings for withholding tax information for the company code per withholding tax type.
withholdingTaxCertificate
- Numbered assigned by the relevant authorities for exemption from withholding tax.public void setWithholdingTaxCode(@Nullable String withholdingTaxCode)
Original property name from the Odata EDM: WithholdingTaxCode
Note that when processing a business transaction, no more than one withholding tax code can be assigned per withholding tax type. If the business transaction is subject to more than one withholding taxes, these must be represented in the system by defining various withholding tax types.
withholdingTaxCode
- One or more "withholding tax codes" are assigned to each withholding tax type. One of the things these
codes determine is the various percentage rates for the withholding tax type.public void setWithholdingTaxExmptPercent(@Nullable BigDecimal withholdingTaxExmptPercent)
Original property name from the Odata EDM: WithholdingTaxExmptPercent
Those persons/activities subject to withholding tax can be exempted from withholding tax up to the percentage rate you enter here. This exemption rate refers to the withholding tax amount itself and not to the whole amount liable to withholding tax (withholding tax base amount).The gross amount of an invoice is 100.00 and the withholding tax base amount is defined as gross. The withholding tax rate is 10% meaning that the withholding tax amount is 10.00. Given an exemption rate of 30%, the withholding tax amount is reduced to 7.00.
withholdingTaxExmptPercent
- Rate of exemption from withholding tax.public void setWithholdingTaxNumber(@Nullable String withholdingTaxNumber)
Original property name from the Odata EDM: WithholdingTaxNumber
This number must be specified in Customizing either:(a) As part of the withholding tax information defined for the company code, or(b) As part of the withholding tax information defined in the customer or vendor master record.
withholdingTaxNumber
- This is a number issued by the tax authorities per withholding tax type.public void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- The authorization group allows extended authorization protection for particular objects. The
authorization groups are freely definable. The authorization groups usually occur in authorization
objects together with an activity.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SupplierWithHoldingTax>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SupplierWithHoldingTax>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SupplierWithHoldingTax>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SupplierWithHoldingTax>
@Nonnull public static <T> SupplierWithHoldingTaxField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> SupplierWithHoldingTaxField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SupplierWithHoldingTax>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SupplierWithHoldingTax>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SupplierWithHoldingTax>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SupplierWithHoldingTax>
public static SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder builder()
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getWithholdingTaxType()
Original property name from the Odata EDM: WithholdingTaxType
Withholding tax types classify particular features of a withholding tax including:The time at which the withholding tax is postedThe basis on which the base amount is calculatedThe basis for accumulation (if applicable)Withholding tax types are to be distinguished from withholding tax codes, to which are allocated the withholding tax percentage rate example.Whether a withholding tax can be defined as an existing type by means of a new code, or if a new type needs to be defined will depend on the type of transaction (see below).Note that a business transaction can only be assigned one withholding tax code per withholding tax type. If the business transaction is subject to several withholding taxes simultaneously, these must be represented by different types.This is the case in Argentina for example, where up to four kinds of withholding tax per business transaction are possible.
@Nullable public LocalDateTime getExemptionDateBegin()
Original property name from the Odata EDM: ExemptionDateBegin
@Nullable public LocalDateTime getExemptionDateEnd()
Original property name from the Odata EDM: ExemptionDateEnd
@Nullable public String getExemptionReason()
Original property name from the Odata EDM: ExemptionReason
These indicators can be defined per withholding tax type in the vendor master record.
@Nullable public Boolean getIsWithholdingTaxSubject()
Original property name from the Odata EDM: IsWithholdingTaxSubject
@Nullable public String getRecipientType()
Original property name from the Odata EDM: RecipientType
It is used to group vendors together according to particular characteristics such as occupations that may be subject to the same withholding tax type, but which are required to pay different percentage rates (as defined by the withholding tax code).Application in ThailandThis corresponds to the official Thai form number (Phaw.Ngor.Daw) and is used to determine the sequential numbering of a withholding tax certificate. The form number is defined in the vendor master record.
@Nullable public String getWithholdingTaxCertificate()
Original property name from the Odata EDM: WithholdingTaxCertificate
This number must be entered in the system as follows:In the vendor master record in the case of vendorsFor customers, in Customizing under the settings for withholding tax information for the company code per withholding tax type.
@Nullable public String getWithholdingTaxCode()
Original property name from the Odata EDM: WithholdingTaxCode
Note that when processing a business transaction, no more than one withholding tax code can be assigned per withholding tax type. If the business transaction is subject to more than one withholding taxes, these must be represented in the system by defining various withholding tax types.
@Nullable public BigDecimal getWithholdingTaxExmptPercent()
Original property name from the Odata EDM: WithholdingTaxExmptPercent
Those persons/activities subject to withholding tax can be exempted from withholding tax up to the percentage rate you enter here. This exemption rate refers to the withholding tax amount itself and not to the whole amount liable to withholding tax (withholding tax base amount).The gross amount of an invoice is 100.00 and the withholding tax base amount is defined as gross. The withholding tax rate is 10% meaning that the withholding tax amount is 10.00. Given an exemption rate of 30%, the withholding tax amount is reduced to 7.00.
@Nullable public String getWithholdingTaxNumber()
Original property name from the Odata EDM: WithholdingTaxNumber
This number must be specified in Customizing either:(a) As part of the withholding tax information defined for the company code, or(b) As part of the withholding tax information defined in the customer or vendor master record.
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
public String toString()
toString
in class VdmObject<SupplierWithHoldingTax>
public boolean equals(Object o)
equals
in class VdmObject<SupplierWithHoldingTax>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SupplierWithHoldingTax>
public int hashCode()
hashCode
in class VdmObject<SupplierWithHoldingTax>
Copyright © 2019 SAP SE. All rights reserved.