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

sap scripts

Former Member
0 Likes
468

how can you include multiple i.e, 3 layoutsets with in a single layoutset?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

hi

i guess u want to call multiple layput using same driver program

if it is so then it will be like this

use floowing FM

Start_form

and

end_form.

ontis manner.

Start_form

here u call 1st layout

end_form.

then after this

again

Start_form

here u call 2st layout

end_form.

in this way ucan do .

Cheers

Snehi

3 REPLIES 3
Read only

Former Member
0 Likes
448

hi,

can you explain little more.

if you are asking about windows u can insert into main window.

otherwise, plz explain me little more.

thnks and rgds,

raghul

Read only

0 Likes
448

im not tellin abt windows...form laypout set...we can use the start_form n end_form to include the other layoutset within urs..but how can u do the same if we want to include more than one form layout set??

Read only

Former Member
0 Likes
449

hi

i guess u want to call multiple layput using same driver program

if it is so then it will be like this

use floowing FM

Start_form

and

end_form.

ontis manner.

Start_form

here u call 1st layout

end_form.

then after this

again

Start_form

here u call 2st layout

end_form.

in this way ucan do .

Cheers

Snehi