‎2007 Jul 27 12:19 PM
‎2007 Jul 27 12:20 PM
Hi
What about the rewards for the useful answers?
You can open a SINLE LAYOUT at a time in script?
it is not possible to see 2 layouts at a time.
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 27 12:27 PM
Hi
You cant open two layouts at a time.Instead you can copy from other form using Form --> copy from.
Thanks,
Ramya.R
Reward point if useful
‎2007 Jul 27 12:33 PM
Hi,
i m assuming that you are talking about sap scripts..
after opening the form,
using start form, you can call different layouts..
Regards
‎2007 Jul 27 12:37 PM
Hi...
To call Multiple Layout sets(Forms ) in a print program call the
Start_form and End_form Function Modules for each layout set in the below sequence.
CALL FUNCTION 'OPEN_FORM'
CALL FUNCTION 'START_FORM'
***Form1
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'END_FORM'
CALL FUNCTION 'START_FORM'
***Form2
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'END_FORM'
CALL FUNCTION 'START_FORM'
***Form1
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'WRITE_FORM'
CALL FUNCTION 'CLOSE_FORM'
<b>Reward if it Helps.</b>
‎2007 Jul 27 3:28 PM
Hi
Its not possible to open two layouts at a time in a script. We can open one layout once.
Reward points if useful.
Thanks & Regards,
Vasudeva Rao