i have created an internal table
DATA : BEGIN OF I_DPAYH OCCURS 0,
ECS_TCODE TYPE N LENGTH 2 VALUE '66',
ZBKON TYPE DPAYH-ZBKON,
LEDGER_FOLIO(3) TYPE C ,
ZBNKN TYPE DPAYH-ZBNKN,
ZNME1 TYPE DPAYH-ZNME1,
END OF I_DPAYH.
i want reduce the field length of field zbnkn as 15 the actual
length is 18 character in database . i want to make an internal
table in which its length should be 15 character .
plz reply its urgent
regards
sarfaraz