Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

report

Former Member
0 Likes
545

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

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.

5 REPLIES 5
Read only

Former Member
0 Likes
523

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'.

Read only

0 Likes
523

Hi friend,

thanks for your valuable information.

Thanks and Regards,

Sasi

Read only

Former Member
0 Likes
524

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.

Read only

0 Likes
523

hi friend,

thanks for valuable information.

Thanks and Regards,

Lava.

Read only

Former Member
0 Likes
523

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