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 in session Mode....

Former Member
0 Kudos
76

Hi Experts,

I have created BDC program in session method and when i am executing and in SM35 it show 4 jobs for 4 records.

Only one records is fetched in one job. I want all records to be fetched in one batch in sm35. How ?

Yusuf

1 ACCEPTED SOLUTION

Former Member
0 Kudos
52

Hi

Open the session at begining of the session outside the loop and close it after the loop

then it will create onmly one session with name

Regards

Shiva

2 REPLIES 2

Former Member
0 Kudos
53

Hi

Open the session at begining of the session outside the loop and close it after the loop

then it will create onmly one session with name

Regards

Shiva

0 Kudos
52

Hi Shiva,

Thanks, Now it works.

Yusuf