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: 

Errormessage "Font Family 000 not maintained" by Calling Smartform Function Module

Former Member
0 Kudos

Hello Experts,

by calling the (generated) Smartform Function Module I get  an Exception with sy-subrc = 1 (= formatting_error ).

The error message is "Font Family 000 not maintained".


After long searching unfortunately I couldn't find the reason for this Problem.

The used smartstyle looks good.

I have also created a Fontfamily with the name "000" in SE73, but it doesn't help.

I get still the same error message.

Does anybody know what can be the reason?

Best Regards

3 REPLIES 3

former_member235395
Contributor
0 Kudos

Dear Cetin,

Try this:

changed style to different style in smartforms got throw  --> Global setting --> Form Attributes --> Output Options.


Regards,

yang_aiolos
Active Participant
0 Kudos

could you upload your smartform xml file, then we will try to analyse it.

former_member809980
Participant
0 Kudos

hi,

This will occur when you are referring to the font which didn't exits or improper loading.

You check with writing simple line in smartforms with this font whether this font is working fine or not.

I was getting same error on custom smartforms,

i changed style to different style in smartforms

(Global setting -> Form Attributes -> Output Options) and it worked.

thanks!!