groupadd

Definition

To add a new batch rating group

Command Usage

Syntax

groupadd <GRP_ID> <GRP_CODE> <GRP_DESCRIPTION>

Command Arguments
Name Description
<GRP_ID> The unique numerical identifier of the batch rating group
<GRP_CODE> The unique code name of the batch rating group
<GRP_DESCRIPTION> The text description of the batch rating group

Detailed Information

The groupadd command creates a new batch rating group in the SAP CC system to configure the offline charging services. This group can be assigned to a provider contract or to a subscription. An application administrator can trigger a batch charging session by selecting this group.

You must set up:

  • A unique identifier (between 1 and 99)
  • A unique code name
  • And a description

Notes

  • 0 is the reserved identifier of the default batch rating group.
  • The code name must be unique in the SAP CC system. You cannot set up a group with different IDs and the same code name.
  • The code name may contain spaces. Use then the escape character \ before each space character.

Example

  • Admin+> groupadd 1 MonthlyCharging "My Description"
  • Admin+> groupadd 2 B2BGroup My_Description

Authorization

To work with this command in the user interface, you must have a specific role in your SAP CC user profile.

Refer to the SAP CC 5.0 Security Guide for more user assistance and information about the necessary authorizations.

See Also

grouplist - To list the batch rating groups
groupmod - To change an existing batch rating group
groupdel - To delete an existing batch rating group

Additional Information

Consult the SAP CC Application Help for more information about the offline acquisition with BART.

Consult the SAP CC BART Tool Primary Help for more information about batch rating and charging sessions with BART (offline charging services).

Messages

Code Message Action
addGroup.ok OK: The batch group has been successfully created.  
addGroup.failed Error: The batch group creation has failed. The reason is:  
addGroup.failedNoReason Error: The batch group creation has failed.