Class DefaultJustInTimeCallService
- All Implemented Interfaces:
BatchService<JustInTimeCallServiceBatch>,JustInTimeCallService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.JustInTimeCallService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingJustInTimeCallService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createJITCallCompGrp(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.
-
Constructor Details
-
DefaultJustInTimeCallService
public DefaultJustInTimeCallService()Deprecated.Creates a service usingJustInTimeCallService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:JustInTimeCallServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceJustInTimeCallService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<JustInTimeCallServiceBatch>
-
getAllJITCallCompGrp
Deprecated.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallCompGrpentities.- Specified by:
getAllJITCallCompGrpin interfaceJustInTimeCallService- 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 public JITCallCompGrpByKeyFluentHelper getJITCallCompGrpByKey(String internalJITCallNumber, String compGrpNumber) Deprecated.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallCompGrpentity using key fields.- Specified by:
getJITCallCompGrpByKeyin interfaceJustInTimeCallService- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
- 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 public JITCallCompGrpCreateFluentHelper createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallCompGrpentity and save it to the S/4HANA system.- Specified by:
createJITCallCompGrpin interfaceJustInTimeCallService- 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 public JITCallCompGrpUpdateFluentHelper updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallCompGrpentity and save it to the S/4HANA system.- Specified by:
updateJITCallCompGrpin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallCompMatlentities.- Specified by:
getAllJITCallCompMatlin interfaceJustInTimeCallService- 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 public JITCallCompMatlByKeyFluentHelper getJITCallCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber) Deprecated.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallCompMatlentity using key fields.- Specified by:
getJITCallCompMatlByKeyin interfaceJustInTimeCallService- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
jITCallItemNumber- Call Item NumberConstraints: Not nullable, Maximum length: 4
- 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 public JITCallCompMatlCreateFluentHelper createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallCompMatlentity and save it to the S/4HANA system.- Specified by:
createJITCallCompMatlin interfaceJustInTimeCallService- 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 public JITCallCompMatlUpdateFluentHelper updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallCompMatlentity and save it to the S/4HANA system.- Specified by:
updateJITCallCompMatlin interfaceJustInTimeCallService- 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 public JITCallCompMatlDeleteFluentHelper deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceDeletes an existingJITCallCompMatlentity in the S/4HANA system.- Specified by:
deleteJITCallCompMatlin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallHeaderentities.- Specified by:
getAllJITCallHeaderin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallHeaderentity using key fields.- Specified by:
getJITCallHeaderByKeyin interfaceJustInTimeCallService- 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
@Nonnull public JITCallHeaderCreateFluentHelper createJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallHeaderentity and save it to the S/4HANA system.- Specified by:
createJITCallHeaderin interfaceJustInTimeCallService- 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
@Nonnull public JITCallHeaderUpdateFluentHelper updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallHeaderentity and save it to the S/4HANA system.- Specified by:
updateJITCallHeaderin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallRefTextCompGrpentities.- Specified by:
getAllJITCallRefTextCompGrpin interfaceJustInTimeCallService- 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 public JITCallRefTextCompGrpByKeyFluentHelper getJITCallRefTextCompGrpByKey(String internalJITCallNumber, String compGrpNumber, String jITRefType) Deprecated.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallRefTextCompGrpentity using key fields.- Specified by:
getJITCallRefTextCompGrpByKeyin interfaceJustInTimeCallService- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
compGrpNumber- Component Group NumberConstraints: Not nullable, Maximum length: 60
jITRefType- Type of Reference NumberConstraints: Not nullable, Maximum length: 4
- 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 public JITCallRefTextCompGrpCreateFluentHelper createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextCompGrpin interfaceJustInTimeCallService- 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 public JITCallRefTextCompGrpUpdateFluentHelper updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextCompGrpin interfaceJustInTimeCallService- 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 public JITCallRefTextCompGrpDeleteFluentHelper deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deprecated.Description copied from interface:JustInTimeCallServiceDeletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextCompGrpin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallRefTextCompMatlentities.- Specified by:
getAllJITCallRefTextCompMatlin interfaceJustInTimeCallService- 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 public JITCallRefTextCompMatlByKeyFluentHelper getJITCallRefTextCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber, String jITRefType) Deprecated.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallRefTextCompMatlentity using key fields.- Specified by:
getJITCallRefTextCompMatlByKeyin interfaceJustInTimeCallService- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
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
- 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 public JITCallRefTextCompMatlCreateFluentHelper createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextCompMatlin interfaceJustInTimeCallService- 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 public JITCallRefTextCompMatlUpdateFluentHelper updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextCompMatlin interfaceJustInTimeCallService- 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 public JITCallRefTextCompMatlDeleteFluentHelper deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deprecated.Description copied from interface:JustInTimeCallServiceDeletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextCompMatlin interfaceJustInTimeCallService- 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.Description copied from interface:JustInTimeCallServiceFetch multipleJITCallRefTextHdrentities.- Specified by:
getAllJITCallRefTextHdrin interfaceJustInTimeCallService- 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 public JITCallRefTextHdrByKeyFluentHelper getJITCallRefTextHdrByKey(String internalJITCallNumber, String jITRefType) Deprecated.Description copied from interface:JustInTimeCallServiceFetch a singleJITCallRefTextHdrentity using key fields.- Specified by:
getJITCallRefTextHdrByKeyin interfaceJustInTimeCallService- Parameters:
internalJITCallNumber- Call NumberConstraints: Not nullable, Maximum length: 10
jITRefType- Type of Reference NumberConstraints: Not nullable, Maximum length: 4
- 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 public JITCallRefTextHdrCreateFluentHelper createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Description copied from interface:JustInTimeCallServiceCreate a newJITCallRefTextHdrentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextHdrin interfaceJustInTimeCallService- 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 public JITCallRefTextHdrUpdateFluentHelper updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Description copied from interface:JustInTimeCallServiceUpdate an existingJITCallRefTextHdrentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextHdrin interfaceJustInTimeCallService- 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 public JITCallRefTextHdrDeleteFluentHelper deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deprecated.Description copied from interface:JustInTimeCallServiceDeletes an existingJITCallRefTextHdrentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextHdrin interfaceJustInTimeCallService- 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.
-