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

data in alv report

Former Member
0 Likes
469

i have column of-- MFRPN-MARA the part number shown

___123456789

EET5656434

____3444444

with blanks

i want them look all in left like in excel

123456789

EET5656434

3444444

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
446

Make sure that the field in the internal table is typed as MARA-MATNR and that the field catalog references this table and field, it should always put the material number on the left. If still having problems, try to force the justification using the field catalog, there is a field, JUSTIFIED, set it to 'L'.

Regards,

RIch Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
447

Make sure that the field in the internal table is typed as MARA-MATNR and that the field catalog references this table and field, it should always put the material number on the left. If still having problems, try to force the justification using the field catalog, there is a field, JUSTIFIED, set it to 'L'.

Regards,

RIch Heilman

Read only

0 Likes
446

thanks my dear friends

Read only

former_member194669
Active Contributor
0 Likes
446

Check the FIELD CATALOG for field JUST pass the value with L, R or C

ls_fieldcat-just = 'L'.

aRs