Entering content frame

Syntax documentation set_name Locate the document in its SAP Library structure

Use this method to set the name of a control. You must set a name if you are using a control in an Easy Web Transaction without a container.

CALL METHOD my_control->set_name
      EXPORTING name = name
      EXCEPTIONS cntl_error     = 1
                 parent_no_name = 2
                 illegal_name   = 3.

Parameters

Description

name

The name of the control. Has data type STRING.

 

 

 

Leaving content frame