‎2005 Aug 23 5:01 AM
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.
‎2005 Aug 23 5:17 AM
Balaji,
Have a look at table APQI.
You can get the QID field when you call the 'BDC_OPEN_GROUP' FM.
Cheers,
Pat.
‎2005 Aug 23 6:23 AM
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.
‎2005 Aug 23 6:32 AM
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
‎2005 Aug 23 8:14 AM
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.