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
How will you insert record in a sorted table
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is an authorization in sap?
How many types of size categories and data classes are there?
What does the extract statement do in extract datasets?
What are the differences between domain and data element?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What is processing class, where we do them and why? : sap abap hr
What are the system fields? Explain?
What are spa/gpa parameters (sap memory)?
What is the significance of the screen number ‘0’?
Lock objects and what are parameters of ENQUEUE FM?
Explain some essential objects in abap dictionary?
What is an rfc?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.