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 is a text table ?
Explain about sap fico testing and the tools used? : abap bdc
What is elementary search help? : sap abap data dictionary
What is the definition of modification in an sap system and how do they impact an upgrade?
How to write a code for multiple transactions? : abap bdc
Can i Have Some Realtime Examples On Modulepool programming.
Define structure in abap data dictionary?
What is the difference between Classic badi and Kernal badi ?
What is the difference between table and template?
How can we create callable modules of program code within one abap/4 program?
What are Pull and Push Methods?
How many main windows will be there in a page window?
Explain how to write a bdc - how do you go about it?
Application Category?
What are the types of subroutines? : abap modularization