‎2007 Sep 06 1:51 PM
Hi friends, i am working in reports but i want to develop an edible report in alv grid control can any one send me the code if possible
Thanks in Advance,
Sasi .
‎2007 Sep 06 2:03 PM
hi,
try this while declaring fieldcatalog.
d_fieldcat_wa-fieldname = 'MATNR'.
d_fieldcat_wa-seltext_l = 'Material Number'.
d_fieldcat_wa-edit = 'X'.
d_fieldcat_wa-input = 'X'.
append d_fieldcat_wa to d_fieldcat.
clear d_fieldcat_wa.
Reward with points if helpful.
‎2007 Sep 06 1:54 PM
Sasi,
Just set the EDIT property of the field in the field catalog to 'X' and it will display you the alv report in the Editable format for that field.
for ex: fs_fieldcat-edit = 'X'.
‎2007 Sep 07 5:30 AM
Hi friend,
thanks for your valuable information.
Thanks and Regards,
Sasi
‎2007 Sep 06 2:03 PM
hi,
try this while declaring fieldcatalog.
d_fieldcat_wa-fieldname = 'MATNR'.
d_fieldcat_wa-seltext_l = 'Material Number'.
d_fieldcat_wa-edit = 'X'.
d_fieldcat_wa-input = 'X'.
append d_fieldcat_wa to d_fieldcat.
clear d_fieldcat_wa.
Reward with points if helpful.
‎2007 Sep 07 5:31 AM
hi friend,
thanks for valuable information.
Thanks and Regards,
Lava.
‎2007 Sep 06 2:49 PM
I don't think coding is an issue. You need to be more concerned with what you print it on. I would suggest a thin Greek pastry.
Rob