groupadd
Definition
Command Usage
Syntax
groupadd <GRP_ID> <GRP_CODE>
<GRP_DESCRIPTION>
Command Arguments
| Name | Description | Interactive Question |
|---|---|---|
<GRP_ID> |
The unique numerical identifier of the batch rating group | Batch Rating Group Internal ID: |
<GRP_CODE> |
The unique code name of the batch rating group | Batch Rating Group Code Name: |
<GRP_DESCRIPTION> |
The text description of the batch rating group | Batch Rating Group Description: |
Detailed Information
The
You must set up:
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.
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
-
groupadd 1 MonthlyCharging "My Description" -
groupadd 2 B2BGroup My_Description
Authorization
You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.
See Also
grouplist
-
To list the batch rating groupsgroupmod
-
To change an existing batch rating groupgroupdel
-
To delete an existing batch rating groupAdditional Information
Consult the SAP CC Library (Application Help) for more information about the offline acquisition with BART.
Consult the SAP CC BART Tool Online Help for more information about batch rating and charging sessions with BART (offline charging services).
Message(s)
| 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. |