public class CompanyCode extends VdmEntity<CompanyCode>
Original entity name from the Odata EDM: A_CompanyCodeType
Modifier and Type | Class and Description |
---|---|
static class |
CompanyCode.CompanyCodeBuilder |
Modifier and Type | Field and Description |
---|---|
static CompanyCodeField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static CompanyCodeSelectable |
ALL_FIELDS
Selector for all available fields of CompanyCode.
|
static CompanyCodeField<String> |
CHART_OF_ACCOUNTS
Use with available fluent helpers to apply the ChartOfAccounts field to query operations.
|
static CompanyCodeField<String> |
CITY_NAME
Use with available fluent helpers to apply the CityName field to query operations.
|
static CompanyCodeField<String> |
COMPANY
Use with available fluent helpers to apply the Company field to query operations.
|
static CompanyCodeField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static CompanyCodeField<String> |
COMPANY_CODE_NAME
Use with available fluent helpers to apply the CompanyCodeName field to query operations.
|
static CompanyCodeField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static CompanyCodeField<String> |
COUNTRY
Use with available fluent helpers to apply the Country field to query operations.
|
static CompanyCodeField<String> |
COUNTRY_CHART_OF_ACCOUNTS
Use with available fluent helpers to apply the CountryChartOfAccounts field to query operations.
|
static CompanyCodeField<String> |
CREDIT_CONTROL_AREA
Use with available fluent helpers to apply the CreditControlArea field to query operations.
|
static CompanyCodeField<String> |
CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static CompanyCodeField<Boolean> |
DOC_DATE_IS_USED_FOR_TAX_DETN
Use with available fluent helpers to apply the DocDateIsUsedForTaxDetn field to query operations.
|
static CompanyCodeField<Boolean> |
EXTENDED_WHLDG_TAX_IS_ACTIVE
Use with available fluent helpers to apply the ExtendedWhldgTaxIsActive field to query operations.
|
static CompanyCodeField<String> |
FIELD_STATUS_VARIANT
Use with available fluent helpers to apply the FieldStatusVariant field to query operations.
|
static CompanyCodeField<String> |
FINANCIAL_MANAGEMENT_AREA
Use with available fluent helpers to apply the FinancialManagementArea field to query operations.
|
static CompanyCodeField<String> |
FISCAL_YEAR_VARIANT
Use with available fluent helpers to apply the FiscalYearVariant field to query operations.
|
static CompanyCodeField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static CompanyCodeField<String> |
NON_TAXABLE_TRANSACTION_TAX_CODE
Use with available fluent helpers to apply the NonTaxableTransactionTaxCode field to query operations.
|
static CompanyCodeField<Boolean> |
TAX_RPTG_DATE_IS_ACTIVE
Use with available fluent helpers to apply the TaxRptgDateIsActive field to query operations.
|
static CompanyCodeField<String> |
TAXABLE_ENTITY
Use with available fluent helpers to apply the TaxableEntity field to query operations.
|
static CompanyCodeField<String> |
VAT_REGISTRATION
Use with available fluent helpers to apply the VATRegistration field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
CompanyCode() |
CompanyCode(String companyCode,
String companyCodeName,
String cityName,
String country,
String currency,
String language,
String chartOfAccounts,
String fiscalYearVariant,
String company,
String creditControlArea,
String countryChartOfAccounts,
String financialManagementArea,
String addressID,
String taxableEntity,
String vATRegistration,
Boolean extendedWhldgTaxIsActive,
String controllingArea,
String fieldStatusVariant,
String nonTaxableTransactionTaxCode,
Boolean docDateIsUsedForTaxDetn,
Boolean taxRptgDateIsActive,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static CompanyCode.CompanyCodeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> CompanyCodeField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAddressID()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: AddressID
|
String |
getChartOfAccounts()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ChartOfAccounts
|
String |
getCityName()
Constraints: Not nullable, Maximum length: 25 Original property name from the Odata EDM: CityName
|
String |
getCompany()
Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: Company
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CompanyCode
|
String |
getCompanyCodeName()
Constraints: Not nullable, Maximum length: 25 Original property name from the Odata EDM: CompanyCodeName
|
String |
getControllingArea()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ControllingAreaThe controlling area is the highest organizational unit in Controlling.
|
String |
getCountry()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CountryThe two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.
|
String |
getCountryChartOfAccounts()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CountryChartOfAccountsThe usage is optional and only necessary where the chart of accounts you are using is not allowed under national regulations.
|
String |
getCreditControlArea()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CreditControlAreaYou can also enter the credit control area separately for each posting, if this was marked in the appropriate company code.
|
String |
getCurrency()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: Currency
|
Boolean |
getDocDateIsUsedForTaxDetn()
Constraints: noneOriginal property name from the Odata EDM: DocDateIsUsedForTaxDetn
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Boolean |
getExtendedWhldgTaxIsActive()
Constraints: noneOriginal property name from the Odata EDM: ExtendedWhldgTaxIsActiveYou then need to convert master data and transaction data and make further Customizing settings for financial accounting.
|
String |
getFieldStatusVariant()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FieldStatusVariantThe field status group specifies which fields are ready for input, which fields must be filled or which fields are suppressed when entering documents.
|
String |
getFinancialManagementArea()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FinancialManagementAreaAn FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
|
String |
getFiscalYearVariant()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: FiscalYearVariantYou can define the following using a fiscal year variant:
How many posting periods are in a fiscal year
How many special periods you require
How the system determines the posting periods when posting.
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language- the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
String |
getNonTaxableTransactionTaxCode()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: NonTaxableTransactionTaxCodeFor the taxation procedure with jurisdiction codes, a jurisdiction code which can be generally used must still be provided.
|
String |
getTaxableEntity()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: TaxableEntity
|
Boolean |
getTaxRptgDateIsActive()
Constraints: noneOriginal property name from the Odata EDM: TaxRptgDateIsActive
|
Class<CompanyCode> |
getType() |
String |
getVATRegistration()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: VATRegistrationThe VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list".
|
int |
hashCode() |
void |
setAddressID(String addressID)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: AddressID
|
void |
setChartOfAccounts(String chartOfAccounts)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ChartOfAccounts
|
void |
setCityName(String cityName)
Constraints: Not nullable, Maximum length: 25 Original property name from the Odata EDM: CityName
|
void |
setCompany(String company)
Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: Company
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CompanyCode
|
void |
setCompanyCodeName(String companyCodeName)
Constraints: Not nullable, Maximum length: 25 Original property name from the Odata EDM: CompanyCodeName
|
void |
setControllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ControllingAreaThe controlling area is the highest organizational unit in Controlling.
|
void |
setCountry(String country)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: CountryThe two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.
|
void |
setCountryChartOfAccounts(String countryChartOfAccounts)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CountryChartOfAccountsThe usage is optional and only necessary where the chart of accounts you are using is not allowed under national regulations.
|
void |
setCreditControlArea(String creditControlArea)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: CreditControlAreaYou can also enter the credit control area separately for each posting, if this was marked in the appropriate company code.
|
void |
setCurrency(String currency)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: Currency
|
void |
setDocDateIsUsedForTaxDetn(Boolean docDateIsUsedForTaxDetn)
Constraints: noneOriginal property name from the Odata EDM: DocDateIsUsedForTaxDetn
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setExtendedWhldgTaxIsActive(Boolean extendedWhldgTaxIsActive)
Constraints: noneOriginal property name from the Odata EDM: ExtendedWhldgTaxIsActiveYou then need to convert master data and transaction data and make further Customizing settings for financial accounting.
|
void |
setFieldStatusVariant(String fieldStatusVariant)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FieldStatusVariantThe field status group specifies which fields are ready for input, which fields must be filled or which fields are suppressed when entering documents.
|
void |
setFinancialManagementArea(String financialManagementArea)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FinancialManagementAreaAn FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
|
void |
setFiscalYearVariant(String fiscalYearVariant)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: FiscalYearVariantYou can define the following using a fiscal year variant:
How many posting periods are in a fiscal year
How many special periods you require
How the system determines the posting periods when posting.
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language- the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
void |
setNonTaxableTransactionTaxCode(String nonTaxableTransactionTaxCode)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: NonTaxableTransactionTaxCodeFor the taxation procedure with jurisdiction codes, a jurisdiction code which can be generally used must still be provided.
|
void |
setTaxableEntity(String taxableEntity)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: TaxableEntity
|
void |
setTaxRptgDateIsActive(Boolean taxRptgDateIsActive)
Constraints: noneOriginal property name from the Odata EDM: TaxRptgDateIsActive
|
void |
setVATRegistration(String vATRegistration)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: VATRegistrationThe VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list".
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final CompanyCodeSelectable ALL_FIELDS
public static final CompanyCodeField<String> COMPANY_CODE
public static final CompanyCodeField<String> COMPANY_CODE_NAME
public static final CompanyCodeField<String> CITY_NAME
public static final CompanyCodeField<String> COUNTRY
public static final CompanyCodeField<String> CURRENCY
public static final CompanyCodeField<String> LANGUAGE
public static final CompanyCodeField<String> CHART_OF_ACCOUNTS
public static final CompanyCodeField<String> FISCAL_YEAR_VARIANT
public static final CompanyCodeField<String> COMPANY
public static final CompanyCodeField<String> CREDIT_CONTROL_AREA
public static final CompanyCodeField<String> COUNTRY_CHART_OF_ACCOUNTS
public static final CompanyCodeField<String> FINANCIAL_MANAGEMENT_AREA
public static final CompanyCodeField<String> ADDRESS_ID
public static final CompanyCodeField<String> TAXABLE_ENTITY
public static final CompanyCodeField<String> VAT_REGISTRATION
public static final CompanyCodeField<Boolean> EXTENDED_WHLDG_TAX_IS_ACTIVE
public static final CompanyCodeField<String> CONTROLLING_AREA
public static final CompanyCodeField<String> FIELD_STATUS_VARIANT
public static final CompanyCodeField<String> NON_TAXABLE_TRANSACTION_TAX_CODE
public static final CompanyCodeField<Boolean> DOC_DATE_IS_USED_FOR_TAX_DETN
public static final CompanyCodeField<Boolean> TAX_RPTG_DATE_IS_ACTIVE
public CompanyCode()
public CompanyCode(@Nullable String companyCode, @Nullable String companyCodeName, @Nullable String cityName, @Nullable String country, @Nullable String currency, @Nullable String language, @Nullable String chartOfAccounts, @Nullable String fiscalYearVariant, @Nullable String company, @Nullable String creditControlArea, @Nullable String countryChartOfAccounts, @Nullable String financialManagementArea, @Nullable String addressID, @Nullable String taxableEntity, @Nullable String vATRegistration, @Nullable Boolean extendedWhldgTaxIsActive, @Nullable String controllingArea, @Nullable String fieldStatusVariant, @Nullable String nonTaxableTransactionTaxCode, @Nullable Boolean docDateIsUsedForTaxDetn, @Nullable Boolean taxRptgDateIsActive, @Nullable ErpConfigContext erpConfigContext)
public Class<CompanyCode> getType()
getType
in class VdmObject<CompanyCode>
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 setCompanyCodeName(@Nullable String companyCodeName)
Original property name from the Odata EDM: CompanyCodeName
companyCodeName
- Name of Company Code or Companypublic void setCityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
cityName
- City name in an address.public void setCountry(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used. It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key. The country keys are determined at system installation in the global settings. The definition of the country key in the SAP system does not have to match political or government entities. Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
country
- The country key contains information which the system uses to check entries such as the length of the postal code or bank account number.public void setCurrency(@Nullable String currency)
Original property name from the Odata EDM: Currency
currency
- Currency key for amounts in the system.public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setChartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
chartOfAccounts
- Key that uniquely identifies a chart of accounts.public void setFiscalYearVariant(@Nullable String fiscalYearVariant)
Original property name from the Odata EDM: FiscalYearVariant
You can define the following using a fiscal year variant: How many posting periods are in a fiscal year How many special periods you require How the system determines the posting periods when posting. In the definition, you allocate your posting periods to the calendar year. Allocation control requires the same number of posting periods in the company code and in the assigned controlling area. This means that the number of posting periods in the fiscal year variants must be the same in the company code and in the controlling area. The period limits for the two fiscal year variants must also coincide. You must define which fiscal year variant is to be used for each company code. To do this, you must define the appropriate fiscal year variant (to contain no more than 16 periods). Note: The company codes delivered with the standard system are allocated to the fiscal year variant that corresponds to the calendar year and which also uses four special periods. You maintain fiscal year variants as well as the allocation of fiscal year variant to the company code in Financial Accounting Customizing. Maintain fiscal year variants Proceed. Allocation of fiscal year variant to the company code Proceed.
fiscalYearVariant
- The fiscal year variant is used to define the fiscal year.public void setCompany(@Nullable String company)
Original property name from the Odata EDM: Company
company
- Unique company ID of a company within your corporate group.public void setCreditControlArea(@Nullable String creditControlArea)
Original property name from the Odata EDM: CreditControlArea
You can also enter the credit control area separately for each posting, if this was marked in the appropriate company code. When entering an order, the credit control area can also be determined from the business area and the sales area segement of the payer's master record or using a user exit. It follows that company codes and credit control areas are not linked. The only thing that you define in the company code table is the default credit control area. This is used either for payments on account to credit these payments, or where you did not enter a credit control area or the system could not determine one. There is also an allocation table of permitted credit control areas per company code which is used to check entries only.
creditControlArea
- The credit control area is an organizational entity which grants and monitors a credit limit for customers. A credit control area can include one or more company codes.public void setCountryChartOfAccounts(@Nullable String countryChartOfAccounts)
Original property name from the Odata EDM: CountryChartOfAccounts
The usage is optional and only necessary where the chart of accounts you are using is not allowed under national regulations. You might want to use a standard chart of accounts worldwide. However, the usage of another chart of accounts is required by law in some company codes. By using the Alternative account number, the connection between the account in the worldwide standard chart of accounts and the account in the country chart of accounts can be set up. The essential programs in General Ledger can output either the unique worldwide number or the country-specific number and the corresponding text.
countryChartOfAccounts
- The country chart of accounts represents the account structure prescribed under national regulations.public void setFinancialManagementArea(@Nullable String financialManagementArea)
Original property name from the Odata EDM: FinancialManagementArea
An FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
financialManagementArea
- Key identifying an FM area.public void setAddressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
addressID
- Identification of an address (name, postal code, city, and so on) in Business Address Services.public void setTaxableEntity(@Nullable String taxableEntity)
Original property name from the Odata EDM: TaxableEntity
taxableEntity
- The taxes on sales/purchases group specifies a taxable entity consisting of one or more company codes within a client. A single advance report for tax on sales/purchases is made for all the company codes forming this entity.public void setVATRegistration(@Nullable String vATRegistration)
Original property name from the Odata EDM: VATRegistration
The VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list". The check rules are defined for each EU country and cannot be changed.
vATRegistration
- VAT registration number (VAT reg.no.) of the customer, vendor or your company code.public void setExtendedWhldgTaxIsActive(@Nullable Boolean extendedWhldgTaxIsActive)
Original property name from the Odata EDM: ExtendedWhldgTaxIsActive
You then need to convert master data and transaction data and make further Customizing settings for financial accounting. Once you have activated extended withholding tax, you cannot return to using previous withhholding tax processing.
extendedWhldgTaxIsActive
- If you select this indicator, you activate extended withholding tax processing.public void setControllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling. Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
controllingArea
- Uniquely identifies a controlling area.public void setFieldStatusVariant(@Nullable String fieldStatusVariant)
Original property name from the Odata EDM: FieldStatusVariant
The field status group specifies which fields are ready for input, which fields must be filled or which fields are suppressed when entering documents. This specification is known as the field status.
fieldStatusVariant
- A field status variant groups together several field status groups. You assign a field status variant to each company code.public void setNonTaxableTransactionTaxCode(@Nullable String nonTaxableTransactionTaxCode)
Original property name from the Odata EDM: NonTaxableTransactionTaxCode
For the taxation procedure with jurisdiction codes, a jurisdiction code which can be generally used must still be provided. As an alternative, it is possible to set an indicator in the G/L account master record which permits transactions "not relevant to tax" to be posted even without a tax code.
nonTaxableTransactionTaxCode
- Output tax code which is used when posting non-taxable transactions to tax-relevant accounts from the Accounting interface.public void setDocDateIsUsedForTaxDetn(@Nullable Boolean docDateIsUsedForTaxDetn)
Original property name from the Odata EDM: DocDateIsUsedForTaxDetn
docDateIsUsedForTaxDetn
- The tax percentage rates are dependent on the date in the case of the taxation procedure for jurisdiction codes. The posting date is generally used for determination. If you want to determine the tax percentage rates using the doucment date, then you can set this here.public void setTaxRptgDateIsActive(@Nullable Boolean taxRptgDateIsActive)
Original property name from the Odata EDM: TaxRptgDateIsActive
taxRptgDateIsActive
- Tax Reporting Date Active in Documentsprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<CompanyCode>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<CompanyCode>
protected Map<String,Object> getKey()
getKey
in class VdmObject<CompanyCode>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CompanyCode>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CompanyCode>
public static <T> CompanyCodeField<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 CompanyCode.CompanyCodeBuilder builder()
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getCompanyCodeName()
Original property name from the Odata EDM: CompanyCodeName
@Nullable public String getCityName()
Original property name from the Odata EDM: CityName
@Nullable public String getCountry()
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used. It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key. The country keys are determined at system installation in the global settings. The definition of the country key in the SAP system does not have to match political or government entities. Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
@Nullable public String getCurrency()
Original property name from the Odata EDM: Currency
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable public String getChartOfAccounts()
Original property name from the Odata EDM: ChartOfAccounts
@Nullable public String getFiscalYearVariant()
Original property name from the Odata EDM: FiscalYearVariant
You can define the following using a fiscal year variant: How many posting periods are in a fiscal year How many special periods you require How the system determines the posting periods when posting. In the definition, you allocate your posting periods to the calendar year. Allocation control requires the same number of posting periods in the company code and in the assigned controlling area. This means that the number of posting periods in the fiscal year variants must be the same in the company code and in the controlling area. The period limits for the two fiscal year variants must also coincide. You must define which fiscal year variant is to be used for each company code. To do this, you must define the appropriate fiscal year variant (to contain no more than 16 periods). Note: The company codes delivered with the standard system are allocated to the fiscal year variant that corresponds to the calendar year and which also uses four special periods. You maintain fiscal year variants as well as the allocation of fiscal year variant to the company code in Financial Accounting Customizing. Maintain fiscal year variants Proceed. Allocation of fiscal year variant to the company code Proceed.
@Nullable public String getCompany()
Original property name from the Odata EDM: Company
@Nullable public String getCreditControlArea()
Original property name from the Odata EDM: CreditControlArea
You can also enter the credit control area separately for each posting, if this was marked in the appropriate company code. When entering an order, the credit control area can also be determined from the business area and the sales area segement of the payer's master record or using a user exit. It follows that company codes and credit control areas are not linked. The only thing that you define in the company code table is the default credit control area. This is used either for payments on account to credit these payments, or where you did not enter a credit control area or the system could not determine one. There is also an allocation table of permitted credit control areas per company code which is used to check entries only.
@Nullable public String getCountryChartOfAccounts()
Original property name from the Odata EDM: CountryChartOfAccounts
The usage is optional and only necessary where the chart of accounts you are using is not allowed under national regulations. You might want to use a standard chart of accounts worldwide. However, the usage of another chart of accounts is required by law in some company codes. By using the Alternative account number, the connection between the account in the worldwide standard chart of accounts and the account in the country chart of accounts can be set up. The essential programs in General Ledger can output either the unique worldwide number or the country-specific number and the corresponding text.
@Nullable public String getFinancialManagementArea()
Original property name from the Odata EDM: FinancialManagementArea
An FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
@Nullable public String getAddressID()
Original property name from the Odata EDM: AddressID
@Nullable public String getTaxableEntity()
Original property name from the Odata EDM: TaxableEntity
@Nullable public String getVATRegistration()
Original property name from the Odata EDM: VATRegistration
The VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list". The check rules are defined for each EU country and cannot be changed.
@Nullable public Boolean getExtendedWhldgTaxIsActive()
Original property name from the Odata EDM: ExtendedWhldgTaxIsActive
You then need to convert master data and transaction data and make further Customizing settings for financial accounting. Once you have activated extended withholding tax, you cannot return to using previous withhholding tax processing.
@Nullable public String getControllingArea()
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling. Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
@Nullable public String getFieldStatusVariant()
Original property name from the Odata EDM: FieldStatusVariant
The field status group specifies which fields are ready for input, which fields must be filled or which fields are suppressed when entering documents. This specification is known as the field status.
@Nullable public String getNonTaxableTransactionTaxCode()
Original property name from the Odata EDM: NonTaxableTransactionTaxCode
For the taxation procedure with jurisdiction codes, a jurisdiction code which can be generally used must still be provided. As an alternative, it is possible to set an indicator in the G/L account master record which permits transactions "not relevant to tax" to be posted even without a tax code.
@Nullable public Boolean getDocDateIsUsedForTaxDetn()
Original property name from the Odata EDM: DocDateIsUsedForTaxDetn
@Nullable public Boolean getTaxRptgDateIsActive()
Original property name from the Odata EDM: TaxRptgDateIsActive
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<CompanyCode>
erpConfigContext
- public String toString()
toString
in class VdmObject<CompanyCode>
public boolean equals(Object o)
equals
in class VdmObject<CompanyCode>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<CompanyCode>
public int hashCode()
hashCode
in class VdmObject<CompanyCode>
Copyright © 2018 SAP SE. All rights reserved.