cancel
Showing results for 
Search instead for 
Did you mean: 

CALL_FUNCTION_FORMAT_NOT_SUP

Former Member
0 Kudos

hi,

i am getting below dump for sapsys uerid. i attached dump details also.kindly help me out resole this dump.

ABAP/4 runtime error CALL_FUNCTION_FORMAT_NOT_SUP

Occurred on 07.07.2009 at 15:15:18

-

-


RFC data format not supported.

-

-


What happened?

-

-


An error occurred when executing a Remote Function Call.

The current ABAP/4 program "SAPMSSY1" had to be terminated because

one of the statements could not be executed.

This is probably due to an error in the ABAP/4 program.

-

-


What can you do?

-

-


Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your

SAP system administrator.

-

-


Error analysis

-

-


A data error occurred when executing a Remote Function Call.

The data format used is not supported by the recipient.

-

-


How to correct the error

-

-


A 'Remote Function Call' passed data in the incorrect format or

length. If both the calling program and the called program are

ABAP/4 function modules, there is an error in the

SAP system.

If one of these programs is a CPI-C program which interprets the

RFC log itself, the error has probably occurred because the program

does not conform to the standards defined by SAP.

-

-

-


System environment

-

-


SAP Release.............. "31H"

Application server....... "PCPPROD1"

Network address.......... "10.106.128.71"

Operating system......... "SunOS"

Release.................. "5.6"

Hardware type............ "sun4u"

Database server.......... "PHYPLW02"

Database type............ "ORACLE"

Database name............ "ALP"

Database owner........... "SAPR3"

Character set............ "en"

SAP kernel............... "31I"

Created on............... "Jul 24 2001 05:20:53"

Created in............... "SunOS 5.5.1 Generic_103640-19 sun4u"

Database version......... "ora OCI_73400"

Patch level.............. "616"

Patch text............... " "

Supported environment....

Database................. "ORACLE 7.2..., ORACLE 7.3..., ORACLE

8.0...*"

SAP database version..... "31I"

Operating system......... "SunOS 5.5.1, SunOS 5.6, SunOS 5.7, SunOS 5.8"

-

-


User, transaction...

-

-


Client.............. 000

User................ "SAPSYS"

Language key........ "E"

Transaction......... " "

Program............. "SAPMSSY1"

Screen.............. "SAPMSSY13004"

Screen line......... 2

-

-


Information on where termination occurred

-

-


The termination occurred in the ABAP/4 program "SAPMSSY1" in

"REMOTE_FUNCTION_CALL".

The main program was "SAPMSSY1".

The termination occurred in line 67

of the source code of program "SAPMSSY1" (when calling the editor 670).

-

-


Source code extract

-

-


000370 ENDMODULE.

000380

000390 MODULE %_RFCDIA_CALL OUTPUT.

000400 "Do not display screen !

000410 CALL 'DY_INVISIBLE_SCREEN'.

000420 PERFORM REMOTE_FUNCTION_DIACALL.

000430 ENDMODULE.

000440

000450 MODULE %_CPIC_START.

000460 IF SY-XPROG(4) = '%RFC'.

000470 PERFORM REMOTE_FUNCTION_CALL USING RFCTYPE_EXTERNAL_CPIC.

000480 ELSE.

000490 CALL 'APPC_HD' ID 'HEADER' FIELD HEADER ID 'CONVID' FIELD CONVID.

000500 PERFORM CPIC_CALL USING CONVID.

000510 ENDIF.

000520 ENDMODULE.

000530

000540

000550 FORM CPIC_CALL USING CONVID.

000560 COMMUNICATION SEND ID CONVID BUFFER HEADER.

000570 IF SY-SUBRC EQ 0.

000580 PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).

000590 ELSE.

000600 MESSAGE A800.

000610 ENDIF.

000620 ENDFORM.

000630

000640

000650 FORM REMOTE_FUNCTION_CALL USING VALUE(TYPE).

000660 DO.

-

-


CALL 'RfcImport' ID 'Type' FIELD TYPE.

000680 PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).

000690 RSYN >SCONT SYSC 00011111 0.

000700 ENDDO.

000710 ENDFORM.

000720

000730 FORM REMOTE_FUNCTION_DIASTART.

000740 DO.

000750 CALL 'RfcImport' ID 'Type' FIELD RFCTYPE_RFCDIA.

000760 PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).

000770 "Parking position for next request

000780 RSYN >SCONT SYSC 00011111 10.

000790 "ALternativ : Free mode

000800 "COMMIT WORK.

000810 "SYSTEM-CALL FREE MODE 0.

000820 ENDDO.

000830 ENDFORM.

000840

000850 FORM REMOTE_FUNCTION_DIACALL.

000860 SY-XCODE = '%_@no@'.

-

-


Contents of system fields

-

-


SY field contents..................... SY field contents.....................

-

-


-

-


-

-


-

-


SY-SUBRC 0 SY-INDEX 1

SY-TABIX 0 SY-DBCNT 0

SY-FDPOS 0 SY-LSIND 0

SY-PAGNO 0 SY-LINNO 1

SY-COLNO 1

-

-


Chosen variables

-

-


Name.......................... Contents.1........2........3....+....4

-

-


-

-


SY-MSGV1

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV2

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV3

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV4

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

TYPE 3

0000

0003

SY-XPROG

22222222

00000000

SY-XFORM

222222222222222222222222222222

000000000000000000000000000000

-

-


Active calls / events

-

-


No.... Program INCLUDE Line Type.... Name.....................

-

-


-

-


-

-


-

-


-

-


-

-


1 SAPMSSY1 SAPMSSY1 67 FORM REMOTE_FUNCTION_CALL

2 SAPMSSY1 SAPMSSY1 30 MODULE %_RFC_START

-

-


Internal notes

-

-


The termination occurred in the function "ab_rfctinfo" of the SAP

Basis System, specifically in line 1178 of the module " ".

The internal operation just processed is "CALY".

-

-


List of ABAP/4 programs affected

-

-


-

-


Program

Load size

Roll size

Gen. date

/ time Changed by

-

-


SAPMSSY1

20480

83050

21.05.1997

16:27

21.05.1997

SAP

-

-


-

-


List of internal tables

-

-


No dump information available

-

-


Directory of application tables (contents)

-

-


Program name........... Contents.1........2........3....+....

-

-


-

-


-

-


SAPMSSY1 TCPIC

-

-


Directory of data areas (administration information)

-

-


No Program name........... Length Gen.date Gen.time Ofst Type Next

-

-


-

-


-

-


-

-


-

-


-

-


-

-


-

-


-

-


0 SAPMSSY1 /%_LISTTABLES 3128 -3 DATA

1 SAPMSSY1 stack area 65536 -2 DATA

2 SAPMSSY1 text pool 4064 -1 DATA

3 SAPMSSY1 global data 1136 0 DATA

4 SAPMSSY1 local data 0 1 STCK

5 SAPMSSY1 constant data 647 2 LITL

6 SAPMSSY1 not assigned 0 3 INVL

7 SAPMSSY1 SYST 2232 4 TABL

8 SAPMSSY1 SY 2232 5 TABL

9 SAPMSSY1 RSJOBINFO 84 6 TABL

10 SAPMSSY1 /%_SCREEN 56 7 DATA

11 SAPMSSY1 /%_SYS%% 480 8 DATA

12 SAPMSSY1 TCPIC 70 9 TABL

-

-


Directory of data areas (contents)

-

-


No Program name........... Contents.1........2........3....+....

-

-


-

-


-

-


-

-


0 SAPMSSY1 /%_LISTTABLES |00000x0C000000000x0C0

1 SAPMSSY1 stack area |000x030000ÿÿÿÿ00000000

2 SAPMSSY1 text pool |ÿÿ000006E000000x01R00000

3 SAPMSSY1 global data | 0 x04

4 SAPMSSY1 local data

-

-


ABAP/4 control blocks CONT

-

-


Index Name F1 Co Par01 Par2. Par3. Par4. Tabl Source Line Source code........

-

-


-

-


-- -- -

-


-

-


-

-


-

-


-

-


-

-


-

-


-

-


146 CLEA 00 83 SAPMSSY1 60 MESSAGE A800.

147 CLEA 00 84 SAPMSSY1 60

148 CLEA 00 85 SAPMSSY1 60

149 CLEA 00 86 SAPMSSY1 60

150 MESS 00 327 SAPMSSY1 60

151 ENDF 00 SAPMSSY1 62 ENDFORM.

156 PERP 02 SAPMSSY1 65 FORM REMOTE_FUNCTI

157 WHIL 00 2 SAPMSSY1 66 DO.

161 WHIL 00 3 SAPMSSY1 66

165 BRAN 05 Branch to 178 SAPMSSY1 66

166 CALY 00 3 87 72 73 73 SAPMSSY1 67 CALL 'RfcImport' I

>>>>> CALY 02 88 P0 SAPMSSY1 67

174 xper 02 22 23 SAPMSSY1 68 PERFORM (SY-XFORM)

176 SYSC 1F SAPMSSY1 69 RSYN >SCONT SYSC 0

177 BRAX 00 Branch to 161 SAPMSSY1 70 ENDDO.

178 WHIL 00 4 SAPMSSY1 70

182 ENDF 00 SAPMSSY1 71 ENDFORM.

187 WHIL 00 2 SAPMSSY1 74 DO.

-

-


End of runtime analysis

-

-


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

resolved

0 Kudos

Could you please tell me, how you resolved the issue? We get the same error in our system. Thanks!

Former Member
0 Kudos

Hi

CALL_FUNCTION_FORMAT_NOT_SUP See Note 730677 - Unicode compatibility with RFC Calls to Conversion Programs

For other problems give dump,logs

Surendrajain

Former Member
0 Kudos

Hi,

As per u r sap note in my version there is function module. mine is 3.1h version.

I am attaching sm21 log and work process log.

13:52:17 D0 000 SAPSYS R68 W Perform rollback

Recording at local and central time........................ 08.07.2009 13:52:17

Task................ 5196 D0 Dialog work process No. 0

User................ SAPSYS

Client.............. 000

Terminal............ APPC-TM

Session............. 1

Transaction code....

Program name........

Problem class....... W Warning

Development class... STSK SM04,SM06,SMON

Further details for this message type

Module name......... thxxhead

Line................ 9248

Error text..........

Caller.............. ThIRoll

Reason/called....... roll ba

Documentation for system log message R6 8 :

An error has causes an SAP rollback. All database updates are reset.

Technical details

File................ 011785

Position............ 0000306400

Entry type.......... m ( Error (function,module,line) )

Message ID.......... R6 8

Variable parts...... ThIRollroll bathxxhead9248

13:52:17 D0 000 SAPSYS AB0 T Run-time error ab_rfctinfo

Details

Recording at local and central time........................ 08.07.2009 13:52:17

Task................ 5196 D0 Dialog work process No. 0

User................ SAPSYS

Client.............. 000

Terminal............ APPC-TM

Session............. 1

Transaction code....

Program name........

Problem class....... T Transaction problem

Development class... SABP Kernelnahe ABAP Laufzeitobjekte (ehem RUNT)

Further details for this message type

Module name......... abrfcimp

Line................ 1178

Error text.......... ab_rfctinfo

Documentation for system log message AB 0 :

The specified runtime error has occurred in the system.

Technical details

File................ 011785

Position............ 0000306600

Entry type.......... l ( Error (module, line) )

Message ID.......... AB 0

Variable parts...... ab_rfctinfo abrfcimp1178

13:52:17 D0 000 SAPSYS AB1 K > Short dump 090708135355PC generated for error PPROD1SAPSYS

Details

Recording at local and central time........................ 08.07.2009 13:52:17

Task................ 5196 D0 Dialog work process No. 0

User................ SAPSYS

Client.............. 000

Terminal............ APPC-TM

Session............. 1

Transaction code....

Program name........

Problem class....... K SAP Basis problem

Development class... SABP Kernelnahe ABAP Laufzeitobjekte (ehem RUNT)

ABAP Mini dump

Date................ 20090708

Time................ 135355

Computer............ PCPPROD1

User................ SAPSYS

Documentation for system log message AB 1 :

A short dump was generated for the specified program termination.

You can analyze this short dump in the system log evaluation by

selecting this line or evaluating Table SNAP (Transaction ST22).

Technical details

File................ 011785

Position............ 0000306700

Entry type.......... s ( ABAP runtime error )

Message ID.......... AB 1

work process log

***LOG R68=> ThIRollBack, roll back () [thxxhead 9248]

X <ES> RecoverAll

X <ES> RecoverFreeList

X <ES> RecoverAll

X <ES> RecoverFreeList

A Wed Jul 8 13:52:17 2009

A ABAP/4 Program SAPMSSY1.

A Source SAPMSSY1 Line 67.

A Error Code CALL_FUNCTION_FORMAT_NOT_SUP.

A Module $Id: //bas/31I/src/abrfcimp.c#1 $ SAP.

A Function ab_rfctinfo Line 1178.

Kindly help me

Regards

kvl

Edited by: KulandaivelS on Jul 31, 2009 6:17 AM

anindya_bose
Active Contributor
0 Kudos

Hi

Can you please check this note?

Note 730677 - Unicode compatibility with RFC Calls to Conversion Programs

Was there any kernel upgrade ?

Thanks and Regards

Anindya

Former Member
0 Kudos

Thanx

we haven't done any kernal upgrade. it's 3.1h version and oracle 7.3 release.

we are moving to new system all production activities are stopped in this system for that i locked all the user id's except system ids and basis id.

Former Member
0 Kudos

Hi,

Our system is 3.1h version and non unicode version.

what could be the impact of the dump.

kindly help me.

Regards,

kvl

Former Member
0 Kudos

Hi,

I am getting this dump daily 5-10 times for user sapsys client 000.

Kindly help me .

regards,

kvl