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
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the basic functions of database utility?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is luw?
What is an internal table?
What are the different message types available in the abap/4 ?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What are the basic objects of the data dictionary? : abap data dictionary
what are the two methods of modifying sap standard tables ?
What is a size category? : abap data dictionary
What is difference between inner join and outer join?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What will exactly the hide statement do?
How to combine multiple billing into one RV document ( Step by Step)?