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: 

Format Warn error

former_member1257031
Participant
0 Kudos

Hi Experts

Printing Issue . For this printing issue I saw few posts but none fulfill my criteria.

I am getting the issue while trying to print .

60,000 are too many lines for format X_format. Attached screenshots.

My report has neither 60,000 Lines or 254 columns . Its a small report less than 70 Rows or columns .

How can I remove this warning .

The data getting printing is correct , I need to remove this warning only .

Few weeks ago this didnt use to happen ...

Any suggestions


Thanks

MM_sD

1 ACCEPTED SOLUTION

former_member220617
Contributor
0 Kudos

Dear MMDT ,

Warning message will trigger from the standard program , there is logic written in the program that minimum 1 to 99 lines has allowed , if it is exceed then you will get this warning message . if you don't want this warning message change at the program level .

program logic -

Regards,

C.B Reddy

4 REPLIES 4

former_member220617
Contributor
0 Kudos

Dear MMDT ,

Warning message will trigger from the standard program , there is logic written in the program that minimum 1 to 99 lines has allowed , if it is exceed then you will get this warning message . if you don't want this warning message change at the program level .

program logic -

Regards,

C.B Reddy

0 Kudos

I understand but the error msg was there 2 weeks back ...also getting warning msg like cannot print last 59 columns.

So I was wandering any change in configuration has done this things because in prog no change done

0 Kudos

Dear MM DT ,

check in your out put program or in your smart form program with your abaper , sometimes maximum letters allowed to print in out put level is restricted to some characters , if it increased beyond that then this warning message .

check with less lines to print at that time it will not show this warning message . do multiple scenario by increasing the lines then you can come to know maximum lines to print with out warning message , then the same you check with abaper to increase this at program level .

Regards,

C.B Reddy.

0 Kudos

Hi ,

Its a ALV report , so how to track what changes done ..., I checked with 2-3 different o/p devices same problem .. also This particular report is having issues .

I checked with smaller (3-5 records) same problem.