Hi Experts,
When I tried to download meter reading order to local system, its giving me an error as below
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
WRITE_FORM_LINES is invalid, START_FORM is missing
Message no. TD443
Diagnosis
The specified function was called although no form was activated beforehand using START_FORM.
System Response
The function is ignored.
Procedure
Before you can output forms using WRITE_FORM, you must open a form with OPEN_FORM or START_FORM.
There are two main causes for this error:
- 1. If you attempt to use a non-existing form, OPEN_FORM or START_FORM returns an exception (FORM). If the application does not respond to this exception and tries to continue printing, the system terminates.
Check in Customizing if the required from is defined for printing and whether it exists (transaction SE71, Form Painter). - 2. The error can also occur if form printing was implicitly terminated. This happens if a page does not have any subsequent page although additional data is to be printed.
Check if all pages of your form have a subsequent page. In many cases, this entry is missing. The error then occurs if other pages are to be printed.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Please help me to Resolve this.
thanks in advance
Vipin KV