Hi All,
I have declared an internal table t_e1edp01 which refers to the structure of the segment E1EDP01.I need to populate this internal table (t_e1edp01) by taking values from another internal table t_edidd which refers to the structure EDIDD.
Now the problem is the internal table t_edidd has one field sdata which is of length 1000 characters, and this field has got all the values that needs to be poppulated in the my internal table (t_e1edp01).
Can anyone tell me,How to split this field 'sdata' and poppulate the values into the corresponding fields of the table t_e1edp01.
Waiting for your reply,
Muzammil.