Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script

Former Member
0 Likes
487

how can u open two layouts at a time in script.

5 REPLIES 5
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

Hi,

i m assuming that you are talking about sap scripts..

after opening the form,

using start form, you can call different layouts..

Regards

Read only

varma_narayana
Active Contributor
0 Likes
464

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>

Read only

Former Member
0 Likes
464

Hi

It’s 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