Urgent: How to freeze Columns in ABAP Report
Hi All,
Iam working on SAP Release 3.1h. I want to freeze some columns in my ABAP report. Can anyone help me out.
For example in transaction MB52 first 3 columns are freezed. I think they don't use ALV. So please help me out in this regard with out using ALV is there any way.
Regards,
ABAPer.
Hi,
Have a look at SET LEFT SCROLL BOUNDARY statement
Regards,
Sudhir/Mohit
See the transaction LIBS and debug the prog ERGP2105 / status LIBS1
See the instructions when display & scroll ( set left scroll-boundary, ... scroll list)
The best way is to copy/modify (with SE38) these program (and its status with SE41)
--> change mylist definition and filling
--> change the displaying (column)
JL
Thanks to All for your kind reply....
Regards,
ABAPer.