Entering content frameSyntax documentation is_destroyed Locate the document in its SAP Library structure

You use this method to find out whether the instance document has already been destroyed using the release_document method.

CALL METHOD document->is_destroyed
     IMPORTING ret_value = ret_value.

Description of parameters

Parameter

Optional

Description

ret_value

 

Flags whether the document has been destroyed

 

Leaving content frame