1. define group name(s) for the columns to be hidden
2. Add the following code...
(define)
controls tbl_ctrl type tableview ...
wa like tbl_ctrl-cols.
loop at tbl_ctrl-cols into wa.
if wa-screen-group1 =
wa-invisible = 1.
modify tbl_ctrl-cols from wa
endif
endloop
Other Useful Link :
Modify recording scenario
change attributes of an item in a screen and in a table control at runtime
Create F4 help
Dialog Programming FAQ
Download Dialog programming Tutorial
ABAP,ABAP report,Interactive Report,ALV grid,ALV list,IDOC,User Exit,RFC,Smartform,sapscript,ABAP Performance,Remote Function Module( RFC ),Function Module,Modularization techniques,ABAP tools,ALV report Generator,ABAP Interview Questions,BDC,BAPI,ALE,BADI, EDI,InternalTable,DataStructure,LSMW,Domain,DataElement,Basis and Administration ,ABAP HR development,ABAP Debugger,BW,ExceptionHandling,Download FI, CO, MM, PP, SD, PM, PS, QM, SM, HR, BW, APO,ABAP Tutorial
Wednesday, June 13, 2007
Hide a column in a table control at runtime
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment