Symptom
SCI static is being used to check the scenario, while Extracting Code Information for Remote Checks, the following dump happens:
Runtime Errors ASSERTION_FAILED
|How to correct the error
| "ASSERTION_FAILED" " " |
| "CL_CI_TEST_EXPORT_COMP_PROCS_ECP" or "CL_CI_TEST_EXPORT_COMP_PROCS_ECM002" |
| "EXPORT"
----------------------------------------------------------------------------------------------------
|Information on where terminated |
| Termination occurred in the ABAP program "CL_CI_TEST_EXPORT_COMP_PROCS_ECP" - |
| in "EXPORT". |
| The main program was "SAPLS_CODE_INSPECTOR ". |
| |
| In the source code you have the termination point in line 7 |
| of the (Include) program "CL_CI_TEST_EXPORT_COMP_PROCS_ECM002". |
-----------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1| method EXPORT. |
| 2| |
| 3| |
| 4| field-symbols: <L_EXPORT> type T_EXPORT_DATA. |
| 5| |
| 6| loop at P_EXPORTS assigning <L_EXPORT>. |
|>>>>>| assert <L_EXPORT>-OBJNAME is not initial or <L_EXPORT>-DYNNR is not initial. |
| 8| if PA_RFC = ABAP_TRUE. |
| 9| call function 'RS_ABAP_IMPORT_COMP_PROCS' |
| 10| destination PA_DEST |
| 11| exporting
Read more...
Environment
- SAP_BASIS 700.
- Latest version of SAP Note 2270689 is implemented.
Product
Keywords
ASSERTION_FAILED, CL_CI_TEST_EXPORT_COMP_PROCS_ECP, SCI , KBA , BC-ABA-LA , Syntax, Compiler, Runtime , BC-ABA-LA-CI , ABAP Code Inspector , 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