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

export data alv-->excel

Former Member
0 Likes
512

i have column MATNR (like mbew-matnr) in ALV report

when i make export to excel i get all the column without the<b> last digit</b> why the last digit is missing???

i have column MATNR (like mbew-matnr) in ALV report

when i make export to excel i get all the column without the<b> last digit</b> why the last digit is missing???

2 REPLIES 2
Read only

Former Member
0 Likes
471

You have to check your ALV setting because if you go to SE16 with the table that you describe (MBEW) and download it to excel it looks ok. Set the properties of the column MATNR as mbew-matnr in the field catalog

I_FIELDCAT-FIELDNAME = 'MATNR'.

I_FIELDCAT-REF_TABNAME = 'MBEW'.

Sagit cnaan

Read only

Former Member
0 Likes
471

This message was moderated.