‎2008 Aug 21 11:32 AM
hi
i need to display the ALV Grid Control with no data but i need table structure i mean able to give new entries , what parameter i need to pass for this option .
thx
‎2008 Aug 21 11:37 AM
Hi,
ALV input itab
Append empty datas. Like.
do 20 times.
append itab.
enddo.
In your fieldcatlog give
EDIT = 'X'.
Thanks,
Durai.V
‎2008 Aug 21 11:39 AM
IF I WANT TO GIVE MORETHAT 20 MEANS HOW , WE DONT KNOW INITAILLY HOW MANY ROWS WE HAVE TO INSERT RIGHT
tHX
‎2008 Aug 21 11:40 AM
MENTION LAYOUT-EDIT = 'X'.
this enables the complete Editable.
Check the BCALV_EDIT_01 to BCALV_EDIT_08 programs.