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

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

768


What is processing class, where we do them and why? : sap abap hr

817


What are different data types in abap/4?

726


What are the different methods of bdc? : abap bdc

783


Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul

3469


What are internal tables? How to use a specific number occurs statement?

745


What are the data types of the abap/4 layer? : abap data dictionary

851


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

2234


What are the modes in lock objects? : sap abap data dictionary

755


hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks

1631


Explain enhancements

1080


What is the difference between Exit and Stop?

826


What is a data element?

709


How many detail lists can be created in interactive reporting?

948


how to see the table output?

1926