2007 Mar 28 3:40 PM
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
2007 Mar 28 3:45 PM
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
2007 Mar 28 3:45 PM
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
2007 Mar 28 3:57 PM
2007 Mar 28 3:50 PM
Check the FIELD CATALOG for field JUST pass the value with L, R or C
ls_fieldcat-just = 'L'.
aRs
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |