Application Development 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: 

How to capture errors in Session Method and download the same

Former Member
0 Kudos

Hi,

How to capture the error messages in session method and download the same to a file on my desktop.As in session we can see the errors in SM35. But my requirement is to download those errors to a file on desktop.Please advise.

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi sam,

If you are processing the session from the program itself by submitting the standard program, RSBDCSUB exporting the list to memory, then you can get the list from the memory using the fm: LIST_FROM_MEMORY.

Then you can pass that data to the function module: GUI_DOWNLOAD to download to the desktop.

Regards,

Ravi

0 Kudos

Hi Ravi,

Could you please give me an example how to do that. Thanks for ur answer.

Regards,

Sam.