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

FM for Batch Input Session

balaji_viswanath
Participant
0 Likes
883

Hi,

Is there any function module to read no. of records processed, no. of records with error and etc. from Batch Input Session (SM35) or can we directly read from table?

Advance thanks.

Regards,

Balaji Viswanath.

4 REPLIES 4
Read only

former_member221770
Contributor
0 Likes
549

Balaji,

Have a look at table APQI.

You can get the QID field when you call the 'BDC_OPEN_GROUP' FM.

Cheers,

Pat.

Read only

0 Likes
549

Thanks Pat,

But if Session is created with the same name on the same date, how to handle it?

(FM returns only one QID)

Regards,

Balaji Viswanath.

Read only

0 Likes
549

Hi Balaji,

Use report RSBDCBTC. It takes the queue id as a parameter and processes the same. Since Quue id will be unique irrespective of the date on which u create and the name with which u create u can use it to process the sessions.

Hope this helps.

Kindly reward the points if u find the suggestion useful.

Regards,

Nitin

Read only

0 Likes
549

Hi Nitin,

Thanks, but my requirement is to get the details (no. of transaction processed, no. of transaction in error & etc excatly what "Statistics" button in SM35 displays) from already processed session.

Regards,

Balaji Viswanath.