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

SAP script

Former Member
0 Likes
649

When I execute payment order routine program I am getting one error message.

" An unallowed overflow of the main window occurred"

4 REPLIES 4
Read only

Former Member
0 Likes
619

Hi,

Is your SAP release is less that 4.0B. If so then there is a SAP note<b>(382467)</b> which you have to implement.

Symptom

When you use the RDI interface, the system generates the error message "An unallowed overflow of the main window occurred" when transfer slips are printed in German and Austrian payment medium programs. Without RDI the form is output correctly.

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

0 Likes
619

if i am doing debug mode first page output coming correctly but if it is go to next page then it read main window afterthat error meesage came. I have mentioned next page im page window. If i remove next page in page window first page printing correctly .

Message was edited by: sureshkumar v

Read only

Former Member
0 Likes
619

Hi Suresh,

Please refer SAP note 8884

Regards,

Preema

*Reward points if it helps

Read only

Former Member
0 Likes
619

If you run on program ( RFFOD__U) in foregground mode inside program logic is there if total no pages is more than one page it will thro' error.

In background mode it was working fine