Hi All experts,
I want to view result of abap report on screen. Report is running fine but i can not able to see all columns. (specifically last column manufacturer).
I have tried different combination of line-size. But still it is not working. Please note that there is less chance that i can change size of any columns. Any help please??
REPORT ZSDS_ITEM_MASTER no standard page heading
line-size 1023
line-count 75
message-id zs2.
data: begin of wt_outbound occurs 0,
matnr(18) type c, "Material
maktx(25) type c, "Description
umrez(12) type c, "Units per pallet
brgew(10) type c, "Weight
volum(10) type c, "Volume
prodh3(12) type c, "Portfolio group
prodh5(12) type c, "Product Group
mtart(12) type c, "Material Group
mstav(12) type c, "Current Status
mstdv(8) type c, "Current status effective date
fill_4(12) type c, "Future Status
fill_5(8) type c, "Future Status effective date
division(12) type c, "Division (Mapped field)
prodh4(5) type c, "Unit Group
kosch(18) type c, "Allocation Number
switch(1) type c, "Switch
mpack_qty(12) type c, "Master Pack Qty
case_qty(12) type c, "Case Quantity
mstae(2) type c, "Cross-plant material status
brand(20) type c, "Brand
atwrt(3) type c, "PPR Value
prgrp(18) type c, "Manufacturing Product Group
mfrnr(10) type c, "Manufacturer
end of wt_outbound.