cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Flush Call Intenal Dump

Former Member
0 Kudos

Dear Experts,

When i try to open a Transaction, below is the dump which i get . I tried applying different notes but in vain. Also i reinstalled GUI 7.10 and the latest patch 17 but of no use. I request you experts to suggest me for a procedure or an OSS note which i can apply.

Thanks in advance,

sampath

Program SAPLOLEA

Include LOLEAU10

Row 262

Module type (FUNCTION)

Module Name AC_FLUSH_CALL_INTERNAL

251 * check if we run in global flush mode

252 * if so we enforce a dump when a error at f

253 DATA: FLUSHMODE TYPE C.

254 SYSTEM-CALL KERNEL_INFO 'GLOBAL_FLUSH_M

255

256 IF NOT FLUSHMODE IS INITIAL.

257 CASE SAVE_SUBRC.

258 WHEN 0.

259 WHEN 1.

260 RAISE SYSTEM_FAILURE.

261 WHEN 2.

>>>>> RAISE CALL_METHOD_FAILED.

263 WHEN 3.

264 RAISE SET_PROPERTY_FAILED.

265 WHEN 4.

266 RAISE GET_PROPERTY_FAILED.

267 WHEN 5.

268 RAISE RFC_QUEUE_FAILED.

269 WHEN 6.

270 RAISE XML_DATA_FAILED.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member227283
Active Contributor
0 Kudos

Hi,

Did all users are facing same problem.

Try to generate the scenario from all other system and check whether you get this problem from all system.

If yes, need to analyse it more.

Thanks

Anil

Former Member
0 Kudos

Yes Anil,

All the users from all systens are facing this problem

Former Member
0 Kudos

Hi,

Could you provide us the SAP version/OS/DB/transaction details ?

> I tried applying different notes but in vain.

Well, which notes ? this should help us !

cheers !

PRADi

Former Member
0 Kudos

Hi Pradeep,

Following are the notes which i tried:

0000596854---Said it cannot be implemented

0000316243---Said it cannot be implemented

0000689991---Said it cannot be implemented

0001178342---Implemented but could not solve the issue

Thanks in advance,

sampath

Former Member
0 Kudos

I still do not see SAP version/OS/DB/Transaction details....

Also could you provide the ABAP runtime error name, exception details.

In case the ABAP runtime error is : CALL_FUNCTION_OPEN_ERROR and you run the appropriate version as mentioned in the following note, then please let us know.

-


SAP Note 1447007 - Dump CALL_FUNCTION_OPEN_ERROR in SAPLOLEA

-


Note: Kindly apply SAP Notes only after verifying the version details as advised in SAP Notes and also checking its complete relevance to the problem , prerequisites and dependencies of change

cheers !

PRADi

Former Member
0 Kudos

Hi Pradeep,

Thanks for the reply.

ECC6.0 EHP4

OS is windows NT

DB is MSSQL

the dump message is

Exception condition "CALL_METHOD_FAILED" raised.

253 DATA: FLUSHMODE TYPE C.

254 SYSTEM-CALL KERNEL_INFO 'GLOBAL_FLUSH_MODE' FLUSHMODE.

255

256 IF NOT FLUSHMODE IS INITIAL.

257 CASE SAVE_SUBRC.

258 WHEN 0.

259 WHEN 1.

260 RAISE SYSTEM_FAILURE.

261 WHEN 2.

>>> RAISE CALL_METHOD_FAILED.

263 WHEN 3.

264 RAISE SET_PROPERTY_FAILED.

265 WHEN 4.

266 RAISE GET_PROPERTY_FAILED.

267 WHEN 5.

268 RAISE RFC_QUEUE_FAILED.

269 WHEN 6.

270 RAISE XML_DATA_FAILED.

271 WHEN OTHERS.

272 RAISE UNKNOWN_ERROR.

I applied the notes which you have given but was of no use. Any suggestions further?

Thanks in advance,

sampath