cancel
Showing results for 
Search instead for 
Did you mean: 

Program terminate during CAT5 time sheet transfer of multiple network

sunil_yadav2
Active Contributor
0 Kudos

Hi experts,

When we are trying to transfer time sheet to PS via CAT5 we are getting program termination. below is error message:

"MESSAGE_TYPE_X" " "
"SAPLCOBO" or "LCOBOU52"
"CO_BO_DIALOGTAB_ACT_CREATE"

please suggest how to rectify this error.

thanks

Sunil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sunil,

Go to ST22 and check details of the error with help of ABAP.

Check if cancelled records are transferred during transfer through CAT5.

If error is related to program SAPKALP with exception PROGRAM_ERROR, you can check

SAP notes 105133, 105226.

Regards

Tushar

sunil_yadav2
Active Contributor
0 Kudos

Hi Tushar,

Please check below error:

Termination occurred in the ABAP program "SAPLCOBO" - in
"CO_BO_DIALOGTAB_ACT_CREATE".
The main program was "CORIAPI0 ".

In the source code you have the termination point in line 92
of the (Include) program "LCOBOU52".

Please suggest.

thanks

Sunil

Former Member
0 Kudos

Hi Sunil,

While calling this include program, should sync with main program otherwise you will have these kind of run time error issue. Moreover these are developed by SAP and care might have taken by SAP during testing. If run time error dumps are coming then there might be some other issue causing which needs to debugged and fixed.

As Tushare suggested, better take help from developer and debug and fix the issue.

Thanks,

Sudhakar

sunil_yadav2
Active Contributor
0 Kudos

Hi Sudhakar,

we have debug this and found that if we input these 2 network only than on that 92nd line where we are getting dump this fetches 5 networks and after some line it deletes second network also. that is why we are not able to understand/check system behavior.

we have checked all the related not using error code message and even line of code written in std program etc. we did not find any related note also.

Please help us

thanks

Sunil

Former Member
0 Kudos

Only 2 networks are causing termination, then there might be issue in those two networks. compare these two networks with other networks and find out what is missing and fix.

Thanks,

Sudhakar

sunil_yadav2
Active Contributor
0 Kudos

Hi Sudhakar,

we have already checked by comparing both networks.

thanks

Sunil