@Named public class DefaultProcessPurchasingCategoriesService extends Object implements ProcessPurchasingCategoriesService
This service enables a remote system to create, read, and update purchasing categories from / in SAP S/4HANA tenant.
Reference: SAP API Business Hub
OData Service: | API_PURCHASING_CATEGORY_SRV |
API Version: | 1 |
Communication Scenario: | Purchasing Category Integration (SAP_COM_0123) |
Scope Items: | Supplier Classification and Segmentation (19E) |
API Business Object: | EXC_PURCHASINGCATEGORY |
Constructor and Description |
---|
DefaultProcessPurchasingCategoriesService() |
public DefaultProcessPurchasingCategoriesService()
public PurgCatFluentHelper getAllPurgCat()
ProcessPurchasingCategoriesService
PurgCat
entities.getAllPurgCat
in interface ProcessPurchasingCategoriesService
PurgCat
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatByKeyFluentHelper getPurgCatByKey(UUID purgCatUUID)
ProcessPurchasingCategoriesService
PurgCat
entity using key fields.getPurgCatByKey
in interface ProcessPurchasingCategoriesService
purgCatUUID
- Purchasing Category UUIDConstraints: Not nullable
PurgCat
entity 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 the execute
method on the fluent helper object.public PurgCatCreateFluentHelper createPurgCat(PurgCat purgCat)
ProcessPurchasingCategoriesService
PurgCat
entity and save it to the S/4HANA system.createPurgCat
in interface ProcessPurchasingCategoriesService
purgCat
- PurgCat
entity object that will be created in the S/4HANA system.PurgCat
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatUpdateFluentHelper updatePurgCat(PurgCat purgCat)
ProcessPurchasingCategoriesService
PurgCat
entity and save it to the S/4HANA system.updatePurgCat
in interface ProcessPurchasingCategoriesService
purgCat
- PurgCat
entity object that will be updated in the S/4HANA system.PurgCat
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatDescriptionFluentHelper getAllPurgCatDescription()
ProcessPurchasingCategoriesService
PurgCatDescription
entities.getAllPurgCatDescription
in interface ProcessPurchasingCategoriesService
PurgCatDescription
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatDescriptionByKeyFluentHelper getPurgCatDescriptionByKey(UUID purgCatDescriptionUUID)
ProcessPurchasingCategoriesService
PurgCatDescription
entity using key fields.getPurgCatDescriptionByKey
in interface ProcessPurchasingCategoriesService
purgCatDescriptionUUID
- Purchasing Category Description UUIDConstraints: Not nullable
PurgCatDescription
entity 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 the execute
method on the fluent helper object.public PurgCatDescriptionCreateFluentHelper createPurgCatDescription(PurgCatDescription purgCatDescription)
ProcessPurchasingCategoriesService
PurgCatDescription
entity and save it to the S/4HANA system.createPurgCatDescription
in interface ProcessPurchasingCategoriesService
purgCatDescription
- PurgCatDescription
entity object that will be created in the S/4HANA system.PurgCatDescription
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatDescriptionUpdateFluentHelper updatePurgCatDescription(PurgCatDescription purgCatDescription)
ProcessPurchasingCategoriesService
PurgCatDescription
entity and save it to the S/4HANA system.updatePurgCatDescription
in interface ProcessPurchasingCategoriesService
purgCatDescription
- PurgCatDescription
entity object that will be updated in the S/4HANA system.PurgCatDescription
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMaterialGroupFluentHelper getAllPurgCatMaterialGroup()
ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entities.getAllPurgCatMaterialGroup
in interface ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatMaterialGroupByKeyFluentHelper getPurgCatMaterialGroupByKey(UUID purCatMaterialGroupUUID)
ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entity using key fields.getPurgCatMaterialGroupByKey
in interface ProcessPurchasingCategoriesService
purCatMaterialGroupUUID
- Purchasing Category Material Group Reference UUIDConstraints: Not nullable
PurgCatMaterialGroup
entity 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 the execute
method on the fluent helper object.public PurgCatMaterialGroupCreateFluentHelper createPurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup)
ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entity and save it to the S/4HANA system.createPurgCatMaterialGroup
in interface ProcessPurchasingCategoriesService
purgCatMaterialGroup
- PurgCatMaterialGroup
entity object that will be created in the S/4HANA system.PurgCatMaterialGroup
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMaterialGroupUpdateFluentHelper updatePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup)
ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entity and save it to the S/4HANA system.updatePurgCatMaterialGroup
in interface ProcessPurchasingCategoriesService
purgCatMaterialGroup
- PurgCatMaterialGroup
entity object that will be updated in the S/4HANA system.PurgCatMaterialGroup
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMaterialGroupDeleteFluentHelper deletePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup)
ProcessPurchasingCategoriesService
PurgCatMaterialGroup
entity in the S/4HANA system.deletePurgCatMaterialGroup
in interface ProcessPurchasingCategoriesService
purgCatMaterialGroup
- PurgCatMaterialGroup
entity object that will be deleted in the S/4HANA system.PurgCatMaterialGroup
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMemberFluentHelper getAllPurgCatMember()
ProcessPurchasingCategoriesService
PurgCatMember
entities.getAllPurgCatMember
in interface ProcessPurchasingCategoriesService
PurgCatMember
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatMemberByKeyFluentHelper getPurgCatMemberByKey(UUID purgCatPartyUUID)
ProcessPurchasingCategoriesService
PurgCatMember
entity using key fields.getPurgCatMemberByKey
in interface ProcessPurchasingCategoriesService
purgCatPartyUUID
- Purchasing Category Party UUIDConstraints: Not nullable
PurgCatMember
entity 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 the execute
method on the fluent helper object.public PurgCatMemberCreateFluentHelper createPurgCatMember(PurgCatMember purgCatMember)
ProcessPurchasingCategoriesService
PurgCatMember
entity and save it to the S/4HANA system.createPurgCatMember
in interface ProcessPurchasingCategoriesService
purgCatMember
- PurgCatMember
entity object that will be created in the S/4HANA system.PurgCatMember
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMemberUpdateFluentHelper updatePurgCatMember(PurgCatMember purgCatMember)
ProcessPurchasingCategoriesService
PurgCatMember
entity and save it to the S/4HANA system.updatePurgCatMember
in interface ProcessPurchasingCategoriesService
purgCatMember
- PurgCatMember
entity object that will be updated in the S/4HANA system.PurgCatMember
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatMemberDeleteFluentHelper deletePurgCatMember(PurgCatMember purgCatMember)
ProcessPurchasingCategoriesService
PurgCatMember
entity in the S/4HANA system.deletePurgCatMember
in interface ProcessPurchasingCategoriesService
purgCatMember
- PurgCatMember
entity object that will be deleted in the S/4HANA system.PurgCatMember
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatPlannedSpendFluentHelper getAllPurgCatPlannedSpend()
ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entities.getAllPurgCatPlannedSpend
in interface ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatPlannedSpendByKeyFluentHelper getPurgCatPlannedSpendByKey(UUID purgCatPlndSpendUUID)
ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entity using key fields.getPurgCatPlannedSpendByKey
in interface ProcessPurchasingCategoriesService
purgCatPlndSpendUUID
- Planned Spend for a Purchasing CategoryConstraints: Not nullable
PurgCatPlannedSpend
entity 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 the execute
method on the fluent helper object.public PurgCatPlannedSpendCreateFluentHelper createPurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entity and save it to the S/4HANA system.createPurgCatPlannedSpend
in interface ProcessPurchasingCategoriesService
purgCatPlannedSpend
- PurgCatPlannedSpend
entity object that will be created in the S/4HANA system.PurgCatPlannedSpend
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatPlannedSpendUpdateFluentHelper updatePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entity and save it to the S/4HANA system.updatePurgCatPlannedSpend
in interface ProcessPurchasingCategoriesService
purgCatPlannedSpend
- PurgCatPlannedSpend
entity object that will be updated in the S/4HANA system.PurgCatPlannedSpend
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatPlannedSpendDeleteFluentHelper deletePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
ProcessPurchasingCategoriesService
PurgCatPlannedSpend
entity in the S/4HANA system.deletePurgCatPlannedSpend
in interface ProcessPurchasingCategoriesService
purgCatPlannedSpend
- PurgCatPlannedSpend
entity object that will be deleted in the S/4HANA system.PurgCatPlannedSpend
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatPurchaserResponsibleFluentHelper getAllPurgCatPurchaserResponsible()
ProcessPurchasingCategoriesService
PurgCatPurchaserResponsible
entities.getAllPurgCatPurchaserResponsible
in interface ProcessPurchasingCategoriesService
PurgCatPurchaserResponsible
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatPurchaserResponsibleByKeyFluentHelper getPurgCatPurchaserResponsibleByKey(UUID purgCatPartyUUID)
ProcessPurchasingCategoriesService
PurgCatPurchaserResponsible
entity using key fields.getPurgCatPurchaserResponsibleByKey
in interface ProcessPurchasingCategoriesService
purgCatPartyUUID
- Purchasing Category Party UUIDConstraints: Not nullable
PurgCatPurchaserResponsible
entity 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 the execute
method on the fluent helper object.public PurgCatPurchaserResponsibleUpdateFluentHelper updatePurgCatPurchaserResponsible(PurgCatPurchaserResponsible purgCatPurchaserResponsible)
ProcessPurchasingCategoriesService
PurgCatPurchaserResponsible
entity and save it to the S/4HANA system.updatePurgCatPurchaserResponsible
in interface ProcessPurchasingCategoriesService
purgCatPurchaserResponsible
- PurgCatPurchaserResponsible
entity object that will be updated in the S/4HANA system.PurgCatPurchaserResponsible
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatSupplierFluentHelper getAllPurgCatSupplier()
ProcessPurchasingCategoriesService
PurgCatSupplier
entities.getAllPurgCatSupplier
in interface ProcessPurchasingCategoriesService
PurgCatSupplier
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatSupplierByKeyFluentHelper getPurgCatSupplierByKey(UUID purgCatPartyUUID)
ProcessPurchasingCategoriesService
PurgCatSupplier
entity using key fields.getPurgCatSupplierByKey
in interface ProcessPurchasingCategoriesService
purgCatPartyUUID
- Purchasing Category Party UUIDConstraints: Not nullable
PurgCatSupplier
entity 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 the execute
method on the fluent helper object.public PurgCatSupplierCreateFluentHelper createPurgCatSupplier(PurgCatSupplier purgCatSupplier)
ProcessPurchasingCategoriesService
PurgCatSupplier
entity and save it to the S/4HANA system.createPurgCatSupplier
in interface ProcessPurchasingCategoriesService
purgCatSupplier
- PurgCatSupplier
entity object that will be created in the S/4HANA system.PurgCatSupplier
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatSupplierUpdateFluentHelper updatePurgCatSupplier(PurgCatSupplier purgCatSupplier)
ProcessPurchasingCategoriesService
PurgCatSupplier
entity and save it to the S/4HANA system.updatePurgCatSupplier
in interface ProcessPurchasingCategoriesService
purgCatSupplier
- PurgCatSupplier
entity object that will be updated in the S/4HANA system.PurgCatSupplier
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatSupplierDeleteFluentHelper deletePurgCatSupplier(PurgCatSupplier purgCatSupplier)
ProcessPurchasingCategoriesService
PurgCatSupplier
entity in the S/4HANA system.deletePurgCatSupplier
in interface ProcessPurchasingCategoriesService
purgCatSupplier
- PurgCatSupplier
entity object that will be deleted in the S/4HANA system.PurgCatSupplier
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatTranslationStatusFluentHelper getAllPurgCatTranslationStatus()
ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entities.getAllPurgCatTranslationStatus
in interface ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public PurgCatTranslationStatusByKeyFluentHelper getPurgCatTranslationStatusByKey(UUID purgCatTranslationUUID)
ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entity using key fields.getPurgCatTranslationStatusByKey
in interface ProcessPurchasingCategoriesService
purgCatTranslationUUID
- Purchasing Category Translation UUIDConstraints: Not nullable
PurgCatTranslationStatus
entity 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 the execute
method on the fluent helper object.public PurgCatTranslationStatusCreateFluentHelper createPurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus)
ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entity and save it to the S/4HANA system.createPurgCatTranslationStatus
in interface ProcessPurchasingCategoriesService
purgCatTranslationStatus
- PurgCatTranslationStatus
entity object that will be created in the S/4HANA system.PurgCatTranslationStatus
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatTranslationStatusUpdateFluentHelper updatePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus)
ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entity and save it to the S/4HANA system.updatePurgCatTranslationStatus
in interface ProcessPurchasingCategoriesService
purgCatTranslationStatus
- PurgCatTranslationStatus
entity object that will be updated in the S/4HANA system.PurgCatTranslationStatus
entity. To perform execution, call the execute
method on the fluent helper object.public PurgCatTranslationStatusDeleteFluentHelper deletePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus)
ProcessPurchasingCategoriesService
PurgCatTranslationStatus
entity in the S/4HANA system.deletePurgCatTranslationStatus
in interface ProcessPurchasingCategoriesService
purgCatTranslationStatus
- PurgCatTranslationStatus
entity object that will be deleted in the S/4HANA system.PurgCatTranslationStatus
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.