SAP Function SDOK_RELA_PROPERTIES_SET - Set relationship attributes

Parameter Reference Type Length Default Optional Text
CLIENT SYST-MANDT C 3 SY-MANDT X Client
OBJECT_ID SDOKOBJECT u 42 BOR Key for the Object

Parameter Reference Length Optional Text
PROPERTIES SDOKPROPTY 89 Name and Value of Attributes

Exception Text
BAD_PROPERTIES Incorrect Attribute Data Entered
EXCEPTION_IN_EXIT Exception in Application Exit
NOT_AUTHORIZED No Authorization
NOT_EXISTING Object Does Not Exist

Functionality
This function module sets selected attribute values for a relationship.
When calling this function module, specify attributes as name/valuepairs in the table PROPERTIES.
The system then adds new values for attributes with multiple values,although values identical to existing ones are not added. Values forattributes with a single value are updated.
If you specify system-side attributes or attributes that are notallowed in the specified relationship class, or if you attempt toassign multiple values to an attribute that only takes a single value,this triggers the exception BAD_PROPERTIES.