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

smart form error

Former Member
0 Likes
518

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

2 REPLIES 2
Read only

Former Member
0 Likes
440

Debug ur progrm and check exactly where the error is coming.

Regards

Read only

Former Member
0 Likes
440

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