Show TOC

SET_TASK_GETSCHEMALocate this document in the navigation structure

Use

You use this method to prepare the extraction of the XML schema from a form design (template). Depending on the parameters set for this method, you get the schema directly after an EXECUTE or after the method GET_SCHEMA is called.

Import parameters

  • DESTINATION TYPE STRING OPTIONAL

    File to which the XML schema is written. If you do not specify a file, you can use the method GET_SCHEMA to call the schema.

  • ONLY_DATAREF TYPE FPBOOLEAN OPTIONAL DEFAULT ABAP_FALSE

    If this parameter is set to ABAP_TRUE, all fields in the form are ignored in the XML schema except for those that have a data binding.

Exception class

  • CX_FP_RUNTIME_USAGE