cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CC On line charging

0 Kudos
463

Hi Fellows

I am working on a Telco project and facing the following scenario:

A postpaid contract with a limited data package. Ending this package balance, the client can't use the data service til the begining of a new cycleThe data consumption must be cheked on a online way. We are using the Allowance to manage de balance, and it's working well.
We are facing dificult to return the quantity availeble to Mediation.
When we use the Allert Triggering + Free termination, Mediation don't receave the answer.
When we use the Allert Triggering + Flat termination, Mediation receave only the quantity as a monetary value, don't receive other informations* from the Allert Triggering and a BIT is created in CI (we don't want this BIT)
* the consumption percentage, as exemple
So, our chalenge is make it works:
A On line charging, on a postpaid account, sending back informations to Mediation, not creating BITsI hope someone can have a suggestions
Thanks
View Entire Topic
former_member428395
Active Participant

Hello,

If you don't want to see the some charged items loaded as billable items in SAP CI, I suggest you to use the itemSwitch processor in the CIF of SAP Convergent Charging. It allows you to filter the items and don't use a billableItemLoader processor for some of them. See the "SAP CC Items and CIF Routing" for more details.

Please check also the parameter FREE_TRANSAC_NOTIF_ENABLED and check that the value is true.

Best regards,

Eric F.

0 Kudos

Hi Eric!

We change the parameter FREE_TRANSAC_NOTIF_ENABLED to True value and this action solve the question.

Since we are using the Free termination, the BIT creation is not a problmem any more.

Any way, the itemSwitch was a valious tips also.

Thanks!

Your help made the diference!