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: 

bdc session method

Former Member
0 Kudos

hai all,

i have a basic doubt regarding session method.

while running the program for session method i am giving

submit rsbdcsub to run directly. is there any possiablity that the errors records stored in

session log .

is there any method to capture that session errorlog in to our internal table to display that records into the presentation server(desk top) after finish the session

2 REPLIES 2

Former Member
0 Kudos

Hi Lakshmi,

As you are using RSBDCSUB program to process the session, once the processing is over it will list out the error records.

However you need to take care to export this error records list to memory so that you can retrieve it later using the function module LIST_FROM_MEMORY . Hope this helps you.

Regards,

AVK Murthy.

Former Member
0 Kudos

while using submit use...

submit rsbdcsub <fields> and return.

so when the cursor returns the messages can be captured accordingly and can be displayed.