Show TOC

Return Parameter of the EditorLocate this document in the navigation structure

Use

After leaving the SAPscript editor, you can use the parameter RESULT to evaluate status information. The editor returns this information in the structure ITCER.

Process

FUNCTION: Change information on the text module

This field indicates the function executed on the transferred text module.

Possible values:

'D'

The transferred text was deleted.

'I'

The system transferred an empty lines table into which text lines were inserted.

'U'

An existing text was changed and saved.

' '

The text remained unchanged.

USEREXIT: exit status of the editor

The field contains the function which the user chose to leave the SAPscript editor.

Possible values:

'C'

user chose function Cancel

'B'

user chose function Back

'E'

user chose function Exit

'N'

user chose function Next Text

'P'

user chose function Previous Text