END_FORM - ooxxvv/MySAPnotes GitHub Wiki
PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- --------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}
END_FORM
Ends the current form.
END_FORM ends the currently open form and executes the required termination processing. After calling this function module, no more form is active. For further output, you must start a new form using START_FORM.
END_FORM does not replace CLOSE_FORM, that is, you must always close any SAPscript output using CLOSE_FORM.
EXPORTING
IMPORTING
RESULT
The parameter contains results of the print formatting process. By comparing the corresponding fields of parameter OPTIONS with those of parameter RESULT, you can determine whether the user made changes to any settings on the print control screen.
Structure/ ITCPP
TABLES
EXCEPTIONS
UNOPENED
The current form function could not be executed, since the form output was no yet initialized using OPEN_FORM.
Attributes
Methods
Code
{{{#!abap }}} }}}