Application Development 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: 

SSFCOMPOSER

Former Member
0 Kudos

Hi Gurus

When we try to output message for PO, we are getting the following message:

Sytem message 042 from work area SSFCOMPOSER does not exist

We are using a ZProgram for our smart form. All condition records for PO doc type have been maintained.

<removed_by_moerator>

Regards

Vinayak

Edited by: Julius Bussche on Feb 3, 2009 2:43 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

one of the reason might be the item long text which could have been maintained with a lot of gaps.

and the characters used for the item may be too long .try removing the gaps between the lines and

check .

and some times this problem occurs due to any of the content to be printed doesn't fit into the window(especially when we use tables , templates, long texts..)

Regards,

Raj.

3 REPLIES 3

Former Member
0 Kudos

Hi,

In the code the system is trying to through the message from message class SSFCOMPOSER.

search for the word SSFCOMPOSER in your zprogram and comment this message and put your own message class.

this solves your problem as SSFCOMPOSER message class is not existing in your system.

With Regards,

Dwaraka.S

Former Member
0 Kudos

Hi,

one of the reason might be the item long text which could have been maintained with a lot of gaps.

and the characters used for the item may be too long .try removing the gaps between the lines and

check .

and some times this problem occurs due to any of the content to be printed doesn't fit into the window(especially when we use tables , templates, long texts..)

Regards,

Raj.

0 Kudos

Thanks guys...

problem reolved...Problem with Template length not match with Window.

Regards

Vinayak Sapkal