‎2006 Aug 09 1:26 PM
Hi all,
Wht is the purpose of start_form and Open_form.Is it mandatory to use both of thm in scripts.
Regards alex.
‎2006 Aug 09 1:30 PM
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.
OPEN_FORM:
The function module OPEN_FORM opens form printing.
Thanks
Jack
<b>Allot points if my post helps!!!</b>
‎2006 Aug 09 1:27 PM
U USE START FORM
1). TO CALL MULTIPLE FORMS
2). to trigger multiple page formats
OPEN_FORM is used to open the script for printing. This is mandatory. With out this it will not print.
START_FORM is not mandatory.
https://www.sdn.sap.com/irj/sdn/profile?userid=3460602
CHeers
VJ
‎2006 Aug 09 1:29 PM
Hi Alex,
No its not mandatory to call both of them in all the programs.
FM START_FORM is used when you have to call more than one layout in the same program.
‎2006 Aug 09 1:30 PM
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.
OPEN_FORM:
The function module OPEN_FORM opens form printing.
Thanks
Jack
<b>Allot points if my post helps!!!</b>
‎2006 Aug 09 1:32 PM
hi
<b>Start_form</b> is used open multiple forms and it is not mandatory..
<b>Open_form</b> is used to open the script for printing it is mandatory to print .
Regards
Ashok P
‎2006 Aug 09 1:33 PM
Hi Alex,
look at the Docu of FM OPEN/START_FORM with se37.
When you use more than 1 Formular, use START_FORM.
Regards, Dieter