cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "CNTL_ERROR" raised.

Former Member
0 Kudos

Hi Experts,

I am getting an Exception condition "CNTL_ERROR" raised when trying to export the output to a local file.I have call a R/3 transaction through the ITS service.It works fine but cant save the output result.Please advice.

Regards,

Sayyeda

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member689397
Active Participant
0 Kudos

Use - with gui_download

call method cl_gui_frontend_services=>environment_get_variable

exporting

variable = p_envir_name

changing

value = ls_envir_path

exceptions

cntl_error = 1

error_no_gui = 2

others = 3.

call method cl_gui_cfw=>flush

exceptions

cntl_system_error = 1

cntl_error = 2

others = 3.

And refer the below notes: 972762

ITS 620 Patch 23 and SAPKB62061

ITS 640 Kernel Patch 148 and SAPKB64019

ITS 700 Kernel Patch 77 and SAPKB70010

and also refer the link below to get more info

http://www.sapfans.com/forums/viewtopic.php?f=13&t=325628&start=15

thanx

suriya