cancel
Showing results for 
Search instead for 
Did you mean: 

PO: Font family not maintained.

Former Member
0 Kudos

Hi,

I am printing PO through custom smartform. When I am putting texts lesser than 349 in Header Text->header text, then its printing properly. Whenever the text is more than 340, then error 'Font family not maintained' is coming and form is not getting printed.

Error is coming while writing the 340th line through FM 'SSFCOMP_WRITE_TEXTu2019. Its showing error in include 'LSTXBCFPC', line 1355. Here the value of variable l_pos_new is more than 99999.

Is there any limitation on printing long text or vertical postions in smartform. And where its beiing set.

As per the description of the error, i checked in tcode SE73 and found that the font which I am using is maintained there. If it would have not been maintained then text will never be printed.

Please help me as this is a crucial problem.

Thanks.

Vinod.

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

You have 2 different messages:

SSFCOMPOSER 050 : Font family & not maintained.

SSFCOMPOSER 250 : Table row is larger than 176 cm (this is the height in fact)

SSFCOMPOSER 050 : indicates that the font is not defined as a printer font (not just a font family).

SSFCOMPOSER 250 : [search the forum|http://www.sdn.sap.com/irj/scn/advancedsearch?query=ssfcomposer+250], it's already discussed

Former Member
0 Kudos

Hi Sandra,

This solved my problem.

Initially iI was using text inside table row. Now I am using it before table and its working fine.

Thanks,

Vinod.

Former Member
0 Kudos

What is the actual answer? there are given only different messanges numbers but not solution. and |http://www.sdn.sap.com/irj/scn/advancedsearch?query=ssfcomposer+250 link will goes to the first screen only.

Kindly explain solution.

Answers (2)

Answers (2)

former_member182040
Active Contributor
0 Kudos

hi

this link is not able to open can u you give proper solution link?

Former Member
0 Kudos

Hi ,

Try include text u can resolve your issue .

There is no restrictions for include text .

Let me know if any concerns.....

Former Member
0 Kudos

Hi Rediez ,

I was using include text only. There I got the same error. So now I switched to line-by-line printing, but no luck.

Please let me know if there is any other solution.

Thanks,

Vinod.