FUNCTION MODULE USED IN SAP SCRIPTS of SAP ABAP
FUNCTION MODULE USED IN
SAP SCRIPTS:
Commonly Used Function
Modules For SAP Scripts Forms are :
FUNCTION
MODULE
|
DESCRIPTION
|
OPEN_FORM
|
Open a form to display or Print it.
|
CLOSE_FORM
|
Close a form.
|
START_FORM
|
Start a new form for spooling a print request.
|
WRITE_FORM
|
Write a text element in a form.
|
WRITE_FORM_LINES
|
Write lines of text in a form.
|
END_FORM
|
End or terminates the pool request of printing the current form.
|
CONTROL_FORM
|
Send a control statement to a form.
|
READ_FORM_ELEMENTS
|
Retrieve the elements of a form.
|
READ_FORM_LINES
|
Read the lines of the elements of a form and store them in an internal table.
|
Comments
Post a Comment
If you have any doubts let me know