SAP Function SDOK_LOIO_PROPERTIES_SET - Set Attributes of a Logical Document

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 logicaldocument.
When this function module is called, attributes are specified asname/value pairs in the table PROPERTIES. The system then adds newvalues for attributes with multiple values, although values identicalto existing ones are not added. Values for attributes with a singlevalue are updated.
If you specify system-side attributes or attributes that are notallowed in the specified document class, or if you attempt to assignmultiple values to an attribute that only takes a single value, this tr
iggers the exception BAD_PROPERTIES.