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
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
How to set an Enhancement point for a custom report?
Explain what are the events used for logical database?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
In sap script how to print bar code in vertical manner
What is the Process to transfer IDOC from Outbound System to Inbound system.
In select-options, how to get the default values as current month first date and last date by default?
what will happen if called program is not executable ?
Performance tuning techniques
What is the significance of hide?
Can we create field without data element? If yes, how?
What are the different types of parameters? : abap modularization
2)In production what is the user exit?
What is the difference between refresh and free statements?