SAPSQL_INVALID_FIELDNAME is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: A - ABAP Programming Error
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
Check the field name in the SELECT clause.
Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.
Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.
A dynamically specified column name is unknown.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
An Open SQL clause was specified dynamically. The contained field name
"<runtime parameter>" does not exist in any of the database tables from the FROM clause.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
SAPSQL_INVALID_FIELDNAME - sapsql invalid fieldname SAPSQL_INTERNAL_ERROR - sapsql internal error SAPSQL_INCOMPLETE_PRIMARY_KEY - sapsql incomplete primary key SAPSQL_INCOMPATIBLE - sapsql incompatible SAPSQL_ILL_SORTTABLE - sapsql ill sorttable SAPSQL_ILLEGAL_REFERENCE_TYPE - sapsql illegal reference type