Application Development and Automation 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: 
Read only

Capturing ECATT error messages in flat file

Former Member
0 Likes
379

Hi Floks,

i captured what i am uploaded data in test script . i want cature what i am getting error log in test script that's i want to load in flat file .how can i fulfil this requirement let me get some idea on this .

thanks,

Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

Perhaps function module ECATT_LOG_GET_MESSAGE_LIST might be useful. If you call the function module with the log key (apparently identical to the number of the test configuration) using IM_ALL_MESSAGES = 'X' then it returns for each eCATT statement (e.g. FUN) the collected messages.

Regs

Tushar

Perhaps function module ECATT_LOG_GET_MESSAGE_LIST might be useful. If you call the function module with the log key (apparently identical to the number of the test configuration) using IM_ALL_MESSAGES = 'X' then it returns for each eCATT statement (e.g. FUN) the collected messages.

Regs

Tushar

1 REPLY 1
Read only

Former Member
0 Likes
363

Perhaps function module ECATT_LOG_GET_MESSAGE_LIST might be useful. If you call the function module with the log key (apparently identical to the number of the test configuration) using IM_ALL_MESSAGES = 'X' then it returns for each eCATT statement (e.g. FUN) the collected messages.

Regs

Tushar