‎2010 Dec 08 3:40 PM
Is it possible to determine in program, how many data packets are created by extractor? Since I have done recording of RSA3 transaction want to use that in program. So is there any way to get information about display list that shows how may packets its created?
‎2010 Dec 08 4:11 PM
Hi,
If you are going to do a call transaction you should get the number in one of the messages in BDCMSGCOLL. when you say messages in BDCMSGCOLL.
On how to capture messages during call transaction i would recommend you to read teh F1 documentation for call transaction.
Regards,
Himanshu
‎2010 Dec 14 12:37 PM
Checked in in BDCMSGCOL, no fields in this table give information about Records Passed.
‎2011 Jan 08 10:28 AM
Can Any one please help to solve this problem?
I want to determine the number of data packet that RSA3 TC extract
Means When we Click LIST Button on in RSA3 TC , Its shows us
-
Data Packet Numbers | Record |
-
1 | 100
2 | 100
3 | 100
4 | 100
5 | 100
-
Total | 500
-
So in program i want to determine It's create 5 packet , I want to fetch this number '5' in program
Any Idea how we can do that?
Thanks