Functions for Changes
The following functions are supported for Changes:
Creating a Change (Version 1.00)
Method: CREATE_CR_100
Parameters:
Direction  | Name  | Type  | Description  | 
|---|---|---|---|
Importing  | REPOSITORY_ID  | /GAL/CCM_DE_REPOSITORY_ID  | Repository ID (object ID) Optional, provided that one of the other parameters has been specified for the repository ID.  | 
Importing  | REPOSITORY_INT_ID  | /GAL/CCM_DE_INTERNAL_ID  | Repository ID (internal ID) Optional, provided that one of the other parameters has been specified for the repository ID.  | 
Importing  | REPOSITORY_EXT_ID  | /GAL/CCM_DE_EXTERNAL_ID  | Repository ID (external ID) Optional, provided that one of the other parameters has been specified for the repository ID.  | 
Importing  | RELEASE_ID  | /GAL/CCM_DE_OBJECT_ID  | Release (object ID)  | 
Importing  | RELEASE_INT_ID  | /GAL/CCM_DE_INTERNAL_ID  | Release (internal ID)  | 
Importing  | RELEASE_EXT_ID  | /GAL/CCM_DE_EXTERNAL_ID  | Release (external ID)  | 
Importing  | INTERNAL_ID  | /GAL/CCM_DE_INTERNAL_ID  | Internal ID of the Change (optional)  | 
Importing  | EXTERNAL_ID  | /GAL/CCM_DE_EXTERNAL_ID  | External ID of the Change (optional)  | 
Importing  | CR_TYPE  | /GAL/CCM_DE_CR_TYPE  | Change Type Optional. If you do not specify the change type, you should use Customizing for the object type SWFM_CR to ensure that the change type is preassigned appropriately.  | 
Importing  | PRIORITY  | /GAL/CCM_DE_SWFM_CR_PRIORITY  | Priority of the Change Optional. If the priority is not specified, you should use Customizing for object type SWFM_CR to ensure that the priority is preassigned appropriately.  | 
Importing  | DESCRIPTION  | /GAL/CCM_DE_DESCRIPTION  | Description in the default language of the user used for logon (optional). The length of the description is limited to 60 characters.  | 
Importing  | DESCRIPTIONS  | /GAL/CCM_TT_DESCRIPTIONS  | Descriptions for the different languages (optional).  | 
Importing  | PARAMETERS  | /GAL/CCM_TT_PARAMETERS  | Further parameters for the presetting of fields or the use by Conigma. For more information, see the Conigma documentation for developers.  | 
Exporting  | CR_ID  | /GAL/CCM_DE_OBJECT_ID  | Object ID of the newly created Change  | 
Exception  | CANNOT_CREATE_CR  | 
  | The change could not be created.  | 
Exception  | NOT_AUTHORIZED  | 
  | The user used does not have authorization to call the function.  | 
| 
    
   
  | Please note that only either the parameter DESCRIPTION or the parameter DESCRIPTIONS may contain a value. If both parameters are specified, the exception CANNOT_CREATE_CR is triggered.  |