‎2006 Feb 28 5:05 PM
Hi,
I want to know where the error log's of the session in sm35 are stored so that we can create a customised error report.Is there any possiblity of downloading the session error log to excel sheet or rich text format like BMV0.
‎2006 Feb 28 5:11 PM
‎2006 Feb 28 5:29 PM
Have a look at standard SAP program RSBDCLOG. This may save you some trouble.
Rob
‎2006 Feb 28 5:44 PM
Hi,
RSBDCLOG doesn't exist in my 47 system.. don't know about later versions.. But I found RSBDC_PROTOCOL can also be useful to retrieve the BDC log info..
Regards,
Suresh Datti
‎2006 Feb 28 6:04 PM
RSBDCLOG doesn't exist in erp2004. in RSBDC_PROTOCOL we cannot download the log file to Excel format or Rich text format and it is like sm35 report.
‎2006 Feb 28 6:24 PM
What happens if you put BDC into the program area of SE38 and press F4?
Rob
‎2006 Mar 01 4:51 AM
‎2006 Mar 01 2:09 AM
The log directory is in APQL. To get the detail related to these you need to read TemSe ojects. The program RSBDC_PROTOCOL uses function modules RSTS_OPEN_RLC, RSTS_READ and RSTS_CLOSE to get the detail from the log. This gives it unformatted messages which it then expands to standard SAP message format by referring to the message table T100.
‎2009 Apr 28 7:42 PM