Open-Form and Start-Form?

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


Please Help Members By Posting Answers For Below Questions

What is sql trace? : abap data dictionary

667


How do you Export a session ?

1450


What is a development class? : abap data dictionary

699


What does hide statement do?

567


What are the differences between se01, se09 and se10?

531






What is buffering allowed but switched off?

865


Update types in Call transaction method. What is the difference?

604


What are the uses of secondary indexes?

550


how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.

1720


Explain open dataset in sap abap?

797


Does every abap/4 have a modular structure? : abap modularization

698


What are the data types of the external layer?

581


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1617


What is a batch input session? : abap hr

659


What is a function group? : abap modularization

589