cancel
Showing results for 
Search instead for 
Did you mean: 

ECATT_STORE_LOG and testscript

Former Member
0 Kudos

Hi,

does anybody know, where "ecatt_store_log" stores the xml-file? I tried view different methods (c:/temp/tmp.xml, tmp.xml,...) but I can`t find any xml-files.

Second question: Is it possible to run ecatt_store_log in a testscript? like

...do something...

abap.

call ecatt_store_log

param

expetions

endabap.

...so something...

thanks for your help

hans

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Hans,

=>The 'eCATT_STORE_LOG' is a method of the class 'CL_APL_ECATT_EXTPROG'.

=>This method stores the log in the database table 'ECET_LOG'.

=>The xml file is input to the method along with the log id.

=> There is a function module to display eCATT Log

'ECATT_LOG_DISPLAY'.

PS If the answer helps you, kindly reward points to everyone who is responding.

Regards

markus_dinkel
Explorer
0 Kudos

Hello Hans and SAP Developer,

please <u>do not use</u> ECATT_STORE_LOG. Both, the function module ECATT_STORE_LOG as well as the method CL_APL_ECATT_EXTPROG->STORE_LOG are eCATT internal. They were implemented for a certain <u>internal</u> eCATT scenario and are <u>of no use</u> for other scenarios.

Best regards,

Markus