cancel
Showing results for 
Search instead for 
Did you mean: 

problem with field symbols in ecc 6.0

Former Member
0 Kudos

i have the following code written in 4.6 version now i am executing the old report in 6.0 but i am facing with some unicode error.

FIELD-SYMBOLS:

<line_of_bs_table> LIKE tbl1024,

READ TABLE bs_table INDEX row_bst ASSIGNING <line_of_bs_table> .

buffer_bsbuffer_ptr(aux) = <line_of_bs_table> >col_bst.

tb1024 is standard sap structure for storing buffer contents

i have the following error in ecc 6.0

structure type '<line_of_bs_table> >+col_bst' does not start with a charecter type field in unicode programs in such cases

offset/ length declarations are not allowed.

can any one tell how can a field symbol structure is changed to charecter type.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi elinuk,

you have already posted this thread in the ABAP general forum under and I think that this forum is more related to this issue than the DMS forum. So please close this thread and investigate this issue further in the ABAP general forum.

Best regards,

Christoph

Answers (0)