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

Recording(SHDB) with class constructor

Former Member
0 Likes
705

Hi,

I have created a module pool program with CL_GUITEXT class and its constructor.

It is working fine

When I am trying to record this with SHDB transaction, it is not capturing the Custom container box and value in it.

Please help me

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
622

Hello Chitra

You cannot use BDC recording to capture controls (like the textedit control). This type of recording corresponds to the eCATT pattern TCD (Record).

Using eCATT you can record even controls yet in this case you have to use pattern SAPGUI (Record) which is similar to the GUI scripting of Quick Test Professional (HP / Mercury).

Regards

Uwe

Hi,

I have created a module pool program with CL_GUITEXT class and its constructor.

It is working fine

When I am trying to record this with SHDB transaction, it is not capturing the Custom container box and value in it.

Please help me

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
623

Hello Chitra

You cannot use BDC recording to capture controls (like the textedit control). This type of recording corresponds to the eCATT pattern TCD (Record).

Using eCATT you can record even controls yet in this case you have to use pattern SAPGUI (Record) which is similar to the GUI scripting of Quick Test Professional (HP / Mercury).

Regards

Uwe

Read only

Former Member
0 Likes
622

thanks