Entering content frameSyntax documentationview_field_codes Locate the document in its SAP Library structure

Use this method to specify whether the field functions are displayed.

CALL METHOD mail_merge->view_field_codes
       EXPORTING viewcodes    = viewcodes
                 no_flush     = no_flush
       IMPORTING error        = error
                 retcode      = retcode.

Description of parameters

Parameter

Optional

Description

viewcodes

 

'X': Do not display field functions

' ' : Display field functions

 

Leaving content frame