
You use this method to query whether there is a Form Interface for the document type of the instance document:
CALL METHOD document->has_form_interface
EXPORTING no_flush = no_flush
IMPORTING is_available = is_available
error = error
retcode = retcode.
|
Parameter |
Optional |
Description |
|
is_available |
Flags whether a form interface is available |