..1 Interface of the F.M. 'ZXLWB_CALLFORM'

IMPORTING-parameters:

  • IV_FORMNAME – name of the form (obligatory).

  • IV_CONTEXT_REF – variable - context (obligatory).

  • IV_VIEWER_INPLACE – is a flag; if ='X', viewer will be located on modal SAP-screen; if = space, it will be a separate window of Excel-application.

  • IV_VIEWER_TITLE – text displayed in the titlebar of the Viewer screen.

  • IV_VIEWER_CALLBACK_PROG and IV_VIEWER_CALLBACK_FORM – callback program and form. Applies only when IV_VIEWER_SUPPRESS = SPACE.

  • IV_VIEWER_SUPPRESS – flag if not blank then the Viewer is not appear.

      • Regardless of this option, a raw data of the resultant XLS-file will be available in an exporting-parameter EV_DOCUMENT_RAWDATA.

      • Regardless of this option, You can save the resultant XLSX-file on Your desktop in the path, specified using IV_SAVE_AS parameter.

  • IV_PROTECT – flag, to protect data from being changed by users.

  • IV_SAVE_AS – full path on the front-end machine (including the file name and extension) to which you want to save the resultant XLSX-file. If this parameter is blank, there is no saveing.

  • IV_SAVE_AS_APPSERVER – full path on the Application server machine (including the file name and extension) to which you want to save the resultant XLSX-file. If this parameter is blank, there is no saveing.

  • IT_DOCPROPERTIES – table, that contains names of document properties and their values. Next doc.properties are available:

  • TITLE

  • SUBJECT

  • AUTHOR

  • MANAGER

  • COMPANY

  • CATEGORY

  • KEYWORDS

  • COMMENTS

  • HYPERLINKBASE

  • STATUS

  • LASTMODIFIEDBY

EXPORTING-parameters:

  • EV_DOCUMENT_RAWDATA – a raw data of the resultant XLS-file, as byte sequence.