0% found this document useful (0 votes)
4 views1 page

Script 1

The document outlines a report using ZDSCRIPT1 that involves opening, writing to, and closing a form. It calls the functions 'OPEN_FORM', 'WRITE_FORM', and 'CLOSE_FORM' sequentially. The form being utilized is identified as 'ZDFORM1' with the main window specified for writing.

Uploaded by

syedengr12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Script 1

The document outlines a report using ZDSCRIPT1 that involves opening, writing to, and closing a form. It calls the functions 'OPEN_FORM', 'WRITE_FORM', and 'CLOSE_FORM' sequentially. The form being utilized is identified as 'ZDFORM1' with the main window specified for writing.

Uploaded by

syedengr12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

REPORT ZDSCRIPT1.

* CALL OPEN_FORM FM.


CALL FUNCTION 'OPEN_FORM'
EXPORTING
FORM = 'ZDFORM1'

* CALL WRITE_FORM FM.

CALL FUNCTION 'WRITE_FORM'


EXPORTING
WINDOW = 'MAIN'.

* CALL CLOSE_FORM FM.

CALL FUNCTION 'CLOSE_FORM'.

You might also like