!--a11y-->
Use CONTROL_FORM to pass SAPscript control statements to the form.
Function call:
CALL FUNCTION 'CONTROL_FORM'
EXPORTING COMMAND = ?...
EXCEPTIONS UNOPENED =
UNSTARTED =
Export parameters:
COMMAND |
Enter the SAPscript statement you want to execute in ITF format, but without the statement paragraph attribute '/:'. |
Exceptions
:UNOPENED |
The current form function could not be executed, since the form output was no yet initialized using OPEN_FORM. |
UNSTARTED |
No form was opened yet. Possible reasons:
|