Symptom
You encounter the following ST22 dump:
Runtime Errors SAPSQL_PARSE_ERROR
Except. CX_SY_DYNAMIC_OSQL_SEMANTICS
ABAP Program SAPLAGS_CC_BI_EXTRACTOR_SCMON
Application Component SV-SMG-CCM-CDM
Short Text
An error has occurred while parsing a dynamic entry.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLAGS_CC_BI_EXTRACTOR_SCMON" had to be terminated
because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS' and was not
caught in procedure
"AGS_SCMON_BI_GET_DSO_SYSTEM" "(FUNCTION)", nor was it propagated by a RAISING
clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
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:
""/BI0/ASM_UCGDD00" is not defined in the ABAP Dictionary as a table,
projection view, or database view."
"SAPSQL_PARSE_ERROR" CX_SY_DYNAMIC_OSQL_SEMANTICS
"SAPLAGS_CC_BI_EXTRACTOR_SCMON" bzw. LAGS_CC_BI_EXTRACTOR_SCMONU02
"AGS_SCMON_BI_GET_DSO_SYSTEM"
Information on where terminated
The termination occurred in ABAP program "SAPLAGS_CC_BI_EXTRACTOR_SCMON", in
"AGS_SCMON_BI_GET_DSO_SYSTEM". The main program
was "SAPMSSY1".
In the source code, the termination point is in line 32 of (Include)
program "LAGS_CC_BI_EXTRACTOR_SCMONU02".
The termination is due to exception "CX_SY_DYNAMIC_OSQL_SEMANTICS" occurring
in procedure "AGS_SCMON_BI_GET_DSO_SYSTEM" "(FUNCTION)".
This exception was not handled locally or declared in the RAISING
clause in the procedure's signature however.
The procedure is in program "SAPLAGS_CC_BI_EXTRACTOR_SCMON". The source code
begins in line 1 of
(include) program "LAGS_CC_BI_EXTRACTOR_SCMONU02".
30 raise WRONG_SOURCE_DSO.
31 endcase.
>>>> SELECT DISTINCT SMD_LSID FROM (lv_table_name) INTO TABLE ET_SYSTEM. "#EC CI_NOWHERE.
33 ENDFUNCTION.
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
CCM, Custom Code Management, SAPSQL_PARSE_ERROR, ST22 Dump, Function Module, AGS_SCMON_BI_GET_DSO_SYSTEM, CX_SY_DYNAMIC_OSQL_SEMANTICS,
SAPLAGS_CC_BI_EXTRACTOR_SCMON, LAGS_CC_BI_EXTRACTOR_SCMONU02, AGS_SCMON_BI_GET_DSO_SYSTEM , KBA , SV-SMG-CCM , Custom Code Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview