
You use this method to play a presentation. The presentation must be stored in an internal table.
CALL METHOD document->play_document_from_table
EXPORTING document_table = document_table
document_size = document_size
document_title = document_title
open_inplace = open_inplace
startup_macro = startup_macro
protect_document = protect_document
no_flush = no_flush
IMPORTING error = error
retcode = retcode.
|
Parameter |
Optional |
Description |
|
document_table |
Internal table containing the document. |
|
|
document_size |
File size. |
|
|
document_title |
X |
Title to be displayed in the title bar of the desktop application. |
|
open_inplace |
X |
X : Document is opened within the SAP GUI 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. |
You can only start one document in the SAP GUI window (in place).