public class ChargingOutputContextDomain
extends java.lang.Object
Java class represents a domain of a ChargeExecutionContext; You
use it to dynamically configure the output data generated when process a charging operation request.
The SAP CC system takes this business configuration into account during the charging process.| Modifier and Type | Method and Description |
|---|---|
boolean |
isChargeableItemExported()
Gets whether chargeable items must be exported in the output of the charging operation.
|
boolean |
isItemImmediatelyLoaded()
Gets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.
|
void |
setChargeableItemExported(boolean chargeableItemExported)
Sets whether chargeable items must be exported in the output of the charging operation.
|
void |
setItemImmediatelyLoaded(boolean itemImmediatelyLoaded)
Sets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.
|
public boolean isChargeableItemExported()
true if chargeable items must be exported, false otherwisepublic void setChargeableItemExported(boolean chargeableItemExported)
Note
The charging output interface framework must be configured to generate chargeable items.
chargeableItemExported - true to export chargeable items, false otherwisepublic boolean isItemImmediatelyLoaded()
Note
This feature is only available when using the Web Services technical interface.
true if output items generated by the charging operation must be immediately loaded
into SAP Convergent Invoicing, false otherwisepublic void setItemImmediatelyLoaded(boolean itemImmediatelyLoaded)
Note
This feature is only available when using the Web Services technical interface.
itemImmediatelyLoaded - true if output items generated by the charging operation must be immediately loaded
into SAP Convergent Invoicing, false otherwise