Entering content frameProcedure documentation SET/GET parameters Locate the document in its SAP Library structure

You can get the names of the parameters by positioning the cursor on the application field and pressing F1. You can display the parameter with Extras ® Technical info. SET/GET parameters begin with "%", which is usually followed by three letters.

Example

Function

Object

Text

SETVAR

 

&V01 = %BUK

%BUK: Company code

Caution

SET/GET parameters must be specified in upper-case letters.
They should be used sparingly, because they make demands on the SET/GET memory and can lead to errors.

See also: Notes and recommendations

 

 

Leaving content frame