Interface JustInTimeCallService
- All Superinterfaces:
BatchService<JustInTimeCallServiceBatch>
- All Known Implementing Classes:
DefaultJustInTimeCallService
JIT processing is a common practice in manufacturing industries for efficient demand-driven production and logistics across supply chains. Just-In-Time Supply to Customer covers JIT processes from the perspective of a supplier. This service enables you to read, create, and update JIT calls. For example, you can use this service to create a JIT call or to allocate or delete component materials..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_JIT_CALL_PROCESS_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Just In Time Inbound Integration(SAP_COM_0168) |
| Scope Items: | Just-In-Time Supply to Customer(2EM) |
| Authentication Methods: | x509 |
| Business Object: | Just In Time Call |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateJITCallCompGrp(JITCallCompGrp jITCallCompGrp) Deprecated.Create a newJITCallCompGrpentity and save it to the S/4HANA system.createJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Deprecated.Create a newJITCallCompMatlentity and save it to the S/4HANA system.createJITCallHeader(JITCallHeader jITCallHeader) Deprecated.Create a newJITCallHeaderentity and save it to the S/4HANA system.createJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Create a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.createJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Create a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.createJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Create a newJITCallRefTextHdrentity and save it to the S/4HANA system.deleteJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Deprecated.Deletes an existingJITCallCompMatlentity in the S/4HANA system.deleteJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Deletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.deleteJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Deletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.deleteJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Deletes an existingJITCallRefTextHdrentity in the S/4HANA system.Deprecated.Fetch multipleJITCallCompGrpentities.Deprecated.Fetch multipleJITCallCompMatlentities.Deprecated.Fetch multipleJITCallHeaderentities.Deprecated.Fetch multipleJITCallRefTextCompGrpentities.Deprecated.Fetch multipleJITCallRefTextCompMatlentities.Deprecated.Fetch multipleJITCallRefTextHdrentities.getJITCallCompGrpByKey(String internalJITCallNumber, String compGrpNumber) Deprecated.Fetch a singleJITCallCompGrpentity using key fields.getJITCallCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber) Deprecated.Fetch a singleJITCallCompMatlentity using key fields.getJITCallHeaderByKey(String internalJITCallNumber) Deprecated.Fetch a singleJITCallHeaderentity using key fields.getJITCallRefTextCompGrpByKey(String internalJITCallNumber, String compGrpNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextCompGrpentity using key fields.getJITCallRefTextCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextCompMatlentity using key fields.getJITCallRefTextHdrByKey(String internalJITCallNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextHdrentity using key fields.updateJITCallCompGrp(JITCallCompGrp jITCallCompGrp) Deprecated.Update an existingJITCallCompGrpentity and save it to the S/4HANA system.updateJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Deprecated.Update an existingJITCallCompMatlentity and save it to the S/4HANA system.updateJITCallHeader(JITCallHeader jITCallHeader) Deprecated.Update an existingJITCallHeaderentity and save it to the S/4HANA system.updateJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Update an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.updateJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Update an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.updateJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Update an existingJITCallRefTextHdrentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllJITCallCompGrp
Deprecated.Fetch multipleJITCallCompGrpentities.- Returns:
- A fluent helper to fetch multiple
JITCallCompGrpentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallCompGrpByKey
@Nonnull JITCallCompGrpByKeyFluentHelper getJITCallCompGrpByKey(String internalJITCallNumber, String compGrpNumber) Deprecated.Fetch a singleJITCallCompGrpentity using key fields.- Parameters:
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallCompGrpentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallCompGrp
@Nonnull JITCallCompGrpCreateFluentHelper createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Deprecated.Create a newJITCallCompGrpentity and save it to the S/4HANA system.- Parameters:
jITCallCompGrp-JITCallCompGrpentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallCompGrpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallCompGrp
@Nonnull JITCallCompGrpUpdateFluentHelper updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Deprecated.Update an existingJITCallCompGrpentity and save it to the S/4HANA system.- Parameters:
jITCallCompGrp-JITCallCompGrpentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallCompGrpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllJITCallCompMatl
Deprecated.Fetch multipleJITCallCompMatlentities.- Returns:
- A fluent helper to fetch multiple
JITCallCompMatlentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallCompMatlByKey
@Nonnull JITCallCompMatlByKeyFluentHelper getJITCallCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber) Deprecated.Fetch a singleJITCallCompMatlentity using key fields.- Parameters:
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
jITCallItemNumber- Call Item NumberConstraints: Not nullable, Maximum length: 4
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallCompMatlentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallCompMatl
@Nonnull JITCallCompMatlCreateFluentHelper createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Create a newJITCallCompMatlentity and save it to the S/4HANA system.- Parameters:
jITCallCompMatl-JITCallCompMatlentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallCompMatl
@Nonnull JITCallCompMatlUpdateFluentHelper updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Update an existingJITCallCompMatlentity and save it to the S/4HANA system.- Parameters:
jITCallCompMatl-JITCallCompMatlentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteJITCallCompMatl
@Nonnull JITCallCompMatlDeleteFluentHelper deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Deletes an existingJITCallCompMatlentity in the S/4HANA system.- Parameters:
jITCallCompMatl-JITCallCompMatlentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
JITCallCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllJITCallHeader
Deprecated.Fetch multipleJITCallHeaderentities.- Returns:
- A fluent helper to fetch multiple
JITCallHeaderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallHeaderByKey
Deprecated.Fetch a singleJITCallHeaderentity using key fields.- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallHeaderentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallHeader
Deprecated.Create a newJITCallHeaderentity and save it to the S/4HANA system.- Parameters:
jITCallHeader-JITCallHeaderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallHeader
Deprecated.Update an existingJITCallHeaderentity and save it to the S/4HANA system.- Parameters:
jITCallHeader-JITCallHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllJITCallRefTextCompGrp
Deprecated.Fetch multipleJITCallRefTextCompGrpentities.- Returns:
- A fluent helper to fetch multiple
JITCallRefTextCompGrpentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallRefTextCompGrpByKey
@Nonnull JITCallRefTextCompGrpByKeyFluentHelper getJITCallRefTextCompGrpByKey(String internalJITCallNumber, String compGrpNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextCompGrpentity using key fields.- Parameters:
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
jITRefType- Type of Reference NumberConstraints: Not nullable, Maximum length: 4
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallRefTextCompGrpentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallRefTextCompGrp
@Nonnull JITCallRefTextCompGrpCreateFluentHelper createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Create a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallRefTextCompGrpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallRefTextCompGrp
@Nonnull JITCallRefTextCompGrpUpdateFluentHelper updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Update an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallRefTextCompGrpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteJITCallRefTextCompGrp
@Nonnull JITCallRefTextCompGrpDeleteFluentHelper deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Deletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
JITCallRefTextCompGrpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllJITCallRefTextCompMatl
Deprecated.Fetch multipleJITCallRefTextCompMatlentities.- Returns:
- A fluent helper to fetch multiple
JITCallRefTextCompMatlentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallRefTextCompMatlByKey
@Nonnull JITCallRefTextCompMatlByKeyFluentHelper getJITCallRefTextCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextCompMatlentity using key fields.- Parameters:
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
jITCallItemNumber- Call Item NumberConstraints: Not nullable, Maximum length: 4
jITRefType- Type of Reference NumberConstraints: Not nullable, Maximum length: 4
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallRefTextCompMatlentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallRefTextCompMatl
@Nonnull JITCallRefTextCompMatlCreateFluentHelper createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Create a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallRefTextCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallRefTextCompMatl
@Nonnull JITCallRefTextCompMatlUpdateFluentHelper updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Update an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallRefTextCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteJITCallRefTextCompMatl
@Nonnull JITCallRefTextCompMatlDeleteFluentHelper deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Deletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
JITCallRefTextCompMatlentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllJITCallRefTextHdr
Deprecated.Fetch multipleJITCallRefTextHdrentities.- Returns:
- A fluent helper to fetch multiple
JITCallRefTextHdrentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJITCallRefTextHdrByKey
@Nonnull JITCallRefTextHdrByKeyFluentHelper getJITCallRefTextHdrByKey(String internalJITCallNumber, String jITRefType) Deprecated.Fetch a singleJITCallRefTextHdrentity using key fields.- Parameters:
jITRefType- Type of Reference NumberConstraints: Not nullable, Maximum length: 4
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
JITCallRefTextHdrentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createJITCallRefTextHdr
@Nonnull JITCallRefTextHdrCreateFluentHelper createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Create a newJITCallRefTextHdrentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
JITCallRefTextHdrentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateJITCallRefTextHdr
@Nonnull JITCallRefTextHdrUpdateFluentHelper updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Update an existingJITCallRefTextHdrentity and save it to the S/4HANA system.- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
JITCallRefTextHdrentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteJITCallRefTextHdr
@Nonnull JITCallRefTextHdrDeleteFluentHelper deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Deletes an existingJITCallRefTextHdrentity in the S/4HANA system.- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
JITCallRefTextHdrentity. To perform execution, call theexecutemethod on the fluent helper object.
-