Skip to Content
0
Former Member
Jun 30, 2009 at 06:09 AM

Syntax Error:OCS Package SAPKB71005, tp step "I", return code 0012

277 Views

HI Experts

I am getting the syntax error while applying the sap basis 710 level 5 and 6 together.

The error message

Runtime Errors SYNTAX_ERROR

Date and Time 30.06.2009 11:37:18

Short text

Syntax error in program "SAPLTMSM ".

What happened?

Error in the ABAP application program.

The current ABAP program "SAPLTMSC" had to be interrupted because it contains

a statement that cannot be executed.

In the include "LTMSMTOP " in the line 14 of program "SAPLTMSM " the following

syntax

errors occur:

"TYPE-POOL "CTSC" is unknown"

" "

" "

" "

Author and last person to change the include are:

Author "SAP "

Last changer "SAP "

Error analysis

The following syntax error was found in the program SAPLTMSM :

"TYPE-POOL "CTSC" is unknown"

" "

" "

" "

igger Location of Runtime Error

Program SAPLTMSC

Include LTMSCU41

Row 21

Module type (FUNCTION)

Module Name TMS_CI_GET_SYSTEM_PER_GROUP

urce Code Extract

ne SourceCde

1 function tms_ci_get_system_per_group.

2 *"----


3 ""Lokale Schnittstelle:

4 *" CHANGING

5 *" REFERENCE(IT_SYSLIST) TYPE TMSCSYSLST_TYP

6 *" EXCEPTIONS

7 *" TMS_NOT_CONFIGURED

8 *" LIST_INCOMPLETE

9 *"----


10

11 data: lt_tmscsys like tmscsys occurs 0 with header line.

12

13 data: ls_syslist like tmscsyslst.

14

15 data: ls_tmsmconf like tmsmconf,

16 lv_local_grp like tmscsys-nfsgrp,

17 lv_subrc like sy-subrc,

18 lv_incomplete.

19

20 * get local domain first

>>>>> call function 'TMS_CFG_READ_LOCAL_CONFIG'

22 importing

23 es_conf = ls_tmsmconf

24 exceptions

25 others = 99.

26 if sy-subrc <> 0.

27 message id sy-msgid type sy-msgty number sy-msgno

28 with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4

29 raising tms_not_configured.

30 endif.

31

32 * get domain name of each system

33 loop at it_syslist into ls_syslist

34 where domnam = space.

35 call function 'TMS_CFG_GET_DOMAIN_NAME'

36 exporting

37 iv_system = ls_syslist-sysnam

38 importing

39 ev_domain_name = ls_syslist-domnam.

40 modify it_syslist from ls_syslist.

your advise and support in this concern wil be highly appreciated.

Se38 tcode and some other tcodes on execution are giving dump in the system.

Regards

Pooja