Is it possible to create 2 layouts in single script.
Answers were Sorted based on User's Feedback
Answer / raju
we can call two layout in print program.......not assing in
nace.
exp:
open form: first from name.
write form:
start form : second layout name.
end form:
close form.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / manoj dash
yes u can call two layouts in a single script.
To call a second layout from another layout u need to use
function module start_form and end_form...
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / salma
Yes it is possible to create. In between open_form and close_form we can use multiple start_form and end_forms.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijaypamulapati
Yes it is possible to create.
for first layout you can use open form write form & close form.
and for second layout you can use start form & end form
Regards,
Vijay
Is This Answer Correct ? | 1 Yes | 3 No |
Why the Main window Triggers first in Scripts ?
What is sap script? What is the purpose of sap script? Difference between sap script and report?
Will a script be activated without page format ?
Explain the paragraph format in layout set.
While designing layout for labels Is there any specific parameters or constraints i need to take care (at form as well as print program level)?
How to print page numbers in a script through SE38 Program ?
What is the difference between the sapscript texts, 'customer &kna1-kunnr&' and '&customer kna1-kunnr&'?
How to edit standard SAPSCRIPT called by standard program ?
How can I transfer sapscript from one client to another?
what is maximum columns number in SAPScripts and Smartforms. If How can we move to next page for print.?
what is the table name that will contain all the script form names and print program names ?
How to Find Driver Program given the name of Sapscript?