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: 

overflow of non main window

former_member2492
Active Participant
0 Kudos

I am in me9L and trying to print a smartform however it doesnt print,when I switch on sftrace it gives me this error:

and the footer has this problem:

can anyone help me identify this problem where is the problem ?

19 REPLIES 19

Sandra_Rossi
Active Contributor
0 Kudos

Too small window. Enlarge the window and try again.

former_member2492
Active Participant
0 Kudos

sandra.rossi I have tried it but its not it

former_member2492
Active Participant
0 Kudos

I tried even deleting it but it wont work either...

Sandra_Rossi
Active Contributor
0 Kudos

I searched the Web and they give the solution.

"overflow of non main window" site:sap.com

Your window overflows the page size. It's also better explained in the details of the message SSFCOMPOSER 173.

former_member2492
Active Participant
0 Kudos

sandra.rossi I made it smaller too but still doest show...

Sandra_Rossi
Active Contributor
0 Kudos

In fact, you and I were confused by the messages.

You are talking about overflow which is one of the messages, but the other one (SSFCOMPOSER 610) says that the text is not found.

So, nothing is output because the text is not found. Simple as that.

former_member2492
Active Participant
0 Kudos

sandra.rossi gotit but how do I solve it?what should I do in this case....

former_member16553
Active Participant

You have to create the text. If you are using standard text then create it in S010 and then refer same in the form. Thanks.

Regards,

Girdhari

former_member2492
Active Participant
0 Kudos

girdhari.mondal I tried that but yet nothing comes out...what could the problem be?

former_member2492
Active Participant
0 Kudos

when I got to another order in me9F it gives me these additional messages

Sandra_Rossi
Active Contributor
0 Kudos

It's impossible to help you. Clearly, the text doesn't exist, and you don't seem to be able to create it, or to mention the right text number in the Smart Form. What I can think of is wrong client, wrong language, etc. If you can't fix it yourself, then show screenshots of everything concerned by the topic.

Note that hardcoding the language is usually not best practice.

former_member2492
Active Participant
0 Kudos

but should there be any error msg if I check the checkbox? do not know really what could the prb be

Sandra_Rossi
Active Contributor
0 Kudos

I don't understand what you want to do, could you clarify?

If your problem is to output a standard text or whatever, do a test with an existing text.

The checkbox just says to not produce an error if the text doesn't exist.

former_member2492
Active Participant
0 Kudos

the smartform doesnt output at all,when I do sftrace it gives me these errors.I want to visualize the smartform but dont know why it is not showing

venkateswaran_k
Active Contributor
0 Kudos

Hi

We shall go by elimination steps.

First , Open the smartform and make the condition as false - for that Text Element ( which believed to be error)

Then execute the smartform and let us know if you are able to view the form.

former_member2492
Active Participant
0 Kudos

venkateswaran.k i can execute the smartform with F8 from smartforms transaction but when I am in me9F it does not show.even if I delete that text element still does not show

venkateswaran_k
Active Contributor
0 Kudos

Since you say, it is working when you execute it from Smartform t-code.

Please check the following

1. NACE setting - your dirver program and smartform settings

2. Put a break point in the driver program and see from ME9F - it catches the driver program

3. Debug further - what is missing in smartform

Sandra_Rossi
Active Contributor
0 Kudos

Did you make sure that it runs with exactly same parameters in SMARTFORMS and in ME9F?

former_member2492
Active Participant
0 Kudos

sandra.rossi I don't get to decide the parameters in SMARTFORMS. in ME9F yes. when I remove the footer it only gives me: Overflow of non main window.