Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Ecatt error

Former Member
0 Kudos

HI,

I'm receiving this error in ecatt:

Start Procedure with Errors Terminated According to Start Options (V)

Error in eCATT function SAPGUI

Error in SAPGUI Command Occurred. Due to the Start Option Settings of the Error

Someone have an idea of what can be the error?

Thanks!

4 REPLIES 4

Former Member
0 Kudos

Would require more details as this error is generic. Could have a lot of possibilities for this error. It just means that an error occured and due to the settings you have mentioned "stop at error" and hence execution stopped.

Regards,

Justin

0 Kudos

Carlos,

Justin mention correctly. Please expand error log and find the reason for this error. It could be a data issue or a SAP error message mentioned in the log.

thanks

Venkat

0 Kudos

Hi,

Thanks a lot for the help people... I try again and now I receive this error:

0000002031 Test Scrpt Z_BPNA_NE_FE_2 Version 1 - SECATT [W/o Interruption] [13 sec]

DBP 010 ET32960 E 640 ithppbd0 HP-UX ORACLE 03/04/2011 13:12:45 DBP 010 ET32960 E 640 ithppbd0 HP-UX ORACLE 03/04/2011 13:12:45

Startprofil XML-DATA-01 Startprofil XML-DATA-01

Z_BPNA_NE_FE_2 [11.76 sec] Version 1 Z_BPNA_NE_FE_2

< ICON_SYSTEM_SHORTCUT Target Sys ZRFC_SDC_ECATT->ZECATT->ECATT030_BPNA (PBP 030 ECATT E 640 ithpsrd0 HP-UX ORACLE)

CACHE INFO: LOADED 170659.995 LAST USED 170659.995 USED COUNT 1 IN CACHE BUT NOT USED 0

Error in eCATT function SAPGUI

Error During Communication with SAP GUI

ExceptionClass:CX_ECATT_APL_CAPTURE ExceptionId:GUI_COMM_ERR

RaisingClass:CL_APL_ECATT_LINE_INTERPRETER Include:CL_APL_ECATT_LINE_INTERPRETER=CM00K Line:413

< IMPORT Z_BPNA_NE_FE_2 13:12:46

< SAPGUI PA40_2000_1 [9.914 sec]

< SAPGUI PA40_2000_2 [0.707 sec]

Error During Communication with SAP GUI

ExceptionClass:CX_ECATT_APL_CAPTURE ExceptionId:GUI_COMM_ERR

RaisingClass:CL_APL_ECATT_LINE_INTERPRETER Include:CL_APL_ECATT_LINE_INTERPRETER=CM00K Line:413

Start Procedure with Errors Terminated According to Start Options (V)

EXPORT Z_BPNA_NE_FE_2 13:12:58

Thanks a lot for the help!!

Carlos

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Looking at the error description there seems to be some exception, wht you can do is try to run the process manually and ensure its working manually and also run the test script in foreground with highlighting where you can actually track where the error is.

Also u have set start options to stop the execution when there is error so the execution would stop.

Thanks,

AJay