CONTROL_FORM - ooxxvv/MySAPnotes GitHub Wiki
PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- --------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}
CONTROL_FORM
Sends a control statement to the form.
EXPORTING
COMMAND
- Enter the SAPscript statement you want to execute in ITF format, but without the statement paragraph attribute '//'.
##== IMPORTING ==
##== TABLES ==
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/ * The form processing was started using OPEN_FORM without specifying a form name, but no form was opened yet using START_FORM. * The last used form was closed using END_FORM, but no new form was opened using START_FORM. * The last filled page of the current form has no subsequent page. In this case, the system automatically terminates form printing after this page. You need no explicit END_FORM call. * In the current form, no page contains a main window, but a text element shall be output in the main window.
{{{#!comment
EXPORTING
IMPORTING
TABLES
EXCEPTIONS
Attributes
Methods
Code
{{{#!abap }}} }}}