how can you call two forms in one sap sprict print program
Answer Posted / rizwan
Using the function module
OPEN_FORM
START_FORM "opening Layout1
WRITE_FORM
END_FORM "Closing layout1
START_FORM "Opening Layout2
WRITE_FORM
END_FORM "Closing Laoyut2
CLOSE_FORM
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the field and chain statements?
what is user specific parameter?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How move-corresponding works
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is sap script? Describe its components.
Explain buffering
What is the difference between data elements and domains?
Mention what is alv programming in abap?
What is the difference b/t Session method and call transaction method ??
Name some system global variables you can use in abap programs?
What are two methods of modifying sap standard tables?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is interactive reporting?