cancel
Showing results for 
Search instead for 
Did you mean: 

Script code for Sub window error message capture

10-05-2016 10:52 PM
796 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hello Experts,

I am facing issue while capturing error message which is in window 2. You can see below screen shot for your reference.

I got the code as follows " Session.FindById("wnd[2]").Text " Which is juts giving Text as "error". I need complete Error message to be captured.

I even tried to use session.findById("wnd[2]/tbar[0]/btn[0]").text which results in capturing empty.

Can some one help me by providing this single line code for capturing second window message.

Thanks

Jim

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Stefan-Schnell
Active Contributor
0 Likes

Hello Jim Jim,

I don't know the exact ID of your error message text, in my example is it

/wnd[2]/usr/txtMESSTXT1

To get your exact ID use Scripting Tracker.

Cheers

Stefan