Start of Content Area

Background documentation OfficeControl Events  Locate the document in its SAP Library structure

Events in View Designer

      onClose

Action executed when the document is closed. This is the case, when the document is displayed in a separate window and the user chooses either the key combination Alt + F4 or the Close icon on the toolbar of the Office application to close the document.

Parameter Name

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

      onSave

Action executed when the document is saved. This action is also triggered when a document that has been changed is saved. This is the case, when the user chooses either the key combination Crtl + S or the Save icon on the toolbar of the Office application.

Parameter Name

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

 

 

End of Content Area