‎2014 Jan 22 10:09 AM
Hi,
I am attaching the code for the calling script,when i am executing this getting error as "WRITE_FORM is invalid, START_FORM is missing".
please give me the solution.
‎2014 Jan 22 10:28 AM
Please activate the exceptions of FM 'OPEN_FORM' and check the returncode (Tip of the day: ALWAYS check returncodes!)
* EXCEPTIONS
* CANCELED = 1
* DEVICE = 2
* FORM = 3
* OPTIONS = 4
* UNCLOSED = 5
* MAIL_OPTIONS = 6
* ARCHIVE_ERROR = 7
* INVALID_FAX_NUMBER = 8
* MORE_PARAMS_NEEDED_IN_BATCH = 9
* SPOOL_ERROR = 10
* CODEPAGE = 11
* OTHERS = 12
‎2014 Jan 22 10:26 AM
Hi,
Its a try only, not sure .In the write form open the function SET parameter in the export parameter .
regards,
‎2014 Jan 22 10:28 AM
Please activate the exceptions of FM 'OPEN_FORM' and check the returncode (Tip of the day: ALWAYS check returncodes!)
* EXCEPTIONS
* CANCELED = 1
* DEVICE = 2
* FORM = 3
* OPTIONS = 4
* UNCLOSED = 5
* MAIL_OPTIONS = 6
* ARCHIVE_ERROR = 7
* INVALID_FAX_NUMBER = 8
* MORE_PARAMS_NEEDED_IN_BATCH = 9
* SPOOL_ERROR = 10
* CODEPAGE = 11
* OTHERS = 12
‎2014 Jan 22 10:38 AM