public class SupplierDunning extends VdmEntity<SupplierDunning>
Modifier and Type | Class and Description |
---|---|
static class |
SupplierDunning.SupplierDunningBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierDunningSelectable |
ALL_FIELDS
Selector for all available fields of SupplierDunning.
|
static SupplierDunningField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static SupplierDunningField<String> |
DUNNING_AREA
Use with available fluent helpers to apply the DunningArea field to query operations.
|
static SupplierDunningField<String> |
DUNNING_BLOCK
Use with available fluent helpers to apply the DunningBlock field to query operations.
|
static SupplierDunningField<String> |
DUNNING_CLERK
Use with available fluent helpers to apply the DunningClerk field to query operations.
|
static SupplierDunningField<String> |
DUNNING_LEVEL
Use with available fluent helpers to apply the DunningLevel field to query operations.
|
static SupplierDunningField<String> |
DUNNING_PROCEDURE
Use with available fluent helpers to apply the DunningProcedure field to query operations.
|
static SupplierDunningField<String> |
DUNNING_RECIPIENT
Use with available fluent helpers to apply the DunningRecipient field to query operations.
|
static SupplierDunningField<Calendar> |
LAST_DUNNED_ON
Use with available fluent helpers to apply the LastDunnedOn field to query operations.
|
static SupplierDunningField<Calendar> |
LEG_DUNNING_PROCEDURE_ON
Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations.
|
static SupplierDunningField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
Constructor and Description |
---|
SupplierDunning() |
SupplierDunning(String supplier,
String companyCode,
String dunningArea,
String dunningBlock,
String dunningLevel,
String dunningProcedure,
String dunningRecipient,
Calendar lastDunnedOn,
Calendar legDunningProcedureOn,
String dunningClerk,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SupplierDunning.SupplierDunningBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SupplierDunningField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getDunningArea()
(Key Field) Constraints: Not nullable, Maximum length: 2 If different responsibilities or different dunning procedures exist within a company code, you can set up corresponding dunning areas.All dunning notices are made separately according to dunning areas, and if necessary with different dunning procedures.The dunning area must be noted in the line items.
|
String |
getDunningBlock()
Constraints: Not nullable, Maximum length: 1
|
String |
getDunningClerk()
Constraints: Not nullable, Maximum length: 2 Using this identification code, the accounting clerk whose name is printed on the dunning letters is determined.If this field is not filled, then the entry from the Accounting clerk field is used.
|
String |
getDunningLevel()
Constraints: Not nullable, Maximum length: 1 The business partner has received the dunning level from the last dunning run.If you use dunning areas, it is the dunning level that the business partner received from the last dunning run in the dunning area assigned.The dunning program sets the dunning level automatically when the customer or vendor receives a dunning notice.
|
String |
getDunningProcedure()
Constraints: Not nullable, Maximum length: 4
|
String |
getDunningRecipient()
Constraints: Not nullable, Maximum length: 10 Note:If an entry is not made in this field, the dunning notice is sent to the address of the vendor to be processed.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Calendar |
getLastDunnedOn()
Constraints: Not nullable, Precision: 0
|
Calendar |
getLegDunningProcedureOn()
Constraints: Not nullable, Precision: 0 The printing of dunning notices in the legal dunning procedure generates an internal notice about any further account movements.
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<SupplierDunning> |
getType() |
int |
hashCode() |
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setDunningArea(String dunningArea)
(Key Field) Constraints: Not nullable, Maximum length: 2 If different responsibilities or different dunning procedures exist within a company code, you can set up corresponding dunning areas.All dunning notices are made separately according to dunning areas, and if necessary with different dunning procedures.The dunning area must be noted in the line items.
|
void |
setDunningBlock(String dunningBlock)
Constraints: Not nullable, Maximum length: 1
|
void |
setDunningClerk(String dunningClerk)
Constraints: Not nullable, Maximum length: 2 Using this identification code, the accounting clerk whose name is printed on the dunning letters is determined.If this field is not filled, then the entry from the Accounting clerk field is used.
|
void |
setDunningLevel(String dunningLevel)
Constraints: Not nullable, Maximum length: 1 The business partner has received the dunning level from the last dunning run.If you use dunning areas, it is the dunning level that the business partner received from the last dunning run in the dunning area assigned.The dunning program sets the dunning level automatically when the customer or vendor receives a dunning notice.
|
void |
setDunningProcedure(String dunningProcedure)
Constraints: Not nullable, Maximum length: 4
|
void |
setDunningRecipient(String dunningRecipient)
Constraints: Not nullable, Maximum length: 10 Note:If an entry is not made in this field, the dunning notice is sent to the address of the vendor to be processed.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLastDunnedOn(Calendar lastDunnedOn)
Constraints: Not nullable, Precision: 0
|
void |
setLegDunningProcedureOn(Calendar legDunningProcedureOn)
Constraints: Not nullable, Precision: 0 The printing of dunning notices in the legal dunning procedure generates an internal notice about any further account movements.
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SupplierDunningSelectable ALL_FIELDS
public static final SupplierDunningField<String> SUPPLIER
public static final SupplierDunningField<String> COMPANY_CODE
public static final SupplierDunningField<String> DUNNING_AREA
public static final SupplierDunningField<String> DUNNING_BLOCK
public static final SupplierDunningField<String> DUNNING_LEVEL
public static final SupplierDunningField<String> DUNNING_PROCEDURE
public static final SupplierDunningField<String> DUNNING_RECIPIENT
public static final SupplierDunningField<Calendar> LAST_DUNNED_ON
public static final SupplierDunningField<Calendar> LEG_DUNNING_PROCEDURE_ON
public static final SupplierDunningField<String> DUNNING_CLERK
public SupplierDunning()
public SupplierDunning(@Nullable String supplier, @Nullable String companyCode, @Nullable String dunningArea, @Nullable String dunningBlock, @Nullable String dunningLevel, @Nullable String dunningProcedure, @Nullable String dunningRecipient, @Nullable Calendar lastDunnedOn, @Nullable Calendar legDunningProcedureOn, @Nullable String dunningClerk, @Nullable ErpConfigContext erpConfigContext)
public Class<SupplierDunning> getType()
getType
in class VdmObject<SupplierDunning>
public static <T> SupplierDunningField<T> field(String fieldName, Class<T> fieldType)
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.public static SupplierDunning.SupplierDunningBuilder builder()
@Nullable public String getSupplier()
@Nullable public String getCompanyCode()
@Nullable public String getDunningArea()
If different responsibilities or different dunning procedures exist within a company code, you can set up corresponding dunning areas.All dunning notices are made separately according to dunning areas, and if necessary with different dunning procedures.The dunning area must be noted in the line items. As long as documents are copied from preliminary work areas (billing documents), the dunning area can be derived from details such as division or sales area, if necessary.
@Nullable public String getDunningBlock()
@Nullable public String getDunningLevel()
The business partner has received the dunning level from the last dunning run.If you use dunning areas, it is the dunning level that the business partner received from the last dunning run in the dunning area assigned.The dunning program sets the dunning level automatically when the customer or vendor receives a dunning notice.
@Nullable public String getDunningProcedure()
@Nullable public String getDunningRecipient()
Note:If an entry is not made in this field, the dunning notice is sent to the address of the vendor to be processed.
@Nullable public Calendar getLastDunnedOn()
@Nullable public Calendar getLegDunningProcedureOn()
The printing of dunning notices in the legal dunning procedure generates an internal notice about any further account movements. A dunning notice is not created for the customer.If the Legal dunning procedure field in the master record contains a date, this means that the account is involved in a legal dunning procedure. The relationship between this date and the dunning date does not affect how the account is processed.The printing of account movements in the legal dunning procedure differs from the normal printing of dunning notices as follows:You must specify a separate form for your dunning procedure in Customizing. For more information, see Customizing (IMG) under Dunning Forms.The dunning program also displays text element 520 "Legal dunning procedure". This makes it possible to display the date of the legal dunning procedure from the master record.The program also displays the documents blocked for dunning and those with a payment method (automatic debit, bank direct debit).Although dunning notices are printed, the dunning level does not change in the master record or in the items. New dunning level = old dunning level.The program only updates the date of the last dunning run.Enter the date manually.
@Nullable public String getDunningClerk()
Using this identification code, the accounting clerk whose name is printed on the dunning letters is determined.If this field is not filled, then the entry from the Accounting clerk field is used.
@Nullable public ErpConfigContext getErpConfigContext()
public void setSupplier(@Nullable String supplier)
supplier
- public void setCompanyCode(@Nullable String companyCode)
companyCode
- public void setDunningArea(@Nullable String dunningArea)
If different responsibilities or different dunning procedures exist within a company code, you can set up corresponding dunning areas.All dunning notices are made separately according to dunning areas, and if necessary with different dunning procedures.The dunning area must be noted in the line items. As long as documents are copied from preliminary work areas (billing documents), the dunning area can be derived from details such as division or sales area, if necessary.
dunningArea
- public void setDunningBlock(@Nullable String dunningBlock)
dunningBlock
- public void setDunningLevel(@Nullable String dunningLevel)
The business partner has received the dunning level from the last dunning run.If you use dunning areas, it is the dunning level that the business partner received from the last dunning run in the dunning area assigned.The dunning program sets the dunning level automatically when the customer or vendor receives a dunning notice.
dunningLevel
- public void setDunningProcedure(@Nullable String dunningProcedure)
dunningProcedure
- public void setDunningRecipient(@Nullable String dunningRecipient)
Note:If an entry is not made in this field, the dunning notice is sent to the address of the vendor to be processed.
dunningRecipient
- public void setLastDunnedOn(@Nullable Calendar lastDunnedOn)
lastDunnedOn
- public void setLegDunningProcedureOn(@Nullable Calendar legDunningProcedureOn)
The printing of dunning notices in the legal dunning procedure generates an internal notice about any further account movements. A dunning notice is not created for the customer.If the Legal dunning procedure field in the master record contains a date, this means that the account is involved in a legal dunning procedure. The relationship between this date and the dunning date does not affect how the account is processed.The printing of account movements in the legal dunning procedure differs from the normal printing of dunning notices as follows:You must specify a separate form for your dunning procedure in Customizing. For more information, see Customizing (IMG) under Dunning Forms.The dunning program also displays text element 520 "Legal dunning procedure". This makes it possible to display the date of the legal dunning procedure from the master record.The program also displays the documents blocked for dunning and those with a payment method (automatic debit, bank direct debit).Although dunning notices are printed, the dunning level does not change in the master record or in the items. New dunning level = old dunning level.The program only updates the date of the last dunning run.Enter the date manually.
legDunningProcedureOn
- public void setDunningClerk(@Nullable String dunningClerk)
Using this identification code, the accounting clerk whose name is printed on the dunning letters is determined.If this field is not filled, then the entry from the Accounting clerk field is used.
dunningClerk
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SupplierDunning>
public boolean equals(Object o)
equals
in class VdmObject<SupplierDunning>
public int hashCode()
hashCode
in class VdmObject<SupplierDunning>
Copyright © 2018 SAP SE. All rights reserved.