Entering content frame

Syntax documentation get_path Locate the document in its SAP Library structure

Use this method to get the path of a control. The path consists of the control name, and all containers in which it or its containers are embedded.

CALL METHOD my_control->get_path
      IMPORTING  path = path.

Parameters

Description

path

The path from the top-level container to the control, separated by '/' characters.

 

 

 

Leaving content frame