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<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static EntityField<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static EntityField<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static EntityField<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.PERSONNEL
Use with available fluent helpers to apply the Personnel field to query operations.
|
static EntityField<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static EntityField<SalesOrderHeaderPartner,String> |
SalesOrderHeaderPartner.SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderHeaderPartner |
SalesOrderHeaderPartner.SalesOrderHeaderPartnerBuilder.build() |
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerCreateFluentHelper.execute()
Executes the underlying create request.
|
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderHeaderPartner |
SalesOrderHeaderPartnerCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<SalesOrderHeaderPartner> |
SalesOrderHeaderPartnerFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderHeaderPartner> |
SalesOrderHeaderPartnerFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderHeaderPartner> |
SalesOrderHeaderPartnerFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderHeaderPartner> |
SalesOrder.fetchPartner()
Fetches the SalesOrderHeaderPartner entities (one to many) associated with this entity.
|
static <T> EntityField<SalesOrderHeaderPartner,T> |
SalesOrderHeaderPartner.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<SalesOrderHeaderPartner> |
SalesOrderHeaderPartner.getType() |
Modifier and Type | Method and Description |
---|---|
SalesOrderHeaderPartnerFluentHelper |
SalesOrderHeaderPartnerFluentHelper.filter(ExpressionFluentHelper<SalesOrderHeaderPartner> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SalesOrderHeaderPartnerFluentHelper |
SalesOrderHeaderPartnerFluentHelper.orderBy(EntityField<SalesOrderHeaderPartner,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Constructor and Description |
---|
SalesOrderHeaderPartnerCreateFluentHelper(SalesOrderHeaderPartner salesOrderHeaderPartner)
Creates a fluent helper object that will create a new
SalesOrderHeaderPartner entity and save it to the S/4HANA system. |
SalesOrderHeaderPartnerDeleteFluentHelper(SalesOrderHeaderPartner salesOrderHeaderPartner)
Creates a fluent helper object that will delete an existing
SalesOrderHeaderPartner entity in the S/4HANA system. |
SalesOrderHeaderPartnerUpdateFluentHelper(SalesOrderHeaderPartner salesOrderHeaderPartner)
Creates a fluent helper object that will create a new
SalesOrderHeaderPartner entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.