SET


Basic form 5

SET PARAMETER ID pid FIELD f.

Effect

Writes the contents of the field f to the global SAP memory under the key pid . If the key already contains a value, it is overwritten.

The key pid must consist of three characters. You can find a list of the keys (parameters) used in the SAP system description or in the ABAP/4 Development Workbench.

Notes


Example

DATA: REPID(8) VALUE 'RFSCHU01'. SET PARAMETER ID 'RID' FIELD REPID.

Sets the program name, e.g. for transfer to another program.

Notes

Runtime errors

Related GET PARAMETER

Index
© SAP AG 1996