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

bdc session method

Former Member
0 Likes
409

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
Read only

Former Member
0 Likes
384

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.

Read only

Former Member
0 Likes
384

while using submit use...

submit rsbdcsub <fields> and return.

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