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 events used for logical database?
In which time constraint does the infotype records depend on the subtype ? : abap hr
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is lock mechanism? How do we create lock objects in abap?
In the `select' statement what is group by ?
What is For-period and In-period
how to read the standard field value in your custom program.
singleton class
What are function modules?
What are the basic components of dialog program?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
How to create a check box/option button in a list?
Explain the concept of clusters in payroll
Fallback class