‎2008 Feb 14 7:51 AM
Hi All,
I want to insert a collapse/ insert button in screens , wherein a table control will be collapse or expanded based on this button. please give your inputs and steps to do it.
Thanks ,
Ramya
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 14, 2008 3:09 PM
‎2008 Feb 14 8:45 AM
Hi,
I suggest to look for ALV Tree. I think you'll find it helpful.
Regards,
Teddy
‎2008 Feb 14 8:50 AM
hi,
insert buttons in the screen initially and make then invisible like
in the pbo of the screen.
loop at screen.
if screen-name eq 'insert'.
screen-invisible = 1.
modify screen.
endif.
endloop.
if particular button is clicked then make that button visible.
if w_flag eq 'X'.
loop at screen.
if screen-name eq 'insert'.
screen-invisible = 0.
modify screen.
endif.
endloop.
endif.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 14, 2008 3:09 PM
‎2008 Feb 14 8:16 PM
Check for transaction code BIBS and within "Collapsible Area"
a®