2014 Feb 17 7:40 AM
Hi Experts,
We are calling dynamic SQL query for data extraction from various tables.
After transforming the code from ECC60 to ECC60 Ehp7. We encountered the
below error in one of our custom program.
The reason for the exception is:
The current ABAP program attempted to execute an Open SQL statement
containing a dynamic entry. The parser returned the following error: "You can
only read out of the LRAW or LCHR fiels ZUSR10~AUTHS using its prepending
length field"
As the code is dynamic we are unable to update the length of field .
Select (Selected_fields)
into corresponding fields of Table <tmp_tab>
from(Table)
where (where_clause).
Please suggest .
Thanks
2014 Nov 19 12:09 PM