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

Determine RSA3 Data packets in program

Former Member
0 Likes
598

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?

3 REPLIES 3
Read only

Former Member
0 Likes
537

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

Read only

0 Likes
537

Checked in in BDCMSGCOL, no fields in this table give information about Records Passed.

Read only

0 Likes
537

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