SAP Function SDOK_RELA_PROPERTIES_GET - Read 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
X_PC_PROPERTIES_ONLY SYST-DATAR C 1 X X-Flag: Only PC-Relevant Attributes
X_SUPPRESS_SYS_PROP SYST-DATAR C 1 X X-Flag: Suppress System Attributes

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

Exception Text
EXCEPTION_IN_EXIT Exception in Application Exit
NOT_AUTHORIZED No Authorization
NOT_EXISTING Object Does Not Exist

Functionality
This function module gets selected attributes for a relationship.
When calling this function module, you can enter the names of theattributes to be called in the table PROPERTIES. If you do not specifyany attributes, the table retains its initial values and all attributesof the relationship are read. You can use optional flags to excludesystem-side attributes from the call, or to restrict the call todesktop-relevant attributes.
The values are entered in the table after the function module iscalled. In the case of attributes with multiple values, all values aretransferred and entered in the table. Table entries for attributes thatare not allowed in the underlying relationship class are deleted fromthe table after the function module is called.

Notes
The flag X_SUPPRESS_SYS_PROP is useful if you want to restrict the callto all user-maintained attributes.