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


Please Help Members By Posting Answers For Below Questions

What is the difference between a structure and a table? : abap data dictionary

605


What is the differences between structure and table in the data dictionary in abap?

605


Why is pretty printer user in abap?

632


What is the difference between Check and Continue?

648


What are the different types of luws?

651






How do you find if a logical database exists for your program requirements?

634


Can you define a field without a data element? : abap data dictionary

613


What is the diff between database view and maintenance view?

584


What are Tickets in Realtime ?

1671


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

531


What is an “on request field” statement?

644


Difference between Insert, Update and Modify?

676


What are the value tables?

552


What does an exec sql statement do in abap?

534


What are the various types of selection screen event?

561