‎2009 Jul 29 11:56 AM
I want to know if it is possible to capture screen wise recording. Suppose Craeting Inquiry is one flow. I want to create two scripts corresponding to two screens of Inquiry.
Please someone tell me if it possible ? and if it is possible how can it be done ??
Thanks a lot
‎2009 Jul 30 7:20 AM
Hi ,
Just to add, we can also use SAPGUI Attach. Starta nd stop recording till wherevr u want and manage the variables using import and export.
Regards,
Justin
‎2009 Jul 29 8:39 PM
Yes, it is possiable ...
1st you create recording using SAP GUI recording for those 2 scripts ..then u have to create one moe script with REF refrence one after one test scripts ..
If you want link , u have to create Export parametes in 1st script and assing in 2nd script..
Thanks
Ravi
‎2009 Jul 30 7:20 AM
Hi ,
Just to add, we can also use SAPGUI Attach. Starta nd stop recording till wherevr u want and manage the variables using import and export.
Regards,
Justin
‎2009 Aug 04 12:59 PM
Thanks for the reply. Actually I was trying with SAPGUIAttach. In the background I have left the screen open and prceeded afterwards with SAPGUI (Attach) recording.
Till here it is fine. But the problem is while re-playing back it starts from the beginning. For example suppose Craeting Inquiry there are two screens. For the first screen I have recorded with SAPGUI(Recording) and entered all those values in the first screen and pressed enter and then stoped recording without closing the window.
Now I started with SAPGUI (Attach) and entered all those values in the second screen. Now when I play back, it comes to first screen and then to second screen but again it goes back to the initial screen and then throws error can't find the screen.
If you want I can send you the log also.
Please tell me if I am missing something.
a bucket of Thanks
Regards,
Poonam
‎2009 Aug 05 8:33 AM
Hi,
The problem is after you have attached the CONNECTION and SESSOIN ID's are different to that of
original recording, so please check the original recording's connection and session ID and change the same in
attached interface.
best regads
vinay
‎2009 Aug 11 8:08 AM
These details also was correct in my case. Actualy the problem was while recording it creates some junk thing. something like SAPGUI ( VA11_4001_1_2_2_2_2 , Junk ). That junk thing along with comma should be deleted. Then only command works.
Thanks to all of you for responding me.
‎2009 Aug 11 11:45 AM
Hi poonam,
thats a know bug , correspondingly check in your system data container, there will be some
entried starting with ecatt_rfc_.....
surely you need to delete it.
best regards
vinay
‎2009 Aug 13 9:10 AM
Hi Poonam,
sorry to have missed that point while i replied to the earlier query. eCATT itself creates those RFC for us. These are not trusted RFCs as well. We need to delete it. I think one of the reasons where eCATT creates this is when we dont declare a system data container & terget systemw hile the script is created. I am not sure about this though. because in different client enviroments i have faced this issue differently.
Regards,
Justin