A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.
The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".
Company Code. The company code is an organizational unit within financial accounting. Maximum length: 4.
Dunning Area. The dunning area represents an organizational entity that is responsible for dunning. The dunning areas represent a sub-structure of the company codes. 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. Maximum length: 2.
Dunning Block. Key which reflects the reason for a dunning block indicator. Maximum length: 1.
Dunning Clerk. Identification code for the accounting clerk dealing with dunning letters. 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. Maximum length: 2.
Dunning Level. Number that specifies how often an item or account has been dunned. 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. Maximum length: 1.
Dunning Procedure. This field contains the key for the dunning procedure to be used. Maximum length: 4.
Account number of the dunning recipient. Account number of the vendor who is to receive the dunning notice. Note:If an entry is not made in this field, the dunning notice is sent to the address of the vendor to be processed. Maximum length: 10.
Date of Last Dunning Notice. Date on which the last dunning notice was made.
Date of the Legal Dunning Proceedings. Date on which a legal dunning procedure was initiated. 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.
The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.
Account Number of Supplier. Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system. Maximum length: 10.
ETag version identifier accessor.
All fields selector.
Static representation of the companyCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningArea property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningBlock property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningClerk property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningLevel property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningProcedure property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the dunningRecipient property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the lastDunnedOn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the legDunningProcedureOn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
Static representation of the supplier property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.
All fields of the SupplierDunning entity.
Default url path for the according service.
Technical entity name for SupplierDunning.
All key fields of the SupplierDunning entity.
Mapping of all key field names to the respective static field property SupplierDunning.
Returns a map of all defined fields in entity to their current values.
Entity with all defined entity fields
Custom field value getter.
The name of the custom field
The value of the corresponding custom field
Returns a map that contains all entity custom fields.
A map of all defined custom fields in the entity
Returns all updated custom field properties compared to the last known remote state.
A map containing all updated custom properties, with their new values
Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.
Entity with all properties that changed
Validates whether a custom field exists in the entity.
The name of the custom field to update
A boolean value, that indicates whether a custom field is defined in entity
Sets all retrieved custom fields in entity.
Extracted custom fields from a retrieved entity
A boolean value, that indicates the existence of the field in entity
Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.
Field name to check
Boolean value that describes whether a field name can be defined as custom field
Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.
The name of the custom field to update
The value of the field
The entity itself, to facilitate method chaining
Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.
State to be set as remote state
The entity itself, to facilitate method chaining
Set the ETag version identifier of the retrieved entity.
The returned ETag version of the entity
The entity itself, to facilitate method chaining
Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.
An object containing all instance variables + custom fields.
Returns an entity builder to construct instances SupplierDunning
.
A builder that constructs instances of entity type SupplierDunning
.
Returns a selectable object that allows the selection of custom field in a get request for the entity SupplierDunning
.
Name of the custom field to select
A builder that constructs instances of entity type SupplierDunning
.
Returns a request builder to construct requests for operations on the SupplierDunning
entity type.
A SupplierDunning
request builder.
This class represents the entity "A_SupplierDunning" of service "API_BUSINESS_PARTNER". This service is part of the following communication scenarios: Business Partner, Customer and Supplier Integration (SAP_COM_0008). See https://api.sap.com/api/API_BUSINESS_PARTNER for more information.