SAP Function SDOK_PHIO_PROPERTIES_DELETE - Delete Attribute Instances of a Physical 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 SDOKPROPTD 90 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 deletes selected attribute values for a physicaldocument.
When calling this function module, specify attributes in the tablePROPERTIES as name-value pairs. Assign a single-value flag toattributes with a single value.
Table entries for attributes that do not belong to the document classin question are ignored.
You do not need to specify a value for attributes with a single value.If you want to delete only one value for an attribute with multiplevalues, you have to specify this value. If the value in question is theinitial value (that is, a space character), you have to indicate thisby setting the single-value flag. Otherwise, if the value is initialand you do not set the single-value flag, all values for the attributeare deleted.
If you specify system-side attributes, or if you attempt to delete allthe values for a mandatory attribute, this triggers the exceptionBAD_PROPERTIES.