Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

getting issues with script

Former Member
0 Likes
495

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.

1 ACCEPTED SOLUTION
Read only

UweFetzer_se38
Active Contributor
0 Likes
466

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

3 REPLIES 3
Read only

narendar_naidu
Active Participant
0 Likes
466

Hi,

Its a try only, not sure .In the write form open the function SET parameter in the export parameter .

regards,

Read only

UweFetzer_se38
Active Contributor
0 Likes
467

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

Read only

0 Likes
466

Thanks for your solution, i got the output.