Entering content frameRetrieving Object Attributes Locate the document in its SAP Library structure

Syntax:

<Value> = <ObjectAttribute>

<ObjectAttribute> is a name defined by the application, whereas <Value> represents the occurrence of the variables transferred by the SAP System. The values of these variables are returned to Archive Link.

You can also edit object attributes that do not refer to the global object but to a sub-object of the application. First create this object, then you can edit the attributes. The corresponding syntax is then:

Syntax:

<Value> = <Object>.<ObjectAttribute>

An example can be found in Calling Object Methods.

Leaving content frame