Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processsalesorder | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.PERSONNEL
Use with available fluent helpers to apply the Personnel field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static EntityField<SalesOrderItemPartner,String> |
SalesOrderItemPartner.SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderItemPartner |
SalesOrderItemPartner.SalesOrderItemPartnerBuilder.build() |
SalesOrderItemPartner |
SalesOrderItemPartnerByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderItemPartner |
SalesOrderItemPartnerCreateFluentHelper.execute()
Executes the underlying create request.
|
SalesOrderItemPartner |
SalesOrderItemPartnerByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderItemPartner |
SalesOrderItemPartnerCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
SalesOrderItemPartner |
SalesOrderItemPartnerByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderItemPartner |
SalesOrderItemPartnerCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<SalesOrderItemPartner> |
SalesOrderItemPartnerFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderItemPartner> |
SalesOrderItemPartnerFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderItemPartner> |
SalesOrderItemPartnerFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderItemPartner> |
SalesOrderItem.fetchPartner()
Fetches the SalesOrderItemPartner entities (one to many) associated with this entity.
|
static <T> EntityField<SalesOrderItemPartner,T> |
SalesOrderItemPartner.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<SalesOrderItemPartner> |
SalesOrderItemPartner.getType() |
Modifier and Type | Method and Description |
---|---|
SalesOrderItemPartnerFluentHelper |
SalesOrderItemPartnerFluentHelper.filter(ExpressionFluentHelper<SalesOrderItemPartner> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SalesOrderItemPartnerFluentHelper |
SalesOrderItemPartnerFluentHelper.orderBy(EntityField<SalesOrderItemPartner,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Constructor and Description |
---|
SalesOrderItemPartnerCreateFluentHelper(SalesOrderItemPartner salesOrderItemPartner)
Creates a fluent helper object that will create a new
SalesOrderItemPartner entity and save it to the S/4HANA system. |
SalesOrderItemPartnerDeleteFluentHelper(SalesOrderItemPartner salesOrderItemPartner)
Creates a fluent helper object that will delete an existing
SalesOrderItemPartner entity in the S/4HANA system. |
SalesOrderItemPartnerUpdateFluentHelper(SalesOrderItemPartner salesOrderItemPartner)
Creates a fluent helper object that will create a new
SalesOrderItemPartner entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.