Entering content frameFunction documentationLINK Locate the document in its SAP Library structure

Use

Use this method to link a control to a new Custom Container. The reference variable points to the new Custom Container. Consequently, the control is no longer displayed in the old Custom Container.

CautionYou can only relink containers at the same dialog box level and at the top parent level (for example, Custom Container, Docking Container).

Features

call method container->link

  exporting
    repid = repid
    dynnr = dynnr
    container = container

exceptions

    cntl_error = 1
    cntl_system_error = 2
    lifetime_dynpro_dynpro_link = 3.

Parameters

Description

Possible values

dynnr

Number of the screen to which you want to attach the control

 

repid

Report ID: Program to which you want to attach the control

 

container

Name of the Custom Container defined in the Screen Painter

 

 

 

Leaving content frame