cancel
Showing results for 
Search instead for 
Did you mean: 

about layouts

Former Member
0 Kudos

I have more than one layout in a form, would You handle?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

for more than one layout u need to give like this in Driver program.

CALL FUNCTION 'START_FORM'

EXPORTING

form = 'ZZ_SCRIPTS48'

program = 'ZSCRIPTS48'.

call function 'end_form'.

It must conclude with end_form.

Regards,

Divya

Former Member
0 Kudos

Hi Sandeep,

We can handle this using function module 'START_FORM'.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa