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

How will you link form with the event driven in sap scripts?

519


How to set an Enhancement point for a custom report?

1135


What is the use of dequeue function module? : sap abap data dictionary

596


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?

1534


What are system variable in abap?

602






How can we upload a text file having delimiters in to legacy system?

587


What is a bsp application? : sap abap hr

624


What are the advantages and disadvantages of using views in abap programming ?

636


What is the transaction code to display the payroll results ? : abap hr

559


What are uses of foreign key?

564


What is web dynpro for abap?

561


Explain what is the difference between primary key and unique key?

627


Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?

524


How will you define posting procedures?

898


Application Category?

912