cancel
Showing results for 
Search instead for 
Did you mean: 

Scripts - Split a main window

Former Member
0 Kudos

Hi Experts,

How do i split a main window and popluate different set of data from different itab's?

Please help.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you create elements for each itabs and pass these elemtns to the main window.

call function 'write_form'
            exporting 
                            element = ' ' " here pass different elemnts
                            window = ' ' " specifies the window
                           

regards,

Ashok reddy