cancel
Showing results for 
Search instead for 
Did you mean: 

Rz70 ended with ABAP program "_SLD_CLIENT" had to be terminated

Former Member
0 Kudos

Dear Experts,

Need your help and suggestion here, Facing Program terminated Short dump while executing "Start SLD data collection now" in Rz70 ECC system,

The current ABAP program "_SLD_CLIENT" had to be terminated because it has

come across a statement that unfortunately cannot be executed..

Please suggest some solution here, i tried in searching but unable to find the relevant...

Also attached the short_dump text file in this message

thanks

Ahmed

Accepted Solutions (1)

Accepted Solutions (1)

former_member204080
Active Contributor
0 Kudos

Hi Ahmed,

Please refer below notes which has solution for above issue

2162694 - RZ70 throws dump CALL_FUNCTION_CONFLICT_TAB_TYP


copying the content of note


Symptom

When running transaction RZ70 and executing the Data Supplier, you receive the following dump:

Category               ABAP Programming Error
Runtime Errors         CALL_FUNCTION_CONFLICT_TAB_TYP
Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
ABAP Program           _SLD_CLIENT
Application Component  BC-CCM-SLD-ABA

Cause

The information about Transport Management System configuration and Installed Licences in an ABAP system are gathered through an RFC. In order to better integrate with LMDB, an extension for the ABAP Data Supplier replaces these RFC calls.

This dump is thrown by program _SLD_CLIENT when the extension is not available in the system.

Resolution

Implement SAP Note 1977240 - Extension of the AS ABAP SLD Data Supplier (RZ70), that delivers the missing extension to 7.0x systems.

Regards,

Murali

Former Member
0 Kudos

Dear Murali,

Thanks for your reply.

Below SAP notes helps me to fix the issue.

2162694 - RZ70 throws dump CALL_FUNCTION_CONFLICT_TAB_TYP

Solution:

Apply below sap note using snote tcode.


1977240

2148577

thanks a lot.

Regards

Ahmed

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Murali,


We have facing the same issue in our solution manager.


Same  note help me to fix my issue 2162694 - RZ70 throws dump CALL_FUNCTION_CONFLICT_TAB_TYP.


We have Implement SAP Note 1977240 .


issue got resolved thanks.


Thanks


Bhushan