| |
GeekInterview.com > Interview Questions > SAP R/3 > Reports
| Print | |
Question: While printing, 10 columns are printing in first page and the next 4 cols in next page, how do u resolve this to accommodate all the 14 columns in a single page?
|
| July 07, 2008 09:22:37 |
#1 |
| kalyanraja |
Member Since: July 2008 Total Comments: 3 |
RE: While printing, 10 columns are printing in first page and the next 4 cols in next page, how do u resolve this to accommodate all the 14 columns in a single page? |
put
REPORT ZPROG_XXXX LINE-COUNT 15.
u will get the answer. |
| |
Back To Question | |