Show TOC

Providing Object PropertiesLocate this document in the navigation structure

Use
        
<Wert> = <Objekteigenschaft>
         

<Objekteigenschaft> a name defined by the application while <Wert> represents the attribute of the variables that is transferred by the SAP system. The value of these variables is returned to the SAP ArchiveLink.

It is also possible to edit object properties that do not refer to the global object but to the subobject of the application. This object must first be created. Then the properties can also be edited there. The corresponding syntax is then:

        
<Wert> = <Objekt>.<Objekteigenschaft>
         

An example of this is in Object Methods Call.