2015 Jan 02 1:16 PM
Hi,
In script (driver program )only one page is displaying..Now i want to add another page based on first page details.
so how to use or include control form in diver program.where i have to include the function module control form...
Because in this program already having
call function 'open_form'
.......
........
........
call function 'write_form'
........
for first page details.
Now where if i have to include control form means second page will display......And what are the syntaxes added to script
like define,protect and endprotect..
Can anyone explain breifly......
Hi,
In script (driver program )only one page is displaying..Now i want to add another page based on first page details.
so how to use or include control form in diver program.where i have to include the function module control form...
Because in this program already having
call function 'open_form'
.......
........
........
call function 'write_form'
........
for first page details.
Now where if i have to include control form means second page will display......And what are the syntaxes added to script
like define,protect and endprotect..
Can anyone explain breifly......
2015 Jan 02 1:34 PM
Hi Anitha,
two ways,
Create text element as page.
/E page.
/: NEW-PAGE
In Driver program.
CALL FUNCTION 'Write_form'.
Exporting
ELEMENT = 'PAGE'.
OR
CALL FUNCTION 'Control_form'.
Exporting Command = 'NEW-PAGE'.
Hope it helpful.
Regards,
Venkat.
2015 Jan 05 4:59 AM
Thanks for your repli,
After that how to identify the new page is created??? in se71
How to copy main window details to second page??
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |