Answer Posted / arjun manglekar
OPEN_FORM
The function module OPEN_FORM opens form printing. You must
call this function module before you can use any other form
function (WRITE_FORM, START_FORM, CONTROL_FORM...).
You need not specify a form name. If you omit the name, you
must use the function module START_FORM to open a form
before starting the output.
You must end form printing by using the function module
CLOSE_FORM. Otherwise, the system does not print or display
anything.
Within a program, you can use several OPEN_FORM..
CLOSE_FORM pairs. This allows you to write output to
several different spool requests from within one program.
START_FORM
In-between the function modules OPEN_FORM and CLOSE_FORM,
you can use different forms. This allows you to combine
several different forms into one print output. However, you
can combine only those forms that have the same page format.
To switch forms, use the function module START_FORM. If
another form is still open, you must close it first using
END_FORM.
If you specify no form name when calling START_FORM, the
system restarts the last open form. If after OPEN_FORM no
form was activated yet, the system leaves the function
module with the exception UNUSED.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What is the significance of the screen number ‘0’?
What are the different types of operators in the sap abap?
Have you set up a back ground job ? How to create a background job without a variant ?
What is locking? : abap data dictionary
What is meant by write lock? : sap abap data dictionary
What are client dependant objects in abap/sap?
when do you need to create an internal table with header line ? and with out a header line?
How to handle error in session method? : abap bdc
What is direct input method ?
What are system variable in abap?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the difference between skip and reserve?
What are the internal tables and work area?
Explain Catch Command in ABAP?