‎2006 Sep 26 12:40 PM
Hi Abapers,
i'm getting an error while printing a form.
error descr.: -
Output could not be issued
Message no. VL086
Diagnosis
An error occurred in the message processing program.
Procedure
Contact your system administrator
Also if I run my smartfrom independently i got message like this
Exception FORMATTING_ERROR
Message ID: SSFCOMPOSER Message number: 601
Message:
Reference field GS_LIKP-ZWEIGHWT unknown in form.
with 0 entries
‎2006 Sep 26 12:41 PM
Debug ur progrm and check exactly where the error is coming.
Regards
‎2006 Sep 26 12:50 PM
Hi Adams,
The error is for field GS_LIKP-ZWEIGHWT. It seems to be a quantity field. If it is then you'll have to maintain a reference field for it in you Smartform. To do this -
Goto Global Definations -> Currency/Quant.fields
Here give the field name GS_LIKP-ZWEIGHWT and in the reference field give some quantity field contained in some internal table that you have passed in the form attributes. Give data type as QUAN.
Activate the Form and execute. This should solve your problem.
Hope this helps!
Regards,
Saurabh