Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readtrialbalance |
Modifier and Type | Field and Description |
---|---|
static EntityField<CompanyCode,String> |
CompanyCode.COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static EntityField<CompanyCode,String> |
CompanyCode.COMPANY_CODE_TEXT
Use with available fluent helpers to apply the CompanyCodeText field to query operations.
|
Modifier and Type | Method and Description |
---|---|
CompanyCode |
CompanyCode.CompanyCodeBuilder.build() |
CompanyCode |
C_TRIALBALANCEResult.companyCodeDetails()
Fetches the CompanyCode entity (one to one) associated with this entity.
|
CompanyCode |
CompanyCodeByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CompanyCode |
CompanyCodeByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CompanyCode |
CompanyCodeByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<CompanyCode> |
CompanyCodeFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<CompanyCode> |
CompanyCodeFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<CompanyCode> |
CompanyCodeFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<CompanyCode,T> |
CompanyCode.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<CompanyCode> |
CompanyCode.getType() |
Modifier and Type | Method and Description |
---|---|
CompanyCodeFluentHelper |
CompanyCodeFluentHelper.filter(ExpressionFluentHelper<CompanyCode> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
CompanyCodeFluentHelper |
CompanyCodeFluentHelper.orderBy(EntityField<CompanyCode,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.