Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary

1018


What is the significance of the screen number ‘0’?

1093


What are the different types of operators in the sap abap?

1202


Have you set up a back ground job ? How to create a background job without a variant ?

1096


What is locking? : abap data dictionary

1247


What is meant by write lock? : sap abap data dictionary

1102


What are client dependant objects in abap/sap?

1230


when do you need to create an internal table with header line ? and with out a header line?

2054


How to handle error in session method? : abap bdc

1348


What is direct input method ?

1989


What are system variable in abap?

1158


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?

2048


What is the difference between skip and reserve?

1250


What are the internal tables and work area?

1042


Explain Catch Command in ABAP?

1324