The Function Module CCM_DB_DSSETINFO (Set the key/value pairs of an Information Object) is a standard Function Module in SAP ERP and is part of the function group CCM8 within the package CCMA.
Function Module | CCM_DB_DSSETINFO |
Short Text | Set the key/value pairs of an Information Object |
Function Group | CCM8 |
Package | CCMA |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONTAINER_NAME | LIKE | CCMOBJLST-CONTNAME | Name of container holding the object | |
OBJECT_INSTANCE | LIKE | CCMOBJLST-OBJINST | Unique number of the object | |
OBJECT_NAME | LIKE | CCMOBJLST-OBJNAME | Name of the object |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IOBJECT | LIKE | CCMSIOBJ | Information Object |
This function module does not define any Exceptions.