Hi
I am trying to make a script that will display several pages.I have the next problem.I display all the needed information on the first page and then have an "NEXT-PAGE" in order to jump to the second page in my "main"
window.
Now,in my abap code when i try to call function: Write_form and send as parameter a window and an element from the second page,it return sy-subrc 1.The problem is in the RSTXC structure from the write_form function.
It has the TDCLOSE field with value 'X' and this causes an error with message no 443 :
WRITE_FORM is invalid, START_FORM is missing
I do not know why i would have to call this Start_form function because it is the same form and i do not have to reopen it.
I have an open_Form and a close_form for it.
Does anybody have a clue?
thank you