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: 

Recording(SHDB) with class constructor

Former Member
0 Kudos

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

uwe_schieferstein
Active Contributor
0 Kudos

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

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

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

Former Member
0 Kudos

thanks