2013 Jun 04 5:24 AM
Hi Experts,
When I tried to download meter reading order to local system, its giving me an error as below
Message no. TD443
The specified function was called although no form was activated beforehand using START_FORM.
The function is ignored.
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:
Please help me to Resolve this.
thanks in advance
Vipin KV
2013 Jun 04 5:18 PM
Hi Vipin,
It seems that there is an issue with your print form. Check if the form is activated using EFRM.
Try to activate the form and then download.
Regards,
Chandan
2013 Jun 07 8:03 AM
Hi,
Thanks for the reply...
I have checked the form. Its activated only.
Regards
Vipin KV
2014 Apr 08 10:30 AM
Hi vipin,
you are using sap script(se71) and calling the script in a driver program before calling WRITE_FORM,
OPEN_FORM or START_FORM must be called
FORM OPEN_FORM."or call START_FORM"
CALL FUNCTION 'OPEN_FORM'
EXPORTING
FORM = ' '."sap script name"
ENDFORM.
make sure that data doesn't overflow ie if the page doesn't contains more data yhat it can hold.
hope it helps.
2014 Apr 16 4:28 PM
Hi Vipin,
The smartform you are using to download the MR was unable to call it Open Form or Smart form function. Make sure the mention function was properly called in your smart form.
After calling those function thing will work, make it done with your Abap'er.
Regards,
AnUrAg.