Good Day,
We are trying to replicate service masters (object DNL_CUST_SRVMAS) from ECC 6 to SRM 7 and we are getting the error below in smq1;
"A dynamically specified column name is unknown".
And in ECC 6 in tcode ST22 we are getting this error;
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
not caught in
procedure "CRS_GENERIC_SELECT_UC" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
An Open SQL clause was specified dynamically. The contained field name
"ASTYP" does not exist in any of the database tables from the FROM clause.
How to correct the error
Check the field name in the SELECT clause.
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"SAPSQL_INVALID_FIELDNAME" "CX_SY_DYNAMIC_OSQL_SEMANTICS"
"SAPLCRM_GENERAL" or "LCRM_GENERALU02"
"CRS_GENERIC_SELECT_UC"
Could you please assist us to resolve this error.
Thank You!
Regards,
Dave