Hi
Change the data type of this declaration.
DATA: attr TYPE /DTEL00GL.
to
DATA: attr TYPE char20.
This may not be the right approach, but nothing wrong in trying out few things.
Regards,
Bharathy
Hi
Change the data type of this declaration.
DATA: attr TYPE /DTEL00GL.
to
DATA: attr TYPE char20.
This may not be the right approach, but nothing wrong in trying out few things.
Regards,
Bharathy