Symptom
During installation of CTSPLUG in phase XPRA_EXECUTION of SAINT/SPAM there is the following dump:
Category ABAP Programming Error Runtime Errors SYNTAX_ERROR ABAP Program SAPLTMSC Application Component BC-CTS-TMS
|
|
What happened? |
Error in the ABAP Application Program |
|
The current ABAP program "TMS_BCI_START_SERVICE" had to be terminated because |
it has |
come across a statement that unfortunately cannot be executed. |
|
The following syntax error occurred in program "SAPLTMSC " in include "LTMSCU57 |
" in |
line 43: |
"Type "CL_CTS_TMS_CI_QA_HANDLER" is unknown" |
" " |
" " |
" " |
|
The include has been created and last changed by: |
Created by: "SAP " |
Last changed by: "SAP " |
Error in the ABAP Application Program |
|
The current ABAP program "TMS_BCI_START_SERVICE" had to be terminated because |
it has |
come across a statement that unfortunately cannot be executed.
...
>>>>> |
call function 'TMS_CI_GET_SYSTEM_INFO' |
26 |
exporting |
27 |
iv_system = lv_system |
28 |
importing |
29 |
ev_local_transdir = lv_local_transdir |
30 |
ev_local_grp = lv_local_grp |
31 |
ev_mgr_user = lv_mgr_user |
32 |
exceptions |
33 |
tms_not_configured = 1 |
34 |
unknown_system = 2 |
35 |
internal_error = 3 |
36 |
others = 99. |
37 |
case sy-subrc. |
38 |
when 0. |
39 |
when 1. |
40 |
message id sy-msgid type sy-msgty number sy-msgno |
41 |
with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 |
42 |
raising tms_not_configured. |
43 |
when 2. |
44 |
lv_local_grp = 'X'. |
|
|
|
Read more...
Environment
- SAP_BASIS 702.
- CTS_PLUG 200.
Product
SAP NetWeaver all versions
Keywords
TP_STEP_FAILURE, SAPK-20001INCTSPLUG, TP_INTERFACE_FAILURE, TP_FAILURE, CTSPLUG, SP15, SP06. , KBA , BC-CTS-TMS , Transport Management System , BC-CTS-TMS-CTR , Central CTS - Transport 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.