‎2006 Oct 11 8:52 AM
Hi friends:
When printing GR document, the PO No. at window foot of the doc is same.
But infact the PO no. at foot is different.
How can I get the right result? Thanks.
PERFORM open_form_sammel.
>>>SAMUEL20061011 BEGIN NEW SPOOL ID
CALL FUNCTION 'START_FORM' .
LOOP AT traptab.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'WE3BACOKOPF'
WINDOW = 'RÜKOPF'.
AT NEW EBELN.
CALL FUNCTION 'END_FORM' .
PERFORM close_form.
PERFORM open_form_sammel.
CALL FUNCTION 'START_FORM'.
ENDAT.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'WE3FUSS'
WINDOW = 'FUSS'
FUNCTION = 'APPEND'.
ENDLOOP.
CALL FUNCTION 'END_FORM' .
PERFORM close_form.
‎2006 Oct 11 9:04 AM
Hi
Check the type of FOOTER WINDOWS: if you need to print different data in different pages, that windows has to be VARIABLE and not CONSTANT.
Max
‎2006 Oct 11 9:04 AM
Hi
Check the type of FOOTER WINDOWS: if you need to print different data in different pages, that windows has to be VARIABLE and not CONSTANT.
Max