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

You use this method to play a presentation.

CALL METHOD document->play_document
     EXPORTING document_title   = document_title
               document_url     = document_url
               open_inplace     = open_inplace
               startup_macro    = startup_macro
               protect_document = protect_document
               user_info        = user_info
               no_flush         = no_flush
     IMPORTING error            = error
               retcode          = retcode.

Description of parameters

Parameter

Optional

Description

document_title

X

Title to be displayed in the title bar of the desktop application.

document_url

 

The URL address of the document

open_inplace

X

'X': Document is opened within the R/3 window (only if the parameter inplace = ‘X’ was set when you called the method get_document_proxy).

' ': Document is opened in a separate window.

startup_macro

X

Macro to be run when you open the document.

protect_document

X

Flags whether to protect document against changes. It is still possible to select within the document.

user_info

X

Logon and proxy data for accessing an HTTP or FTP server.

Caution

You can only start one document in the R/3 window (in place).

URLs of documents in the local file system must be prefaced with ‘file://’.

Leaving content frame