cancel
Showing results for 
Search instead for 
Did you mean: 

CALL FUNCTION SEND ERROR when displaying attendance report in PDF format.

Former Member
0 Kudos

We implemented SSO/webgui. The users did not have any issues with printing reports from SAPGUI. In webgui, however, we had to define a Local PDF1 printer, per SAP Note 771683. When users prints this report, it is generating 1-5 CALL_FUNCTION_SEND_ERROR. We have Central Instance and 5 additional instances on 3 app servers. Sometimes it generates 1 dumps, sometimes 2, etc. The dump do not occurred on the instances you are logged into. The dump contains the following:

-


ShrtText

" " (I/O error)

What happened?

"CPIC-CALL: 'ThCMSEND'#connection closed#"

An error occurred when executing a Remote Function Call.

Error analysis

An error occurred when executing a Remote Function Call.

"CPIC-CALL: 'ThCMSEND'#connection closed#"

Status of connection.... "CODE=CM_DEALLOCATED_NORMAL CM_SEND_RECEIVED

CM_COMPLETE_DATA_RECEIVED SAPCODE=0 CONV=04892091"

Internal error code.... "RFC_IO5"

There is an error in the communication system. To clarify

and resolve the error, contact your system administrator.

Transaktion......... " "

Programm............ "SAPLSICM"

Dynpro.............. "SAPMSSY1 3004"

Dynprozeile......... 2

Informationen zum Aufrufer des Remote Function Calls (RFC):

System.............. "HRP"

Datenbank-Release... 640

Kernel-Release...... 640

Verbindungstyp...... 3 (2 = R/2, 3 = R/3, E = Extern, R = Reg. Extern)

Aufrufsart.......... "asynchron with reply (imode 0)" (S = Synchron, a/A =

Asynchron, T = Transakt. )

Mandant............. 600

Benutzer............ "CG1981"

Transaktion......... " (Program: SAPLSICM)"

Funktionsbaustein... "ICM_CACHE_UPLOAD"

Information on where terminated

The termination occurred in the ABAP program "SAPLSICM" in "ICM_CACHE_UPLOAD".

The main program was "SAPMSSY1 ".

The termination occurred in line 18 of the source code of the (Include)

program "LSICMV11"

of the source code of program "LSICMV11" (when calling the editor 180).

Source Code Extract

Line SourceCde

1 *******************************************************************

2 * THIS FILE IS GENERATED BY THE FUNCTION LIBRARY **

3 * NEVER CHANGE IT MANUALLY, PLEASE! **

4 *******************************************************************

5 FORM ICM_CACHE_UPLOAD %_RFC.

6 * Parameter declaration

7 DATA URL TYPE

8 ICMURL

9 .

10 DATA DATA TYPE

11 ICMDATA

12 .

13 DATA GLOBAL LIKE

14 SY-INDEX

15 .

16 * Assign default values

17 * Call remote function

>>>>> CALL FUNCTION 'ICM_CACHE_UPLOAD' %_RFC

19 EXPORTING

20 URL = URL

21 DATA = DATA

22 GLOBAL = GLOBAL

23 .

24 ENDFORM.

We are on ERP 2004, kernel level 156, and Basis SP18. I have Adobe Reader 8.

Our CI Service Port is 8009.

I have not seen any posting if there is a PDF limitation, e.g., width limitation, report contains rows highlighted in various colors.

Accepted Solutions (0)

Answers (1)

Answers (1)

tim_buchholz
Active Participant
0 Kudos

Dear Elaine,

check notes

<a href="https://service.sap.com/sap/support/notes/764734">764734</a>

<a href="https://service.sap.com/sap/support/notes/688372">688372</a>

or you might want to try to comment out line 118 of the function module

ICM_CACHE_UPLOAD which reads like this

PERFORMING RECEIVE_DATA_UPLOAD ON END OF TASK

If this does not solve the problem, give a detailed description on how to reproduce the dump and put that into an error message with SAP. It should go to BC-CST-IC.

Best Regards,

Tim