Return Parameter of the Editor 

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

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

he 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